Author: piergiorgio
Date: Sat Apr 21 15:26:14 2018
New Revision: 1829711
URL: http://svn.apache.org/viewvc?rev=1829711&view=rev
Log:
add the generation of the convertion of contents also in japanese and chinese
(CONNECTORS-1495)
Added:
manifoldcf/site/branches/CONNECTORS-1495/src/site/
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/books-and-presentations.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/developer-resources.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/download.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/index.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/mail.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/release-documentation.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/who.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/resources/
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/resources/images/
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/resources/images/ManifoldCF-logo.PNG
(with props)
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/resources/images/asf_logo.png
(with props)
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/resources/images/favicon.ico
(with props)
manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/
manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/books-and-presentations.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/developer-resources.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/download.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/index.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/mail.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/release-documentation.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/security.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/verify.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/who.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/resources/
manifoldcf/site/branches/CONNECTORS-1495/src/site/resources/images/
manifoldcf/site/branches/CONNECTORS-1495/src/site/resources/images/ManifoldCF-logo.PNG
(with props)
manifoldcf/site/branches/CONNECTORS-1495/src/site/resources/images/asf_logo.png
(with props)
manifoldcf/site/branches/CONNECTORS-1495/src/site/resources/images/favicon.ico
(with props)
manifoldcf/site/branches/CONNECTORS-1495/src/site/site.xml (with props)
manifoldcf/site/branches/CONNECTORS-1495/src/site/site_ja.xml (with props)
manifoldcf/site/branches/CONNECTORS-1495/src/site/site_zh_CN.xml (with
props)
manifoldcf/site/branches/CONNECTORS-1495/src/site/zh_CN/
manifoldcf/site/branches/CONNECTORS-1495/src/site/zh_CN/markdown/
manifoldcf/site/branches/CONNECTORS-1495/src/site/zh_CN/markdown/books-and-presentations.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/zh_CN/markdown/developer-resources.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/zh_CN/markdown/download.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/zh_CN/markdown/index.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/zh_CN/markdown/mail.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/zh_CN/markdown/release-documentation.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/zh_CN/markdown/who.md
manifoldcf/site/branches/CONNECTORS-1495/src/site/zh_CN/resources/
manifoldcf/site/branches/CONNECTORS-1495/src/site/zh_CN/resources/images/
manifoldcf/site/branches/CONNECTORS-1495/src/site/zh_CN/resources/images/ManifoldCF-logo.PNG
(with props)
manifoldcf/site/branches/CONNECTORS-1495/src/site/zh_CN/resources/images/asf_logo.png
(with props)
manifoldcf/site/branches/CONNECTORS-1495/src/site/zh_CN/resources/images/favicon.ico
(with props)
Modified:
manifoldcf/site/branches/CONNECTORS-1495/pom.xml
Modified: manifoldcf/site/branches/CONNECTORS-1495/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/site/branches/CONNECTORS-1495/pom.xml?rev=1829711&r1=1829710&r2=1829711&view=diff
==============================================================================
--- manifoldcf/site/branches/CONNECTORS-1495/pom.xml (original)
+++ manifoldcf/site/branches/CONNECTORS-1495/pom.xml Sat Apr 21 15:26:14 2018
@@ -51,7 +51,7 @@
<version>1.6.0</version>
<executions>
<execution>
- <id>ConvertXdocsToMd-Index</id>
+
<id>ConvertXdocsToMd-Index-en_US</id>
<goals>
<goal>exec</goal>
</goals>
@@ -61,9 +61,9 @@
<workingDirectory>/tmp</workingDirectory>
<arguments>
<argument>-jar</argument>
-
<argument>${project.basedir}/lib/forrest2md-0.1.jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
<argument>${project.basedir}/src/documentation/content/xdocs/en_US/index.xml</argument>
-
<argument>${project.basedir}/src/documentation/content/md/en_US/index.md</argument>
+
<argument>${project.basedir}/src/site/markdown/index.md</argument>
</arguments>
</configuration>
</execution>
@@ -78,9 +78,9 @@
<workingDirectory>/tmp</workingDirectory>
<arguments>
<argument>-jar</argument>
-
<argument>${project.basedir}/lib/forrest2md-0.1.jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
<argument>${project.basedir}/src/documentation/content/xdocs/en_US/mail.xml</argument>
-
<argument>${project.basedir}/src/documentation/content/md/en_US/mail.md</argument>
+
<argument>${project.basedir}/src/site/markdown/mail.md</argument>
</arguments>
</configuration>
</execution>
@@ -95,9 +95,9 @@
<workingDirectory>/tmp</workingDirectory>
<arguments>
<argument>-jar</argument>
- <argument>${project.basedir}/lib/forrest2md-0.1.jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
<argument>${project.basedir}/src/documentation/content/xdocs/en_US/verify.xml</argument>
-
<argument>${project.basedir}/src/documentation/content/md/en_US/verify.md</argument>
+
<argument>${project.basedir}/src/site/markdown/verify.md</argument>
</arguments>
</configuration>
</execution>
@@ -112,9 +112,9 @@
<workingDirectory>/tmp</workingDirectory>
<arguments>
<argument>-jar</argument>
- <argument>${project.basedir}/lib/forrest2md-0.1.jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
<argument>${project.basedir}/src/documentation/content/xdocs/en_US/security.xml</argument>
-
<argument>${project.basedir}/src/documentation/content/md/en_US/security.md</argument>
+
<argument>${project.basedir}/src/site/markdown/security.md</argument>
</arguments>
</configuration>
</execution>
@@ -129,9 +129,9 @@
<workingDirectory>/tmp</workingDirectory>
<arguments>
<argument>-jar</argument>
- <argument>${project.basedir}/lib/forrest2md-0.1.jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
<argument>${project.basedir}/src/documentation/content/xdocs/en_US/books-and-presentations.xml</argument>
-
<argument>${project.basedir}/src/documentation/content/md/en_US/books-and-presentations.md</argument>
+
<argument>${project.basedir}/src/site/markdown/books-and-presentations.md</argument>
</arguments>
</configuration>
</execution>
@@ -146,9 +146,9 @@
<workingDirectory>/tmp</workingDirectory>
<arguments>
<argument>-jar</argument>
- <argument>${project.basedir}/lib/forrest2md-0.1.jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
<argument>${project.basedir}/src/documentation/content/xdocs/en_US/developer-resources.xml</argument>
-
<argument>${project.basedir}/src/documentation/content/md/en_US/developer-resources.md</argument>
+
<argument>${project.basedir}/src/site/markdown/developer-resources.md</argument>
</arguments>
</configuration>
</execution>
@@ -163,9 +163,9 @@
<workingDirectory>/tmp</workingDirectory>
<arguments>
<argument>-jar</argument>
- <argument>${project.basedir}/lib/forrest2md-0.1.jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
<argument>${project.basedir}/src/documentation/content/xdocs/en_US/download.xml</argument>
-
<argument>${project.basedir}/src/documentation/content/md/en_US/download.md</argument>
+
<argument>${project.basedir}/src/site/markdown/download.md</argument>
</arguments>
</configuration>
</execution>
@@ -180,9 +180,9 @@
<workingDirectory>/tmp</workingDirectory>
<arguments>
<argument>-jar</argument>
- <argument>${project.basedir}/lib/forrest2md-0.1.jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
<argument>${project.basedir}/src/documentation/content/xdocs/en_US/release-documentation.xml</argument>
-
<argument>${project.basedir}/src/documentation/content/md/en_US/release-documentation.md</argument>
+
<argument>${project.basedir}/src/site/markdown/release-documentation.md</argument>
</arguments>
</configuration>
</execution>
@@ -197,12 +197,255 @@
<workingDirectory>/tmp</workingDirectory>
<arguments>
<argument>-jar</argument>
- <argument>${project.basedir}/lib/forrest2md-0.1.jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
<argument>${project.basedir}/src/documentation/content/xdocs/en_US/who.xml</argument>
-
<argument>${project.basedir}/src/documentation/content/md/en_US/who.md</argument>
+
<argument>${project.basedir}/src/site/markdown/who.md</argument>
</arguments>
</configuration>
</execution>
+
+ <!-- Executions for converting japanese contents (ja_JP) -->
+ <execution>
+ <id>ConvertXdocsToMd-Index-ja_JP</id>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ <phase>prepare-package</phase>
+ <configuration>
+ <executable>java</executable>
+ <workingDirectory>/tmp</workingDirectory>
+ <arguments>
+ <argument>-jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
+
<argument>${project.basedir}/src/documentation/content/xdocs/ja_JP/index.xml</argument>
+
<argument>${project.basedir}/src/site/ja/markdown/index.md</argument>
+ </arguments>
+ </configuration>
+ </execution>
+ <execution>
+ <id>ConvertXdocsToMd-Mail-ja_JP</id>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ <phase>prepare-package</phase>
+ <configuration>
+ <executable>java</executable>
+ <workingDirectory>/tmp</workingDirectory>
+ <arguments>
+ <argument>-jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
+
<argument>${project.basedir}/src/documentation/content/xdocs/ja_JP/mail.xml</argument>
+
<argument>${project.basedir}/src/site/ja/markdown/mail.md</argument>
+ </arguments>
+ </configuration>
+ </execution>
+ <execution>
+ <id>ConvertXdocsToMd-Books-And-Presentation-ja_JP</id>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ <phase>prepare-package</phase>
+ <configuration>
+ <executable>java</executable>
+ <workingDirectory>/tmp</workingDirectory>
+ <arguments>
+ <argument>-jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
+
<argument>${project.basedir}/src/documentation/content/xdocs/ja_JP/books-and-presentations.xml</argument>
+
<argument>${project.basedir}/src/site/ja/markdown/books-and-presentations.md</argument>
+ </arguments>
+ </configuration>
+ </execution>
+ <execution>
+ <id>ConvertXdocsToMd-Developer-Resources-ja_JP</id>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ <phase>prepare-package</phase>
+ <configuration>
+ <executable>java</executable>
+ <workingDirectory>/tmp</workingDirectory>
+ <arguments>
+ <argument>-jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
+
<argument>${project.basedir}/src/documentation/content/xdocs/ja_JP/developer-resources.xml</argument>
+
<argument>${project.basedir}/src/site/ja/markdown/developer-resources.md</argument>
+ </arguments>
+ </configuration>
+ </execution>
+ <execution>
+ <id>ConvertXdocsToMd-Download-ja_JP</id>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ <phase>prepare-package</phase>
+ <configuration>
+ <executable>java</executable>
+ <workingDirectory>/tmp</workingDirectory>
+ <arguments>
+ <argument>-jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
+
<argument>${project.basedir}/src/documentation/content/xdocs/ja_JP/download.xml</argument>
+
<argument>${project.basedir}/src/site/ja/markdown/download.md</argument>
+ </arguments>
+ </configuration>
+ </execution>
+ <execution>
+ <id>ConvertXdocsToMd-Release-Documentation-ja_JP</id>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ <phase>prepare-package</phase>
+ <configuration>
+ <executable>java</executable>
+ <workingDirectory>/tmp</workingDirectory>
+ <arguments>
+ <argument>-jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
+
<argument>${project.basedir}/src/documentation/content/xdocs/ja_JP/release-documentation.xml</argument>
+
<argument>${project.basedir}/src/site/ja/markdown/release-documentation.md</argument>
+ </arguments>
+ </configuration>
+ </execution>
+ <execution>
+ <id>ConvertXdocsToMd-Who-ja_JP</id>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ <phase>prepare-package</phase>
+ <configuration>
+ <executable>java</executable>
+ <workingDirectory>/tmp</workingDirectory>
+ <arguments>
+ <argument>-jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
+
<argument>${project.basedir}/src/documentation/content/xdocs/ja_JP/who.xml</argument>
+
<argument>${project.basedir}/src/site/ja/markdown/who.md</argument>
+ </arguments>
+ </configuration>
+ </execution>
+
+ <!-- Executions for converting chinese contents (zh_CN)-->
+ <execution>
+ <id>ConvertXdocsToMd-Index-zh_CN</id>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ <phase>prepare-package</phase>
+ <configuration>
+ <executable>java</executable>
+ <workingDirectory>/tmp</workingDirectory>
+ <arguments>
+ <argument>-jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
+
<argument>${project.basedir}/src/documentation/content/xdocs/zh_CN/index.xml</argument>
+
<argument>${project.basedir}/src/site/zh_CN/markdown/index.md</argument>
+ </arguments>
+ </configuration>
+ </execution>
+ <execution>
+ <id>ConvertXdocsToMd-Mail-zh_CN</id>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ <phase>prepare-package</phase>
+ <configuration>
+ <executable>java</executable>
+ <workingDirectory>/tmp</workingDirectory>
+ <arguments>
+ <argument>-jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
+
<argument>${project.basedir}/src/documentation/content/xdocs/zh_CN/mail.xml</argument>
+
<argument>${project.basedir}/src/site/zh_CN/markdown/mail.md</argument>
+ </arguments>
+ </configuration>
+ </execution>
+ <execution>
+ <id>ConvertXdocsToMd-Books-And-Presentation-zh_CN</id>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ <phase>prepare-package</phase>
+ <configuration>
+ <executable>java</executable>
+ <workingDirectory>/tmp</workingDirectory>
+ <arguments>
+ <argument>-jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
+
<argument>${project.basedir}/src/documentation/content/xdocs/zh_CN/books-and-presentations.xml</argument>
+
<argument>${project.basedir}/src/site/zh_CN/markdown/books-and-presentations.md</argument>
+ </arguments>
+ </configuration>
+ </execution>
+ <execution>
+ <id>ConvertXdocsToMd-Developer-Resources-zh_CN</id>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ <phase>prepare-package</phase>
+ <configuration>
+ <executable>java</executable>
+ <workingDirectory>/tmp</workingDirectory>
+ <arguments>
+ <argument>-jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
+
<argument>${project.basedir}/src/documentation/content/xdocs/zh_CN/developer-resources.xml</argument>
+
<argument>${project.basedir}/src/site/zh_CN/markdown/developer-resources.md</argument>
+ </arguments>
+ </configuration>
+ </execution>
+ <execution>
+ <id>ConvertXdocsToMd-Download-zh_CN</id>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ <phase>prepare-package</phase>
+ <configuration>
+ <executable>java</executable>
+ <workingDirectory>/tmp</workingDirectory>
+ <arguments>
+ <argument>-jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
+
<argument>${project.basedir}/src/documentation/content/xdocs/zh_CN/download.xml</argument>
+
<argument>${project.basedir}/src/site/zh_CN/markdown/download.md</argument>
+ </arguments>
+ </configuration>
+ </execution>
+ <execution>
+ <id>ConvertXdocsToMd-Release-Documentation-zh_CN</id>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ <phase>prepare-package</phase>
+ <configuration>
+ <executable>java</executable>
+ <workingDirectory>/tmp</workingDirectory>
+ <arguments>
+ <argument>-jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
+
<argument>${project.basedir}/src/documentation/content/xdocs/zh_CN/release-documentation.xml</argument>
+
<argument>${project.basedir}/src/site/zh_CN/markdown/release-documentation.md</argument>
+ </arguments>
+ </configuration>
+ </execution>
+ <execution>
+ <id>ConvertXdocsToMd-Who-zh_CN</id>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ <phase>prepare-package</phase>
+ <configuration>
+ <executable>java</executable>
+ <workingDirectory>/tmp</workingDirectory>
+ <arguments>
+ <argument>-jar</argument>
+
<argument>${project.basedir}/lib/forrest2md-v0.1.0.jar</argument>
+
<argument>${project.basedir}/src/documentation/content/xdocs/zh_CN/who.xml</argument>
+
<argument>${project.basedir}/src/site/zh_CN/markdown/who.md</argument>
+ </arguments>
+ </configuration>
+ </execution>
+
</executions>
</plugin>
<plugin>
@@ -218,7 +461,7 @@
<configuration>
<target name="checkAndDownloadForrest2md">
<get
src="https://github.com/david-ciamberlano/forrestxml2md/releases/download/v0.1.0/forrest2md-v0.1.0.jar"
-
dest="${project.build.directory}/lib/"
+
dest="${project.basedir}/lib/"
verbose="false"
usetimestamp="true"/>
</target>
@@ -226,6 +469,21 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>3.7</version>
+ <configuration>
+ <locales>en,ja,zh_CN</locales>
+ </configuration>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.doxia</groupId>
+ <artifactId>doxia-module-markdown</artifactId>
+ <version>1.8</version>
+ </dependency>
+ </dependencies>
+ </plugin>
</plugins>
</build>
Added:
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/books-and-presentations.md
URL:
http://svn.apache.org/viewvc/manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/books-and-presentations.md?rev=1829711&view=auto
==============================================================================
---
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/books-and-presentations.md
(added)
+++
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/books-and-presentations.md
Sat Apr 21 15:26:14 2018
@@ -0,0 +1,24 @@
+
+# ManifoldCF - Books and Presentations
+
+## ManifoldCF Books
+
+All the books about the ManifoldCF project.
+* [Updated ManifoldCF in Action chapters, revised PDFs]()`
+
+## ManifoldCF Presentations
+
+Some presentations about the ManifoldCF project.
+* [Securing Documents in Solr with ManifoldCF by Karl Wright]()`
+* [Apache ManifoldCF by Piergiorgio Lucidi]()`
+* [Apache ManifoldCF by Shinichiro Abe]()`
+* [Barcelona presentations by Piergiorgio Lucidi]()`
+* [Alfresco Summit presentation by Piergiorgio Lucidi]()`
+* [Open Source Summit presentation by Piergiorgio Lucidi]()`
+
+## ManifoldCF Videos/Podcasts
+
+All the videos/podcasts about the ManifoldCF project.
+* [077 TMTC Karl Wright - ManifoldCF]()` (ApacheCON North America, 2011)
+* [Lucene Revolutions Eurocon 2011 - Karl Wright - ManifoldCF]()` (Lucene
Revolutions Eurocon, 2011)
+* [WAT Lightning Talk]()` (Gary Bernhardt, CodeMash 2012)
Added:
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/developer-resources.md
URL:
http://svn.apache.org/viewvc/manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/developer-resources.md?rev=1829711&view=auto
==============================================================================
---
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/developer-resources.md
(added)
+++
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/developer-resources.md
Sat Apr 21 15:26:14 2018
@@ -0,0 +1,28 @@
+
+# ManifoldCF - éçºè
ãªã½ã¼ã¹
+
+## ã½ã¼ã¹ã³ã¼ã
+
+ManifoldCFã®ã½ã¼ã¹ãã¡ã¤ã«ã¯svnã§ç®¡çããã¦ãã¾ã(åç
§ï¼
[http://subversion.tigris.org/]()` and [http://svnbook.red-bean.com/]()`)
+
+`svn checkout http://svn.apache.org/repos/asf/manifoldcf/trunk mcf-trunk`
+
+## ã³ãã¯ã·ã§ã³ã®ããã°
+
+ManifoldCFã使ã£ã¦ããã¨ä½ãã®çç±ã§ãªãã¸ããªã«æ¥ç¶ã§ããªãå
´åãããã¾ãããã®ãããªå ´åã¯[ãã]()`ããå§ãã¦ãã
ãããæ°ããããã°æ¹æ³ããã³ããªã©ãçºè¦ããå
´åã¯æãã¦ãã ããï¼
+
+## æ´æ°å±¥æ´
+
+ææ°ã®å¤æ´å±¥æ´ã¯ [ãã]()`ã«ããã¾ãã
+
+## ãã°å ±åãæ°æ©è½æ¡
+
+åé¡ãçºè¦ããå
´åãããæ°æ©è½ã®æ¡ãããã¾ããã[JIRAã®ãã±ãã]()`ã使ãã¦ãã
ããããã±ããã使ããã«ã¯å
ãã¢ã«ã¦ã³ãã使ããå¿
è¦ãããã¾ãããã®å
´åã¯ããManifoldCFãããã¸ã§ã¯ãã鏿ãã¦ãã ããã
+
+ãã ãæ°ãããã±ããã使ããåã«æ¢ã«åæ§ã®å
容ã®ãã±ãããããã確èªãã¦ãã ããã
+
+## å¯ä»
+
+ManifoldCF is always looking for contributions. See the [Wiki]()` for details
on contributing.
+
+We're also looking for logo ideas. Here are the [guidelines]()`.
Added: manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/download.md
URL:
http://svn.apache.org/viewvc/manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/download.md?rev=1829711&view=auto
==============================================================================
--- manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/download.md
(added)
+++ manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/download.md
Sat Apr 21 15:26:14 2018
@@ -0,0 +1,558 @@
+
+# ãã¦ã³ãã¼ã
+
+## ææ° ï¼Apache ManifoldCF 2.9.1, 2018å¹´01æ15æ¥ï¼
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-2.9.1-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.9.1-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-2.9.1-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.9.1-bin.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-2.9.1-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.9.1-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+## ææ° ï¼Apache ManifoldCF 1.10, 2015å¹´09æ07æ¥ï¼
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-1.10-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.10-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-1.10-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.10-bin.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-1.10-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.10-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+## æ§ãªãªã¼ã¹
+
+### Apache ManifoldCF 2.8.1, 2017å¹´09æ07æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-2.8.1-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.8.1-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-2.8.1-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.8.1-bin.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-2.8.1-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.8.1-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+### Apache ManifoldCF 2.7.1, 2017å¹´05æ10æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-2.7.1-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.7.1-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-2.7.1-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.7.1-bin.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-2.7.1-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.7.1-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+### Apache ManifoldCF 2.6, 2016å¹´12æ30æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-2.6-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.6-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-2.6-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.6-bin.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-2.6-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.6-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+### Apache ManifoldCF 2.5, 2016å¹´08æ18æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-2.5-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.5-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-2.5-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.5-bin.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-2.5-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.5-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+### Apache ManifoldCF 2.4, 2016å¹´04æ23æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-2.4-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.4-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-2.4-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.4-bin.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-2.4-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.4-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+### Apache ManifoldCF 2.3, 2015å¹´12æ17æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-2.3-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.3-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-2.3-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.3-bin.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-2.3-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.3-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+### Apache ManifoldCF 2.2, 2015å¹´08æ31æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-2.2-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.2-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-2.2-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.2-bin.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-2.2-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.2-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+### Apache ManifoldCF 2.1, 2015å¹´08æ31æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-2.1-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.1-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-2.1-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.1-bin.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-2.1-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.1-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+### Apache ManifoldCF 1.9, 2015å¹´05æ03æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-1.9-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.9-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-1.9-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.9-bin.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-1.9-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.9-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+### Apache ManifoldCF 2.0.2, 2015å¹´03æ02æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-2.0.2-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.0.2-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-2.0.2-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.0.2-bin.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-2.0.2-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-2.0.2-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+### Apache ManifoldCF 1.8.2, 2015å¹´03æ02æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-1.8.2-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.8.2-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-1.8.2-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.8.2-bin.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-1.8.2-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.8.2-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+### Apache ManifoldCF 1.7.2, 2014å¹´11æ09æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-1.7.2-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.7.2-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-1.7.2-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.7.2-bin.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-1.7.2-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.7.2-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+### Apache ManifoldCF 1.6.1, 2014å¹´06æ01æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-1.6.1-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.6.1-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-1.6.1-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.6.1-bin.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-1.6.1-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.6.1-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+### Apache ManifoldCF 1.5.1, 2014å¹´02æ20æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-1.5.1-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.5.1-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-1.5.1-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.5.1-bin.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-1.5.1-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.5.1-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+### Apache ManifoldCF 1.4.1, 2013å¹´11æ16æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-1.4.1-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.4.1-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-1.4.1-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.4.1-bin.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-1.4.1-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.4.1-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+### Apache ManifoldCF 1.3, 2013å¹´07æ29æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-1.3-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.3-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-1.3-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.3-bin.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-1.3-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.3-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+### Apache ManifoldCF 1.2, 2013å¹´05æ11æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-1.2-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.2-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-1.2-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.2-bin.zip]()` [[PGP]()`] [[MD5]()`]
+ [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-1.2-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.2-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+### Apache ManifoldCF 1.1.1, 2013å¹´02æ13æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-1.1.1-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.1.1-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-1.1.1-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.1.1-bin.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-1.1.1-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.1.1-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+### Apache ManifoldCF 1.0.1, 2012å¹´10æ18æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-1.0.1-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.0.1-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-1.0.1-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.0.1-bin.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-1.0.1-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-1.0.1-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+### Apache ManifoldCF 0.6, 2012å¹´07æ13æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-0.6-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-0.6-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-0.6-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-0.6-bin.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-0.6-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-0.6-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+### Apache ManifoldCF 0.5.1, 2012å¹´05æ22æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-0.5.1-src.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-0.5.1-src.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ãã¤ããªï¼
+[apache-manifoldcf-0.5.1-bin.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-0.5.1-bin.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+ã©ã¤ãã©ãªï¼
+[apache-manifoldcf-0.5.1-lib.tar.gz]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+[apache-manifoldcf-0.5.1-lib.zip]()` [[PGP]()`] [[MD5]()`] [[SHA]()`]
+
+
+### Apache ManifoldCF 0.4-incubating, 2012å¹´02æ02æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-0.4-incubating-src.tar.gz]()` [[PGP]()`] [[MD5]()`]
+[apache-manifoldcf-0.4-incubating-src.zip]()` [[PGP]()`] [[MD5]()`]
+
+
+ã½ã¼ã¹ï¼ãã¤ããªï¼
+[apache-manifoldcf-0.4-incubating-bin.tar.gz]()` [[PGP]()`] [[MD5]()`]
+[apache-manifoldcf-0.4-incubating-bin.zip]()` [[PGP]()`] [[MD5]()`]
+
+
+### Apache ManifoldCF 0.3-incubating, 2011å¹´09æ20æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-0.3-incubating-src.tar.gz]()` [[PGP]()`] [[MD5]()`]
+[apache-manifoldcf-0.3-incubating-src.zip]()` [[PGP]()`] [[MD5]()`]
+
+
+ã½ã¼ã¹ï¼ãã¤ããªï¼
+[apache-manifoldcf-0.3-incubating-bin.tar.gz]()` [[PGP]()`] [[MD5]()`]
+[apache-manifoldcf-0.3-incubating-bin.zip]()` [[PGP]()`] [[MD5]()`]
+
+
+### Apache ManifoldCF 0.2-incubating, 2011å¹´05æ17æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹ï¼
+[apache-manifoldcf-0.2-incubating-src.tar.gz]()` [[PGP]()`] [[MD5]()`]
+[apache-manifoldcf-0.2-incubating-src.zip]()` [[PGP]()`] [[MD5]()`]
+
+
+ã½ã¼ã¹ï¼ãã¤ããªï¼
+[apache-manifoldcf-0.2-incubating-bin.tar.gz]()` [[PGP]()`] [[MD5]()`]
+[apache-manifoldcf-0.2-incubating-bin.zip]()` [[PGP]()`] [[MD5]()`]
+
+
+### Apache ManifoldCF 0.1-incubating, 2011å¹´ï¼æ31æ¥
+
+[KEYS]()`
+[CHANGES.txt]()`
+
+
+ã½ã¼ã¹
+[apache-manifoldcf-0.1-incubating-src.tar.gz]()` [[PGP]()`] [[MD5]()`]
+[apache-manifoldcf-0.1-incubating-src.zip]()` [[PGP]()`] [[MD5]()`]
+
+
+ã½ã¼ã¹ï¼ãã¤ããª
+[apache-manifoldcf-0.1-incubating-bin.tar.gz]()` [[PGP]()`] [[MD5]()`]
+[apache-manifoldcf-0.1-incubating-bin.zip]()` [[PGP]()`] [[MD5]()`]
+
+
+**Known issue:** Inability to automatically create database user 'manifoldcf'
when using PostgreSQL. Workaround steps:
+* Enter the PostgreSQL utility program psql, as the database superuser: "psql
-U <_superuser_name_>"
+* Create the database user, with the command: "CREATE USER manifoldcf PASSWORD
'local_pg_passwd';"
+* Exit psql: "\q"
+* Either proceed to set up the PostgreSQL database using the DBCreate command
normally, or run the Quick Start normally
Added: manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/index.md
URL:
http://svn.apache.org/viewvc/manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/index.md?rev=1829711&view=auto
==============================================================================
--- manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/index.md
(added)
+++ manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/index.md Sat
Apr 21 15:26:14 2018
@@ -0,0 +1,230 @@
+
+# Apache ManifoldCFâ¢ã«ããããï¼
+
+## Apache ManifoldCFã¨ã¯ï¼
+
+Apache
ManifoldCFã¨ã¯ãã¤ã³ã¿ã¼ããããã¤ã³ãã©ãããã®æ§ã
ãªãµã¼ãã«ä¿ç®¡ããã¦ããææ¸ãã¡ã¤ã«ãWebãã¼ã¸ãªã©ã³ã³ãã³ããåéãããããæ¤ç´¢ã¨ã³ã¸ã³ã«éãJavaããã°ã©ã
ã§ãããªããã³ã³ãã³ããåéããéã«ActiveDirectoryãªã©èªè¨¼åºç¤ã¨é£æºãã¦ã³ã³ãã³ãæ¯ã«æ¨©éæ
å ±ãåéããæ¤ç´¢ããã¨ãã«ãã®æ¨©éæ
å
±ãå©ç¨ãã¦è¡¨ç¤ºå
容ãå¶éãããã¨ãã§ãã¾ããä¾ãã°ãäººäºæ
å
±ã«é¢ããææ¸ã¯ã人äºé¨ã®ã¦ã¼ã¶ãæ¤ç´¢ããæã®ã¿ã«è¡¨ç¤ºããããã«ã§ãã¾ãã
+
+ç¾ãã¼ã¸ã§ã³ã®ManifoldCFã¯ãFileNet P8 (IBM), Documentum (EMC),
LiveLink (OpenText), Meridio (Autonomy), Windowså
±æ(Microsoft), SharePoint
(Microsoft)ã®ãããªåç¨ååã«ä¿åããã¦ããã³ã³ãã³ãã¨æ¬¡ã®ãããªæ±ç¨ã³ãã¯ã¿ã使ã£ã¦æ§ã
ãªã³ã³ãã³ããåéãããã¨ãã§ãã¾ãï¼CMISã³ãã¯ã¿,
ãã¡ã¤ã«ã·ã¹ãã ã³ãã¯ã¿, JDBCã³ãã¯ã¿,
RSSãã£ã¼ãã³ãã¯ã¿, Wikiã³ãã¯ã¿,
HTMLã³ãã¯ã¿ãã¾ãåéããã³ã³ãã³ããApache Solr,
QBase(æ§MetaCarta) GTS, Open Search Server,
ElasticSearchã«éããã¨ãã§ãã¾ã�
�ã対å¿ãã¦ãã製ååã³è¦æ ¼ä¸è¦§ã¯[ãã]()`ã«ããã¾ãã
+
+Apache ManifoldCFã¯MetaCarta,
Inc.ã«ããéçºããã¾ããã5å¹´éã®å¹´æã®éã«è¤æ°ä¼æ¥ç¨ã«éçºï¼ãã¹ããç¹°ãè¿ãããå¾ã®2009å¹´12æã«Apache
Software Foundationã«ã³ã¼ãã½ã¼ã¹ãå¯è´ããã¾ããã
+
+## ããã¸ã§ã¯ãã®ç¶æ³
+
+Apache ManifoldCF
2.9.1ã¯[ãã]()`ãããã¦ã³ãã¼ããããã¨ãã§ãã¾ãã
+
+## ãµã¼ããã¼ãã£ã®ãªãã¸ããªã«ã¤ãã¦
+
+ManifoldCFã«ãµãã¾ããåç¨ã½ããã¦ã§ã¢ç¨ã®ã³ãã¯ã¿ããã«ãããã«ã¯ããµã¼ããã¼ãã£ã®ã©ã¤ãã©ãªãããã±ã¼ã¸ããã®ã½ããã¦ã§ã¢ãå¿
è¦ãªå ´åãããã¾ããéçºè
ã¯ãã«ãããæã«ããããµã¼ããã¼ãã£ã®ã½ããã¦ã§ã¢ãå
¥æããå¿
è¦ã¯ããã¾ãããæ¡ä»¶ä»ãã§ã³ã³ãã¤ã«ãããã¨ãã§ãããããã³ãã¯ã¿èªä½ã®ã½ã¼ã¹ã³ã¼ãã¯Apacheã¨ãã¦é
å¸ãããã¨ãã§ãã¾ããã§ãã�
�éããã¹ã¦ãApacheã©ã¤ã»ã³ã¹ã«æºæ
ããããã«ãããã¨æã£ã¦ãã¾ãããç¾å®çã«ã¯ç¶æ³ã¯ããã«ã¯å¤ããã¾ããã
+
+ãµã¼ããã¼ãã£ã®ã½ããã¦ã§ã¢ãå«ãã¦ãã«ãããæé
ã¯Wikiãã¼ã¸ã«æ²è¼ãã¦ãã¾ãã
+
+## ãã¥ã¼ã¹
+
+### 2018å¹´01æ15æ¥ - ManifoldCF 2.9.1ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯ãã°ä¿®æ£çãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2017å¹´12æ22æ¥ - ManifoldCF 2.9ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯2.9ãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2017å¹´09æ07æ¥ - ManifoldCF 2.8.1ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯ãã°ä¿®æ£çãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2017å¹´08æ18æ¥ - ManifoldCF 2.8ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯2.8ãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2017å¹´05æ10æ¥ - ManifoldCF 2.7.1ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯ãã°ä¿®æ£çãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2017å¹´04æ20æ¥ - ManifoldCF 2.7ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯2.7ãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2016å¹´12æ30æ¥ - ManifoldCF 2.6ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯2.6ãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2016å¹´08æ18æ¥ - ManifoldCF 2.5ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯2.5ãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2016å¹´04æ23æ¥ - ManifoldCF 2.4ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯2.4ãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2015å¹´12æ17æ¥ - ManifoldCF 2.3ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯2.3ãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2015å¹´09æ07æ¥ - ManifoldCF 1.10ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯1.10ãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2015å¹´08æ31æ¥ - ManifoldCF 2.2ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯2.2ãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2015å¹´05æ04æ¥ - ManifoldCF 2.1ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯2.1ãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2015å¹´05æ03æ¥ - ManifoldCF 1.9ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯1.9ãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2015å¹´03æ02æ¥ - ManifoldCF 2.0.2ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯ãã°ä¿®æ£çãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2015å¹´03æ02æ¥ - ManifoldCF 1.8.2ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯ãã°ä¿®æ£çãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2015å¹´02æ03æ¥ - ManifoldCF 2.0.1ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯ãã°ä¿®æ£çãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2015å¹´02æ03æ¥ - ManifoldCF 1.8.1ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯ãã°ä¿®æ£çãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2014å¹´12æ26æ¥ - ManifoldCF 2.0ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯2.0ãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2014å¹´12æ26æ¥ - ManifoldCF 1.8ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯1.8ãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2014å¹´11æ02æ¥ - ManifoldCF 1.7.2ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯ãã°ä¿®æ£çãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2014å¹´09æ22æ¥ - ManifoldCF 1.7.1ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯ãã°ä¿®æ£çãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2014å¹´08æ24æ¥ - ManifoldCF 1.7ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯1.7ãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2014å¹´06æ01æ¥ - ManifoldCF 1.6.1ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯ãã°ä¿®æ£çãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2014å¹´04æ30æ¥ - ManifoldCF 1.6ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯1.6ãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2014å¹´02æ20æ¥ - ManifoldCF 1.5.1ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯ãã°ä¿®æ£çãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2014å¹´02æ07æ¥ - ManifoldCF 1.5ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯1.5ãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2013å¹´11æ16æ¥ - ManifoldCF 1.4.1ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯ãã°ä¿®æ£çãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2013å¹´10æ28æ¥ - ManifoldCF 1.4ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯1.4ãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2013å¹´07æ29æ¥ - ManifoldCF 1.3ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯1.3ãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2013å¹´05æ11æ¥ - ManifoldCF 1.2ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯1.2ãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2013å¹´02æ13æ¥ - ManifoldCF 1.1.1ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯ãã°ä¿®æ£çãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2013å¹´02æ03æ¥ - ManifoldCF 1.1ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯1.1ãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2012å¹´10æ18æ¥ - ManifoldCF 1.0.1ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯ãã°ä¿®æ£çãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2012å¹´10æ03æ¥ - ManifoldCF 1.0ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯1.0ãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2012å¹´7æ13æ¥ - ManifoldCF 0.6ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯6çãæ¿èªãã¾ãã
+
+### 2012å¹´5æ22æ¥ - ManifoldCF 0.5.1ãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£ã¯ãã°ä¿®æ£çãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2012å¹´5æ16æ¥ -
ManifoldCFã¯Apacheã®ã¤ã³ãã¥ãã¼ã¿ãã忥ãã¾ããï¼
+
+Apacheã®çäºä¼ã¯ManifoldCFããããã¬ãã«ããã¸ã§ã¯ãã¨ãã¦æ¿èªãã¾ãã
+
+### 2012å¹´04æ15æ¥ - ManifoldCF 0.5-incubatingãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£åã³Apacheã¤ã³ãã¥ãã¼ã¿ã¯5çãæ¿èªãã¾ãã
+
+主ãªè¿½å æ©è½:
+* ã³ãã¯ã¿UIãã³ãã¬ã¼ãã®Apache Velocityãµãã¼ã
+* ElasticSearchåºåã³ãã¯ã¿
+* CMISã³ãã¯ã¿ã®CMIS 0.6.0ã®ã¢ããã°ã¬ã¼ã
+* MySQLã®ãµãã¼ã
+* ãããã©ã¤ã¨ã¿ãªã³ãã¯ã¿ã®ãã¬ãã«ãã®ãµãã¼ã
+* å¤è¨èªå¯¾å¿, æ¥æ¬èªãã¼ã«ãªã¼ã¼ã·ã§ã³
+
+### 2012å¹´02æ02æ¥ - ManifoldCF 0.4-incubatingãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£åã³Apacheã¤ã³ãã¥ãã¼ã¿ã¯4çãæ¿èªãã¾ãã
+
+### 2011å¹´11æ08æ¥ -
ãã³ã¯ã¼ãã¼ã§ManifoldCFã«ã¤ãã¦è¬æ¼ãã¾ãã
+
+Apache North America 2011, ãã³ã¯ã¼ãã¼,
ããªãã£ãã·ã¥ã³ãã³ãã¢,
ã«ããã§ãManifoldCFã®æ¦è¦ã«ã¤ãã¦çºè¡¨ãã¾ãã
+
+### 2011å¹´10æ19æ¥ -
ãã«ã»ããã§ManifoldCFã«ã¤ãã¦çºè¡¨ãã¾ãã
+
+Apache Eurocon 2011, ãã«ã»ãã, ã«ã¿ã«ã¼ãã£,
ã¹ãã¤ã³ã§ãManifoldCFã®æ¨©éæ©è½ã«ã¤ãã¦çºè¡¨ãã¾ãã
+
+### 2011å¹´09æ20æ¥ - ManifoldCF 0.3-incubatingãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£åã³Apacheã¤ã³ãã¥ãã¼ã¿ã¯3çãæ¿èªãã¾ãã
+
+### 2011å¹´05æ17æ¥ - ManifoldCF 0.2-incubatingãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£åã³Apacheã¤ã³ãã¥ãã¼ã¿ã¯2çãæ¿èªãã¾ãã
+
+### 2011å¹´01æ31æ¥ - ManifoldCF 0.1-incubatingãå
¬éãã¾ããï¼
+
+éçºè
ã³ãã¥ããã£åã³Apacheã¤ã³ãã¥ãã¼ã¿ã¯åæãªãªã¼ã¹ãæ¿èªãã¾ãã
+
+### 2010å¹´10æ03æ¥ - Apacheã³ãã¯ã¿ãã¬ã¼ã
ã¯ã¼ã¯ã¯æ£å¼ã«Apache ManifoldCFã«å½å夿´ãã¾ãã
+
+éçºè
ã³ãã¥ããã£ã¯ï¼åç®ã®åå夿´ãæ¿èªãã¾ãã
+
+### 2010å¹´08æ19æ¥ - Luceneã³ãã¯ã¿ãã¬ã¼ã
ã¯ã¼ã¯ã¯Apacheã³ãã¯ã¿ãã¬ã¼ã ã¯ã¼ã¯ã«å½å夿´ãã¾ãã
+
+éçºè
ã³ãã¥ããã£ã¯åå夿´ãæ¿èªãã¾ãã
+
+### 2010å¹´07æ07æ¥ - Luceneã³ãã¯ã¿ãã¬ã¼ã
ã¯ã¼ã¯ã®åæãªãªã¼ã¹ãææ¡ããã¾ãã
+
+LCFã®åæãªãªã¼ã¹ã®æ¡ä»¶ãææ¡ããã¾ãã
+
+### 2010å¹´05æ21æ¥ - ãã©ãã§Luceneã³ãã¯ã¿ãã¬ã¼ã
ã¯ã¼ã¯ã«ã¤ãã¦çºè¡¨ãã¾ãã
+
+Lucene/Solr Eurocon, ãã©ã, ãã§ã³å
±åå½ã§ãLCFã®ç´¹ä»ãçºè¡¨ãã¾ãã
+
+### 2010å¹´01æ12æ¥ - Luceneã³ãã¯ã¿ãã¬ã¼ã
ã¯ã¼ã¯ãéå§ãã¾ããï¼
+
+LCFãæ£å¼ã«Apache Software
Foundationã¤ã³ãã¥ãã¼ã·ã§ã³ããã¸ã§ã¯ãã«ãªãã¾ãã
Added: manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/mail.md
URL:
http://svn.apache.org/viewvc/manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/mail.md?rev=1829711&view=auto
==============================================================================
--- manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/mail.md
(added)
+++ manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/mail.md Sat
Apr 21 15:26:14 2018
@@ -0,0 +1,33 @@
+
+# ManifoldCF - ã¡ã¼ãªã³ã°ãªã¹ã
+
+## ManifoldCFã¡ã¼ãªã³ã°ãªã¹ã
+
+ManifoldCFããã¸ã§ã¯ãã«ã¯ä»¥ä¸ã®ã¡ã¼ãªã³ã°ãªã¹ããããã¾ãï¼
+
+## ã¦ã¼ã¶ã¡ã¼ãªã³ã°ãªã¹ã
+
+ManifoldCFã®ä½¿ãæ¹
+* [åå ]()`
+* [è±é]()`
+* [éå»ã®ã¡ãã»ã¼ã¸]()`
+
+## éçºè
ã¡ã¼ãªã³ã°ãªã¹ã
+
+ManifoldCFã®éçºã«ã¤ãã¦
+* [åå ]()`
+* [è±é]()`
+* [éå»ã®ã¡ãã»ã¼ã¸]()`
+
+## ã³ãããã¡ã¼ãªã³ã°ãªã¹ã
+
+ã³ãããã¡ãã»ã¼ã¸
+* [åå ]()`
+* [è±é]()`
+* [éå»ã®ã¡ãã»ã¼ã¸]()`
+
+## éå»ã®ã¡ãã»ã¼ã¸
+
+éå»ã®ã¡ãã»ã¼ã¸ã¯ä»¥ä¸ã®ãªã³ã¯ããåç
§ãããã¨ãã§ãã¾ãï¼
+* [[email protected]]()`
+* [[email protected]]()`
Added:
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/release-documentation.md
URL:
http://svn.apache.org/viewvc/manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/release-documentation.md?rev=1829711&view=auto
==============================================================================
---
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/release-documentation.md
(added)
+++
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/release-documentation.md
Sat Apr 21 15:26:14 2018
@@ -0,0 +1,14 @@
+
+# ManifoldCFãªãªã¼ã¹ããã¥ã¡ã³ã
+
+## ManifoldCFãªãªã¼ã¹ããã¥ã¡ã³ã
+
+
+
+ä¸è¨ManifoldCFãã¼ã¸ã§ã³ã®ãªãªã¼ã¹ããã¥ã¡ã³ããåç
§å¯è½ã¨ãªãã¾ãï¼
+
+[2.9.1ãªãªã¼ã¹]()`
+
+[2.8.1ãªãªã¼ã¹]()`
+
+[1.10ãªãªã¼ã¹]()`
Added: manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/who.md
URL:
http://svn.apache.org/viewvc/manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/who.md?rev=1829711&view=auto
==============================================================================
--- manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/who.md (added)
+++ manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/who.md Sat
Apr 21 15:26:14 2018
@@ -0,0 +1,17 @@
+
+# Who We Are
+
+## Committers
+
+ (in alphabetical order):
+* Shinichiro Abe <shinichiro>
+* Ahmet Arslan <iorixxx>
+* Erlend Garåsen <ridder>
+* Furkan KAMACI <kamaci>
+* Maciej Lizewski <mlizewski>
+* Piergiorgio Lucidi <piergiorgio>
+* Minoru Osuka <minoru>
+* Simon Willnauer <simonw>
+* Karl Wright <kwright>
+* Mingchun Zhao <mingchun>
+* Jukka Zitting <jukka>
Added:
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/resources/images/ManifoldCF-logo.PNG
URL:
http://svn.apache.org/viewvc/manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/resources/images/ManifoldCF-logo.PNG?rev=1829711&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/resources/images/ManifoldCF-logo.PNG
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/resources/images/asf_logo.png
URL:
http://svn.apache.org/viewvc/manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/resources/images/asf_logo.png?rev=1829711&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/resources/images/asf_logo.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added:
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/resources/images/favicon.ico
URL:
http://svn.apache.org/viewvc/manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/resources/images/favicon.ico?rev=1829711&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/resources/images/favicon.ico
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/books-and-presentations.md
URL:
http://svn.apache.org/viewvc/manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/books-and-presentations.md?rev=1829711&view=auto
==============================================================================
---
manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/books-and-presentations.md
(added)
+++
manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/books-and-presentations.md
Sat Apr 21 15:26:14 2018
@@ -0,0 +1,24 @@
+
+# ManifoldCF - Books and Presentations
+
+## ManifoldCF Books
+
+All the books about the ManifoldCF project.
+* [Updated ManifoldCF in Action chapters, revised PDFs]()`
+
+## ManifoldCF Presentations
+
+Some presentations about the ManifoldCF project.
+* [Securing Documents in Solr with ManifoldCF by Karl Wright]()`
+* [Apache ManifoldCF by Piergiorgio Lucidi]()`
+* [Apache ManifoldCF by Shinichiro Abe]()`
+* [Barcelona presentations by Piergiorgio Lucidi]()`
+* [Alfresco Summit presentation by Piergiorgio Lucidi]()`
+* [Open Source Summit presentation by Piergiorgio Lucidi]()`
+
+## ManifoldCF Videos/Podcasts
+
+All the videos/podcasts about the ManifoldCF project.
+* [077 TMTC Karl Wright - ManifoldCF]()` (ApacheCON North America, 2011)
+* [Lucene Revolutions Eurocon 2011 - Karl Wright - ManifoldCF]()` (Lucene
Revolutions Eurocon, 2011)
+* [WAT Lightning Talk]()` (Gary Bernhardt, CodeMash 2012)
Added:
manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/developer-resources.md
URL:
http://svn.apache.org/viewvc/manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/developer-resources.md?rev=1829711&view=auto
==============================================================================
---
manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/developer-resources.md
(added)
+++
manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/developer-resources.md
Sat Apr 21 15:26:14 2018
@@ -0,0 +1,32 @@
+
+# ManifoldCF - Developer Resources
+
+## Source Code
+
+The source files are stored using Subversion (see
[http://subversion.tigris.org/]()` and [http://svnbook.red-bean.com/]()`)
+
+`svn checkout http://svn.apache.org/repos/asf/manifoldcf/trunk mcf-trunk`
+
+A read-only Git hub is also available for those who use Git. The URL for Git
is:
+
+`git://git.apache.org/manifoldcf.git`
+
+## Debugging Connections
+
+Sooner or later, you will encounter a repository that should be supported, but
doesn't seem to want to connect properly to ManifoldCF. When that happens, you
will need all the help you can get. Start [here]()`, and if you find a new
hint, technique, or trick, don't forget to add it to the page!
+
+## Changes List
+
+Current changes list (as of the most recent nightly build) is available
[here]()`.
+
+## Reporting a Bug, Problem, or Feature Request
+
+If you think you've found a problem, or you just have a good idea for an
improvement, you can create a JIRA ticket [here]()`. You may need to create
yourself an account.
+
+Please make every effort to search through the current issues list before
creating a new ticket. Your problem might already have been logged!
+
+## Making a Contribution
+
+ManifoldCF is always looking for contributions. See the [Wiki]()` for details
on contributing.
+
+We're also looking for logo ideas. Here are the [guidelines]()`.