|
From: Benjamin C. <bc...@us...> - 2001-10-25 13:00:24
|
Update of /cvsroot/phpbt/phpbt/docs/sgml In directory usw-pr-cvs1:/tmp/cvs-serv25207/sgml Modified Files: docs.dsl phpbt.sgml Added Files: schema.sgml Log Message: Added database schema --- NEW FILE: schema.sgml --- <!-- -*- sgml -*- --> <sect1 id="schema"> <title>Database Schema</title> <table> <title>Schema for table active_sessions</title> <tgroup cols="4"> <thead> <row> <entry>Field</entry> <entry>Type</entry> <entry>Key</entry> <entry>Description</entry> </row> </thead> <tbody> <row> <entry>sid</entry> <entry>varchar(32)</entry> [...1148 lines suppressed...] </row> <row> <entry>last_modified_date</entry> <entry>bigint(20) unsigned</entry> <entry></entry> <entry></entry> </row> </tbody> </tgroup> </table> </sect1> <!-- Local Variables: --> <!-- sgml-parent-document: "phpbt.sgml" --> <!-- End: --> Index: docs.dsl =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/sgml/docs.dsl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- docs.dsl 2001/10/01 01:12:38 1.3 +++ docs.dsl 2001/10/25 13:00:21 1.4 @@ -150,6 +150,12 @@ ;; Block-element spacing hack #f) +(define ($generate-book-lot-list$) + ;; Which Lists of Titles should be produced for Books? + (list (normalize "figure") +(normalize "example") +(normalize "equation"))) + </style-specification-body> </style-specification> Index: phpbt.sgml =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/sgml/phpbt.sgml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- phpbt.sgml 2001/10/17 13:44:10 1.8 +++ phpbt.sgml 2001/10/25 13:00:21 1.9 @@ -17,6 +17,7 @@ <!-- Developer's Guide --> <!ENTITY devstandards SYSTEM "devstandards.sgml"> <!ENTITY dependencies SYSTEM "dependencies.sgml"> +<!ENTITY schema SYSTEM "schema.sgml"> ]> @@ -59,6 +60,7 @@ &dependencies; &devstandards; +&schema; </chapter> </book> |