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:16:41 UTC

svn commit: r921359 - in /incubator/lcf/site/publish: developer-resources.html index.html index.pdf linkmap.html linkmap.pdf mail.html who.html

Author: kwright
Date: Wed Mar 10 14:16:40 2010
New Revision: 921359

URL: http://svn.apache.org/viewvc?rev=921359&view=rev
Log:
Updated site, for mirroring.

Modified:
    incubator/lcf/site/publish/developer-resources.html
    incubator/lcf/site/publish/index.html
    incubator/lcf/site/publish/index.pdf
    incubator/lcf/site/publish/linkmap.html
    incubator/lcf/site/publish/linkmap.pdf
    incubator/lcf/site/publish/mail.html
    incubator/lcf/site/publish/who.html

Modified: incubator/lcf/site/publish/developer-resources.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/developer-resources.html?rev=921359&r1=921358&r2=921359&view=diff
==============================================================================
--- incubator/lcf/site/publish/developer-resources.html (original)
+++ incubator/lcf/site/publish/developer-resources.html Wed Mar 10 14:16:40 2010
@@ -122,7 +122,7 @@ document.write("Last Published: " + docu
 <a href="http://www.apache.org/foundation/thanks.html">Sponsors of Apache</a>
 </div>
 </div>
-<div onclick="SwitchMenu('menu_selected_1.2', 'skin/')" id="menu_selected_1.2Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Documenation</div>
+<div onclick="SwitchMenu('menu_selected_1.2', 'skin/')" id="menu_selected_1.2Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Documentation</div>
 <div id="menu_selected_1.2" class="selectedmenuitemgroup" style="display: block;">
 <div class="menupage">
 <div class="menupagetitle">Developer Resources</div>

Modified: incubator/lcf/site/publish/index.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/index.html?rev=921359&r1=921358&r2=921359&view=diff
==============================================================================
--- incubator/lcf/site/publish/index.html (original)
+++ incubator/lcf/site/publish/index.html Wed Mar 10 14:16:40 2010
@@ -122,7 +122,7 @@ document.write("Last Published: " + docu
 <a href="http://www.apache.org/foundation/thanks.html">Sponsors of Apache</a>
 </div>
 </div>
-<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documenation</div>
+<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
 <div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
 <a href="developer-resources.html">Developer Resources</a>
@@ -193,6 +193,12 @@ document.write("Last Published: " + docu
 <a href="#What+Is+the+Lucene+Connectors+Framework%3F">What Is the Lucene Connectors Framework?</a>
 </li>
 <li>
+<a href="#Project+status">Project status</a>
+</li>
+<li>
+<a href="#A+philosophical+note+about+third-party+repositories">A philosophical note about third-party repositories</a>
+</li>
+<li>
 <a href="#News">News</a>
 <ul class="minitoc">
 <li>
@@ -202,25 +208,43 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div> 
-
+    
 <a name="N1000C"></a><a name="Incubation+Status"></a>
 <h2 class="h3">Incubation Status</h2>
 <div class="section">
-<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>
+<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>
 </div>
     
-<a name="N10015"></a><a name="What+Is+the+Lucene+Connectors+Framework%3F"></a>
+    
+<a name="N10016"></a><a name="What+Is+the+Lucene+Connectors+Framework%3F"></a>
 <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 to content repositories like Microsoft Sharepoint and EMC Documentum, amongst others via a single API.</p>
+<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>
+</div>
+
+    
+<a name="N10026"></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>
+<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>
+<p>The required libraries, tools, and procedures for building each of these connectors are well documented in the Wiki pages for this project.</p>
 </div>
 
     
-<a name="N1001F"></a><a name="News"></a>
+<a name="N1003D"></a><a name="News"></a>
 <h2 class="h3">News</h2>
 <div class="section">
-<a name="N10025"></a><a name="12+Jan.+2010+-+Lucene+Connectors+Framework+launches%21"></a>
+<a name="N10043"></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=921359&r1=921358&r2=921359&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/lcf/site/publish/linkmap.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/linkmap.html?rev=921359&r1=921358&r2=921359&view=diff
==============================================================================
--- incubator/lcf/site/publish/linkmap.html (original)
+++ incubator/lcf/site/publish/linkmap.html Wed Mar 10 14:16:40 2010
@@ -122,7 +122,7 @@ document.write("Last Published: " + docu
 <a href="http://www.apache.org/foundation/thanks.html">Sponsors of Apache</a>
 </div>
 </div>
-<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documenation</div>
+<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
 <div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
 <a href="developer-resources.html">Developer Resources</a>
@@ -238,7 +238,7 @@ document.write("Last Published: " + docu
   
 <ul>
 <li>
-<a>Documenation</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>docs</em>
+<a>Documentation</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>docs</em>
 </li>
 <ul>
 	

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

Modified: incubator/lcf/site/publish/mail.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/mail.html?rev=921359&r1=921358&r2=921359&view=diff
==============================================================================
--- incubator/lcf/site/publish/mail.html (original)
+++ incubator/lcf/site/publish/mail.html Wed Mar 10 14:16:40 2010
@@ -124,7 +124,7 @@ document.write("Last Published: " + docu
 <a href="http://www.apache.org/foundation/thanks.html">Sponsors of Apache</a>
 </div>
 </div>
-<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documenation</div>
+<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
 <div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
 <a href="developer-resources.html">Developer Resources</a>

Modified: incubator/lcf/site/publish/who.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/who.html?rev=921359&r1=921358&r2=921359&view=diff
==============================================================================
--- incubator/lcf/site/publish/who.html (original)
+++ incubator/lcf/site/publish/who.html Wed Mar 10 14:16:40 2010
@@ -122,7 +122,7 @@ document.write("Last Published: " + docu
 <a href="http://www.apache.org/foundation/thanks.html">Sponsors of Apache</a>
 </div>
 </div>
-<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documenation</div>
+<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
 <div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
 <a href="developer-resources.html">Developer Resources</a>