You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by va...@apache.org on 2009/01/16 03:07:31 UTC

svn commit: r734889 [3/4] - in /lucene/pylucene/site: ./ src/ src/documentation/ src/documentation/classes/ src/documentation/conf/ src/documentation/content/ src/documentation/content/xdocs/ src/documentation/content/xdocs/images/ src/documentation/co...

Added: lucene/pylucene/site/src/documentation/content/xdocs/samples/xml-entities.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/content/xdocs/samples/xml-entities.xml?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/content/xdocs/samples/xml-entities.xml (added)
+++ lucene/pylucene/site/src/documentation/content/xdocs/samples/xml-entities.xml Thu Jan 15 18:07:29 2009
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd" [
+<!ENTITY % symbols-project
+    PUBLIC "-//Apache Forrest//ENTITIES Symbols Project v1.0//EN"
+    "symbols-project-v10.ent"> 
+  %symbols-project;
+]>
+<document>
+  <header>
+    <title>Using XML entities for character replacements</title>
+  </header>
+  <body>
+    <p>
+      All of the normal xml character entities are available for use in your
+      source documents. So you can use "<code>&amp;trade;</code>" for the
+      trademark symbol (&trade;) and use "<code>&amp;ouml;</code>" for special
+      accents (&ouml;).
+    </p>
+    <p>
+      Forrest also has some default sets of symbols. There is one set for the
+      core of Forrest. These are automatically available for use in the
+      "document-v*" series of document types. (If you want to use them in
+      another document type, then you need to specify them in the document type
+      declaration of your xml instance documents or in your custom DTD. See
+      below.)
+    </p>
+    <p>
+      For example, use "<code>&amp;for-s;</code>" to represent the strong text
+      string "&for-s;". See the list of available symbols at
+      <code>main/webapp/resources/schema/entity/symbols-core-v10.ent</code>
+      which shows that that example entity was declared as <code>
+<![CDATA[<strong>Apache Forrest</strong>]]>
+      </code>.
+    </p>
+    <p>
+      You can supply lists of symbols for your own project too. Create a fresh
+      site with 'forrest seed' and see the set
+      <code>src/documentation/resources/schema/symbols-project-v10.ent</code>
+    </p>
+    <p>
+      For example, use "<code>&amp;myp-t;</code>" to represent the project name
+      together with trademark symbol "&myp-t;".
+    </p>
+    <p>
+      The set of project symbols is already configured. To use the symbols in
+      your documents, add to the document type declaration. For example, see the
+      source for this document
+      (<code>src/documentation/content/xdocs/samples/xml-entites.xml</code>)
+      which declares the project symbol set ...
+    </p>
+    <source>
+<![CDATA[
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd" [
+<!ENTITY % symbols-project
+    PUBLIC "-//Apache Forrest//ENTITIES Symbols Project v1.0//EN"
+    "symbols-project-v10.ent"> 
+  %symbols-project;
+]>
+<document> 
+  ...
+]]>
+    </source>
+  </body>
+</document>

Propchange: lucene/pylucene/site/src/documentation/content/xdocs/samples/xml-entities.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/content/xdocs/samples/xml-entities.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: lucene/pylucene/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/content/xdocs/site.xml?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/content/xdocs/site.xml (added)
+++ lucene/pylucene/site/src/documentation/content/xdocs/site.xml Thu Jan 15 18:07:29 2009
@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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
+-->
+<!-- The label attribute of the outer "site" element will only show
+  in the linkmap (linkmap.html).
+  Use elements project-name and group-name in skinconfig to change name of 
+  your site or project that is usually shown at the top of page.
+  No matter what you configure for the href attribute, Forrest will
+  always use index.html when you request http://yourHost/
+  See FAQ: "How can I use a start-up-page other than index.html?"
+-->
+<site label="PyLucene" href="" xmlns="http://apache.org/forrest/linkmap/1.0"
+  tab="">
+  <about label="About">
+    <index label="Index" href="index.html" description="Welcome to PyLucene"/>
+<!--
+    <linkmap label="Documentation ToC" href="linkmap.html" description="Table of Contents for this example site"/>
+-->
+  </about>
+  <resources label="Resources" href="resources/">
+    <version-control label="Source Code" href="version-control.html"/>
+  </resources>
+<!--
+  <samples label="Samples" href="samples/" tab="samples">
+    <index label="Overview" href="index.html"/>
+    <sample label="Apache doc v2.0" href="sample.html" description="A nonsense
+      document using all possible elements in the current document v2.0">
+      <top href="#top"/>
+      <section href="#section"/>
+    </sample>
+    <static label="Static content" href="static.html" description="Static raw
+      un-processed content"/>
+    <linking label="Linking" href="linking.html" description="Linking explained
+      and demonstrated"/>
+    <sample-howto label="How To" href="howto-howto.html"
+      description="Test of How To documents"/>
+    <sample-html label="Embedded HTML" href="embedded_html.html"
+      description="Test of Embedded HTML"/>
+    <sample-ascii-art label="ascii-art page" href="ascii-art.html"
+      description="Sample Ascii Art page"/>
+    <svg label="Using SVG" href="svg.html" description="Using Scalable Vector Graphics (SVG)"/>
+    <sample-usemap label="usemap" href="usemap.html" description="Client-side
+      imagemap"/>
+    <i18n label="Internationalisation (i18n)" href="i18n.html"/>
+    <i18n-demo label="i18n demonstration" href="demo-i18n.html"/>
+    <sample-custom label="Custom Schema" href="customSchema.html"
+      description="Custom XML schema and doctypes"/>
+    <custom-example href="custom.html" description="A custom XML file"/>
+    <xml-entities label="XML entities" href="xml-entities.html"
+      description="Using XML entities for character replacements"/>
+    <faq label="FAQ" href="faq.html" description="Frequently Asked Questions"/>
+    <locationmap label="Locationmap" href="locationmap/index.html"
+      description="Locationmaps allow the user URL space to be different from
+      the storage URL Space"/>
+    <subdir label="Subdir" href="subdir/">
+      <index label="Index" href="index.html" description="Page generated from a
+        sub-directory"/>
+    </subdir>
+    <showonlywhenselected label="Conditional display of menuitems" href="showonlywhenselected/">
+      <page1 label="Always visible page" href="page1.html"/>
+      <page2 label="Visible only when current" href="page2.html" type="showWhenSelected"/>
+    </showonlywhenselected>
+  </samples>
+  <plugins label="Plugins" href="pluginDocs/plugins_0_70/" tab="plugins">
+    <index label="Index" href="index.html" description="List of plugins
+      available for Forrest"/>
+  </plugins>
+  <files>
+    <hello_print href="hello.pdf"/>
+    <test1 href="test1.html"/>
+  </files>
+-->
+<!--
+  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"/>
+      <new_content_type href="docs/your-project.html#adding_new_content_type"/>
+      <buildPlugin href="docs/howto/howto-buildPlugin.html"/>
+    </forrest>
+    <forrest-zone href="http://forrest.zones.apache.org/"/>
+    <cocoon href="http://cocoon.apache.org/"/>
+    <xml.apache.org href="http://xml.apache.org/"/>
+  </external-refs>
+</site>

Propchange: lucene/pylucene/site/src/documentation/content/xdocs/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/content/xdocs/site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: lucene/pylucene/site/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/content/xdocs/tabs.xml?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/content/xdocs/tabs.xml (added)
+++ lucene/pylucene/site/src/documentation/content/xdocs/tabs.xml Thu Jan 15 18:07:29 2009
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN" "http://forrest.apache.org/dtd/tab-cocoon-v11.dtd">
+<tabs software="PyLucene"
+  title="PyLucene"
+  copyright="Apache Software Foundation"
+  xmlns:xlink="http://www.w3.org/1999/xlink">
+<!-- The rules for tabs are:
+    @dir will always have '/@indexfile' added.
+    @indexfile gets appended to @dir if the tab is selected. Defaults to 'index.html'
+    @href is not modified unless it is root-relative and obviously specifies a
+    directory (ends in '/'), in which case /index.html will be added
+    If @id's are present, site.xml entries with a matching @tab will be in that tab.
+
+   Tabs can be embedded to a depth of two. The second level of tabs will only 
+    be displayed when their parent tab is selected.    
+  -->
+  <tab id="" label="Home" dir="" indexfile="index.html"/>
+  <tab id="JIRA" label="JIRA"
+       href="http://issues.apache.org/jira/browse/PyLucene"/>
+<!-- Add new tabs here, eg:
+  <tab label="How-Tos" dir="community/howto/"/>
+  <tab label="XML Site" dir="xml-site/"/>
+  -->
+</tabs>

Propchange: lucene/pylucene/site/src/documentation/content/xdocs/tabs.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/content/xdocs/tabs.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: lucene/pylucene/site/src/documentation/resources/images/ellipse-2.svg
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/resources/images/ellipse-2.svg?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/resources/images/ellipse-2.svg (added)
+++ lucene/pylucene/site/src/documentation/resources/images/ellipse-2.svg Thu Jan 15 18:07:29 2009
@@ -0,0 +1,30 @@
+<?xml version="1.0" standalone="no"?>
+<!--
+  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.
+-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
+"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" version="1.0"
+   width="300" height="150"
+   viewBox="0 0 1500 1000"
+>
+  <desc>Ellipse</desc>
+  <rect x="1" y="1" width="1495" height="995"
+      fill="none" stroke="blue" stroke-width="5"/>
+  <ellipse transform="translate(200 200) rotate(-45)" 
+      rx="200" ry="100"
+      fill="none" stroke="red" stroke-width="20"/>
+</svg>

Added: lucene/pylucene/site/src/documentation/resources/images/icon-a.png
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/resources/images/icon-a.png?rev=734889&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/pylucene/site/src/documentation/resources/images/icon-a.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: lucene/pylucene/site/src/documentation/resources/images/icon-b.png
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/resources/images/icon-b.png?rev=734889&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/pylucene/site/src/documentation/resources/images/icon-b.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: lucene/pylucene/site/src/documentation/resources/images/icon.png
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/resources/images/icon.png?rev=734889&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/pylucene/site/src/documentation/resources/images/icon.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: lucene/pylucene/site/src/documentation/resources/images/lucene_green_150.gif
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/resources/images/lucene_green_150.gif?rev=734889&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/pylucene/site/src/documentation/resources/images/lucene_green_150.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: lucene/pylucene/site/src/documentation/resources/images/project-logo.png
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/resources/images/project-logo.png?rev=734889&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/pylucene/site/src/documentation/resources/images/project-logo.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: lucene/pylucene/site/src/documentation/resources/images/sub-dir/icon-c.png
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/resources/images/sub-dir/icon-c.png?rev=734889&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/pylucene/site/src/documentation/resources/images/sub-dir/icon-c.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: lucene/pylucene/site/src/documentation/resources/schema/catalog.xcat
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/resources/schema/catalog.xcat?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/resources/schema/catalog.xcat (added)
+++ lucene/pylucene/site/src/documentation/resources/schema/catalog.xcat Thu Jan 15 18:07:29 2009
@@ -0,0 +1,29 @@
+<?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.
+-->
+<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
+"http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
+<!-- OASIS XML Catalog for Forrest Documents -->
+<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"
+         prefer="public">
+<!-- Example catalog entry -->
+  <public publicId="-//Acme//DTD Hello Document V1.0//EN"
+        uri="hello-v10.dtd"/>
+<!-- Sets of symbols. e.g. for string replacements -->
+  <public publicId="-//Apache Forrest//ENTITIES Symbols Project v1.0//EN"
+        uri="symbols-project-v10.ent"/>
+</catalog>

Added: lucene/pylucene/site/src/documentation/resources/schema/hello-v10.dtd
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/resources/schema/hello-v10.dtd?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/resources/schema/hello-v10.dtd (added)
+++ lucene/pylucene/site/src/documentation/resources/schema/hello-v10.dtd Thu Jan 15 18:07:29 2009
@@ -0,0 +1,51 @@
+<!--
+  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.
+-->
+<!-- ===================================================================
+
+     Apache Hello DTD (Version 1.0)
+
+PURPOSE:
+  
+
+TYPICAL INVOCATION:
+
+  <!DOCTYPE greeting PUBLIC
+       "-//Acme//DTD Hello Document Vx.y//EN"
+       "hello.dtd">
+
+  where
+
+    x := major version
+    y := minor version
+
+FIXME:
+
+CHANGE HISTORY:
+[Version 1.0]
+  20041009 Initial version. (JJP)
+
+==================================================================== -->
+
+<!-- =============================================================== -->
+<!-- Greeting type element -->
+<!-- =============================================================== -->
+
+<!ELEMENT greeting (#PCDATA)>
+
+<!-- =============================================================== -->
+<!-- End of DTD -->
+<!-- =============================================================== -->

Added: lucene/pylucene/site/src/documentation/resources/schema/symbols-project-v10.ent
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/resources/schema/symbols-project-v10.ent?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/resources/schema/symbols-project-v10.ent (added)
+++ lucene/pylucene/site/src/documentation/resources/schema/symbols-project-v10.ent Thu Jan 15 18:07:29 2009
@@ -0,0 +1,26 @@
+<!--
+  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.
+-->
+
+<!-- Typical invocation:
+  <!ENTITY % symbols-project
+      PUBLIC "-//Apache Forrest//ENTITIES Symbols Project v1.0//EN"
+      "symbols-project-v10.ent">
+  %symbols-project;
+-->
+<!ENTITY myp "My Project Name">
+<!ENTITY myp-s "<strong>My Project Name</strong>">
+<!ENTITY myp-t "My Project Name&trade;">

Added: lucene/pylucene/site/src/documentation/resources/stylesheets/hello2document.xsl
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/resources/stylesheets/hello2document.xsl?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/resources/stylesheets/hello2document.xsl (added)
+++ lucene/pylucene/site/src/documentation/resources/stylesheets/hello2document.xsl Thu Jan 15 18:07:29 2009
@@ -0,0 +1,33 @@
+<?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.
+-->
+<!--+
+    | Transforms Hello document format.
+    +-->
+<xsl:stylesheet version="1.0"
+                xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+  <xsl:template match="/">
+    <document>
+      <header>
+        <title><xsl:value-of select="greeting"/></title>
+      </header>
+      <body>
+        <xsl:value-of select="greeting"/>
+      </body>
+    </document>
+  </xsl:template>
+</xsl:stylesheet>

Added: lucene/pylucene/site/src/documentation/sitemap.xmap
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/sitemap.xmap?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/sitemap.xmap (added)
+++ lucene/pylucene/site/src/documentation/sitemap.xmap Thu Jan 15 18:07:29 2009
@@ -0,0 +1,66 @@
+<?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.
+-->
+<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:components>
+    <map:actions>
+      <map:action logger="sitemap.action.sourcetype" name="sourcetype" src="org.apache.forrest.sourcetype.SourceTypeAction">
+        <sourcetype name="hello-v1.0">
+          <document-declaration public-id="-//Acme//DTD Hello Document V1.0//EN" />
+        </sourcetype>
+      </map:action>
+    </map:actions>
+    <map:selectors default="parameter">
+      <map:selector logger="sitemap.selector.parameter" name="parameter" src="org.apache.cocoon.selection.ParameterSelector" />
+    </map:selectors>
+  </map:components>
+  <map:resources>
+    <map:resource name="transform-to-document">
+      <map:act type="sourcetype" src="{src}">
+        <map:select type="parameter">
+          <map:parameter name="parameter-selector-test" value="{sourcetype}" />
+          <map:when test="hello-v1.0">
+            <map:generate src="{properties:content.xdocs}{../../1}.xml" />
+            <map:transform src="{properties:resources.stylesheets}/hello2document.xsl" />
+            <map:serialize type="xml-document"/>
+          </map:when>
+        </map:select>
+      </map:act>
+    </map:resource>
+  </map:resources>
+  <map:pipelines>
+    <map:pipeline>
+      <map:match pattern="old_site/*.html">
+        <map:select type="exists">
+          <map:when test="{properties:content}{1}.html">
+            <map:read src="{properties:content}{1}.html" mime-type="text/html"/>
+<!--
+          Use this instead if you want JTidy to clean up your HTML
+          <map:generate type="html" src="{properties:content}/{0}" />
+          <map:serialize type="html"/>
+        -->
+          </map:when>
+        </map:select>
+      </map:match>
+      <map:match pattern="**.xml">
+        <map:call resource="transform-to-document">
+          <map:parameter name="src" value="{properties:content.xdocs}{1}.xml" />
+        </map:call>
+      </map:match>
+    </map:pipeline>
+  </map:pipelines>
+</map:sitemap>

Added: lucene/pylucene/site/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/skinconf.xml?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/skinconf.xml (added)
+++ lucene/pylucene/site/src/documentation/skinconf.xml Thu Jan 15 18:07:29 2009
@@ -0,0 +1,416 @@
+<?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.
+-->
+<!--
+Skin configuration file. This file contains details of your project,
+which will be used to configure the chosen Forrest skin.
+-->
+<!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.8-1//EN" "http://forrest.apache.org/dtd/skinconfig-v08-1.dtd">
+<skinconfig>
+<!-- To enable lucene search add provider="lucene" (default is google).
+    Add box-location="alt" to move the search box to an alternate location
+    (if the skin supports it) and box-location="all" to show it in all
+    available locations on the page.  Remove the <search> element to show
+    no search box. @domain will enable sitesearch for the specific domain with google.
+    In other words google will search the @domain for the query string.
+  <search name="MyProject" domain="mydomain" provider="google"/>
+  -->
+<!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
+  <disable-print-link>true</disable-print-link>
+<!-- Disable the PDF link? -->
+  <disable-pdf-link>false</disable-pdf-link>
+<!-- Disable the POD link? -->
+  <disable-pod-link>true</disable-pod-link>
+<!-- Disable the Text link? FIXME: NOT YET IMPLEMENETED. -->
+  <disable-txt-link>true</disable-txt-link>
+<!-- Disable the xml source link? -->
+<!-- The xml source link makes it possible to access the xml rendition
+    of the source frim the html page, and to have it generated statically.
+    This can be used to enable other sites and services to reuse the
+    xml format for their uses. Keep this disabled if you don't want other
+    sites to easily reuse your pages.-->
+  <disable-xml-link>true</disable-xml-link>
+<!-- Disable navigation icons on all external links? -->
+  <disable-external-link-image>true</disable-external-link-image>
+<!-- Disable w3c compliance links? 
+    Use e.g. align="center" to move the compliance links logos to 
+    an alternate location default is left.
+    (if the skin supports it) -->
+  <disable-compliance-links>true</disable-compliance-links>
+<!-- Render mailto: links unrecognisable by spam harvesters? -->
+  <obfuscate-mail-links>true</obfuscate-mail-links>
+  <obfuscate-mail-value>.at.</obfuscate-mail-value>
+<!-- Disable the javascript facility to change the font size -->
+  <disable-font-script>true</disable-font-script>
+<!-- mandatory project logo
+       default skin: renders it at the top -->
+  <project-name>PyLucene</project-name>
+  <project-description>PyLucene Description</project-description>
+  <project-url>http://lucene.apache.org/pylucene</project-url>
+  <project-logo>images/project.png</project-logo>
+<!-- Alternative static image:
+  <project-logo>images/project-logo.gif</project-logo> -->
+<!-- optional group logo
+       default skin: renders it at the top-left corner -->
+  <group-name>Lucene</group-name>
+  <group-description>Lucene Description</group-description>
+  <group-url>http://lucene.apache.org</group-url>
+  <group-logo>images/lucene_green_150.gif</group-logo>
+<!-- Alternative static image:
+  <group-logo>images/group-logo.gif</group-logo> -->
+<!-- optional host logo (e.g. sourceforge logo)
+       default skin: renders it at the bottom-left corner -->
+  <host-url></host-url>
+  <host-logo></host-logo>
+<!-- relative url of a favicon file, normally favicon.ico -->
+  <favicon-url></favicon-url>
+<!-- The following are used to construct a copyright statement -->
+  <disable-copyright-footer>false</disable-copyright-footer>
+<!-- @inception enable automatic generation of a date-range to current date -->
+  <year inception="true">2009</year>
+  <vendor>The Apache Software Foundation.</vendor>
+<!-- The optional copyright-link URL will be used as a link in the
+    copyright statement -->
+  <copyright-link>http://www.apache.org/licenses/</copyright-link>
+<!-- Some skins use this to form a 'breadcrumb trail' of links.
+    Use location="alt" to move the trail to an alternate location
+    (if the skin supports it).
+    Omit the location attribute to display the trail in the default location.
+    Use location="none" to not display the trail (if the skin supports it).
+    For some skins just set the attributes to blank.
+    
+    NOTE: If a breadcrumb entry points at a local file the href must
+    be complete, that is it must point to the file itself, not to a 
+    directory.
+  -->
+  <trail>
+    <link1 name="apache" href="http://www.apache.org/"/>
+    <link2 name="lucene" href="http://lucene.apache.org/"/>
+    <link3 name="pylucene" href="http://lucene.apache.org/pylucene"/>
+  </trail>
+<!-- Configure the TOC, i.e. the Table of Contents.
+  @max-depth
+   how many "section" levels need to be included in the
+   generated Table of Contents (TOC). 
+  @min-sections
+   Minimum required to create a TOC.
+  @location ("page","menu","page,menu", "none")
+   Where to show the TOC.
+  -->
+  <toc max-depth="2" min-sections="1" location="page"/>
+<!-- Heading types can be clean|underlined|boxed  -->
+  <headings type="boxed"/>
+<!-- The optional feedback element will be used to construct a
+    feedback link in the footer with the page pathname appended:
+    <a href="@href">{@to}</a>
+  <feedback to="webmaster@foo.com"
+    href="mailto:webmaster@foo.com?subject=Feedback&#160;" >
+    Send feedback about the website to:
+  </feedback>
+    -->
+<!-- Optional message of the day (MOTD).
+    Note: This is only implemented in the pelt skin.
+    Note: Beware issue FOR-677 if you use an absolute path uri.
+    If the optional <motd> element is used, then messages will be appended
+    depending on the URI string pattern.
+    motd-option : Each option will match a pattern and apply its text.
+      The "pattern" attribute specifies the pattern to be matched.
+      This can be a specific page, or a general pattern to match a set of pages,
+      e.g. everything in the "samples" directory.
+      The @starts-with=true anchors the string to the start, otherwise contains 
+    motd-title : This text will betadded in brackets after the <html><title>
+      and this can be empty.
+    motd-page : This text will be added in a panel on the face of the page,
+      with the "motd-page-url" being the hyperlink "More".
+    Values for the "location" attribute are:
+      page : on the face of the page, e.g. in the spare space of the toc
+      alt : at the bottom of the left-hand navigation panel
+      both : both
+  <motd>
+    <motd-option pattern="samples/sample.html">
+      <motd-title>sample</motd-title>
+      <motd-page location="both">
+        This is an example of a Message of the day (MOTD).
+      </motd-page>
+      <motd-page-url>faq.html</motd-page-url>
+    </motd-option>
+    <motd-option pattern="samples/faq.html">
+      <motd-page location="page">
+        How to enable this MOTD is on this page.
+      </motd-page>
+      <motd-page-url>http://forrest.apache.org/docs/faq.html</motd-page-url>
+    </motd-option>
+  </motd>
+    -->
+<!--
+    extra-css - here you can define custom css-elements that are 
+    A) overriding the fallback elements or 
+    B) adding the css definition from new elements that you may have 
+       used in your documentation.
+    -->
+  <extra-css>
+<!--Example of reason B:
+        To define the css definition of a new element that you may have used
+        in the class attribute of a <p> node. 
+        e.g. <p class="quote"/>
+    -->
+    p.quote {
+      margin-left: 2em;
+      padding: .5em;
+      background-color: #f0f0f0;
+      font-family: monospace;
+    }
+    <!--Example:
+        To override the colours of links only in the footer.
+    -->
+    #footer a { color: #0F3660; }
+    #footer a:visited { color: #009999; }
+  </extra-css>
+  <colors>
+<!-- These values are used for the generated CSS files.
+    They essentially "override" the default colors defined in the chosen skin.
+    There are four duplicate "groups" of colors below, denoted by comments:
+      Color group: Forrest, Krysalis, Collabnet, and Lenya using Pelt.
+    They are provided for example only. To customize the colors of any skin,
+    uncomment one of these groups of color elements and change the values
+    of the particular color elements that you wish to change.
+    Note that by default, all color groups are commented-out which means that
+    the default colors provided by the skin are being used.
+  -->
+<!-- Color group: Forrest: example colors similar to forrest.apache.org
+    Some of the element names are obscure, so comments are added to show how
+    the "pelt" skin uses them, other skins might use these elements in a different way.
+    Tip: temporarily change the value of an element to red (#ff0000) and see the effect.
+     pelt: breadtrail: the strip at the top of the page and the second strip under the tabs
+     pelt: header: top strip containing project and group logos
+     pelt: heading|subheading: section headings within the content
+     pelt: navstrip: the strip under the tabs which contains the published date
+     pelt: menu: the left-hand navigation panel
+     pelt: toolbox: the selected menu item
+     pelt: searchbox: the background of the searchbox
+     pelt: border: line border around selected menu item
+     pelt: body: any remaining parts, e.g. the bottom of the page
+     pelt: footer: the second from bottom strip containing credit logos and published date
+     pelt: feedback: the optional bottom strip containing feedback link
+  -->
+<!--
+    <color name="breadtrail" value="#cedfef" font="#0F3660" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="header" value="#294563"/>
+    <color name="tab-selected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="tab-unselected" value="#b5c7e7" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="subtab-selected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="subtab-unselected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="heading" value="#294563"/>
+    <color name="subheading" value="#4a6d8c"/>
+    <color name="published" value="#4C6C8F" font="#FFFFFF"/>
+    <color name="feedback" value="#4C6C8F" font="#FFFFFF" align="center"/>
+    <color name="navstrip" value="#4a6d8c" font="#ffffff" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="menu" value="#4a6d8c" font="#cedfef" link="#ffffff" vlink="#ffffff" hlink="#ffcf00"/>    
+    <color name="toolbox" value="#4a6d8c"/>
+    <color name="border" value="#294563"/>
+    <color name="dialog" value="#4a6d8c"/>
+    <color name="searchbox" value="#4a6d8c" font="#000000"/>
+    <color name="body" value="#ffffff" link="#0F3660" vlink="#009999" hlink="#000066"/>
+    <color name="table" value="#7099C5"/>    
+    <color name="table-cell" value="#f0f0ff"/>    
+    <color name="highlight" value="#ffff00"/>
+    <color name="fixme" value="#cc6600"/>
+    <color name="note" value="#006699"/>
+    <color name="warning" value="#990000"/>
+    <color name="code" value="#CFDCED"/>
+    <color name="footer" value="#cedfef"/>
+-->
+<!-- Color group: Krysalis -->
+<!--
+    <color name="header"    value="#FFFFFF"/>
+
+    <color name="tab-selected" value="#a5b6c6" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="tab-unselected" value="#F7F7F7"  link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-selected" value="#a5b6c6"  link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-unselected" value="#a5b6c6"  link="#000000" vlink="#000000" hlink="#000000"/>
+
+    <color name="heading" value="#a5b6c6"/>
+    <color name="subheading" value="#CFDCED"/>
+        
+    <color name="navstrip" value="#CFDCED" font="#000000" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="toolbox" value="#a5b6c6"/>
+    <color name="border" value="#a5b6c6"/>
+        
+    <color name="menu" value="#F7F7F7" link="#000000" vlink="#000000" hlink="#000000"/>    
+    <color name="dialog" value="#F7F7F7"/>
+            
+    <color name="body"    value="#ffffff" link="#0F3660" vlink="#009999" hlink="#000066"/>
+    
+    <color name="table" value="#a5b6c6"/>    
+    <color name="table-cell" value="#ffffff"/>    
+    <color name="highlight" value="#ffff00"/>
+    <color name="fixme" value="#cc6600"/>
+    <color name="note" value="#006699"/>
+    <color name="warning" value="#990000"/>
+    <color name="code" value="#a5b6c6"/>
+        
+    <color name="footer" value="#a5b6c6"/>
+-->
+<!-- Color group: Collabnet -->
+<!--
+    <color name="header"    value="#003366"/>
+
+    <color name="tab-selected" value="#dddddd" link="#555555" vlink="#555555" hlink="#555555"/>
+    <color name="tab-unselected" value="#999999" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
+    <color name="subtab-selected" value="#cccccc" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-unselected" value="#cccccc" link="#555555" vlink="#555555" hlink="#555555"/>
+
+    <color name="heading" value="#003366"/>
+    <color name="subheading" value="#888888"/>
+    
+    <color name="navstrip" value="#dddddd" font="#555555"/>
+    <color name="toolbox" value="#dddddd" font="#555555"/>
+    <color name="border" value="#999999"/>
+    
+    <color name="menu" value="#ffffff"/>    
+    <color name="dialog" value="#eeeeee"/>
+            
+    <color name="body"      value="#ffffff"/>
+    
+    <color name="table" value="#ccc"/>    
+    <color name="table-cell" value="#ffffff"/>   
+    <color name="highlight" value="#ffff00"/>
+    <color name="fixme" value="#cc6600"/>
+    <color name="note" value="#006699"/>
+    <color name="warning" value="#990000"/>
+    <color name="code" value="#003366"/>
+        
+    <color name="footer" value="#ffffff"/>
+-->
+<!-- Color group: Lenya using pelt-->
+<!--
+
+    <color name="header" value="#ffffff"/>
+
+    <color name="tab-selected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="tab-unselected" value="#F5F4E9" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-selected" value="#000000" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
+
+    <color name="heading" value="#E5E4D9"/>
+    <color name="subheading" value="#000000"/>
+    <color name="published" value="#000000"/>
+    <color name="navstrip" value="#E5E4D9" font="#000000"/>
+    <color name="toolbox" value="#CFDCED" font="#000000"/>
+    <color name="border" value="#999999"/>
+
+    <color name="menu" value="#E5E4D9" font="#000000" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="dialog" value="#CFDCED"/>
+    <color name="body" value="#ffffff" />
+
+    <color name="table" value="#ccc"/>
+    <color name="table-cell" value="#ffffff"/>
+    <color name="highlight" value="#ffff00"/>
+    <color name="fixme" value="#cc6600"/>
+    <color name="note" value="#006699"/>
+    <color name="warning" value="#990000"/>
+    <color name="code" value="#003366"/>
+
+    <color name="footer" value="#E5E4D9"/>
+-->
+  </colors>
+<!-- Settings specific to PDF output. -->
+  <pdf>
+<!-- 
+       Supported page sizes are a0, a1, a2, a3, a4, a5, executive,
+       folio, legal, ledger, letter, quarto, tabloid (default letter).
+       Supported page orientations are portrait, landscape (default
+       portrait).
+       Supported text alignments are left, right, justify (default left).
+    -->
+    <page size="letter" orientation="portrait" text-align="left"/>
+<!-- 
+       Pattern of the page numbering in the footer - Default is "Page x".
+       first occurrence of '1' digit represents the current page number,
+       second occurrence of '1' digit represents the total page number,
+       anything else is considered as the static part of the numbering pattern.
+       Examples : x is the current page number, y the total page number.
+       <page-numbering-format>none</page-numbering-format> Do not displays the page numbering
+       <page-numbering-format>1</page-numbering-format> Displays "x"
+       <page-numbering-format>p1.</page-numbering-format> Displays "px."
+       <page-numbering-format>Page 1/1</page-numbering-format> Displays "Page x/y"
+       <page-numbering-format>(1-1)</page-numbering-format> Displays "(x-y)"
+    -->
+    <page-numbering-format>Page 1</page-numbering-format>
+<!--
+       Margins can be specified for top, bottom, inner, and outer
+       edges. If double-sided="false", the inner edge is always left
+       and the outer is always right. If double-sided="true", the
+       inner edge will be left on odd pages, right on even pages,
+       the outer edge vice versa.
+       Specified below are the default settings.
+    -->
+    <margins double-sided="false">
+      <top>1in</top>
+      <bottom>1in</bottom>
+      <inner>1.25in</inner>
+      <outer>1in</outer>
+    </margins>
+<!--
+      Print the URL text next to all links going outside the file
+    -->
+    <show-external-urls>false</show-external-urls>
+<!--
+      Disable the copyright footer on each page of the PDF.
+      A footer is composed for each page. By default, a "credit" with role=pdf
+      will be used, as explained below. Otherwise a copyright statement
+      will be generated. This latter can be disabled.
+    -->
+    <disable-copyright-footer>false</disable-copyright-footer>
+  </pdf>
+<!-- 
+    Credits are typically rendered as a set of small clickable
+    images in the page footer.
+    
+    Use box-location="alt" to move the credits to an alternate location
+    (if the skin supports it).
+
+    For example, pelt skin:
+    - box-location="alt" will place the logo at the end of the
+      left-hand coloured menu panel.
+    - box-location="alt2" will place them underneath that panel
+      in the left-hand whitespace.
+    - Otherwise they are placed next to the compatibility icons
+      at the bottom of the screen.
+
+    Comment out the whole <credit>-element if you want no credits in the
+    web pages  
+   -->
+  <credits>
+    <credit box-location="alt">
+      <name>Built with Apache Forrest</name>
+      <url>http://forrest.apache.org/</url>
+      <image>images/built-with-forrest-button.png</image>
+      <width>88</width>
+      <height>31</height>
+    </credit>
+<!-- A credit with @role="pdf" will be used to compose a footer
+     for each page in the PDF, using either "name" or "url" or both.
+    -->
+<!--
+    <credit role="pdf">
+      <name>Built with Apache Forrest</name>
+      <url>http://forrest.apache.org/</url>
+    </credit>
+    -->
+  </credits>
+</skinconfig>

Propchange: lucene/pylucene/site/src/documentation/skinconf.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/skinconf.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: lucene/pylucene/site/src/documentation/translations/langcode.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/translations/langcode.xml?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/translations/langcode.xml (added)
+++ lucene/pylucene/site/src/documentation/translations/langcode.xml Thu Jan 15 18:07:29 2009
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<!--
+  This catalog is used so displays how the language name 
+  is named by their speakers.
+-->
+<catalogue >
+  <message key="en">English</message>
+  <message key="es">Espanol</message>
+  <message key="it">Italiano</message>
+  <message key="nl">Nederlands</message>
+  <message key="de">Deutsch</message>
+  <message key="fr">Francais</message>
+</catalogue>

Propchange: lucene/pylucene/site/src/documentation/translations/langcode.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/translations/langcode.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: lucene/pylucene/site/src/documentation/translations/languages_de.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/translations/languages_de.xml?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/translations/languages_de.xml (added)
+++ lucene/pylucene/site/src/documentation/translations/languages_de.xml Thu Jan 15 18:07:29 2009
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<catalogue xml:lang="de">
+  <message key="en">Englisch</message>
+  <message key="es">Spanisch</message>
+  <message key="nl">Holländisch</message>
+  <message key="de">Deutsch</message>
+  <message key="fr">Französisch</message>
+</catalogue>

Propchange: lucene/pylucene/site/src/documentation/translations/languages_de.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/translations/languages_de.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: lucene/pylucene/site/src/documentation/translations/languages_en.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/translations/languages_en.xml?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/translations/languages_en.xml (added)
+++ lucene/pylucene/site/src/documentation/translations/languages_en.xml Thu Jan 15 18:07:29 2009
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<catalogue xml:lang="en">
+  <message key="en">English</message>
+  <message key="es">Spanish</message>
+  <message key="nl">Dutch</message>
+  <message key="de">German</message>
+  <message key="fr">French</message>
+</catalogue>

Propchange: lucene/pylucene/site/src/documentation/translations/languages_en.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/translations/languages_en.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: lucene/pylucene/site/src/documentation/translations/languages_es.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/translations/languages_es.xml?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/translations/languages_es.xml (added)
+++ lucene/pylucene/site/src/documentation/translations/languages_es.xml Thu Jan 15 18:07:29 2009
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<catalogue xml:lang="es">
+  <message key="en">Inglés</message>
+  <message key="es">Español</message>
+  <message key="nl">Holandés</message>
+</catalogue>

Propchange: lucene/pylucene/site/src/documentation/translations/languages_es.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/translations/languages_es.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: lucene/pylucene/site/src/documentation/translations/languages_fr.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/translations/languages_fr.xml?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/translations/languages_fr.xml (added)
+++ lucene/pylucene/site/src/documentation/translations/languages_fr.xml Thu Jan 15 18:07:29 2009
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<catalogue xml:lang="fr">
+  <message key="en">Anglais</message>
+  <message key="es">Espagnol</message>
+  <message key="nl">Néerlandais</message>
+  <message key="de">Allemand</message>
+  <message key="fr">Français</message>
+</catalogue>

Propchange: lucene/pylucene/site/src/documentation/translations/languages_fr.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/translations/languages_fr.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: lucene/pylucene/site/src/documentation/translations/languages_nl.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/translations/languages_nl.xml?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/translations/languages_nl.xml (added)
+++ lucene/pylucene/site/src/documentation/translations/languages_nl.xml Thu Jan 15 18:07:29 2009
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<catalogue xml:lang="nl">
+  <message key="en">Engels</message>
+  <message key="es">Spaans</message>
+  <message key="nl">Nederlands</message>
+  <message key="de">Duits</message>
+  <message key="fr">Frans</message>
+</catalogue>

Propchange: lucene/pylucene/site/src/documentation/translations/languages_nl.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/translations/languages_nl.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: lucene/pylucene/site/src/documentation/translations/menu.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/translations/menu.xml?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/translations/menu.xml (added)
+++ lucene/pylucene/site/src/documentation/translations/menu.xml Thu Jan 15 18:07:29 2009
@@ -0,0 +1,33 @@
+<?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.
+-->
+<catalogue xml:lang="en">
+  <message key="About">About</message>
+  <message key="Index">Index</message>
+  <message key="Changes">Changes</message>
+  <message key="Todo">Todo</message>
+  <message key="Samples">Samples</message>
+  <message key="Apache document">Apache document</message>
+  <message key="Static content">Static content</message>
+  <message key="Linking">Linking</message>
+  <message key="Wiki page">Wiki page</message>
+  <message key="ihtml page">Ihtml page</message>
+  <message key="ehtml page">Ehtml page</message>
+  <message key="FAQ">FAQ</message>
+  <message key="Simplifed Docbook">Simplifed Docbook</message>
+  <message key="XSP page">XSP page</message>
+</catalogue>

Propchange: lucene/pylucene/site/src/documentation/translations/menu.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/translations/menu.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: lucene/pylucene/site/src/documentation/translations/menu_af.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/translations/menu_af.xml?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/translations/menu_af.xml (added)
+++ lucene/pylucene/site/src/documentation/translations/menu_af.xml Thu Jan 15 18:07:29 2009
@@ -0,0 +1,33 @@
+<?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.
+-->
+<catalogue xml:lang="af">
+  <message key="About">Aangaande</message>
+  <message key="Index">Inhoud</message>
+  <message key="Changes">Veranderinge</message>
+  <message key="Todo">Om te doen</message>
+  <message key="Samples">Voorbeelde</message>
+  <message key="Apache document">Apache dokument</message>
+  <message key="Static content">Statise Inhoud</message>
+  <message key="Linking">Linking</message>
+  <message key="Wiki page">Wiki bladsy</message>
+  <message key="ihtml page">Ihtml bladsy</message>
+  <message key="ehtml page">Ehtml bladsy</message>
+  <message key="FAQ">FAQ</message>
+  <message key="Simplifed Docbook">Vereenvoudigde Docbook</message>
+  <message key="XSP page">XSP bladsy</message>
+</catalogue>

Propchange: lucene/pylucene/site/src/documentation/translations/menu_af.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/translations/menu_af.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: lucene/pylucene/site/src/documentation/translations/menu_de.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/translations/menu_de.xml?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/translations/menu_de.xml (added)
+++ lucene/pylucene/site/src/documentation/translations/menu_de.xml Thu Jan 15 18:07:29 2009
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<catalogue xml:lang="de">
+  <message key="About">Über</message>
+  <message key="Index">Index</message>
+  <message key="Changes">Änderungen </message>
+  <message key="Todo">Todo</message>
+  <message key="Samples">Beispiele</message>
+  <message key="Apache document">Apache Dokumentationsseite</message>
+  <message key="Static content">Statischer Inhalt</message>
+  <message key="Linking">Linking</message>
+  <message key="Wiki page">Wiki Seite</message>
+  <message key="ihtml page">ihtml Seite</message>
+  <message key="ehtml page">ehtml Seite</message>
+  <message key="FAQ">FAQ</message>
+  <message key="Simplifed Docbook">Vereinfachte Docbook</message>
+  <message key="XSP page">XSP Seite</message>
+</catalogue>

Propchange: lucene/pylucene/site/src/documentation/translations/menu_de.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/translations/menu_de.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: lucene/pylucene/site/src/documentation/translations/menu_es.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/translations/menu_es.xml?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/translations/menu_es.xml (added)
+++ lucene/pylucene/site/src/documentation/translations/menu_es.xml Thu Jan 15 18:07:29 2009
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<catalogue xml:lang="es">
+  <message key="About">Acerca de</message>
+  <message key="Index">Indice</message>
+  <message key="Changes">Cambios</message>
+  <message key="Todo">Tareas pendientes</message>
+  <message key="Samples">Ejemplos</message>
+  <message key="Apache document">Documento Apache</message>
+  <message key="Static content">Contenido Estático</message>
+  <message key="Linking">Linking</message>
+  <message key="Wiki page">Página Wiki</message>
+  <message key="ihtml page">Página ihtml</message>
+  <message key="ehtml page">Página ehtml</message>
+  <message key="FAQ">Preguntas Frecuentes</message>
+  <message key="Simplifed Docbook">Página Simplifed Docbook</message>
+  <message key="XSP page">Página XSP</message>
+</catalogue>

Propchange: lucene/pylucene/site/src/documentation/translations/menu_es.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/translations/menu_es.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: lucene/pylucene/site/src/documentation/translations/menu_fr.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/translations/menu_fr.xml?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/translations/menu_fr.xml (added)
+++ lucene/pylucene/site/src/documentation/translations/menu_fr.xml Thu Jan 15 18:07:29 2009
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<catalogue xml:lang="de">
+  <message key="About">A propos</message>
+  <message key="Index">Index</message>
+  <message key="Changes">Modifications</message>
+  <message key="Todo">A faire</message>
+  <message key="Samples">Exemples </message>
+  <message key="Apache document">Document Apache</message>
+  <message key="Static content">Contenu statique</message>
+  <message key="Linking">Gestion des liens</message>
+  <message key="Wiki page">Page wiki</message>
+  <message key="ihtml page">Page ihtml</message>
+  <message key="ehtml page">Page ehtml</message>
+  <message key="FAQ">FAQ</message>
+  <message key="Simplifed Docbook">Docbook simplifié</message>
+  <message key="XSP page">Page XSP</message>
+</catalogue>

Propchange: lucene/pylucene/site/src/documentation/translations/menu_fr.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/translations/menu_fr.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: lucene/pylucene/site/src/documentation/translations/menu_it.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/translations/menu_it.xml?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/translations/menu_it.xml (added)
+++ lucene/pylucene/site/src/documentation/translations/menu_it.xml Thu Jan 15 18:07:29 2009
@@ -0,0 +1,33 @@
+<?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.
+-->
+<catalogue xml:lang="it">
+  <message key="About">Riguardo a</message>
+  <message key="Index">Indice</message>
+  <message key="Changes">Cambiamenti</message>
+  <message key="Todo">Cose da fare</message>
+  <message key="Samples">Esempi</message>
+  <message key="Apache document">Apache document</message>
+  <message key="Static content">Contenuto Statico</message>
+  <message key="Linking">Linking</message>
+  <message key="Wiki page">Pagina Wiki</message>
+  <message key="ihtml page">Pagina ihtml</message>
+  <message key="ehtml page">Pagina ehtml</message>
+  <message key="FAQ">Domande frequenti</message>
+  <message key="Simplifed Docbook">Simplifed Docbook</message>
+  <message key="XSP page">Pagina XSP</message>
+</catalogue>

Propchange: lucene/pylucene/site/src/documentation/translations/menu_it.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/translations/menu_it.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: lucene/pylucene/site/src/documentation/translations/menu_nl.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/translations/menu_nl.xml?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/translations/menu_nl.xml (added)
+++ lucene/pylucene/site/src/documentation/translations/menu_nl.xml Thu Jan 15 18:07:29 2009
@@ -0,0 +1,33 @@
+<?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.
+-->
+<catalogue xml:lang="nl">
+  <message key="About">Over</message>
+  <message key="Index">Index</message>
+  <message key="Changes">Wijzigingen</message>
+  <message key="Todo">Nog te doen</message>
+  <message key="Samples">Voorbeelden</message>
+  <message key="Apache document">Apache document</message>
+  <message key="Static content">Statische inhoud</message>
+  <message key="Linking">Linken</message>
+  <message key="Wiki page">Wiki pagina</message>
+  <message key="ihtml page">Ihtml pagina</message>
+  <message key="ehtml page">Ehtml pagina</message>
+  <message key="FAQ">FAQ</message>
+  <message key="Simplifed Docbook">Vereenvoudigd Docbook</message>
+  <message key="XSP page">XSP pagina</message>
+</catalogue>

Propchange: lucene/pylucene/site/src/documentation/translations/menu_nl.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/translations/menu_nl.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: lucene/pylucene/site/src/documentation/translations/menu_no.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/translations/menu_no.xml?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/translations/menu_no.xml (added)
+++ lucene/pylucene/site/src/documentation/translations/menu_no.xml Thu Jan 15 18:07:29 2009
@@ -0,0 +1,33 @@
+<?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.
+-->
+<catalogue xml:lang="no">
+  <message key="About">Om</message>
+  <message key="Index">Indeks</message>
+  <message key="Changes">Endringer</message>
+  <message key="Todo">Oppgave liste</message>
+  <message key="Samples">Eksempler</message>
+  <message key="Apache document">Apache Dokument</message>
+  <message key="Static content">Statisk innhold</message>
+  <message key="Linking">Linking</message>
+  <message key="Wiki page">Wiki side</message>
+  <message key="ihtml page">ihtml side</message>
+  <message key="ehtml page">ehtml side</message>
+  <message key="FAQ">FAQ</message>
+  <message key="Simplifed Docbook">Simplifed Docbook</message>
+  <message key="XSP page">XSP side</message>
+</catalogue>

Propchange: lucene/pylucene/site/src/documentation/translations/menu_no.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/translations/menu_no.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: lucene/pylucene/site/src/documentation/translations/menu_ru.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/translations/menu_ru.xml?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/translations/menu_ru.xml (added)
+++ lucene/pylucene/site/src/documentation/translations/menu_ru.xml Thu Jan 15 18:07:29 2009
@@ -0,0 +1,33 @@
+<?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.
+-->
+<catalogue xml:lang="ru">
+  <message key="About">О проекте</message>
+  <message key="Index">Содержание</message>
+  <message key="Changes">Изменения</message>
+  <message key="Todo">План</message>
+  <message key="Samples">Примеры</message>
+  <message key="Apache document">Страница документа Apache</message>
+  <message key="Static content">Статическое содержание</message>
+  <message key="Linking">Linking</message>
+  <message key="Wiki page">Страница Wiki</message>
+  <message key="ihtml page">Страница ihtml</message>
+  <message key="ehtml page">Страница ehtml</message>
+  <message key="FAQ">Вопросы/Ответы</message>
+  <message key="Simplifed Docbook">Docbook страница</message>
+  <message key="XSP page">XSP страница</message>
+</catalogue>

Propchange: lucene/pylucene/site/src/documentation/translations/menu_ru.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/translations/menu_ru.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: lucene/pylucene/site/src/documentation/translations/menu_sk.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/translations/menu_sk.xml?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/translations/menu_sk.xml (added)
+++ lucene/pylucene/site/src/documentation/translations/menu_sk.xml Thu Jan 15 18:07:29 2009
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<catalogue xml:lang="sk">
+  <message key="About">O programe</message>
+  <message key="Index">Zoznám</message>
+  <message key="Changes">Zmeny</message>
+  <message key="Todo">Úlohy</message>
+  <message key="Samples">Príklady</message>
+  <message key="Apache document">Apache Document</message>
+  <message key="Static content">Statický Obsah</message>
+  <message key="Linking">Linking</message>
+  <message key="Wiki page">Wiki stránka</message>
+  <message key="ihtml page">ihtml stránka</message>
+  <message key="ehtml page">ehtml stránka</message>
+  <message key="FAQ">Casté Otázky</message>
+  <message key="Simplifed Docbook">Simplifed Docbook stránka</message>
+  <message key="XSP page">XSP stránka</message>
+</catalogue>

Propchange: lucene/pylucene/site/src/documentation/translations/menu_sk.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/translations/menu_sk.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: lucene/pylucene/site/src/documentation/translations/tabs.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/translations/tabs.xml?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/translations/tabs.xml (added)
+++ lucene/pylucene/site/src/documentation/translations/tabs.xml Thu Jan 15 18:07:29 2009
@@ -0,0 +1,22 @@
+<?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.
+-->
+<catalogue xml:lang="en">
+  <message key="Home">Home</message>
+  <message key="Samples">Samples</message>
+  <message key="Apache XML Projects">Apache XML Projects</message>
+</catalogue>

Propchange: lucene/pylucene/site/src/documentation/translations/tabs.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/translations/tabs.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: lucene/pylucene/site/src/documentation/translations/tabs_de.xml
URL: http://svn.apache.org/viewvc/lucene/pylucene/site/src/documentation/translations/tabs_de.xml?rev=734889&view=auto
==============================================================================
--- lucene/pylucene/site/src/documentation/translations/tabs_de.xml (added)
+++ lucene/pylucene/site/src/documentation/translations/tabs_de.xml Thu Jan 15 18:07:29 2009
@@ -0,0 +1,22 @@
+<?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.
+-->
+<catalogue xml:lang="de">
+  <message key="Home">Home</message>
+  <message key="Samples">Beispiele</message>
+  <message key="Apache XML Projects">Apache XML Projekte</message>
+</catalogue>

Propchange: lucene/pylucene/site/src/documentation/translations/tabs_de.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/pylucene/site/src/documentation/translations/tabs_de.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml