Mercurial > ~dholland > hg > swallowtail > index.cgi
comparison TODO @ 34:ceecdbbb1364
some updates
author | David A. Holland |
---|---|
date | Mon, 27 May 2013 23:19:00 -0400 |
parents | 021ec7010271 |
children |
comparison
equal
deleted
inserted
replaced
33:298c8a7f5181 | 34:ceecdbbb1364 |
---|---|
1 There is no permissions setup for the SQL schema. | 1 There is no permissions setup for the SQL schema. |
2 | 2 |
3 Does not currently install any of the SQL files. | 3 There are no indexes declared, except for implicitly via primary keys. |
4 | 4 |
5 None of the scripts actually exist yet. | 5 None of the scripts actually exist yet. |
6 | 6 |
7 Does not have the scripts or config mechanism to install a test | 7 Needs a configure script. |
8 environment. | 8 in the meantime, set these things in config.mk: |
9 DESTDIR | |
10 PREFIX | |
11 and config.sed should substitute these things: | |
12 @PYTHON@ | |
13 @SH@ | |
14 @VERSION@ |