Inspired by bug #44958 - Record level support for Data Tables. (No formula parser...
[poi.git] / src / documentation / content / xdocs / site.xml
blob947c83e37466eb4955ae94e6be11f43eb3f8dea9
1 <?xml version="1.0"?>
2 <!--
3    ====================================================================
4    Licensed to the Apache Software Foundation (ASF) under one or more
5    contributor license agreements.  See the NOTICE file distributed with
6    this work for additional information regarding copyright ownership.
7    The ASF licenses this file to You under the Apache License, Version 2.0
8    (the "License"); you may not use this file except in compliance with
9    the License.  You may obtain a copy of the License at
11        http://www.apache.org/licenses/LICENSE-2.0
13    Unless required by applicable law or agreed to in writing, software
14    distributed under the License is distributed on an "AS IS" BASIS,
15    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16    See the License for the specific language governing permissions and
17    limitations under the License.
18    ====================================================================
19 -->
21 <!--
22 Forrest site.xml
24 This file contains an outline of the site's information content.  It is used to:
25 - Generate the website menus (though these can be overridden - see docs)
26 - Provide semantic, location-independent aliases for internal 'site:' URIs, eg
27 <link href="site:changes"> links to changes.html (or ../changes.html if in
28   subdir).
29 - Provide aliases for external URLs in the external-refs section.  Eg, <link
30   href="ext:cocoon"> links to http://xml.apache.org/cocoon/
32 See http://xml.apache.org/forrest/linking.html for more info
33 -->
35 <site label="POI" href="" xmlns="http://apache.org/forrest/linkmap/1.0">
37     <external-refs>
38         <xml.apache.org href="http://xml.apache.org/">
39             <forrest href="forrest/">
40                 <validation href="validation.html"/>
41                 <webapp href="your-project.html#webapp"/>
42             </forrest>
43             <cocoon href="cocoon/"/>
44         </xml.apache.org>
45         <junit href="junit/index.html"/>
46         <jdepend href="jdepend/index.html"/>
47         <javadoc href="apidocs/index.html"/>
48             <download href="http://www.apache.org/dyn/closer.cgi/poi/"/>
49     </external-refs>
51 </site>