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 2010/03/24 13:27:14 UTC

svn commit: r927033 - in /incubator/lcf/site: publish/index.html publish/index.pdf src/documentation/content/xdocs/index.xml

Author: kwright
Date: Wed Mar 24 12:27:13 2010
New Revision: 927033

URL: http://svn.apache.org/viewvc?rev=927033&view=rev
Log:
Add a link to the supported repositories matrix.

Modified:
    incubator/lcf/site/publish/index.html
    incubator/lcf/site/publish/index.pdf
    incubator/lcf/site/src/documentation/content/xdocs/index.xml

Modified: incubator/lcf/site/publish/index.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/index.html?rev=927033&r1=927032&r2=927033&view=diff
==============================================================================
--- incubator/lcf/site/publish/index.html (original)
+++ incubator/lcf/site/publish/index.html Wed Mar 24 12:27:13 2010
@@ -224,19 +224,19 @@ document.write("Last Published: " + docu
 <h2 class="h3">What Is the Lucene Connectors Framework?</h2>
 <div class="section">
 <p>The Lucene Connectors Framework (LCF) is an effort to provide build and support an open source framework for connecting source content repositories like Microsoft Sharepoint and EMC Documentum, to target repositories or indexes, such as Apache SOLR.  LCF 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 file system connector, a general JDBC connector, a general RSS crawler, and a general web crawler.  Currently supported targets include Apache SOLR and MetaCarta GTS.</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 file system connector, a general JDBC connector, a general RSS crawler, and a general web crawler.  Currently supported targets include Apache SOLR and MetaCarta GTS.  The complete repository compatibility list can be found <a href="http://cwiki.apache.org/confluence/display/CONNECTORS/SupportedConnectors">here</a>.</p>
 <p>The original LCF 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>
 </div>
 
     
-<a name="N10026"></a><a name="Project+status"></a>
+<a name="N1002A"></a><a name="Project+status"></a>
 <h2 class="h3">Project status</h2>
 <div class="section">
 <p>There are currently no released versions of LCF available.  However, a trunk svn checkout has been built and successfully hand-tested.  Nightly builds and online javadoc will be coming shortly.</p>
 </div>
 
     
-<a name="N10030"></a><a name="A+philosophical+note+about+third-party+repositories"></a>
+<a name="N10034"></a><a name="A+philosophical+note+about+third-party+repositories"></a>
 <h2 class="h3">A philosophical note about third-party repositories</h2>
 <div class="section">
 <p>Many of the connectors included with LCF currently require third-party libraries, packages, or other licensed materials in order to be built.  The code for these connectors can be distributed under Apache guidelines because they are conditionally compiled; that is, you as a developer must supply the necessary third-party components before the connector will build.  While we have every intention of trying to reduce the number of affected connectors by means of clean-room development under the auspices of ASF, realistically the current situation will not change in any dramatic way very quickly.  The focus of this group remains primarily on providing solutions.</p>
@@ -244,10 +244,10 @@ document.write("Last Published: " + docu
 </div>
 
     
-<a name="N1003D"></a><a name="News"></a>
+<a name="N10041"></a><a name="News"></a>
 <h2 class="h3">News</h2>
 <div class="section">
-<a name="N10043"></a><a name="12+Jan.+2010+-+Lucene+Connectors+Framework+launches%21"></a>
+<a name="N10047"></a><a name="12+Jan.+2010+-+Lucene+Connectors+Framework+launches%21"></a>
 <h3 class="h4">12 Jan. 2010 - Lucene Connectors Framework launches!</h3>
 <p>LCF is now officially an incubating project of the Apache Software Foundation</p>
 </div>

Modified: incubator/lcf/site/publish/index.pdf
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/index.pdf?rev=927033&r1=927032&r2=927033&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/lcf/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/site/src/documentation/content/xdocs/index.xml?rev=927033&r1=927032&r2=927033&view=diff
==============================================================================
--- incubator/lcf/site/src/documentation/content/xdocs/index.xml (original)
+++ incubator/lcf/site/src/documentation/content/xdocs/index.xml Wed Mar 24 12:27:13 2010
@@ -19,7 +19,7 @@
     <section>
 	<title>What Is the Lucene Connectors Framework?</title>
 	<p>The Lucene Connectors Framework (LCF) is an effort to provide build and support an open source framework for connecting source content repositories like Microsoft Sharepoint and EMC Documentum, to target repositories or indexes, such as Apache SOLR.  LCF 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 file system connector, a general JDBC connector, a general RSS crawler, and a general web crawler.  Currently supported targets include Apache SOLR and MetaCarta GTS.</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 file system connector, a general JDBC connector, a general RSS crawler, and a general web crawler.  Currently supported targets include Apache SOLR and MetaCarta GTS.  The complete repository compatibility list can be found <a href="http://cwiki.apache.org/confluence/display/CONNECTORS/SupportedConnectors">here</a>.</p>
 	<p>The original LCF 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>