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/10 15:12:15 UTC

svn commit: r921356 - in /incubator/lcf/site/src/documentation/content/xdocs: index.xml site.xml

Author: kwright
Date: Wed Mar 10 14:12:15 2010
New Revision: 921356

URL: http://svn.apache.org/viewvc?rev=921356&view=rev
Log:
Add more details to the welcome page, and also fix a spelling error or two.

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

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=921356&r1=921355&r2=921356&view=diff
==============================================================================
--- incubator/lcf/site/src/documentation/content/xdocs/index.xml (original)
+++ incubator/lcf/site/src/documentation/content/xdocs/index.xml Wed Mar 10 14:12:15 2010
@@ -10,15 +10,28 @@
   </header> 
 
   <body> 
-<section><title>Incubation Status</title>
-<p>Apache Lucene Connector Framework (LCF) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Lucene PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
-</p>
-</section>
     <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 to content repositories like Microsoft Sharepoint and EMC Documentum, amongst others via a single API.</p>
+        <title>Incubation Status</title>
+        <p>Apache Lucene Connectors Framework (LCF) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Lucene PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+        </p>
+    </section>
+    
+    <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>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>
 
+    <section>
+	<title>Project status</title>
+	<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>
+    </section>
 
+    <section>
+	<title>A philosophical note about third-party repositories</title>
+	<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>
+	<p>The required libraries, tools, and procedures for building each of these connectors are well documented in the Wiki pages for this project.</p>
     </section>
 
     <section>

Modified: incubator/lcf/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/site/src/documentation/content/xdocs/site.xml?rev=921356&r1=921355&r2=921356&view=diff
==============================================================================
--- incubator/lcf/site/src/documentation/content/xdocs/site.xml (original)
+++ incubator/lcf/site/src/documentation/content/xdocs/site.xml Wed Mar 10 14:12:15 2010
@@ -25,7 +25,7 @@
     <sponsor     label="Sponsor Apache"     href="ext:sponsor" />    
     <thanks      label="Sponsors of Apache" href="ext:thanks" />    
   </project>
-  <docs label="Documenation">
+  <docs label="Documentation">
 	<dev label="Developer Resources" href="developer-resources.html"/>
   </docs>
   <rel label="Related-Projects">