Comment: | Added beginings for cgi interface support |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.64 |
Files: | files | file ages | folders |
SHA1: |
f9ed9f102e7f869c4f9ef59b145b9764 |
User & Date: | matt on 2017-02-26 21:22:54 |
Other Links: | branch diff | manifest | tags |
2017-02-26
| ||
21:47 | Very primitive example cgi page working check-in: d764a365bb user: matt tags: v1.64 | |
21:22 | Added beginings for cgi interface support check-in: f9ed9f102e user: matt tags: v1.64 | |
19:56 | Adding some templates for cgi check-in: e8f9900f14 user: matt tags: v1.64 | |
Modified .fossil-settings/ignore-glob from [b21de9c0d5] to [9a873b8335].
|
bin/sleeprunner became a regular file with contents [64ce489f3b].
Modified cgisetup/README from [aa3039d7ba] to [c4a168dfce].
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 | + + + + + | 1. copy megatest.config to cgi-bin/.megatest.config 2. edit cgi-bin/.megatest.config, change appropriate settings i. sroot => points to your models and pages ii. logs, twikidir (legacy, will be removed in future) must be writeable. iii. domain is used to construct the return URLs (to be fixed). iv. debug mode give a useful stack dump on hitting errors. 3. compile mtutil and copy the mtut binary (look in the bin dir) to cgi-bin/megatest 4. use mtutil to populate your database schema |
Added cgisetup/cgi-bin/models version [39c07627cc].
1 | + | ../models |
Added cgisetup/cgi-bin/pages version [e2b5ed002d].
1 | + | ../pages |
Modified cgisetup/megatest.config from [ff451691ed] to [a123fc0679].
| 1 2 3 4 5 6 7 8 | - + |
|
︙ |
Added cgisetup/pages/index.scm version [ac18dafbf9].
|
Added cgisetup/pages/index_ctrl.scm version [cf7de092cc].
|
Added cgisetup/pages/index_view.scm version [5c5837089c].
|
Added cgisetup/www/README.md version [f150458762].
|
Added cgisetup/www/blank.html version [32bbb7ada2].
|
Added cgisetup/www/composer.json version [05d3d25ea3].
|
Added cgisetup/www/css/fonts/font-awesome-4.2.0/css/font-awesome.css version [6df51eee1e].