Differences From Artifact [ac71b1d915]:

To Artifact [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)