pylucene 3.5.0-3
[pylucene.git] / lucene-java-3.5.0 / lucene / src / site / src / documentation / 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="Lucene" href="" xmlns="http://apache.org/forrest/linkmap/1.0">
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     <!--
40      With the exception of the About section, please try to keep items in alphabetical order by "label"
41
42      -->
43     <!-- keep in submenu items alpha order -->
44   <docs label="Documentation">
45       <overview label="Overview" href="index.html"/>
46       <changes label="Changes">
47         <changes-core label="Core" href="ext:changes-core" />
48         <changes-contrib label="Contrib" href="ext:changes-contrib" />
49       </changes>
50       <javadoc label="Javadocs">
51          <javadoc-all label="All" href="ext:javadocs-all"/>
52                  <javadoc-core label="Core" href="ext:javadocs-core"/>
53                  <javadoc-test-framework label="Test Framework" href="ext:javadocs-test-framework"/>
54                  <javadoc-contrib label="Contrib">
55                     <javadoc-contrib-analyzers label="Analyzers" href="ext:javadocs-contrib-analyzers"/>
56                     <javadoc-contrib-smartcn label="Smart Chinese Analyzer" href="ext:javadocs-contrib-smartcn"/>
57                     <javadoc-contrib-stempel label="Stempel Polish Analyzer" href="ext:javadocs-contrib-stempel"/>
58                     <javadoc-contrib-benchmark label="Benchmark" href="ext:javadocs-contrib-benchmark"/>
59                     <javadoc-contrib-demo label="Demo" href="ext:javadocs-contrib-demo"/>
60                     <javadoc-contrib-grouping label="Grouping" href="ext:javadocs-contrib-grouping"/>
61                     <javadoc-contrib-highlighter label="Highlighter" href="ext:javadocs-contrib-highlighter"/>
62                     <javadoc-contrib-icu label="ICU" href="ext:javadocs-contrib-icu"/>
63                     <javadoc-contrib-instantiated label="Instantiated" href="ext:javadocs-contrib-instantiated"/>
64                     <javadoc-contrib-join label="Join" href="ext:javadocs-contrib-join"/>
65                     <javadoc-contrib-memory label="Memory" href="ext:javadocs-contrib-memory"/>
66                     <javadoc-contrib-misc label="Miscellaneous" href="ext:javadocs-contrib-misc"/>
67                     <javadoc-contrib-queries label="Queries" href="ext:javadocs-contrib-queries"/>
68                     <javadoc-contrib-queryparser label="Query Parser Framework" href="ext:javadocs-contrib-queryparser"/>
69 <!-- This package has currently no content                      
70                     <javadoc-contrib-similarity label="Similarity" href="ext:javadocs-contrib-similarity"/>
71 -->                     
72                     <javadoc-contrib-remote label="Remote" href="ext:javadocs-contrib-remote"/>
73                     <javadoc-contrib-spatial label="Spatial" href="ext:javadocs-contrib-spatial"/>
74                     <javadoc-contrib-spellchecker label="Spellchecker" href="ext:javadocs-contrib-spellchecker"/>                                                   
75                     <javadoc-contrib-xml-query-parser label="XML Query Parser" href="ext:javadocs-contrib-xml-query-parser"/>                   
76                  </javadoc-contrib>
77           </javadoc>
78       <systemrequirements label="System Requirements" href="systemrequirements.html"/>
79       <contributions label="Contributions" href="contributions.html"/>
80       <faq         label="FAQ"              href="ext:faq" />
81       <file-formats label="File Formats" href="fileformats.html"/>
82       <tutorial label="Getting Started" href="gettingstarted.html"/>
83       <lucene-contrib label="Lucene Contrib" href="lucene-contrib/index.html"/>
84       <query-syntax label="Query Syntax" href="queryparsersyntax.html"/>
85       <scoring label="Scoring" href="scoring.html"/>
86       <wiki        label="Wiki"             href="ext:wiki" />
87   </docs>
88   
89   <!--
90   The href must be wholesite.html/pdf  You can change the labels and node names
91   <all label="All">
92     <whole_site_html label="Whole Site HTML" href="wholesite.html"/>
93     <whole_site_pdf label="Whole Site PDF" href="wholesite.pdf"/>
94   </all>
95   -->
96
97   <external-refs>
98     <changes-core href="changes/Changes.html" />
99     <changes-contrib href="changes/Contrib-Changes.html" />
100     <javadocs-all href="api/all/index.html"/>
101         <javadocs-core href="api/core/index.html"/>
102         <javadocs-test-framework href="api/test-framework/index.html"/>
103         <javadocs-contrib-analyzers href="api/contrib-analyzers/index.html"/>
104         <javadocs-contrib-smartcn href="api/contrib-smartcn/index.html"/>
105         <javadocs-contrib-stempel href="api/contrib-stempel/index.html"/>
106         <javadocs-contrib-benchmark href="api/contrib-benchmark/index.html"/>
107         <javadocs-contrib-demo href="api/contrib-demo/index.html"/>
108         <javadocs-contrib-grouping href="api/contrib-grouping/index.html"/>
109         <javadocs-contrib-highlighter href="api/contrib-highlighter/index.html"/>
110         <javadocs-contrib-icu href="api/contrib-icu/index.html"/>
111         <javadocs-contrib-instantiated href="api/contrib-instantiated/index.html"/>
112         <javadocs-contrib-join href="api/contrib-join/index.html"/>
113         <javadocs-contrib-memory href="api/contrib-memory/index.html"/>
114         <javadocs-contrib-misc href="api/contrib-misc/index.html"/>
115         <javadocs-contrib-queries href="api/contrib-queries/index.html"/>
116         <javadocs-contrib-queryparser href="api/contrib-queryparser/index.html"/>
117         <javadocs-contrib-remote href="api/contrib-remote/index.html"/>
118         <javadocs-contrib-spatial href="api/contrib-spatial/index.html"/>
119         <javadocs-contrib-spellchecker href="api/contrib-spellchecker/index.html"/>
120         <javadocs-contrib-xml-query-parser href="api/contrib-xml-query-parser/index.html"/>
121         
122     <forrest href="http://forrest.apache.org/">
123       <linking href="docs/linking.html"/>
124       <validation href="docs/validation.html"/>
125       <webapp href="docs/your-project.html#webapp"/>
126       <dtd-docs href="docs/dtd-docs.html"/>
127     </forrest>
128
129     <cocoon href="http://cocoon.apache.org/"/>
130     <xml.apache.org href="http://xml.apache.org/"/>
131     <issues href="http://issues.apache.org/jira/browse/LUCENE"/>
132         <topLevel href="http://lucene.apache.org"/>
133     <solr    href="http://lucene.apache.org/solr/" />
134     <nutch     href="http://lucene.apache.org/nutch/" />
135     <lucy href="http://lucene.apache.org/lucy/"/>
136     <lucene-net href="http://incubator.apache.org/projects/lucene.net.html"/>
137     <hadoop href="http://lucene.apache.org/hadoop/"/>
138     <wiki      href="http://wiki.apache.org/lucene-java" />
139     <faq       href="http://wiki.apache.org/lucene-java/LuceneFAQ" />
140     <releases href="http://www.apache.org/dyn/closer.cgi/lucene/java/" />
141     <source href="http://svn.apache.org/viewcvs.cgi/lucene/dev/"/>
142     <powered-by href="http://wiki.apache.org/lucene-java/PoweredBy"/>
143         
144   </external-refs>
145
146 </site>