blob: 26a16a07d1f4947b124f8652577102594155da55 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "book-cocoon-v10.dtd">
<!--
Copyright 2003-2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!--
Sample Forrest book.xml file. If renamed to book.xml, this file will determine
the menu for files in this directory, rather than have a menu be auto-generated
from site.xml,
NOTE:
If you use site.xml in conjunction with a custom book.xml file, you can use
'site:' URLs in book.xml. Eg, instead of href="sample.html", one could have
href="site:sample".
-->
<book software="MyProj"
title="MyProj"
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"/>
<menu-item label="Sample ihtml page" href="ihtml-sample.html"/>
<menu-item label="Sample ehtml page" href="ehtml-sample.html"/>
<menu-item label="FAQ" href="faq.html"/>
<menu-item label="Changes" href="changes.html"/>
<menu-item label="Todo" href="todo.html"/>
</menu>
<menu label="Subdir">
<menu-item label="index" href="subdir/index.html"/>
</menu>
</book>