Overview
Comment: | Commented out postgreql in requirements.scm.template |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v0.901 | selfcontained |
Files: | files | file ages | folders |
SHA1: |
bd41580f94589027c96b11050aab8529 |
User & Date: | matt on 2013-08-03 17:47:18 |
Other Links: | branch diff | manifest | tags |
Context
2013-09-22
| ||
05:25 | Added some document snippets. Improved page handling/loading logic to provide message if page not found and option to not compile pages check-in: 886293086d user: matt tags: selfcontained | |
2013-08-03
| ||
17:47 | Commented out postgreql in requirements.scm.template check-in: bd41580f94 user: matt tags: v0.901, selfcontained | |
2013-06-05
| ||
07:13 | Added s:h3 and s:h4 check-in: 6497bed82c user: matt tags: v0.9, selfcontained | |
Changes
Modified requirements.scm.template from [e48452c17e] to [b71aaa144e].
1 2 3 4 | ;; choose your db interface as appropriate (require-extension sqlite3) (import (prefix sqlite3 sqlite3:)) | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 | ;; choose your db interface as appropriate (require-extension sqlite3) (import (prefix sqlite3 sqlite3:)) ;; (require-extension postgresql) ;; (import (prefix postgresql pg:)) ;; (require-extension cgi-util) ;; (require-extension cookie) (use posix) ;; (require-extension proplist) (use regex) (use srfi-1) |
︙ | ︙ |