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

Modified Files:
      Tag: QUICKBOOK_BACKEND
        boostbook.qbk 
Log Message:
Add templates for the doc and doc_info.

Index: boostbook.qbk
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/test/Attic/boostbook.qbk,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- boostbook.qbk       13 Apr 2007 03:28:16 -0000      1.1.2.1
+++ boostbook.qbk       14 Apr 2007 00:52:21 -0000      1.1.2.2
@@ -5,4 +5,26 @@
 [/ Templates for generation of BoostBook format. ]
 [/ $Date$ ]
 
+[template boostbook_doc_pre[type]'''<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
+  "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd";>''']
+
+[template boostbook_doc_info_pre[type id title dirname lastrev]'''
+<'''[type]'''
+  id="'''[id]'''"
+  name="'''[title]'''"
+  dirname="'''[dirname]'''"
+  last-revision="'''[lastrev]'''"
+  xmlns:xi="http://www.w3.org/2001/XInclude";>
+  <'''[type]'''info>
+''']
+
+[template boostbook_doc_info_post[type id]'''
+  </'''[type]'''info>
+''']
+
+[template boostbook_doc_post[type]'''
+</'''[type]'''>
+''']
+
 [template boostbook_image[ref]'''<inlinemediaobject><imageobject><imagedata 
fileref="'''[ref]'''"></imagedata></imageobject><textobject><phrase 
role="alt">'''[ref]'''</phrase></textobject></inlinemediaobject>''']


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to