source: proiecte/swift/trunk/lib/hoard-371/doc/src/documentation/content/xdocs/site.xml @ 176

Last change on this file since 176 was 176, checked in by (none), 14 years ago
  • imported repo from "guagal"
File size: 4.3 KB
Line 
1<?xml version="1.0"?>
2<!--
3  Copyright 2002-2004 The Apache Software Foundation
4
5  Licensed under the Apache License, Version 2.0 (the "License");
6  you may not use this file except in compliance with the License.
7  You may obtain a copy of the License at
8
9      http://www.apache.org/licenses/LICENSE-2.0
10
11  Unless required by applicable law or agreed to in writing, software
12  distributed under the License is distributed on an "AS IS" BASIS,
13  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  See the License for the specific language governing permissions and
15  limitations under the License.
16-->
17
18<!--
19Forrest site.xml
20
21This file contains an outline of the site's information content.  It is used to:
22- Generate the website menus (though these can be overridden - see docs)
23- Provide semantic, location-independent aliases for internal 'site:' URIs, eg
24<link href="site:changes"> links to changes.html (or ../changes.html if in
25  subdir).
26- Provide aliases for external URLs in the external-refs section.  Eg, <link
27  href="ext:cocoon"> links to http://cocoon.apache.org/
28
29See http://forrest.apache.org/docs/linking.html for more info
30-->
31
32<site label="Hoard" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
33
34  <about label="Table of Contents">
35    <index label="Home" href="index.html" description="Welcome to Hoard"/>
36    <download label="Download" href="download.html" description="Download Hoard"/>
37    <screenshot label="Screenshots" href="screenshot.html" description="Screenshots" />
38    <using label="Using Hoard" href="using.html" description="How to Use Hoard" />
39    <building label="Building Hoard" href="building.html" description="How to Build Hoard" />
40    <faqs label="FAQs" href="faqs.html" description="FAQs" />
41    <licensing label="Licensing Info" href="licensing.html" description="License Info" />
42  </about>
43
44<!--
45  <samples label="Samples" href="samples/" tab="samples">
46    <index href="index.html"/>
47    <sample label="Apache doc v2.0" href="sample.html"
48      description="A nonsense document using all possible elements in the current document v2.0">
49      <top href="#top"/>
50      <section href="#section"/>
51    </sample>
52    <document-v13 label="Apache doc v1.3" href="document-v13.html"
53      description="A nonsense document using all possible elements in the document v1.3">
54      <top href="#top"/>
55      <section href="#section"/>
56    </document-v13>
57    <static label="Static content" href="static.html"
58      description="Static raw un-processed content" />
59    <linking label="Linking" href="linking.html"
60      description="Linking explained and demonstrated" />
61    <sample-wiki label="Wiki page" href="wiki-sample.html"
62      description="wiki-sample" />
63    <sample-ihtml label="ihtml page" href="ihtml-sample.html"
64      description="Test iHTML page" />
65    <sample-ascii-art label="ascii-art page" href="ascii-art.html"
66      description="Sample Ascii Art page" />
67    <sample-openoffice-writer label="OpenOffice Writer" href="openoffice-writer.html"
68      description="Openoffice Writer sample" />       
69    <faq label="FAQ" href="faq.html" description="Frequently Asked Questions" />
70    <sdocbook label="Simplifed Docbook" href="sdocbook.html"
71      description="Simplified DocBook example" />     
72    <subdir label="Subdir" href="subdir/">
73      <index label="Index" href="index.html"
74        description="Page generated from a sub-directory"/>
75    </subdir>
76  </samples>
77-->
78
79<!--
80  <files>
81    <hello_print href="hello.pdf" />
82    <test1 href="test1.html" />
83    <test3 href="samples/test3.html" />
84  </files>
85-->
86
87  <!--
88  The href must be wholesite.html/pdf  You can change the labels and node names
89  <all label="All">
90    <whole_site_html label="Whole Site HTML" href="wholesite.html"/>
91    <whole_site_pdf label="Whole Site PDF" href="wholesite.pdf"/>
92  </all>
93  -->
94
95<!--
96  <external-refs>
97    <forrest href="http://forrest.apache.org/">
98      <linking href="docs/linking.html"/>
99      <validation href="docs/validation.html"/>
100      <webapp href="docs/your-project.html#webapp"/>
101      <dtd-docs href="docs/dtd-docs.html"/>
102    </forrest>
103    <cocoon href="http://cocoon.apache.org/"/>
104    <xml.apache.org href="http://xml.apache.org/"/>
105  </external-refs>
106-->
107
108</site>
Note: See TracBrowser for help on using the repository browser.