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

svn commit: r791373 [2/2] - in /websites/production/chemistry: ./ content/ content/java/ content/java/0.4.0-SNAPSHOT/ content/java/0.4.0-SNAPSHOT/maven/ content/java/0.4.0-SNAPSHOT/maven/css/ content/java/0.4.0-SNAPSHOT/maven/images/ content/java/0.4.0...

Propchange: websites/production/chemistry/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Jun 22 09:51:07 2011
@@ -1 +1 @@
-/websites/staging/chemistry/trunk:785583-790925
+/websites/staging/chemistry/trunk:785583-791372

Modified: websites/production/chemistry/content/index.html
==============================================================================
--- websites/production/chemistry/content/index.html (original)
+++ websites/production/chemistry/content/index.html Wed Jun 22 09:51:07 2011
@@ -208,6 +208,7 @@ inclusion of the C.M.I.S. letters, "CheM
 <br/>
 
 <ul>
+<li>2011-06-22 Added <a href="java/developing/guide.html">OpenCMIS Client API Developer's Guide</a>.</li>
 <li>2011-05-04 Chemistry inmemory repository available online: <a href="http://opencmis.cloudapp.net/inmemory/">http://opencmis.cloudapp.net/inmemory/</a> Experimental!</li>
 <li>2011-04-01 First TLP release for the Java Client OpenCMIS client, <a href="java/download.html#OpenCMIS-0.3.0FullDownloadpage">OpenCMIS 0.3.0</a>.</li>
 <li>2011-03-29 Second release of the DotCMIS client, <a href="dotnet/dotcmis.html#dotcmis-0.2FullDownloadpage">DotCMIS 0.2</a>.</li>

Modified: websites/production/chemistry/content/java/developing/index.html
==============================================================================
--- websites/production/chemistry/content/java/developing/index.html (original)
+++ websites/production/chemistry/content/java/developing/index.html Wed Jun 22 09:51:07 2011
@@ -186,6 +186,10 @@ Apache Chemistry - Developing with OpenC
              <div class="wiki-content"><h1 id="developing_with_opencmis">Developing with OpenCMIS</h1>
 <p>General guidelines you should know when developing with OpenCMIS.</p>
 <ul>
+<li>Getting started<ul>
+<li><a href="guide.html">OpenCMIS Client API Developer's Guide</a></li>
+</ul>
+</li>
 <li>Developing using the client APIs<ul>
 <li><a href="client/dev-client-overview.html">Overview</a></li>
 <li><a href="client/dev-client-api.html">Client API</a></li>

Modified: websites/production/chemistry/content/java/opencmis.html
==============================================================================
--- websites/production/chemistry/content/java/opencmis.html (original)
+++ websites/production/chemistry/content/java/opencmis.html Wed Jun 22 09:51:07 2011
@@ -227,6 +227,7 @@ repository developers and client applica
 <h1 id="documentation">Documentation</h1>
 <p>The OpenCMIS documentation is divided into the following sections:</p>
 <ul>
+<li><a href="developing/guide.html">OpenCMIS Client API Developer's Guide</a></li>
 <li><a href="developing/index.html">Developing with OpenCMIS</a></li>
 <li><a href="examples/index.html">Example Code</a></li>
 <li><a href="how-to/index.html">OpenCMIS HowTos</a></li>