blob: efea2cdf19f3511520ed52c06757a1c4efc05fdd [file] [log] [blame]
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You 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.
-->
<!--
Forrest site.xml
This file contains an outline of the site's information content. It is used to:
- Generate the website menus (though these can be overridden - see docs)
- Provide semantic, location-independent aliases for internal 'site:' URIs, eg
<link href="site:changes"> links to changes.html (or ../changes.html if in
subdir).
- Provide aliases for external URLs in the external-refs section. Eg, <link
href="ext:cocoon"> links to http://cocoon.apache.org/
See http://forrest.apache.org/docs/linking.html for more info
-->
<site label="MyProj" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
<about label="About">
<index label="Index" href="index.html" description="Welcome to the Feed Plugin Example"/>
<forrestPlugins label="Plugins Index" href="site:forrest/plugins" description="Index of Forrest Plugins"/>
<changes label="Changes" href="changes.html" description="History of Changes" />
<todo label="Todo" href="todo.html" description="Todo List" />
</about>
<samples label="Samples" href="samples/">
<index label="Index" href="index.html" description="Index of example files available"/>
<openOfficeWriter label="SXW" href="openoffice-writer.html" description="OpenOffice.org Writer Example"/>
<openOfficeWriterhowto label="HowTo" href="openoffice-writer-howto.html" description="OpenOffice.org Writer HowTo Example"/>
<openOfficeImpress label="SXI" href="openoffice-impress.html" description="OpenOffice.org Impress Example"/>
</samples>
<!--
The href must be wholesite.html/pdf You can change the labels and node names
<all label="All">
<whole_site_html label="Whole Site HTML" href="wholesite.html"/>
<whole_site_pdf label="Whole Site PDF" href="wholesite.pdf"/>
</all>
-->
<external-refs>
<forrest href="http://forrest.apache.org/">
<linking href="docs/linking.html"/>
<validation href="docs/validation.html"/>
<webapp href="docs/your-project.html#webapp"/>
<dtd-docs href="docs/dtd-docs.html"/>
<plugins href="docs/plugins"/>
</forrest>
</external-refs>
</site>