You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/10/14 01:03:55 UTC

svn commit: r1183156 - in /incubator/lcf/trunk/site/src/documentation/content/xdocs: end-user-documentation.xml included-connectors.xml index.xml javadoc.xml

Author: kwright
Date: Thu Oct 13 23:03:54 2011
New Revision: 1183156

URL: http://svn.apache.org/viewvc?rev=1183156&view=rev
Log:
First part of wiki connector documentation changes.  Part of CONNECTORS-271.

Modified:
    incubator/lcf/trunk/site/src/documentation/content/xdocs/end-user-documentation.xml
    incubator/lcf/trunk/site/src/documentation/content/xdocs/included-connectors.xml
    incubator/lcf/trunk/site/src/documentation/content/xdocs/index.xml
    incubator/lcf/trunk/site/src/documentation/content/xdocs/javadoc.xml

Modified: incubator/lcf/trunk/site/src/documentation/content/xdocs/end-user-documentation.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/site/src/documentation/content/xdocs/end-user-documentation.xml?rev=1183156&r1=1183155&r2=1183156&view=diff
==============================================================================
--- incubator/lcf/trunk/site/src/documentation/content/xdocs/end-user-documentation.xml (original)
+++ incubator/lcf/trunk/site/src/documentation/content/xdocs/end-user-documentation.xml Thu Oct 13 23:03:54 2011
@@ -88,7 +88,7 @@
                 <title>Defining Authority Connections</title>
                 <p>The Framework UI's left-side menu contains a link for listing authority connections.  An authority connection is a connection to a system that defines a particular security environment.
                        For example, if you want to index some documents that are protected by Active Directory, you would need to configure an Active Directory authority connection.</p>
-                <p>You may not need an authority if you do not mind that portions of all the documents you want to index are visible to everyone.  For web crawling and RSS crawling, this might be the
+                <p>You may not need an authority if you do not mind that portions of all the documents you want to index are visible to everyone.  For web, RSS, and Wiki crawling, this might be the
                        situation.  Most other repositories have some security mechanism, however.</p>
                 <p>You should define your authority connections <b>before</b> setting up your repository connections.  While it is possible to change the relationship between a repository connection
                        and its authority after-the-fact, in practice such changes may cause many documents to require reindexing.</p>
@@ -1225,6 +1225,11 @@
 
             </section>
 
+            <section id="wikirepository">
+                <title>Wiki Repository Connection</title>
+                <p>COMING SOON</p>
+            </section>
+            
             <section id="jdbcrepository">
                 <title>Generic Database Repository Connection</title>
                 <p>The generic database connection type allows you to index content from a database table, served by one of the following databases:</p>

Modified: incubator/lcf/trunk/site/src/documentation/content/xdocs/included-connectors.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/site/src/documentation/content/xdocs/included-connectors.xml?rev=1183156&r1=1183155&r2=1183156&view=diff
==============================================================================
--- incubator/lcf/trunk/site/src/documentation/content/xdocs/included-connectors.xml (original)
+++ incubator/lcf/trunk/site/src/documentation/content/xdocs/included-connectors.xml Thu Oct 13 23:03:54 2011
@@ -40,6 +40,7 @@
         <tr><td>JDBC</td><td> Pure Java </td><td> Various </td><td> Supports JDBC V2, V3, V4; tested with Oracle 10, JTDS 1.2, Postgresql 8.3 drivers </td><td> Various </td></tr>
         <tr><td>RSS</td><td> Pure Java </td><td> N/A </td><td> N/A </td><td>Atom, RSS 2.0, others </td></tr>
         <tr><td>Web</td><td> Pure Java </td><td>N/A</td><td> N/A </td><td>HTML Version 1.0, 1.1, 2.0, Atom, RSS 2.0, others </td></tr>
+        <tr><td>Wiki</td><td> Pure Java </td><td>N/A</td><td> N/A </td><td>Wiki version 1.8 and above </td></tr>
         <tr><td>LiveLink (OpenText)</td><td> Pure Java </td><td> Win </td><td> LAPI 9.7.1 </td><td> Tested with 9.2.0 - 9.7.1 </td></tr>
         <tr><td>OpenSearchServer</td><td> Pure Java </td><td> N/A </td><td> N/A</td><td> Tested with OpenSearchServer 1.2.1, 1.2.2, 1.2.3 </td></tr>
         <tr><td>Documentum (EMC)</td><td> Win, RedHat </td><td> Win, RedHat </td><td> Tested with DFC 5.3 SP5 </td><td> Tested against 5.3, 6.0, and 6.5 servers </td></tr>

Modified: incubator/lcf/trunk/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/site/src/documentation/content/xdocs/index.xml?rev=1183156&r1=1183155&r2=1183156&view=diff
==============================================================================
--- incubator/lcf/trunk/site/src/documentation/content/xdocs/index.xml (original)
+++ incubator/lcf/trunk/site/src/documentation/content/xdocs/index.xml Thu Oct 13 23:03:54 2011
@@ -30,7 +30,8 @@
     <section>
 	<title>What Is ManifoldCF?</title>
 	<p>ManifoldCF is an effort to provide an open source framework for connecting source content repositories like Microsoft Sharepoint and EMC Documentum, to target repositories or indexes, such as Apache Solr or OpenSearchServer.  ManifoldCF also defines a security model for target repositories that permits them to enforce source-repository security policies.</p>
-	<p>Currently included connectors support FileNet P8 (IBM), Documentum (EMC), LiveLink (OpenText), Patriarch (Memex), Meridio (Autonomy), Windows shares (Microsoft), and SharePoint (Microsoft).  Also included are a general CMIS connector, a general file system connector, a general JDBC connector, a general RSS crawler, and a general web crawler.  Currently supported targets include Apache Solr, QBase (formerly MetaCarta) GTS and OpenSearchServer.  The complete repository compatibility list can be found <a href="included-connectors.html">here</a>.</p>
+	<p>Currently included connectors support FileNet P8 (IBM), Documentum (EMC), LiveLink (OpenText), Meridio (Autonomy), Windows shares (Microsoft), and SharePoint (Microsoft).  Also included are a general CMIS connector, a generic file system connector, a general JDBC connector, an RSS feed connector, a Wiki connector, and a general web connector.
+            Currently supported targets include Apache Solr, QBase (formerly MetaCarta) GTS and OpenSearchServer.  The complete repository compatibility list can be found <a href="included-connectors.html">here</a>.</p>
 	<p>The original ManifoldCF code base was granted by MetaCarta, Inc., to the Apache Software Foundation in December 2009.  The MetaCarta effort represented more than five years of successful development and testing in multiple, challenging enterprise environments.</p>
     </section>
 

Modified: incubator/lcf/trunk/site/src/documentation/content/xdocs/javadoc.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/site/src/documentation/content/xdocs/javadoc.xml?rev=1183156&r1=1183155&r2=1183156&view=diff
==============================================================================
--- incubator/lcf/trunk/site/src/documentation/content/xdocs/javadoc.xml (original)
+++ incubator/lcf/trunk/site/src/documentation/content/xdocs/javadoc.xml Thu Oct 13 23:03:54 2011
@@ -49,6 +49,7 @@
       <p><a href="api/sharepoint/index.html">SharePoint connector</a></p>
       <p><a href="api/solr/index.html">Solr output connector</a></p>
       <p><a href="api/webcrawler/index.html">Web connector</a></p>
+      <p><a href="api/wiki/index.html">Wiki connector</a></p>
     </section>
   </body>
 </document>