Author: piergiorgio
Date: Mon May 28 08:35:23 2018
New Revision: 1832370

URL: http://svn.apache.org/viewvc?rev=1832370&view=rev
Log:
updated the forrest2md to the latest version 0.1.2 (CONNECTORS-1495)

Modified:
    manifoldcf/site/branches/CONNECTORS-1495/pom.xml
    
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/books-and-presentations.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/markdown/books-and-presentations.md
    manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/index.md
    manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/mail.md

Modified: manifoldcf/site/branches/CONNECTORS-1495/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/site/branches/CONNECTORS-1495/pom.xml?rev=1832370&r1=1832369&r2=1832370&view=diff
==============================================================================
--- manifoldcf/site/branches/CONNECTORS-1495/pom.xml (original)
+++ manifoldcf/site/branches/CONNECTORS-1495/pom.xml Mon May 28 08:35:23 2018
@@ -31,7 +31,7 @@
                
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
                <maven.compiler.source>1.8</maven.compiler.source>
                <maven.compiler.target>1.8</maven.compiler.target>
-               <forrest2md.version>0.1.1</forrest2md.version>
+               <forrest2md.version>0.1.2</forrest2md.version>
        </properties>
 
        <build>
@@ -56,7 +56,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.jar</argument>
                                                                
<argument>${project.basedir}/src/documentation/content/xdocs/en_US/index.xml</argument>
                                                                
<argument>${project.basedir}/src/site/markdown/index.md</argument>
                                                        </arguments>
@@ -73,7 +73,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.jar</argument>
                                                                
<argument>${project.basedir}/src/documentation/content/xdocs/en_US/mail.xml</argument>
                                                                
<argument>${project.basedir}/src/site/markdown/mail.md</argument>
                                                        </arguments>
@@ -90,7 +90,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.jar</argument>
                                                                
<argument>${project.basedir}/src/documentation/content/xdocs/en_US/verify.xml</argument>
                                                                
<argument>${project.basedir}/src/site/markdown/verify.md</argument>
                                                        </arguments>
@@ -107,7 +107,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.jar</argument>
                                                                
<argument>${project.basedir}/src/documentation/content/xdocs/en_US/security.xml</argument>
                                                                
<argument>${project.basedir}/src/site/markdown/security.md</argument>
                                                        </arguments>
@@ -124,7 +124,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.jar</argument>
                                                                
<argument>${project.basedir}/src/documentation/content/xdocs/en_US/books-and-presentations.xml</argument>
                                                                
<argument>${project.basedir}/src/site/markdown/books-and-presentations.md</argument>
                                                        </arguments>
@@ -141,7 +141,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.jar</argument>
                                                                
<argument>${project.basedir}/src/documentation/content/xdocs/en_US/developer-resources.xml</argument>
                                                                
<argument>${project.basedir}/src/site/markdown/developer-resources.md</argument>
                                                        </arguments>
@@ -158,7 +158,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.jar</argument>
                                                                
<argument>${project.basedir}/src/documentation/content/xdocs/en_US/download.xml</argument>
                                                                
<argument>${project.basedir}/src/site/markdown/download.md</argument>
                                                        </arguments>
@@ -175,7 +175,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.jar</argument>
                                                                
<argument>${project.basedir}/src/documentation/content/xdocs/en_US/release-documentation.xml</argument>
                                                                
<argument>${project.basedir}/src/site/markdown/release-documentation.md</argument>
                                                        </arguments>
@@ -192,7 +192,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.jar</argument>
                                                                
<argument>${project.basedir}/src/documentation/content/xdocs/en_US/who.xml</argument>
                                                                
<argument>${project.basedir}/src/site/markdown/who.md</argument>
                                                        </arguments>
@@ -211,7 +211,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.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>
@@ -228,7 +228,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.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>
@@ -245,7 +245,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.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>
@@ -262,7 +262,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.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>
@@ -279,7 +279,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.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>
@@ -296,7 +296,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.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>
@@ -313,7 +313,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.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>
@@ -332,7 +332,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.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>
@@ -349,7 +349,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.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>
@@ -366,7 +366,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.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>
@@ -383,7 +383,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.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>
@@ -400,7 +400,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.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>
@@ -417,7 +417,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.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>
@@ -434,7 +434,7 @@
                                                        
<workingDirectory>/tmp</workingDirectory>
                                                        <arguments>
                                                                
<argument>-jar</argument>
-                                                               
<argument>${project.basedir}/lib/forrest2md-v${forrest2md.version}.jar</argument>
+                                                               
<argument>${project.basedir}/lib/forrest2md-${forrest2md.version}.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>
@@ -455,7 +455,7 @@
                                                <configuration>
                                                        <target 
name="checkAndDownloadForrest2md">
                                                                <get
-                                                                       
src="https://github.com/david-ciamberlano/forrestxml2md/releases/download/v${forrest2md.version}/forrest2md-v${forrest2md.version}.jar";
+                                                                       
src="https://github.com/david-ciamberlano/forrestxml2md/releases/download/v${forrest2md.version}/forrest2md-${forrest2md.version}.jar";
                                                                        
dest="${project.basedir}/lib/" verbose="false" usetimestamp="true" />
                                                        </target>
                                                </configuration>

Modified: 
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=1832370&r1=1832369&r2=1832370&view=diff
==============================================================================
--- 
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/books-and-presentations.md
 (original)
+++ 
manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/books-and-presentations.md
 Mon May 28 08:35:23 2018
@@ -4,11 +4,13 @@
 ## ManifoldCF Books
 
 All the books about the ManifoldCF project.
+
 * [Updated ManifoldCF in Action chapters, revised 
PDFs](https://github.com/DaddyWri/manifoldcfinaction/tree/master/pdfs)
 
 ## ManifoldCF Presentations
 
 Some presentations about the ManifoldCF project.
+
 * [Securing Documents in Solr with ManifoldCF by Karl 
Wright](http://www.slideshare.net/lucenerevolution/wright-nokia-manifoldcfeurocon-2011)
 * [Apache ManifoldCF by Piergiorgio 
Lucidi](http://www.slideshare.net/PiergiorgioLucidi/apache-manifoldcf-9508286)
 * [Apache ManifoldCF by Shinichiro 
Abe](http://www.slideshare.net/ShinichiroAbe/apache-manifoldcf-9231499)
@@ -19,6 +21,7 @@ Some presentations about the ManifoldCF
 ## ManifoldCF Videos/Podcasts
 
 All the videos/podcasts about the ManifoldCF project.
+
 * [077 TMTC Karl Wright - 
ManifoldCF](http://teachmetocode.com/podcast/077-tmtc-karl-wright-manifoldcf/) 
(ApacheCON North America, 2011)
 * [Lucene Revolutions Eurocon 2011 - Karl Wright - 
ManifoldCF](http://vimeo.com/33082485) (Lucene Revolutions Eurocon, 2011)
 * [WAT Lightning Talk](https://www.destroyallsoftware.com/talks/wat) (Gary 
Bernhardt, CodeMash 2012)

Modified: 
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=1832370&r1=1832369&r2=1832370&view=diff
==============================================================================
--- manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/download.md 
(original)
+++ manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/download.md 
Mon May 28 08:35:23 2018
@@ -266,6 +266,7 @@
 
ソース+バイナリ<br/>[apache-manifoldcf-0.1-incubating-bin.tar.gz](http://archive.apache.org/dist/incubator/manifoldcf/apache-manifoldcf-0.1-incubating-bin.tar.gz)
 
[[PGP](http://archive.apache.org/dist/incubator/manifoldcf/apache-manifoldcf-0.1-incubating-bin.tar.gz.asc)]
 
[[MD5](http://archive.apache.org/dist/incubator/manifoldcf/apache-manifoldcf-0.1-incubating-bin.tar.gz.md5)]<br/>[apache-manifoldcf-0.1-incubating-bin.zip](http://archive.apache.org/dist/incubator/manifoldcf/apache-manifoldcf-0.1-incubating-bin.zip)
 
[[PGP](http://archive.apache.org/dist/incubator/manifoldcf/apache-manifoldcf-0.1-incubating-bin.zip.asc)]
 
[[MD5](http://archive.apache.org/dist/incubator/manifoldcf/apache-manifoldcf-0.1-incubating-bin.zip.md5)]<br/>
 
 **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"

Modified: 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=1832370&r1=1832369&r2=1832370&view=diff
==============================================================================
--- manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/index.md 
(original)
+++ manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/index.md Mon 
May 28 08:35:23 2018
@@ -178,6 +178,7 @@ Apacheの理事会はMani
 開発者
コミュニティ及びApacheインキュベータは5版を承認しました
 
 主な追加機能:
+
 * コネクタUIテンプレートのApache Velocityサポート
 * ElasticSearch出力コネクタ
 * CMISコネクタのCMIS 0.6.0のアップグレード

Modified: 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=1832370&r1=1832369&r2=1832370&view=diff
==============================================================================
--- manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/mail.md 
(original)
+++ manifoldcf/site/branches/CONNECTORS-1495/src/site/ja/markdown/mail.md Mon 
May 28 08:35:23 2018
@@ -8,6 +8,7 @@ ManifoldCFプロジェク
 ## ユーザメーリングリスト
 
 ManifoldCFの使い方
+
 * [参加](mailto:[email protected])
 * [脱退](mailto:[email protected])
 * 
[過去のメッセージ](http://mail-archives.apache.org/mod_mbox/manifoldcf-user/)
@@ -15,6 +16,7 @@ ManifoldCFの使い方
 ## 開発者メーリングリスト
 
 ManifoldCFの開発について
+
 * [参加](mailto:[email protected])
 * [脱退](mailto:[email protected])
 * 
[過去のメッセージ](http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/)
@@ -22,6 +24,7 @@ ManifoldCFの開発につ
 ## コミットメーリングリスト
 
 コミットメッセージ
+
 * [参加](mailto:[email protected])
 * [脱退](mailto:[email protected])
 * 
[過去のメッセージ](http://mail-archives.apache.org/mod_mbox/manifoldcf-commits/)
@@ -29,5 +32,6 @@ ManifoldCFの開発につ
 ## 過去のメッセージ
 
 過去のメッセージは以下のリンクから参ç…
§ã™ã‚‹ã“とができます:
+
 * 
[[email protected]](http://www.mail-archive.com/[email protected]/index.html)
 * 
[[email protected]](http://www.mail-archive.com/[email protected]/index.html)

Modified: 
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=1832370&r1=1832369&r2=1832370&view=diff
==============================================================================
--- 
manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/books-and-presentations.md
 (original)
+++ 
manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/books-and-presentations.md
 Mon May 28 08:35:23 2018
@@ -4,11 +4,13 @@
 ## ManifoldCF Books
 
 All the books about the ManifoldCF project.
+
 * [Updated ManifoldCF in Action chapters, revised 
PDFs](https://github.com/DaddyWri/manifoldcfinaction/tree/master/pdfs)
 
 ## ManifoldCF Presentations
 
 Some presentations about the ManifoldCF project.
+
 * [Securing Documents in Solr with ManifoldCF by Karl 
Wright](http://www.slideshare.net/lucenerevolution/wright-nokia-manifoldcfeurocon-2011)
 * [Apache ManifoldCF by Piergiorgio 
Lucidi](http://www.slideshare.net/PiergiorgioLucidi/apache-manifoldcf-9508286)
 * [Apache ManifoldCF by Shinichiro 
Abe](http://www.slideshare.net/ShinichiroAbe/apache-manifoldcf-9231499)
@@ -19,6 +21,7 @@ Some presentations about the ManifoldCF
 ## ManifoldCF Videos/Podcasts
 
 All the videos/podcasts about the ManifoldCF project.
+
 * [077 TMTC Karl Wright - 
ManifoldCF](http://teachmetocode.com/podcast/077-tmtc-karl-wright-manifoldcf/) 
(ApacheCON North America, 2011)
 * [Lucene Revolutions Eurocon 2011 - Karl Wright - 
ManifoldCF](http://vimeo.com/33082485) (Lucene Revolutions Eurocon, 2011)
 * [WAT Lightning Talk](https://www.destroyallsoftware.com/talks/wat) (Gary 
Bernhardt, CodeMash 2012)

Modified: manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/index.md
URL: 
http://svn.apache.org/viewvc/manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/index.md?rev=1832370&r1=1832369&r2=1832370&view=diff
==============================================================================
--- manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/index.md 
(original)
+++ manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/index.md Mon May 
28 08:35:23 2018
@@ -176,6 +176,7 @@ Apache Board signs off on creation of Ma
 Developer community and Apache Incubator sign off on fifth release:
 
 Some of the new features of this release:
+
 * Apache Velocity support for connector UI templates
 * ElasticSearch Output Connector
 * CMIS Connector upgraded to CMIS 0.6.0
@@ -200,6 +201,7 @@ ManifoldCF authorization talk planned fo
 Developer community and Apache Incubator sign off on third release
 
 Some of the new features and improvements of this latest release:
+
 * CMIS Connector
 * OpenSearchServer Connector
 * Scripting Language

Modified: manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/mail.md
URL: 
http://svn.apache.org/viewvc/manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/mail.md?rev=1832370&r1=1832369&r2=1832370&view=diff
==============================================================================
--- manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/mail.md 
(original)
+++ manifoldcf/site/branches/CONNECTORS-1495/src/site/markdown/mail.md Mon May 
28 08:35:23 2018
@@ -8,6 +8,7 @@ The ManifoldCF project supports several
 ## ManifoldCF User Mailing List
 
 User questions on how to use ManifoldCF.
+
 * [Subscribe](mailto:[email protected])
 * [Unsubscribe](mailto:[email protected])
 * [Archive](http://mail-archives.apache.org/mod_mbox/manifoldcf-user/)
@@ -15,6 +16,7 @@ User questions on how to use ManifoldCF.
 ## ManifoldCF Development Mailing List
 
 Discussion on the development of the internals of ManifoldCF.
+
 * [Subscribe](mailto:[email protected])
 * [Unsubscribe](mailto:[email protected])
 * [Archive](http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/)
@@ -22,6 +24,7 @@ Discussion on the development of the int
 ## ManifoldCF Commits Mailing List
 
 Commit messages
+
 * [Subscribe](mailto:[email protected])
 * [Unsubscribe](mailto:[email protected])
 * [Archive](http://mail-archives.apache.org/mod_mbox/manifoldcf-commits/)
@@ -29,5 +32,6 @@ Commit messages
 ## ManifoldCF Email Archives
 
 Emails sent to the group distributions are archived and accessible via the 
links below.
+
 * 
[[email protected]](http://www.mail-archive.com/[email protected]/index.html)
 * 
[[email protected]](http://www.mail-archive.com/[email protected]/index.html)


Reply via email to