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 2012/06/02 23:25:39 UTC

svn commit: r1345585 [33/33] - in /incubator/lcf/site/publish: ./ en_US/ ja_JP/ release/trunk/ release/trunk/api/activedirectory/ release/trunk/api/activedirectory/org/apache/manifoldcf/authorities/authorities/activedirectory/ release/trunk/api/alfresc...

Modified: incubator/lcf/site/publish/release/trunk/api/wiki/org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.WikiListPagesQueryContext.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/wiki/org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.WikiListPagesQueryContext.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/wiki/org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.WikiListPagesQueryContext.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/wiki/org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.WikiListPagesQueryContext.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:23 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:58:07 EDT 2012 -->
 <TITLE>
 WikiConnector.WikiListPagesQueryContext
 </TITLE>

Modified: incubator/lcf/site/publish/release/trunk/api/wiki/org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/wiki/org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/wiki/org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/wiki/org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:22 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:58:06 EDT 2012 -->
 <TITLE>
 WikiConnector
 </TITLE>
@@ -675,7 +675,7 @@ This is the repository connector for a w
 <TD><CODE><B><A HREF="../../../../../../org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.html#getNamespaces(java.util.Map)">getNamespaces</A></B>(java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;namespaces)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtain the set of namespaces, as a map keyed by the canonical namespace name
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtain the set of namespaces, as a map keyed by the canonical namespace name
  where the value is the descriptive name.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -706,7 +706,7 @@ This is the repository connector for a w
              long&nbsp;endTime)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a series of listPages() operations, so that we fully obtain the documents we're looking for even though
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a series of listPages() operations, so that we fully obtain the documents we're looking for even though
  we're limited to 500 of them per request.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -761,16 +761,16 @@ This is the repository connector for a w
 <TD><CODE><B><A HREF="../../../../../../org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.html#parseCheckResponse(java.io.InputStream)">parseCheckResponse</A></B>(java.io.InputStream&nbsp;is)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parse check response, e.g.:
- <api xmlns="http://www.mediawiki.org/xml/api/">
-   <query>
-     <allpages>
-       <p pageid="19839654" ns="0" title="Kre&#039;fey" />
-     </allpages>
-   </query>
-   <query-continue>
-     <allpages apfrom="Krea" />
-   </query-continue>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parse check response, e.g.:
+ <api xmlns="http://www.mediawiki.org/xml/api/">
+   <query>
+     <allpages>
+       <p pageid="19839654" ns="0" title="Kre&#039;fey" />
+     </allpages>
+   </query>
+   <query-continue>
+     <allpages apfrom="Krea" />
+   </query-continue>
  </api></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -780,13 +780,13 @@ This is the repository connector for a w
                         java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;urls)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method parses a response like the following:
- <api>
-   <query>
-     <pages>
-       <page pageid="27697087" ns="0" title="API" fullurl="..."/>
-     </pages>
-   </query>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method parses a response like the following:
+ <api>
+   <query>
+     <pages>
+       <page pageid="27697087" ns="0" title="API" fullurl="..."/>
+     </pages>
+   </query>
  </api></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -796,17 +796,17 @@ This is the repository connector for a w
                           java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;versions)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method parses a response like the following:
- <api>
-   <query>
-     <pages>
-       <page pageid="27697087" ns="0" title="API">
-         <revisions>
-           <rev user="Graham87" timestamp="2010-06-13T08:41:17Z" />
-         </revisions>
-       </page>
-     </pages>
-   </query>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method parses a response like the following:
+ <api>
+   <query>
+     <pages>
+       <page pageid="27697087" ns="0" title="API">
+         <revisions>
+           <rev user="Graham87" timestamp="2010-06-13T08:41:17Z" />
+         </revisions>
+       </page>
+     </pages>
+   </query>
  </api></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -817,20 +817,20 @@ This is the repository connector for a w
                        java.lang.String&nbsp;startPageTitle)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parse list output, e.g.:
- <api xmlns="http://www.mediawiki.org/xml/api/">
-   <query>
-     <allpages>
-       <p pageid="19839654" ns="0" title="Kre&#039;fey" />
-       <p pageid="30955295" ns="0" title="Kre-O" />
-       <p pageid="14773725" ns="0" title="Kre8tiveworkz" />
-       <p pageid="19219017" ns="0" title="Kre M&#039;Baye" />
-       <p pageid="19319577" ns="0" title="Kre Mbaye" />
-     </allpages>
-   </query>
-   <query-continue>
-     <allpages apfrom="Krea" />
-   </query-continue>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parse list output, e.g.:
+ <api xmlns="http://www.mediawiki.org/xml/api/">
+   <query>
+     <allpages>
+       <p pageid="19839654" ns="0" title="Kre&#039;fey" />
+       <p pageid="30955295" ns="0" title="Kre-O" />
+       <p pageid="14773725" ns="0" title="Kre8tiveworkz" />
+       <p pageid="19219017" ns="0" title="Kre M&#039;Baye" />
+       <p pageid="19319577" ns="0" title="Kre Mbaye" />
+     </allpages>
+   </query>
+   <query-continue>
+     <allpages apfrom="Krea" />
+   </query-continue>
  </api></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -847,7 +847,7 @@ This is the repository connector for a w
 <TD><CODE><B><A HREF="../../../../../../org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.html#poll()">poll</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method is periodically called for all connectors that are connected but not
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method is periodically called for all connectors that are connected but not
  in active use.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -1108,7 +1108,7 @@ public void <B>connect</B>(org.apache.ma
 <DT><B>Specified by:</B><DD><CODE>connect</CODE> in interface <CODE>org.apache.manifoldcf.core.interfaces.IConnector</CODE><DT><B>Overrides:</B><DD><CODE>connect</CODE> in class <CODE>org.apache.manifoldcf.core.connector.BaseConnector</CODE></DL>
 </DD>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>configParameters</CODE> - is the set of configuration parameters, which
+<DT><B>Parameters:</B><DD><CODE>configParameters</CODE> - is the set of configuration parameters, which
  in this case describe the target appliance, basic auth configuration, etc.</DL>
 </DD>
 </DL>
@@ -1155,7 +1155,7 @@ poll</H3>
 public void <B>poll</B>()
           throws org.apache.manifoldcf.core.interfaces.ManifoldCFException</PRE>
 <DL>
-<DD>This method is periodically called for all connectors that are connected but not
+<DD>This method is periodically called for all connectors that are connected but not
  in active use.
 <P>
 <DD><DL>
@@ -1215,25 +1215,25 @@ public void <B>addSeedDocuments</B>(org.
                       throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                              org.apache.manifoldcf.agents.interfaces.ServiceInterruption</PRE>
 <DL>
-<DD>Queue "seed" documents.  Seed documents are the starting places for crawling activity.  Documents
- are seeded when this method calls appropriate methods in the passed in ISeedingActivity object.
-
- This method can choose to find repository changes that happen only during the specified time interval.
- The seeds recorded by this method will be viewed by the framework based on what the
- getConnectorModel() method returns.
-
- It is not a big problem if the connector chooses to create more seeds than are
- strictly necessary; it is merely a question of overall work required.
-
- The times passed to this method may be interpreted for greatest efficiency.  The time ranges
- any given job uses with this connector will not overlap, but will proceed starting at 0 and going
- to the "current time", each time the job is run.  For continuous crawling jobs, this method will
- be called once, when the job starts, and at various periodic intervals as the job executes.
-
- When a job's specification is changed, the framework automatically resets the seeding start time to 0.  The
- seeding start time may also be set to 0 on each job run, depending on the connector model returned by
- getConnectorModel().
-
+<DD>Queue "seed" documents.  Seed documents are the starting places for crawling activity.  Documents
+ are seeded when this method calls appropriate methods in the passed in ISeedingActivity object.
+
+ This method can choose to find repository changes that happen only during the specified time interval.
+ The seeds recorded by this method will be viewed by the framework based on what the
+ getConnectorModel() method returns.
+
+ It is not a big problem if the connector chooses to create more seeds than are
+ strictly necessary; it is merely a question of overall work required.
+
+ The times passed to this method may be interpreted for greatest efficiency.  The time ranges
+ any given job uses with this connector will not overlap, but will proceed starting at 0 and going
+ to the "current time", each time the job is run.  For continuous crawling jobs, this method will
+ be called once, when the job starts, and at various periodic intervals as the job executes.
+
+ When a job's specification is changed, the framework automatically resets the seeding start time to 0.  The
+ seeding start time may also be set to 0 on each job run, depending on the connector model returned by
+ getConnectorModel().
+
  Note that it is always ok to send MORE documents rather than less to this method.
 <P>
 <DD><DL>
@@ -1260,21 +1260,21 @@ public java.lang.String[] <B>getDocument
                                        throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                               org.apache.manifoldcf.agents.interfaces.ServiceInterruption</PRE>
 <DL>
-<DD>Get document versions given an array of document identifiers.
- This method is called for EVERY document that is considered. It is
+<DD>Get document versions given an array of document identifiers.
+ This method is called for EVERY document that is considered. It is
  therefore important to perform as little work as possible here.
 <P>
 <DD><DL>
 <DT><B>Specified by:</B><DD><CODE>getDocumentVersions</CODE> in interface <CODE>org.apache.manifoldcf.crawler.interfaces.IRepositoryConnector</CODE><DT><B>Overrides:</B><DD><CODE>getDocumentVersions</CODE> in class <CODE>org.apache.manifoldcf.crawler.connectors.BaseRepositoryConnector</CODE></DL>
 </DD>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>documentIdentifiers</CODE> - is the array of local document identifiers, as understood by this connector.<DD><CODE>oldVersions</CODE> - is the corresponding array of version strings that have been saved for the document identifiers.
-   A null value indicates that this is a first-time fetch, while an empty string indicates that the previous document
-   had an empty version string.<DD><CODE>activities</CODE> - is the interface this method should use to perform whatever framework actions are desired.<DD><CODE>spec</CODE> - is the current document specification for the current job.  If there is a dependency on this
- specification, then the version string should include the pertinent data, so that reingestion will occur
+<DT><B>Parameters:</B><DD><CODE>documentIdentifiers</CODE> - is the array of local document identifiers, as understood by this connector.<DD><CODE>oldVersions</CODE> - is the corresponding array of version strings that have been saved for the document identifiers.
+   A null value indicates that this is a first-time fetch, while an empty string indicates that the previous document
+   had an empty version string.<DD><CODE>activities</CODE> - is the interface this method should use to perform whatever framework actions are desired.<DD><CODE>spec</CODE> - is the current document specification for the current job.  If there is a dependency on this
+ specification, then the version string should include the pertinent data, so that reingestion will occur
  when the specification changes.  This is primarily useful for metadata.<DD><CODE>jobMode</CODE> - is an integer describing how the job is being run, whether continuous or once-only.<DD><CODE>usesDefaultAuthority</CODE> - will be true only if the authority in use for these documents is the default one.
-<DT><B>Returns:</B><DD>the corresponding version strings, with null in the places where the document no longer exists.
- Empty version strings indicate that there is no versioning ability for the corresponding document, and the document
+<DT><B>Returns:</B><DD>the corresponding version strings, with null in the places where the document no longer exists.
+ Empty version strings indicate that there is no versioning ability for the corresponding document, and the document
  will always be processed.
 <DT><B>Throws:</B>
 <DD><CODE>org.apache.manifoldcf.core.interfaces.ManifoldCFException</CODE>
@@ -1295,18 +1295,18 @@ public void <B>processDocuments</B>(java
                       throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                              org.apache.manifoldcf.agents.interfaces.ServiceInterruption</PRE>
 <DL>
-<DD>Process a set of documents.
- This is the method that should cause each document to be fetched, processed, and the results either added
- to the queue of documents for the current job, and/or entered into the incremental ingestion manager.
+<DD>Process a set of documents.
+ This is the method that should cause each document to be fetched, processed, and the results either added
+ to the queue of documents for the current job, and/or entered into the incremental ingestion manager.
  The document specification allows this class to filter what is done based on the job.
 <P>
 <DD><DL>
 <DT><B>Specified by:</B><DD><CODE>processDocuments</CODE> in interface <CODE>org.apache.manifoldcf.crawler.interfaces.IRepositoryConnector</CODE><DT><B>Overrides:</B><DD><CODE>processDocuments</CODE> in class <CODE>org.apache.manifoldcf.crawler.connectors.BaseRepositoryConnector</CODE></DL>
 </DD>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>documentIdentifiers</CODE> - is the set of document identifiers to process.<DD><CODE>versions</CODE> - is the corresponding document versions to process, as returned by getDocumentVersions() above.
-       The implementation may choose to ignore this parameter and always process the current version.<DD><CODE>activities</CODE> - is the interface this method should use to queue up new document references
- and ingest documents.<DD><CODE>spec</CODE> - is the document specification.<DD><CODE>scanOnly</CODE> - is an array corresponding to the document identifiers.  It is set to true to indicate when the processing
+<DT><B>Parameters:</B><DD><CODE>documentIdentifiers</CODE> - is the set of document identifiers to process.<DD><CODE>versions</CODE> - is the corresponding document versions to process, as returned by getDocumentVersions() above.
+       The implementation may choose to ignore this parameter and always process the current version.<DD><CODE>activities</CODE> - is the interface this method should use to queue up new document references
+ and ingest documents.<DD><CODE>spec</CODE> - is the document specification.<DD><CODE>scanOnly</CODE> - is an array corresponding to the document identifiers.  It is set to true to indicate when the processing
  should only find other references, and should not actually call the ingestion methods.<DD><CODE>jobMode</CODE> - is an integer describing how the job is being run, whether continuous or once-only.
 <DT><B>Throws:</B>
 <DD><CODE>org.apache.manifoldcf.core.interfaces.ManifoldCFException</CODE>
@@ -1326,8 +1326,8 @@ public void <B>outputConfigurationHeader
                                throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                       java.io.IOException</PRE>
 <DL>
-<DD>Output the configuration header section.
- This method is called in the head section of the connector's configuration page.  Its purpose is to add the required tabs to the list, and to output any
+<DD>Output the configuration header section.
+ This method is called in the head section of the connector's configuration page.  Its purpose is to add the required tabs to the list, and to output any
  javascript methods that might be needed by the configuration editing HTML.
 <P>
 <DD><DL>
@@ -1353,9 +1353,9 @@ public void <B>outputConfigurationBody</
                              throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                     java.io.IOException</PRE>
 <DL>
-<DD>Output the configuration body section.
- This method is called in the body section of the connector's configuration page.  Its purpose is to present the required form elements for editing.
- The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
+<DD>Output the configuration body section.
+ This method is called in the body section of the connector's configuration page.  Its purpose is to present the required form elements for editing.
+ The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
  form is "editconnection".
 <P>
 <DD><DL>
@@ -1379,9 +1379,9 @@ public java.lang.String <B>processConfig
                                                  org.apache.manifoldcf.core.interfaces.ConfigParams&nbsp;parameters)
                                           throws org.apache.manifoldcf.core.interfaces.ManifoldCFException</PRE>
 <DL>
-<DD>Process a configuration post.
- This method is called at the start of the connector's configuration page, whenever there is a possibility that form data for a connection has been
- posted.  Its purpose is to gather form information and modify the configuration parameters accordingly.
+<DD>Process a configuration post.
+ This method is called at the start of the connector's configuration page, whenever there is a possibility that form data for a connection has been
+ posted.  Its purpose is to gather form information and modify the configuration parameters accordingly.
  The name of the posted form is "editconnection".
 <P>
 <DD><DL>
@@ -1406,8 +1406,8 @@ public void <B>viewConfiguration</B>(org
                        throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                               java.io.IOException</PRE>
 <DL>
-<DD>View configuration.
- This method is called in the body section of the connector's view configuration page.  Its purpose is to present the connection information to the user.
+<DD>View configuration.
+ This method is called in the body section of the connector's view configuration page.  Its purpose is to present the connection information to the user.
  The coder can presume that the HTML that is output from this configuration will be within appropriate <html> and <body> tags.
 <P>
 <DD><DL>
@@ -1432,8 +1432,8 @@ public void <B>outputSpecificationHeader
                                throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                       java.io.IOException</PRE>
 <DL>
-<DD>Output the specification header section.
- This method is called in the head section of a job page which has selected a repository connection of the current type.  Its purpose is to add the required tabs
+<DD>Output the specification header section.
+ This method is called in the head section of a job page which has selected a repository connection of the current type.  Its purpose is to add the required tabs
  to the list, and to output any javascript methods that might be needed by the job editing HTML.
 <P>
 <DD><DL>
@@ -1458,9 +1458,9 @@ public void <B>outputSpecificationBody</
                              throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                     java.io.IOException</PRE>
 <DL>
-<DD>Output the specification body section.
- This method is called in the body section of a job page which has selected a repository connection of the current type.  Its purpose is to present the required form elements for editing.
- The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
+<DD>Output the specification body section.
+ This method is called in the body section of a job page which has selected a repository connection of the current type.  Its purpose is to present the required form elements for editing.
+ The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
  form is "editjob".
 <P>
 <DD><DL>
@@ -1483,9 +1483,9 @@ public java.lang.String <B>processSpecif
                                                  org.apache.manifoldcf.crawler.interfaces.DocumentSpecification&nbsp;ds)
                                           throws org.apache.manifoldcf.core.interfaces.ManifoldCFException</PRE>
 <DL>
-<DD>Process a specification post.
- This method is called at the start of job's edit or view page, whenever there is a possibility that form data for a connection has been
- posted.  Its purpose is to gather form information and modify the document specification accordingly.
+<DD>Process a specification post.
+ This method is called at the start of job's edit or view page, whenever there is a possibility that form data for a connection has been
+ posted.  Its purpose is to gather form information and modify the document specification accordingly.
  The name of the posted form is "editjob".
 <P>
 <DD><DL>
@@ -1509,8 +1509,8 @@ public void <B>viewSpecification</B>(org
                        throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                               java.io.IOException</PRE>
 <DL>
-<DD>View specification.
- This method is called in the body section of a job's view page.  Its purpose is to present the document specification information to the user.
+<DD>View specification.
+ This method is called in the body section of a job's view page.  Its purpose is to present the document specification information to the user.
  The coder can presume that the HTML that is output from this configuration will be within appropriate <html> and <body> tags.
 <P>
 <DD><DL>
@@ -1597,16 +1597,16 @@ protected static void <B>parseCheckRespo
                                   throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                          org.apache.manifoldcf.agents.interfaces.ServiceInterruption</PRE>
 <DL>
-<DD>Parse check response, e.g.:
- <api xmlns="http://www.mediawiki.org/xml/api/">
-   <query>
-     <allpages>
-       <p pageid="19839654" ns="0" title="Kre&#039;fey" />
-     </allpages>
-   </query>
-   <query-continue>
-     <allpages apfrom="Krea" />
-   </query-continue>
+<DD>Parse check response, e.g.:
+ <api xmlns="http://www.mediawiki.org/xml/api/">
+   <query>
+     <allpages>
+       <p pageid="19839654" ns="0" title="Kre&#039;fey" />
+     </allpages>
+   </query>
+   <query-continue>
+     <allpages apfrom="Krea" />
+   </query-continue>
  </api>
 <P>
 <DD><DL>
@@ -1629,7 +1629,7 @@ protected void <B>listAllPages</B>(org.a
                      throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                             org.apache.manifoldcf.agents.interfaces.ServiceInterruption</PRE>
 <DL>
-<DD>Perform a series of listPages() operations, so that we fully obtain the documents we're looking for even though
+<DD>Perform a series of listPages() operations, so that we fully obtain the documents we're looking for even though
  we're limited to 500 of them per request.
 <P>
 <DD><DL>
@@ -1689,20 +1689,20 @@ protected static java.lang.String <B>par
                                                   throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                                          org.apache.manifoldcf.agents.interfaces.ServiceInterruption</PRE>
 <DL>
-<DD>Parse list output, e.g.:
- <api xmlns="http://www.mediawiki.org/xml/api/">
-   <query>
-     <allpages>
-       <p pageid="19839654" ns="0" title="Kre&#039;fey" />
-       <p pageid="30955295" ns="0" title="Kre-O" />
-       <p pageid="14773725" ns="0" title="Kre8tiveworkz" />
-       <p pageid="19219017" ns="0" title="Kre M&#039;Baye" />
-       <p pageid="19319577" ns="0" title="Kre Mbaye" />
-     </allpages>
-   </query>
-   <query-continue>
-     <allpages apfrom="Krea" />
-   </query-continue>
+<DD>Parse list output, e.g.:
+ <api xmlns="http://www.mediawiki.org/xml/api/">
+   <query>
+     <allpages>
+       <p pageid="19839654" ns="0" title="Kre&#039;fey" />
+       <p pageid="30955295" ns="0" title="Kre-O" />
+       <p pageid="14773725" ns="0" title="Kre8tiveworkz" />
+       <p pageid="19219017" ns="0" title="Kre M&#039;Baye" />
+       <p pageid="19319577" ns="0" title="Kre Mbaye" />
+     </allpages>
+   </query>
+   <query-continue>
+     <allpages apfrom="Krea" />
+   </query-continue>
  </api>
 <P>
 <DD><DL>
@@ -1755,13 +1755,13 @@ protected static void <B>parseGetDocURLs
                                        throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                               org.apache.manifoldcf.agents.interfaces.ServiceInterruption</PRE>
 <DL>
-<DD>This method parses a response like the following:
- <api>
-   <query>
-     <pages>
-       <page pageid="27697087" ns="0" title="API" fullurl="..."/>
-     </pages>
-   </query>
+<DD>This method parses a response like the following:
+ <api>
+   <query>
+     <pages>
+       <page pageid="27697087" ns="0" title="API" fullurl="..."/>
+     </pages>
+   </query>
  </api>
 <P>
 <DD><DL>
@@ -1817,17 +1817,17 @@ protected static void <B>parseGetTimesta
                                          throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                                 org.apache.manifoldcf.agents.interfaces.ServiceInterruption</PRE>
 <DL>
-<DD>This method parses a response like the following:
- <api>
-   <query>
-     <pages>
-       <page pageid="27697087" ns="0" title="API">
-         <revisions>
-           <rev user="Graham87" timestamp="2010-06-13T08:41:17Z" />
-         </revisions>
-       </page>
-     </pages>
-   </query>
+<DD>This method parses a response like the following:
+ <api>
+   <query>
+     <pages>
+       <page pageid="27697087" ns="0" title="API">
+         <revisions>
+           <rev user="Graham87" timestamp="2010-06-13T08:41:17Z" />
+         </revisions>
+       </page>
+     </pages>
+   </query>
  </api>
 <P>
 <DD><DL>
@@ -1846,7 +1846,7 @@ protected void <B>getNamespaces</B>(java
                       throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                              org.apache.manifoldcf.agents.interfaces.ServiceInterruption</PRE>
 <DL>
-<DD>Obtain the set of namespaces, as a map keyed by the canonical namespace name
+<DD>Obtain the set of namespaces, as a map keyed by the canonical namespace name
  where the value is the descriptive name.
 <P>
 <DD><DL>
@@ -1901,7 +1901,7 @@ getGetDocInfoURL</H3>
 protected java.lang.String <B>getGetDocInfoURL</B>(java.lang.String&nbsp;documentIdentifier)
                                      throws org.apache.manifoldcf.core.interfaces.ManifoldCFException</PRE>
 <DL>
-<DD>Create a URL to obtain a page's metadata and content, given the page ID.
+<DD>Create a URL to obtain a page's metadata and content, given the page ID.
  QUESTION: Can we do multiple document identifiers at a time??
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/wiki/org/apache/manifoldcf/crawler/connectors/wiki/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/wiki/org/apache/manifoldcf/crawler/connectors/wiki/package-frame.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/wiki/org/apache/manifoldcf/crawler/connectors/wiki/package-frame.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/wiki/org/apache/manifoldcf/crawler/connectors/wiki/package-frame.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:23 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:58:07 EDT 2012 -->
 <TITLE>
 org.apache.manifoldcf.crawler.connectors.wiki
 </TITLE>

Modified: incubator/lcf/site/publish/release/trunk/api/wiki/org/apache/manifoldcf/crawler/connectors/wiki/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/wiki/org/apache/manifoldcf/crawler/connectors/wiki/package-summary.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/wiki/org/apache/manifoldcf/crawler/connectors/wiki/package-summary.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/wiki/org/apache/manifoldcf/crawler/connectors/wiki/package-summary.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:23 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:58:07 EDT 2012 -->
 <TITLE>
 org.apache.manifoldcf.crawler.connectors.wiki
 </TITLE>

Modified: incubator/lcf/site/publish/release/trunk/api/wiki/org/apache/manifoldcf/crawler/connectors/wiki/package-tree.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/wiki/org/apache/manifoldcf/crawler/connectors/wiki/package-tree.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/wiki/org/apache/manifoldcf/crawler/connectors/wiki/package-tree.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/wiki/org/apache/manifoldcf/crawler/connectors/wiki/package-tree.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:23 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:58:07 EDT 2012 -->
 <TITLE>
 org.apache.manifoldcf.crawler.connectors.wiki Class Hierarchy
 </TITLE>

Modified: incubator/lcf/site/publish/release/trunk/api/wiki/overview-tree.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/wiki/overview-tree.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/wiki/overview-tree.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/wiki/overview-tree.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:23 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:58:07 EDT 2012 -->
 <TITLE>
 Class Hierarchy
 </TITLE>

Modified: incubator/lcf/site/publish/release/trunk/en_US/concepts.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/en_US/concepts.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/en_US/concepts.html (original)
+++ incubator/lcf/site/publish/release/trunk/en_US/concepts.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/en_US/end-user-documentation.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/en_US/end-user-documentation.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/en_US/end-user-documentation.html (original)
+++ incubator/lcf/site/publish/release/trunk/en_US/end-user-documentation.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/en_US/end-user-documentation.pdf
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/en_US/end-user-documentation.pdf?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/lcf/site/publish/release/trunk/en_US/faq.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/en_US/faq.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/en_US/faq.html (original)
+++ incubator/lcf/site/publish/release/trunk/en_US/faq.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/en_US/how-to-build-and-deploy.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/en_US/how-to-build-and-deploy.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/en_US/how-to-build-and-deploy.html (original)
+++ incubator/lcf/site/publish/release/trunk/en_US/how-to-build-and-deploy.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/en_US/included-connectors.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/en_US/included-connectors.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/en_US/included-connectors.html (original)
+++ incubator/lcf/site/publish/release/trunk/en_US/included-connectors.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/en_US/index.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/en_US/index.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/en_US/index.html (original)
+++ incubator/lcf/site/publish/release/trunk/en_US/index.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/en_US/javadoc.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/en_US/javadoc.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/en_US/javadoc.html (original)
+++ incubator/lcf/site/publish/release/trunk/en_US/javadoc.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/en_US/performance-tuning.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/en_US/performance-tuning.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/en_US/performance-tuning.html (original)
+++ incubator/lcf/site/publish/release/trunk/en_US/performance-tuning.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/en_US/programmatic-operation.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/en_US/programmatic-operation.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/en_US/programmatic-operation.html (original)
+++ incubator/lcf/site/publish/release/trunk/en_US/programmatic-operation.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/en_US/script.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/en_US/script.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/en_US/script.html (original)
+++ incubator/lcf/site/publish/release/trunk/en_US/script.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/en_US/technical-resources.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/en_US/technical-resources.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/en_US/technical-resources.html (original)
+++ incubator/lcf/site/publish/release/trunk/en_US/technical-resources.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/en_US/writing-authority-connectors.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/en_US/writing-authority-connectors.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/en_US/writing-authority-connectors.html (original)
+++ incubator/lcf/site/publish/release/trunk/en_US/writing-authority-connectors.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/en_US/writing-output-connectors.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/en_US/writing-output-connectors.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/en_US/writing-output-connectors.html (original)
+++ incubator/lcf/site/publish/release/trunk/en_US/writing-output-connectors.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/en_US/writing-repository-connectors.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/en_US/writing-repository-connectors.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/en_US/writing-repository-connectors.html (original)
+++ incubator/lcf/site/publish/release/trunk/en_US/writing-repository-connectors.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/index.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/index.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/index.html (original)
+++ incubator/lcf/site/publish/release/trunk/index.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/ja_JP/concepts.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/ja_JP/concepts.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/ja_JP/concepts.html (original)
+++ incubator/lcf/site/publish/release/trunk/ja_JP/concepts.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/ja_JP/end-user-documentation.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/ja_JP/end-user-documentation.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/ja_JP/end-user-documentation.html (original)
+++ incubator/lcf/site/publish/release/trunk/ja_JP/end-user-documentation.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/ja_JP/end-user-documentation.pdf
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/ja_JP/end-user-documentation.pdf?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/lcf/site/publish/release/trunk/ja_JP/faq.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/ja_JP/faq.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/ja_JP/faq.html (original)
+++ incubator/lcf/site/publish/release/trunk/ja_JP/faq.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/ja_JP/included-connectors.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/ja_JP/included-connectors.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/ja_JP/included-connectors.html (original)
+++ incubator/lcf/site/publish/release/trunk/ja_JP/included-connectors.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/ja_JP/index.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/ja_JP/index.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/ja_JP/index.html (original)
+++ incubator/lcf/site/publish/release/trunk/ja_JP/index.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/ja_JP/javadoc.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/ja_JP/javadoc.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/ja_JP/javadoc.html (original)
+++ incubator/lcf/site/publish/release/trunk/ja_JP/javadoc.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/ja_JP/technical-resources.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/ja_JP/technical-resources.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/ja_JP/technical-resources.html (original)
+++ incubator/lcf/site/publish/release/trunk/ja_JP/technical-resources.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/ja_JP/writing-authority-connectors.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/ja_JP/writing-authority-connectors.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/ja_JP/writing-authority-connectors.html (original)
+++ incubator/lcf/site/publish/release/trunk/ja_JP/writing-authority-connectors.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/ja_JP/writing-output-connectors.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/ja_JP/writing-output-connectors.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/ja_JP/writing-output-connectors.html (original)
+++ incubator/lcf/site/publish/release/trunk/ja_JP/writing-output-connectors.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/ja_JP/writing-repository-connectors.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/ja_JP/writing-repository-connectors.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/ja_JP/writing-repository-connectors.html (original)
+++ incubator/lcf/site/publish/release/trunk/ja_JP/writing-repository-connectors.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header

Modified: incubator/lcf/site/publish/release/trunk/linkmap.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/linkmap.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/linkmap.html (original)
+++ incubator/lcf/site/publish/release/trunk/linkmap.html Sat Jun  2 21:24:51 2012
@@ -20,7 +20,7 @@
     |breadtrail
     +-->
 <div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://www.apache.org/incubator/connectors/">ManifoldCF</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://incubator.apache.org/connectors/">ManifoldCF</a> &gt; <a href="">Release Documentation</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
 </div>
 <!--+
     |header