You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by bu...@apache.org on 2011/04/04 22:51:57 UTC

svn commit: r787983 - in /websites/staging/chemistry/trunk/content/java/developing: dev-repository-specific-notes.html index.html

Author: buildbot
Date: Mon Apr  4 20:51:57 2011
New Revision: 787983

Log:
Staging update by buildbot

Modified:
    websites/staging/chemistry/trunk/content/java/developing/dev-repository-specific-notes.html
    websites/staging/chemistry/trunk/content/java/developing/index.html

Modified: websites/staging/chemistry/trunk/content/java/developing/dev-repository-specific-notes.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/developing/dev-repository-specific-notes.html (original)
+++ websites/staging/chemistry/trunk/content/java/developing/dev-repository-specific-notes.html Mon Apr  4 20:51:57 2011
@@ -25,7 +25,7 @@
     <meta name="description" content="Apache Chemistry, CMIS Implementation" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <title>
-Apache Chemistry - Known repository issues
+Apache Chemistry - Repository specific notes
     </title>
   </head>
 <body onload="init()">
@@ -64,7 +64,7 @@ Apache Chemistry - Known repository issu
               <td>
                 <div align="left">
                 <!-- Breadcrumbs -->
-<a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/java">Java</a>&nbsp;&raquo&nbsp;<a href="/java/developing">Developing</a>&nbsp;&raquo&nbsp;<a href="/java/developing/dev-repository-specific-notes.html">Known repository issues</a>
+<a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/java">Java</a>&nbsp;&raquo&nbsp;<a href="/java/developing">Developing</a>&nbsp;&raquo&nbsp;<a href="/java/developing/dev-repository-specific-notes.html">Repository specific notes</a>
                 <!-- Breadcrumbs -->
                 </div>
               </td>
@@ -183,10 +183,9 @@ Apache Chemistry - Known repository issu
            </td>
            <td height="100%">
              <!-- Content -->
-             <div class="wiki-content"><h1 id="known_repository_issues">Known repository issues</h1>
-<p>This is a loose collection of current known issues, bugs, limitations and unusual behaviors 
-of existing CMIS repositories.</p>
-<p>TODO</p>
+             <div class="wiki-content"><h1 id="repository_specific_notes">Repository specific notes</h1>
+<h2 id="alfresco_34">Alfresco 3.4</h2>
+<p>In order to access Alfresco aspects, you have to set up the <a href="http://apache-extras.org/p/alfresco-opencmis-extension">Alfresco OpenCMIS Extension</a>.</p>
 <h2 id="sharepoint_2010">SharePoint 2010</h2>
 <p>While connecting via AtomPub is straight forward, connecting via Web Services is a bit tricky.
 (See also Microsofts <a href="http://msdn.microsoft.com/en-us/library/ff934619.aspx">CMIS documentation</a> for details.)</p>

Modified: websites/staging/chemistry/trunk/content/java/developing/index.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/developing/index.html (original)
+++ websites/staging/chemistry/trunk/content/java/developing/index.html Mon Apr  4 20:51:57 2011
@@ -216,7 +216,7 @@ Apache Chemistry - Developing with OpenC
 <li><a href="dev-compare-client-api-binding.html">Comparing the client APIs</a></li>
 <li><a href="dev-use-with-maven.html">Developing with Maven</a></li>
 <li><a href="dev-use-without-maven.html">Developing without Maven</a></li>
-<li><a href="dev-known-repo-issues.html">Known issues with existing repositories</a></li>
+<li><a href="dev-repository-specific-notes.html">Repository specific notes</a></li>
 <li><a href="dev-session-parameters.html">Session Parameters</a></li>
 <li><a href="dev-client-cache.html">The client cache</a></li>
 <li><a href="dev-operation-context.html">Understanding the OperationContext</a></li>