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:48:42 UTC

svn commit: r921375 - in /incubator/lcf/site: publish/developer-resources.html publish/developer-resources.pdf src/documentation/content/xdocs/developer-resources.xml

Author: kwright
Date: Wed Mar 10 14:48:42 2010
New Revision: 921375

URL: http://svn.apache.org/viewvc?rev=921375&view=rev
Log:
Augment developer resources to include what documentation we have.

Modified:
    incubator/lcf/site/publish/developer-resources.html
    incubator/lcf/site/publish/developer-resources.pdf
    incubator/lcf/site/src/documentation/content/xdocs/developer-resources.xml

Modified: incubator/lcf/site/publish/developer-resources.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/developer-resources.html?rev=921375&r1=921374&r2=921375&view=diff
==============================================================================
--- incubator/lcf/site/publish/developer-resources.html (original)
+++ incubator/lcf/site/publish/developer-resources.html Wed Mar 10 14:48:42 2010
@@ -187,6 +187,15 @@ document.write("Last Published: " + docu
 <a href="#source">Source Code</a>
 </li>
 <li>
+<a href="#understandingLCF">Familiarize Yourself with the Concepts and Terminology</a>
+</li>
+<li>
+<a href="#howtobuilddeploy">How to Build and Deploy</a>
+</li>
+<li>
+<a href="#howtowriteconnectors">How to Write Connectors</a>
+</li>
+<li>
 <a href="#Changes">Changes List</a>
 </li>
 <li>
@@ -195,30 +204,74 @@ document.write("Last Published: " + docu
 </ul>
 </div>
 
+    
 <a name="N1000D"></a><a name="source"></a>
 <h2 class="h3">Source Code</h2>
 <div class="section">
 <p>The source files are now stored using Subversion (see http://subversion.tigris.org/ and http://svnbook.red-bean.com/)
-   </p>
+	</p>
 <p>
-     
+	    
 <span class="codefrag">svn checkout http://svn.apache.org/repos/asf/incubator/lcf/trunk lcf-trunk</span>
-   
+	
 </p>
 </div>
 
-<a name="N1001D"></a><a name="Changes"></a>
+    
+<a name="N1001D"></a><a name="understandingLCF"></a>
+<h2 class="h3">Familiarize Yourself with the Concepts and Terminology</h2>
+<div class="section">
+<p>Like any software project, LCF has its own underlying concepts and terminology.  Read about that <a href="http://cwiki.apache.org/confluence/display/CONNECTORS/Lucene+Connector+Framework+concepts">here</a>.
+	</p>
+</div>
+    
+    
+<a name="N1002B"></a><a name="howtobuilddeploy"></a>
+<h2 class="h3">How to Build and Deploy</h2>
+<div class="section">
+<p>Building LCF requires ant 1.7 or greater.  Instructions for building and deploying can be found <a href="http://cwiki.apache.org/confluence/display/CONNECTORS/How+to+Build+and+Deploy+Lucene+Connector+Framework">here</a>.
+	</p>
+</div>
+
+    
+<a name="N10039"></a><a name="howtowriteconnectors"></a>
+<h2 class="h3">How to Write Connectors</h2>
+<div class="section">
+<p>Writing connectors for LCF is a great way to learn about the project and contribute something useful!  Read about how to do that by navigating to the links provided below.
+	</p>
+<ul>
+	    
+<li>
+<a href="http://cwiki.apache.org/confluence/display/CONNECTORS/How+to+Write+an+Output+Connector">How to write an output connector</a>
+</li>
+	    
+<li>
+<a href="http://cwiki.apache.org/confluence/display/CONNECTORS/How+to+Write+an+Authority+Connector">How to write an authority connector</a>
+</li>
+	    
+<li>
+<a href="http://cwiki.apache.org/confluence/display/CONNECTORS/How+to+Write+a+Repository+Connector">How to write a repository connector</a>
+</li>
+	
+</ul>
+</div>
+
+    
+<a name="N10055"></a><a name="Changes"></a>
 <h2 class="h3">Changes List</h2>
 <div class="section">
 <p>Current changes list (as of the most recent nightly build) is available 
-        <a href="http://svn.apache.org/repos/asf/incubator/lcf/trunk/CHANGES.txt">
-        here</a>.</p>
+	    <a href="http://svn.apache.org/repos/asf/incubator/lcf/trunk/CHANGES.txt">here</a>.
+	</p>
 </div>
-
-<a name="N1002A"></a><a name="Making a Contribution"></a>
+    
+    
+<a name="N10063"></a><a name="Making a Contribution"></a>
 <h2 class="h3">Making a Contribution</h2>
 <div class="section">
 <p>LCF is always looking for contributions, especially in the areas of documentation.  See the <a href="http://cwiki.apache.org/confluence/display/CONNECTORS/HowToContribute">Wiki</a> for details on contributing. </p>
+<p>We're also looking for logo ideas.  Here are the <a href="http://cwiki.apache.org/confluence/display/CONNECTORS/Logo+Criteria">guidelines</a>.
+	</p>
 </div>
 
 

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

Modified: incubator/lcf/site/src/documentation/content/xdocs/developer-resources.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/site/src/documentation/content/xdocs/developer-resources.xml?rev=921375&r1=921374&r2=921375&view=diff
==============================================================================
--- incubator/lcf/site/src/documentation/content/xdocs/developer-resources.xml (original)
+++ incubator/lcf/site/src/documentation/content/xdocs/developer-resources.xml Wed Mar 10 14:48:42 2010
@@ -4,23 +4,52 @@
 <properties>
 </properties>
 <body>
-<section id="source">
-   <title>Source Code</title>
-   <p>The source files are now stored using Subversion (see http://subversion.tigris.org/ and http://svnbook.red-bean.com/)
-   </p>
-   <p>
-     <code>svn checkout http://svn.apache.org/repos/asf/incubator/lcf/trunk lcf-trunk</code>
-   </p>
-</section>
-<section id="Changes"><title>Changes List</title>
-      <p>Current changes list (as of the most recent nightly build) is available 
-        <a href="http://svn.apache.org/repos/asf/incubator/lcf/trunk/CHANGES.txt">
-        here</a>.</p>
-</section>
-<section id="Making a Contribution"><title>Making a Contribution</title>
-    <p>LCF is always looking for contributions, especially in the areas of documentation.  See the <a
-    href="http://cwiki.apache.org/confluence/display/CONNECTORS/HowToContribute">Wiki</a> for details on contributing. </p>
-</section>
+
+    <section id="source">
+	<title>Source Code</title>
+	<p>The source files are now stored using Subversion (see http://subversion.tigris.org/ and http://svnbook.red-bean.com/)
+	</p>
+	<p>
+	    <code>svn checkout http://svn.apache.org/repos/asf/incubator/lcf/trunk lcf-trunk</code>
+	</p>
+    </section>
+
+    <section id="understandingLCF">
+	<title>Familiarize Yourself with the Concepts and Terminology</title>
+	<p>Like any software project, LCF has its own underlying concepts and terminology.  Read about that <a href="http://cwiki.apache.org/confluence/display/CONNECTORS/Lucene+Connector+Framework+concepts">here</a>.
+	</p>
+    </section>
+    
+    <section id="howtobuilddeploy">
+	<title>How to Build and Deploy</title>
+	<p>Building LCF requires ant 1.7 or greater.  Instructions for building and deploying can be found <a href="http://cwiki.apache.org/confluence/display/CONNECTORS/How+to+Build+and+Deploy+Lucene+Connector+Framework">here</a>.
+	</p>
+    </section>
+
+    <section id="howtowriteconnectors">
+	<title>How to Write Connectors</title>
+	<p>Writing connectors for LCF is a great way to learn about the project and contribute something useful!  Read about how to do that by navigating to the links provided below.
+	</p> 
+	<ul>
+	    <li><a href="http://cwiki.apache.org/confluence/display/CONNECTORS/How+to+Write+an+Output+Connector">How to write an output connector</a></li>
+	    <li><a href="http://cwiki.apache.org/confluence/display/CONNECTORS/How+to+Write+an+Authority+Connector">How to write an authority connector</a></li>
+	    <li><a href="http://cwiki.apache.org/confluence/display/CONNECTORS/How+to+Write+a+Repository+Connector">How to write a repository connector</a></li>
+	</ul>
+    </section>
+
+    <section id="Changes">
+	<title>Changes List</title>
+	<p>Current changes list (as of the most recent nightly build) is available 
+	    <a href="http://svn.apache.org/repos/asf/incubator/lcf/trunk/CHANGES.txt">here</a>.
+	</p>
+    </section>
+    
+    <section id="Making a Contribution">
+	<title>Making a Contribution</title>
+	<p>LCF is always looking for contributions, especially in the areas of documentation.  See the <a href="http://cwiki.apache.org/confluence/display/CONNECTORS/HowToContribute">Wiki</a> for details on contributing. </p>
+	<p>We're also looking for logo ideas.  Here are the <a href="http://cwiki.apache.org/confluence/display/CONNECTORS/Logo+Criteria">guidelines</a>.
+	</p>
+    </section>
 
 </body>
 </document>