You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by pi...@apache.org on 2018/04/23 19:44:14 UTC

svn commit: r1829932 - /manifoldcf/site/branches/CONNECTORS-1495/src/site/site_zh.xml

Author: piergiorgio
Date: Mon Apr 23 19:44:14 2018
New Revision: 1829932

URL: http://svn.apache.org/viewvc?rev=1829932&view=rev
Log:
fixed the chinese locale using the latest version of maven-site-plugin (CONNECTORS-1495)

Added:
    manifoldcf/site/branches/CONNECTORS-1495/src/site/site_zh.xml   (with props)

Added: manifoldcf/site/branches/CONNECTORS-1495/src/site/site_zh.xml
URL: http://svn.apache.org/viewvc/manifoldcf/site/branches/CONNECTORS-1495/src/site/site_zh.xml?rev=1829932&view=auto
==============================================================================
--- manifoldcf/site/branches/CONNECTORS-1495/src/site/site_zh.xml (added)
+++ manifoldcf/site/branches/CONNECTORS-1495/src/site/site_zh.xml Mon Apr 23 19:44:14 2018
@@ -0,0 +1,106 @@
+<?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.
+-->
+
+
+<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  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>
+      <googleSearch>
+        <sitesearch>https://manifoldcf.apache.org</sitesearch>
+      </googleSearch>
+      
+      <topBarEnabled>true</topBarEnabled>
+      <topBarIcon>
+        <name>Apache ManifoldCF</name>
+        <alt>Apache ManifoldCF</alt>
+        <src>/images/ManifoldCF-logo.PNG</src>
+        <href>/index.html</href>
+      </topBarIcon>
+      
+      <twitter>
+        <user>ApacheManifold</user>
+        <showUser>true</showUser>
+        <showFollowers>false</showFollowers>
+      </twitter>
+      
+    </fluidoSkin>
+  </custom>
+  
+  <body>
+    <links>
+      <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" />
+    </breadcrumbs>
+
+    <menu>
+      <item name="Welcome" href="/index.html"/>
+      <item name="License" href="https://www.apache.org/licenses/"/>
+    </menu>
+ 
+    <menu name="Overview">
+      <item name="Introduction" href="/index.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="Security Analysis" href="/security.html" />
+      <item name="Download" href="/download.html"/>
+    </menu>
+    
+
+    <menu name="Community">
+      <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="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>

Propchange: manifoldcf/site/branches/CONNECTORS-1495/src/site/site_zh.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: manifoldcf/site/branches/CONNECTORS-1495/src/site/site_zh.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: manifoldcf/site/branches/CONNECTORS-1495/src/site/site_zh.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml