Author: piergiorgio
Date: Mon Apr 23 19:42:42 2018
New Revision: 1829930
URL: http://svn.apache.org/viewvc?rev=1829930&view=rev
Log:
fixed the chinese locale using the latest version of maven-site-plugin
(CONNECTORS-1495)
Modified:
manifoldcf/site/branches/CONNECTORS-1495/src/site/site_ja.xml
Modified: manifoldcf/site/branches/CONNECTORS-1495/src/site/site_ja.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/site/branches/CONNECTORS-1495/src/site/site_ja.xml?rev=1829930&r1=1829929&r2=1829930&view=diff
==============================================================================
--- manifoldcf/site/branches/CONNECTORS-1495/src/site/site_ja.xml (original)
+++ manifoldcf/site/branches/CONNECTORS-1495/src/site/site_ja.xml Mon Apr 23
19:42:42 2018
@@ -24,15 +24,13 @@ under the License.
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
http://maven.apache.org/xsd/decoration-1.8.0.xsd"
name="ManifoldCF">
<version position="none" />
-
-
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.7</version>
</skin>
-
+
<custom>
<fluidoSkin>
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
@@ -59,9 +57,14 @@ under the License.
<body>
<links>
- <item name="English" href="/index.html" />
- <item name="Japanese" href="/ja/index.html" />
- <item name="Chinese" href="/zh_CN/index.html" />
+ <item name="Lucene" href="http://lucene.apache.org/index.html" />
+ <item name="Lucy" href="http://lucy.apache.org/" />
+ <item name="PyLucene" href="http://lucene.apache.org/pylucene/" />
+ <item name="Lucene.Net" href="http://lucenenet.apache.org/" />
+ <item name="Solr" href="http://lucene.apache.org/solr/" />
+ <item name="Mahout" href="http://mahout.apache.org/" />
+ <item name="Nutch" href="http://nutch.apache.org/" />
+ <item name="Tika" href="http://tika.apache.org/" />
</links>
<breadcrumbs>
<item name="ManifoldCF" href="https://manifoldcf.apache.org/index.html"
/>
@@ -74,19 +77,30 @@ under the License.
<menu name="Overview">
<item name="Introduction" href="/index.html" />
- <item name="Release documentation" href="/release-documentation.html"/>
<item name="Books and presentations"
href="/books-and-presentations.html"/>
+ </menu>
+
+ <menu name="Resources">
+ <item name="Release documentation" href="/release-documentation.html"/>
<item name="Developer resources" href="/developer-resources.html"/>
- <item name="License" href="http://www.apache.org/licenses/"/>
+ <item name="Security Analysis" href="/security.html" />
<item name="Download" href="/download.html"/>
</menu>
<menu name="Community">
- <item name="Getting Help" href="/mail.html" />
+ <item name="Who We Are" href="/who.html" />
+ <item name="Mailing lists" href="/mail.html" />
<item name="Issue Tracking"
href="https://issues.apache.org/jira/projects/CONNECTORS" />
- <item name="The ManifoldCF Team" href="/who.html" />
+ <item name="Public HipChat Room"
href="https://www.hipchat.com/gOSgu3lH8" />
+ </menu>
+
+ <menu name="Language">
+ <item name="English" href="http://localhost:8080/index.html" />
+ <item name="Japanese" href="http://localhost:8080/ja/index.html"/>
+ <item name="Chinese" href="http://localhost:8080/zh/index.html" />
</menu>
</body>
+
</project>