Update of /cvsroot/boost/boost/tools/quickbook/test
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31656/tools/quickbook_backend/test

Modified Files:
      Tag: QUICKBOOK_BACKEND
        boostbook.qbk 
Log Message:
Document pre() and post() are now template driven, includes header, doc info, 
and footer.

Index: boostbook.qbk
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/test/Attic/boostbook.qbk,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- boostbook.qbk       14 Apr 2007 00:52:21 -0000      1.1.2.2
+++ boostbook.qbk       17 Apr 2007 00:42:01 -0000      1.1.2.3
@@ -16,14 +16,61 @@
   dirname="'''[dirname]'''"
   last-revision="'''[lastrev]'''"
   xmlns:xi="http://www.w3.org/2001/XInclude";>
+
   <'''[type]'''info>
 ''']
 
+[template boostbook_doc_info_author[firstname surname]'''
+    <author>
+      <firstname>'''[firstname]'''</firstname>
+      <surname>'''[surname]'''</surname>
+    </author>
+''']
+
+[template boostbook_doc_info_copyright_pre[]'''
+    <copyright>
+''']
+
+[template boostbook_doc_info_copyright_year[year]'''
+      <year>'''[year]'''</year>
+''']
+
+[template boostbook_doc_info_copyright_holder[holder]'''
+      <holder>'''[holder]'''</holder>
+''']
+
+[template boostbook_doc_info_copyright_post[]'''
+    </copyright>
+''']
+
+[template boostbook_doc_info_license[license]'''
+    <legalnotice>
+      <para>'''[license]'''</para>
+    </legalnotice>
+''']
+
+[template boostbook_doc_info_purpose[type purpose]'''
+    <'''[type]'''purpose>
+      '''[purpose]'''
+    </'''[type]'''purpose>
+''']
+
+[template boostbook_doc_info_category[type category]'''
+    <'''[type]'''category name="category:'''[category]'''" />
+''']
+
 [template boostbook_doc_info_post[type id]'''
   </'''[type]'''info>
 ''']
 
+[template boostbook_doc_title[title]'''
+
+  <title>'''[title]'''</title>
+
+''']
+
 [template boostbook_doc_post[type]'''
+
 </'''[type]'''>
 ''']
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to