1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright 2002-2004 The Apache Software Foundation or its licensors,
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
10 http://www.apache.org/licenses/LICENSE-2.0
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
22 This file contains an outline of the site's information content. It is used to:
23 - Generate the website menus (though these can be overridden - see docs)
24 - Provide semantic, location-independent aliases for internal 'site:' URIs, eg
25 <link href="site:changes"> links to changes.html (or ../changes.html if in
27 - Provide aliases for external URLs in the external-refs section. Eg, <link
28 href="ext:cocoon"> links to http://cocoon.apache.org/
30 See http://forrest.apache.org/docs/linking.html for more info
33 <site label="MyProj" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
34 <!-- Note: No matter what you configure here, Forrest will always try to load
35 index.html when you request http://yourHost/.
36 'How can I use a start-up-page other than index.html?' in the FAQs has more
37 information tells you how to change that.
40 <index label="Index" href="index.html" description="Welcome to the KiSS crawler"/>
43 <!-- samples label="Samples" href="samples/" tab="samples">
44 <index href="index.html"/>
45 <sample label="Apache doc v2.0" href="sample.html"
46 description="A nonsense document using all possible elements in the current document v2.0">
48 <section href="#section"/>
50 <document-v13 label="Apache doc v1.3" href="document-v13.html"
51 description="A nonsense document using all possible elements in the document v1.3">
53 <section href="#section"/>
55 <static label="Static content" href="static.html"
56 description="Static raw un-processed content" />
57 <linking label="Linking" href="linking.html"
58 description="Linking explained and demonstrated" />
59 <sample-html label="Embedded HTML" href="embedded_html.html"
60 description="Test of Embedded HTML" />
61 <sample-ascii-art label="ascii-art page" href="ascii-art.html"
62 description="Sample Ascii Art page" />
63 <sample-usemap label="usemap" href="usemap.html"
64 description="Client-side imagemap" />
65 <sample-custom label="User Schemas" href="customSchema.html"
66 description="Custom XML Schemas"/>
67 <custom label="Custom File" href="custom.html" description="A custom XML file"/>
68 <faq label="FAQ" href="faq.html" description="Frequently Asked Questions" />
69 <subdir label="Subdir" href="subdir/">
70 <index label="Index" href="index.html"
71 description="Page generated from a sub-directory"/>
75 <!-- plugins label="Plugins" href="pluginDocs/plugins_0_70/" tab="plugins">
76 <index label="Index" href="index.html" description="List of plugins available for Forrest"/>
80 <hello_print href="hello.pdf" />
81 <test1 href="test1.html" />
87 The href must be wholesite.html/pdf You can change the labels and node names
89 <whole_site_html label="Whole Site HTML" href="wholesite.html"/>
90 <whole_site_pdf label="Whole Site PDF" href="wholesite.pdf"/>
95 <kiss href="http://www.kiss-technology.com"/>
99 <forrest href="http://forrest.apache.org/">
100 <linking href="docs/linking.html"/>
101 <validation href="docs/validation.html"/>
102 <webapp href="docs/your-project.html#webapp"/>
103 <dtd-docs href="docs/dtd-docs.html"/>
105 <cocoon href="http://cocoon.apache.org/"/>
106 <xml.apache.org href="http://xml.apache.org/"/>