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/11/18 10:24:33 UTC

svn commit: r1036358 - in /incubator/lcf/trunk/site/src/documentation/content/xdocs: developer-resources.xml javadoc.xml

Author: kwright
Date: Thu Nov 18 09:24:33 2010
New Revision: 1036358

URL: http://svn.apache.org/viewvc?rev=1036358&view=rev
Log:
Add javadoc reference

Added:
    incubator/lcf/trunk/site/src/documentation/content/xdocs/javadoc.xml   (with props)
Modified:
    incubator/lcf/trunk/site/src/documentation/content/xdocs/developer-resources.xml

Modified: incubator/lcf/trunk/site/src/documentation/content/xdocs/developer-resources.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/site/src/documentation/content/xdocs/developer-resources.xml?rev=1036358&r1=1036357&r2=1036358&view=diff
==============================================================================
--- incubator/lcf/trunk/site/src/documentation/content/xdocs/developer-resources.xml (original)
+++ incubator/lcf/trunk/site/src/documentation/content/xdocs/developer-resources.xml Thu Nov 18 09:24:33 2010
@@ -63,6 +63,7 @@
 	<p>Writing connectors for ManifoldCF 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="javadoc.html">ManifoldCF Javadoc</a></li>
 	    <li><a href="writing-output-connectors.html">How to write an output connector</a></li>
 	    <li><a href="writing-authority-connectors.html">How to write an authority connector</a></li>
 	    <li><a href="writing-repository-connectors.html">How to write a repository connector</a></li>

Added: 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=1036358&view=auto
==============================================================================
--- incubator/lcf/trunk/site/src/documentation/content/xdocs/javadoc.xml (added)
+++ incubator/lcf/trunk/site/src/documentation/content/xdocs/javadoc.xml Thu Nov 18 09:24:33 2010
@@ -0,0 +1,35 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
+          "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document> 
+
+  <header> 
+    <title>ManifoldCF Javadoc</title> 
+  </header> 
+
+  <body> 
+    <section>
+      <title>ManifoldCF Javadoc</title>
+      <p></p>
+      <p>The javadoc for the last released version of ManifoldCF and its connectors can be found by following the links below.</p>
+      <p><a href="framework/index.html">ManifoldCF Framework</a></p>
+      <p><a href="activedirectory/index.html">Active Directory authority</a></p>
+      <p><a href="documentum/index.html">Documentum authority, connector, and support processes</a></p>
+      <p><a href="filenet/index.html">FileNet connector and support processes</a></p>
+      <p><a href="filesystem/index.html">File system connector</a></p>
+      <p><a href="gts/index.html">qBase GTS output connector</a></p>
+      <p><a href="jcifs/index.html">CIFS connector</a></p>
+      <p><a href="jdbc/index.html">JDBC connector</a></p>
+      <p><a href="livelink/index.html">LiveLink authority and connector</a></p>
+      <p><a href="meridio/index.html">Meridio authority and connector</a></p>
+      <p><a href="nullauthority/index.html">Null authority</a></p>
+      <p><a href="nulloutput/index.html">Null output connector</a></p>
+      <p><a href="rss/index.html">RSS connector</a></p>
+      <p><a href="sharepoint/index.html">SharePoint connector</a></p>
+      <p><a href="solr/index.html">Solr output connector</a></p>
+      <p><a href="webcrawler/index.html">Web connector</a></p>
+    </section>
+  </body>
+</document>

Propchange: incubator/lcf/trunk/site/src/documentation/content/xdocs/javadoc.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/trunk/site/src/documentation/content/xdocs/javadoc.xml
------------------------------------------------------------------------------
    svn:keywords = Id