blob: a1e2e3a61eaea7d521fd458dfcd0630c3b8c0ad8 [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
<a href="site:changes"> links to changes.html (or ../changes.html if in
subdir).
- Provide aliases for external URLs in the external-refs section. Eg, <a
href="ext:cocoon"> links to http://cocoon.apache.org/
See http://forrest.apache.org/docs/linking.html for more info
-->
<site label="@plugin-name@" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
<about label="Home" tab="home">
<index label="Overview" href="index.html" description="Overview Excel sheet plugin"/>
<how-to label="How-to" href="howto.html" description="Step-by-step description on how to use the plugin"/>
<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/" tab="samples">
<overview label="Overview" href="index.html" description="Samples overview"/>
<simple-table label="Simple Table" href="simple-table.html" description="Basic features of plugin"/>
<figure-table label="Table with Figure" href="figure-table.html" description="Table related to a figure"/>
<color-table label="Color Table" href="color-table.html" description="Table with single cells colored"/>
</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/">
<aing 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="pluginDocs/"/>
</forrest>
<cocoon href="http://cocoon.apache.org/"/>
<xml.apache.org href="http://xml.apache.org/"/>
</external-refs>
</site>