Overview
Comment:Set toppage to home
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | stml2
Files: files | file ages | folders
SHA1: 461d0e242a71a6d24fa6998fc2e39cad46eb4a02
User & Date: matt on 2018-09-17 14:11:54
Other Links: branch diff | manifest | tags
Context
2018-09-27
05:53
Pass in config and carry it through. check-in: 1132e616b5 user: matt tags: stml2
2018-09-17
14:11
Set toppage to home check-in: 461d0e242a user: matt tags: stml2
2018-09-16
05:56
Added s:script check-in: 9c8b1b022a user: matt tags: stml2
Changes

Modified stml2.scm from [ac71b1d915] to [45a56b2b83].

27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
  ;; database
  (dbtype 'pg)
  (dbinit #f)
  (conn   #f)
  ;; page info
  (page "home")
  (page-type 'html)
  (toppage "index")
  (curr-page    "home")
  (content-type "Content-type: text/html; charset=iso-8859-1\n\n")
  ;; forms and variables
  (formdat      #f)
  (params '())
  (path-params '())
  (session-key #f)







|







27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
  ;; database
  (dbtype 'pg)
  (dbinit #f)
  (conn   #f)
  ;; page info
  (page "home")
  (page-type 'html)
  (toppage "home")
  (curr-page    "home")
  (content-type "Content-type: text/html; charset=iso-8859-1\n\n")
  ;; forms and variables
  (formdat      #f)
  (params '())
  (path-params '())
  (session-key #f)