4c2865090c9cfd6087f81e93e2df826d0e91bd76
[utils] / crawler / kiss / docs / content / xdocs / site.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   Copyright 2002-2004 The Apache Software Foundation or its licensors,
4   as applicable.
5
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
9
10       http://www.apache.org/licenses/LICENSE-2.0
11
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.
17 -->
18
19 <!--
20 Forrest site.xml
21
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
26   subdir).
27 - Provide aliases for external URLs in the external-refs section.  Eg, <link
28   href="ext:cocoon"> links to http://cocoon.apache.org/ 
29
30 See http://forrest.apache.org/docs/linking.html for more info
31 -->
32
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. 
38    -->
39   <about label="About">
40     <index label="Index" href="index.html" description="Welcome to the KiSS crawler"/>
41   </about>
42
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">
47       <top href="#top"/>
48       <section href="#section"/>
49     </sample>
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">
52       <top href="#top"/>
53       <section href="#section"/>
54     </document-v13>
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"/>
72     </subdir>
73   </samples -->
74   
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"/>
77   </plugins -->
78
79   <files>
80     <hello_print href="hello.pdf" />
81     <test1 href="test1.html" />
82   </files>
83   
84   
85
86   <!--
87   The href must be wholesite.html/pdf  You can change the labels and node names
88   <all label="All">
89     <whole_site_html label="Whole Site HTML" href="wholesite.html"/>
90     <whole_site_pdf label="Whole Site PDF" href="wholesite.pdf"/>
91   </all>
92   -->
93   
94   <links>
95     <kiss href="http://www.kiss-technology.com"/>
96   </links>
97
98   <external-refs>
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"/>
104     </forrest>
105     <cocoon href="http://cocoon.apache.org/"/>
106     <xml.apache.org href="http://xml.apache.org/"/>
107   </external-refs>
108
109 </site>