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/05/12 20:38:35 UTC

svn commit: r943623 - in /incubator/lcf/site: publish/ publish/images/ src/documentation/content/xdocs/ src/documentation/resources/images/

Author: kwright
Date: Wed May 12 18:38:34 2010
New Revision: 943623

URL: http://svn.apache.org/viewvc?rev=943623&view=rev
Log:
Add partial Memex connector documentation.

Added:
    incubator/lcf/site/publish/images/memex-connection-memex-server.PNG   (with props)
    incubator/lcf/site/publish/images/memex-connection-status.PNG   (with props)
    incubator/lcf/site/publish/images/memex-connection-web-server.PNG   (with props)
    incubator/lcf/site/src/documentation/resources/images/memex-connection-memex-server.PNG   (with props)
    incubator/lcf/site/src/documentation/resources/images/memex-connection-status.PNG   (with props)
    incubator/lcf/site/src/documentation/resources/images/memex-connection-web-server.PNG   (with props)
Modified:
    incubator/lcf/site/publish/developer-resources.pdf
    incubator/lcf/site/publish/end-user-documentation.html
    incubator/lcf/site/publish/end-user-documentation.pdf
    incubator/lcf/site/publish/faq.pdf
    incubator/lcf/site/publish/index.pdf
    incubator/lcf/site/publish/linkmap.pdf
    incubator/lcf/site/publish/mail.pdf
    incubator/lcf/site/publish/who.pdf
    incubator/lcf/site/src/documentation/content/xdocs/end-user-documentation.xml

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

Modified: incubator/lcf/site/publish/end-user-documentation.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/end-user-documentation.html?rev=943623&r1=943622&r2=943623&view=diff
==============================================================================
--- incubator/lcf/site/publish/end-user-documentation.html (original)
+++ incubator/lcf/site/publish/end-user-documentation.html Wed May 12 18:38:34 2010
@@ -2127,12 +2127,45 @@ document.write("Last Published: " + docu
 <p>If more than one rule is present, the rules are all executed in sequence.  That is, the output of the first rule is modified by the second rule, etc.</p>
 <a name="N10C5A"></a><a name="mexexrepository"></a>
 <h3 class="h4">Memex Patriarch Repository Connection</h3>
+<p>A Memex Patriarch connection allows you to index documents from a Memex server.</p>
+<p>Documents described by Memex connections are typically secured by a Memex authority.  If you have not yet created a Memex authority, but would like your
+                    documents to be secured, please follow the direction in the section titled "Memex Patriarch Authority Connection".</p>
+<p>A Memex connection has the following special tabs on the repository connection editing screen: the "Memex Server" tab, and the "Web Server" tab.  The "Memex Server" tab
+                    looks like this:</p>
+<br>
+<br>
+<div id="" style="text-align: center;">
+<img id="" class="figure" alt="Memex Connection, Memex Server tab" src="images/memex-connection-memex-server.PNG" width="80%"></div>
+<br>
+<br>
+<p>You must supply the name of your Memex server, and the connection port, along with the Memex credentials for a user that has sufficient permissions to retrieve Memex
+                    documents.  You must also select the Memex server's character encoding, and timezone.  If you do not know the encoding or timezone, consult your Memex system administrator.</p>
+<p>The "Web Server" tab looks like this:</p>
+<br>
+<br>
+<div id="" style="text-align: center;">
+<img id="" class="figure" alt="Memex Connection, Web Server tab" src="images/memex-connection-web-server.PNG" width="80%"></div>
+<br>
+<br>
+<p>Here you must provide information that allows a Memex connection to construct a unique URL for each of your Memex documents.  Select a protocol, and fill in the server name and 
+                    port.</p>
+<p>When you are done, click the "Save" button.  You should see a status page, something like this:</p>
+<br>
+<br>
+<div id="" style="text-align: center;">
+<img id="" class="figure" alt="Memex Connection Status" src="images/memex-connection-status.PNG" width="80%"></div>
+<br>
+<br>
+<p></p>
+<p>Jobs based on Memex connections have the following special tabs: "Record Criteria", "Entities", and "Security".</p>
 <p>More here later</p>
-<a name="N10C64"></a><a name="meridiorepository"></a>
+<a name="N10C9F"></a><a name="meridiorepository"></a>
 <h3 class="h4">Autonomy Meridio Repository Connection</h3>
 <p>An Autonomy Meridio connection allows you to index documents from a set of Meridio servers.  Meridio's architecture allows you to separate services on multiple machines -
                     e.g. the document services can run on one machine, and the records services can run on another.  A Meridio connection type correspondingly is configured to describe each
                     Meridio service independently.</p>
+<p>Documents described by Meridio connections are typically secured by a Meridio authority.  If you have not yet created a Meridio authority, but would like your
+                    documents to be secured, please follow the direction in the section titled "Autonomy Meridio Authority Connection".</p>
 <p>A Meridio connection has the following special tabs on the repository connection editing screen: the "Document Server" tab, the "Records Server" tab, the "Web Client" tab,
                     and the "Credentials" tab.  The "Document Server" tab looks like this:</p>
 <br>
@@ -2198,8 +2231,9 @@ document.write("Last Published: " + docu
 <br>
 <p>If you need specific LCF logging information, contact your system integrator.</p>
 <p></p>
+<p>Jobs based on Meridio connections have the following special tabs: "Search Paths", "Content Types", "Categories", "Data Types", "Security", and "Metadata".</p>
 <p>More here later</p>
-<a name="N10CE4"></a><a name="sharepointrepository"></a>
+<a name="N10D25"></a><a name="sharepointrepository"></a>
 <h3 class="h4">Microsoft SharePoint Repository Connection</h3>
 <p>The Microsoft SharePoint connection type allows you to index documents from a Microsoft SharePoint site.  Bear in mind that a single SharePoint installation actually represents
                     a set of sites.  Some sites

Modified: incubator/lcf/site/publish/end-user-documentation.pdf
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/end-user-documentation.pdf?rev=943623&r1=943622&r2=943623&view=diff
==============================================================================
Files incubator/lcf/site/publish/end-user-documentation.pdf (original) and incubator/lcf/site/publish/end-user-documentation.pdf Wed May 12 18:38:34 2010 differ

Modified: incubator/lcf/site/publish/faq.pdf
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/faq.pdf?rev=943623&r1=943622&r2=943623&view=diff
==============================================================================
Files incubator/lcf/site/publish/faq.pdf (original) and incubator/lcf/site/publish/faq.pdf Wed May 12 18:38:34 2010 differ

Added: incubator/lcf/site/publish/images/memex-connection-memex-server.PNG
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/images/memex-connection-memex-server.PNG?rev=943623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/lcf/site/publish/images/memex-connection-memex-server.PNG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/lcf/site/publish/images/memex-connection-status.PNG
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/images/memex-connection-status.PNG?rev=943623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/lcf/site/publish/images/memex-connection-status.PNG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/lcf/site/publish/images/memex-connection-web-server.PNG
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/images/memex-connection-web-server.PNG?rev=943623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/lcf/site/publish/images/memex-connection-web-server.PNG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

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

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

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

Modified: incubator/lcf/site/src/documentation/content/xdocs/end-user-documentation.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/site/src/documentation/content/xdocs/end-user-documentation.xml?rev=943623&r1=943622&r2=943623&view=diff
==============================================================================
--- incubator/lcf/site/src/documentation/content/xdocs/end-user-documentation.xml (original)
+++ incubator/lcf/site/src/documentation/content/xdocs/end-user-documentation.xml Wed May 12 18:38:34 2010
@@ -1384,6 +1384,29 @@
             
             <section id="mexexrepository">
                 <title>Memex Patriarch Repository Connection</title>
+                <p>A Memex Patriarch connection allows you to index documents from a Memex server.</p>
+                <p>Documents described by Memex connections are typically secured by a Memex authority.  If you have not yet created a Memex authority, but would like your
+                    documents to be secured, please follow the direction in the section titled "Memex Patriarch Authority Connection".</p>
+                <p>A Memex connection has the following special tabs on the repository connection editing screen: the "Memex Server" tab, and the "Web Server" tab.  The "Memex Server" tab
+                    looks like this:</p>
+                <br/><br/>
+                <figure src="images/memex-connection-memex-server.PNG" alt="Memex Connection, Memex Server tab" width="80%"/>
+                <br/><br/>
+                <p>You must supply the name of your Memex server, and the connection port, along with the Memex credentials for a user that has sufficient permissions to retrieve Memex
+                    documents.  You must also select the Memex server's character encoding, and timezone.  If you do not know the encoding or timezone, consult your Memex system administrator.</p>
+                <p>The "Web Server" tab looks like this:</p>
+                <br/><br/>
+                <figure src="images/memex-connection-web-server.PNG" alt="Memex Connection, Web Server tab" width="80%"/>
+                <br/><br/>
+                <p>Here you must provide information that allows a Memex connection to construct a unique URL for each of your Memex documents.  Select a protocol, and fill in the server name and 
+                    port.</p>
+                <p>When you are done, click the "Save" button.  You should see a status page, something like this:</p>
+                <br/><br/>
+                <figure src="images/memex-connection-status.PNG" alt="Memex Connection Status" width="80%"/>
+                <br/><br/>
+                <p></p>
+                <p>Jobs based on Memex connections have the following special tabs: "Record Criteria", "Entities", and "Security".</p>
+
                 <p>More here later</p>
             </section>
             
@@ -1392,6 +1415,8 @@
                 <p>An Autonomy Meridio connection allows you to index documents from a set of Meridio servers.  Meridio's architecture allows you to separate services on multiple machines -
                     e.g. the document services can run on one machine, and the records services can run on another.  A Meridio connection type correspondingly is configured to describe each
                     Meridio service independently.</p>
+                <p>Documents described by Meridio connections are typically secured by a Meridio authority.  If you have not yet created a Meridio authority, but would like your
+                    documents to be secured, please follow the direction in the section titled "Autonomy Meridio Authority Connection".</p>
                 <p>A Meridio connection has the following special tabs on the repository connection editing screen: the "Document Server" tab, the "Records Server" tab, the "Web Client" tab,
                     and the "Credentials" tab.  The "Document Server" tab looks like this:</p>
                 <br/><br/>
@@ -1438,7 +1463,7 @@
                 <br/>
                 <p>If you need specific LCF logging information, contact your system integrator.</p>
                 <p></p>
-
+                <p>Jobs based on Meridio connections have the following special tabs: "Search Paths", "Content Types", "Categories", "Data Types", "Security", and "Metadata".</p>
                 <p>More here later</p>
             </section>
             

Added: incubator/lcf/site/src/documentation/resources/images/memex-connection-memex-server.PNG
URL: http://svn.apache.org/viewvc/incubator/lcf/site/src/documentation/resources/images/memex-connection-memex-server.PNG?rev=943623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/lcf/site/src/documentation/resources/images/memex-connection-memex-server.PNG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/lcf/site/src/documentation/resources/images/memex-connection-status.PNG
URL: http://svn.apache.org/viewvc/incubator/lcf/site/src/documentation/resources/images/memex-connection-status.PNG?rev=943623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/lcf/site/src/documentation/resources/images/memex-connection-status.PNG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/lcf/site/src/documentation/resources/images/memex-connection-web-server.PNG
URL: http://svn.apache.org/viewvc/incubator/lcf/site/src/documentation/resources/images/memex-connection-web-server.PNG?rev=943623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/lcf/site/src/documentation/resources/images/memex-connection-web-server.PNG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream