[Templates-cvs] cvs commit: Template2/docsrc/lib/book maker
cvs@template-toolkit.org
cvs@template-toolkit.org
cvs 06/02/02 16:34:13
Modified: docsrc/lib/book maker
Log:
new docs
Revision Changes Path
1.2 +9 -9 Template2/docsrc/lib/book/maker
Index: maker
===================================================================
RCS file: /template-toolkit/Template2/docsrc/lib/book/maker,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- maker 2001/03/27 11:15:00 1.1
+++ maker 2006/02/02 16:34:13 1.2
@@ -10,15 +10,15 @@
book = {
id = id
name = name
- src = xbook.src or id
- type = xbook.type or 'pod'
- html = html
- title = xbook.title or name
- prefix = xbook.prefix
- about = xbook.about or xcontent(xbook, 'about')
- intro = xcontent(xbook, 'intro')
- uplink = html.replace('[^/]+', '..')
- pages = [ ]
+ src = xbook.src or id
+ type = xbook.type or 'pod'
+ html = html
+ title = xbook.title or name
+ prefix = xbook.prefix
+ about = xbook.about or xcontent(xbook, 'about')
+ intro = xcontent(xbook, 'intro')
+ uplink = html.replace('[^/]+', '..')
+ pages = [ ]
};
IF debug;