Return-Path: X-Original-To: apmail-manifoldcf-commits-archive@www.apache.org Delivered-To: apmail-manifoldcf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 023DA17399 for ; Wed, 1 Apr 2015 10:12:33 +0000 (UTC) Received: (qmail 50010 invoked by uid 500); 1 Apr 2015 10:12:29 -0000 Delivered-To: apmail-manifoldcf-commits-archive@manifoldcf.apache.org Received: (qmail 49959 invoked by uid 500); 1 Apr 2015 10:12:29 -0000 Mailing-List: contact commits-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list commits@manifoldcf.apache.org Received: (qmail 49950 invoked by uid 99); 1 Apr 2015 10:12:29 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Apr 2015 10:12:29 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id C17B9AC0027 for ; Wed, 1 Apr 2015 10:12:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1670595 - in /manifoldcf/branches/CONNECTORS-1177/site/src/documentation/content/xdocs: en_US/how-to-build-and-deploy.xml ja_JP/how-to-build-and-deploy.xml zh_CN/how-to-build-and-deploy.xml Date: Wed, 01 Apr 2015 10:12:29 -0000 To: commits@manifoldcf.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150401101229.C17B9AC0027@hades.apache.org> Author: kwright Date: Wed Apr 1 10:12:29 2015 New Revision: 1670595 URL: http://svn.apache.org/r1670595 Log: Add api credentials Modified: manifoldcf/branches/CONNECTORS-1177/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml manifoldcf/branches/CONNECTORS-1177/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml manifoldcf/branches/CONNECTORS-1177/site/src/documentation/content/xdocs/zh_CN/how-to-build-and-deploy.xml Modified: manifoldcf/branches/CONNECTORS-1177/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1177/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml?rev=1670595&r1=1670594&r2=1670595&view=diff ============================================================================== --- manifoldcf/branches/CONNECTORS-1177/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml (original) +++ manifoldcf/branches/CONNECTORS-1177/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml Wed Apr 1 10:12:29 2015 @@ -1040,6 +1040,9 @@ start[.bat|.sh] org.apache.manifoldcf.login.nameNoCrawler UI login user ID (defaults to "admin") org.apache.manifoldcf.login.passwordNoCrawler UI login user password (defaults to "admin") org.apache.manifoldcf.login.password.obfuscatedNoObfuscated crawler UI login user password (defaults to "admin") + org.apache.manifoldcf.login.apinameNoAPI login user ID (defaults to "") + org.apache.manifoldcf.login.apipasswordNoAPI login user password (defaults to "") + org.apache.manifoldcf.login.apipassword.obfuscatedNoObfuscated API login user password (defaults to "") org.apache.manifoldcf.crawleruiwarpathYes, for JettyLocation of Crawler UI war org.apache.manifoldcf.authorityservicewarpathYes, for JettyLocation of Authority Service war org.apache.manifoldcf.apiservicewarpathYes, for JettyLocation of API Service war Modified: manifoldcf/branches/CONNECTORS-1177/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1177/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml?rev=1670595&r1=1670594&r2=1670595&view=diff ============================================================================== --- manifoldcf/branches/CONNECTORS-1177/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml (original) +++ manifoldcf/branches/CONNECTORS-1177/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml Wed Apr 1 10:12:29 2015 @@ -161,7 +161,7 @@ Building and testing the Alfresco Webscript connector

The Alfresco Webscript connector is built against an open-source Alfresco Indexer client, which requires a corresponding Alfresco Indexer plugin - to be installed on your Alfresco instance. This Alfresco Indexer plugin is currently available for download. Installation of the plugin should follow the + to be installed on your Alfresco instance. This Alfresco Indexer plugin is included with ManifoldCF distributions. Installation of the plugin should follow the standard Alfresco installation steps, as described here. See this page for configuration details, and for the plugin itself.

@@ -1040,6 +1040,9 @@ start[.bat|.sh] org.apache.manifoldcf.login.nameNoCrawler UI login user ID (defaults to "admin") org.apache.manifoldcf.login.passwordNoCrawler UI login user password (defaults to "admin") org.apache.manifoldcf.login.password.obfuscatedNoObfuscated crawler UI login user password (defaults to "admin") + org.apache.manifoldcf.login.apinameNoAPI login user ID (defaults to "") + org.apache.manifoldcf.login.apipasswordNoAPI login user password (defaults to "") + org.apache.manifoldcf.login.apipassword.obfuscatedNoObfuscated API login user password (defaults to "") org.apache.manifoldcf.crawleruiwarpathYes, for JettyLocation of Crawler UI war org.apache.manifoldcf.authorityservicewarpathYes, for JettyLocation of Authority Service war org.apache.manifoldcf.apiservicewarpathYes, for JettyLocation of API Service war Modified: manifoldcf/branches/CONNECTORS-1177/site/src/documentation/content/xdocs/zh_CN/how-to-build-and-deploy.xml URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1177/site/src/documentation/content/xdocs/zh_CN/how-to-build-and-deploy.xml?rev=1670595&r1=1670594&r2=1670595&view=diff ============================================================================== --- manifoldcf/branches/CONNECTORS-1177/site/src/documentation/content/xdocs/zh_CN/how-to-build-and-deploy.xml (original) +++ manifoldcf/branches/CONNECTORS-1177/site/src/documentation/content/xdocs/zh_CN/how-to-build-and-deploy.xml Wed Apr 1 10:12:29 2015 @@ -161,7 +161,7 @@ Building and testing the Alfresco Webscript connector

The Alfresco Webscript connector is built against an open-source Alfresco Indexer client, which requires a corresponding Alfresco Indexer plugin - to be installed on your Alfresco instance. This Alfresco Indexer plugin is currently available for download. Installation of the plugin should follow the + to be installed on your Alfresco instance. This Alfresco Indexer plugin is included with ManifoldCF distributions. Installation of the plugin should follow the standard Alfresco installation steps, as described here. See this page for configuration details, and for the plugin itself.

@@ -1040,6 +1040,9 @@ start[.bat|.sh] org.apache.manifoldcf.login.nameNoCrawler UI login user ID (defaults to "admin") org.apache.manifoldcf.login.passwordNoCrawler UI login user password (defaults to "admin") org.apache.manifoldcf.login.password.obfuscatedNoObfuscated crawler UI login user password (defaults to "admin") + org.apache.manifoldcf.login.apinameNoAPI login user ID (defaults to "") + org.apache.manifoldcf.login.apipasswordNoAPI login user password (defaults to "") + org.apache.manifoldcf.login.apipassword.obfuscatedNoObfuscated API login user password (defaults to "") org.apache.manifoldcf.crawleruiwarpathYes, for JettyLocation of Crawler UI war org.apache.manifoldcf.authorityservicewarpathYes, for JettyLocation of Authority Service war org.apache.manifoldcf.apiservicewarpathYes, for JettyLocation of API Service war