jefft 2002/10/11 08:44:38
Modified: src/resources/fresh-site/src/documentation/content/xdocs
book.xml
Log:
Decent copyright and add link to samples.html
Revision Changes Path
1.2 +3 -2 xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/xml-forrest/src/resources/fresh-site/src/documentation/content/xdocs/book.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- book.xml 23 Aug 2002 15:38:09 -0000 1.1
+++ book.xml 11 Oct 2002 15:44:38 -0000 1.2
@@ -3,13 +3,14 @@
<book software="MyProj"
title="MyProj"
- copyright="Foo"
+ copyright="@year@ The Apache Software Foundation"
xmlns:xlink="http://www.w3.org/1999/xlink">
<menu label="About">
<menu-item label="Index" href="index.html"/>
+ <menu-item label="Sample page" href="sample.html"/>
<!-- Add new entries here, or in a new menu. Consult the DTD for valid elements
-->
<menu-item label="Changes" href="changes.html"/>
<menu-item label="Todo" href="todo.html"/>
</menu>
- </book>
\ No newline at end of file
+ </book>
|