add --shared
[pylucene.git] / lucene-java-3.4.0 / lucene / src / site / src / documentation / content / xdocs / tabs.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 <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN" "http://forrest.apache.org/dtd/tab-cocoon-v11.dtd">
19
20 <tabs software="Java"
21   title="Java"
22   copyright="The Apache Software Foundation"
23   xmlns:xlink="http://www.w3.org/1999/xlink">
24
25   <!-- The rules for tabs are:
26     @dir will always have '/@indexfile' added.
27     @indexfile gets appended to @dir if the tab is selected. Defaults to 'index.html'
28     @href is not modified unless it is root-relative and obviously specifies a
29     directory (ends in '/'), in which case /index.html will be added
30     If @id's are present, site.xml entries with a matching @tab will be in that tab.
31
32    Tabs can be embedded to a depth of two. The second level of tabs will only 
33     be displayed when their parent tab is selected.    
34   -->
35
36   <!--
37   <tab id="" label="Home" dir="" indexfile="index.html"/>
38   -->
39
40   <tab id="" label="Main" href="http://lucene.apache.org/java/docs/"/>
41   <tab id="wiki" label="Wiki" href="http://wiki.apache.org/lucene-java"/>
42     <!--
43   <tab label="Lucene 2.3.0 Documentation" href="http://lucene.apache.org/java/2_3_0/"/>
44   -->
45   <tab label="Lucene 3.4 Documentation" dir=""/>
46
47   
48   <!--
49   <tab id="samples" label="Samples" dir="samples" indexfile="sample.html">
50     <tab id="samples-index" label="Index" dir="samples" indexfile="index.html"/>
51     <tab id="samples-sample2" label="Sample2" dir="samples" indexfile="static.html"/>
52   </tab>
53   <tab label="Apache XML Projects" href="http://xml.apache.org">
54     <tab label="Forrest" href="http://forrest.apache.org"/>
55     <tab label="Xerces" href="http://xml.apache.org/xerces"/>
56   </tab>
57   <tab id="plugins" label="Plugins" dir="pluginDocs/plugins_0_70" indexfile="index.html"/>
58   -->
59   <!-- Add new tabs here, eg:
60   <tab label="How-Tos" dir="community/howto/"/>
61   <tab label="XML Site" dir="xml-site/"/>
62   -->
63
64 </tabs>