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/03/09 11:04:15 UTC

svn commit: r786733 - in /websites/staging/chemistry/trunk/content: dotnet/dotcmis.html index.html

Author: buildbot
Date: Wed Mar  9 10:04:15 2011
New Revision: 786733

Log:
Staging update by buildbot

Modified:
    websites/staging/chemistry/trunk/content/dotnet/dotcmis.html
    websites/staging/chemistry/trunk/content/index.html

Modified: websites/staging/chemistry/trunk/content/dotnet/dotcmis.html
==============================================================================
--- websites/staging/chemistry/trunk/content/dotnet/dotcmis.html (original)
+++ websites/staging/chemistry/trunk/content/dotnet/dotcmis.html Wed Mar  9 10:04:15 2011
@@ -177,29 +177,36 @@ Apache Chemistry - DotCMIS
              <div class="wiki-content"><h1 id="welcome_to_dotcmis">Welcome to DotCMIS</h1>
 <p><a name="DotCMIS-WelcometoDotCMIS"></a></p>
 <p>DotCMIS is a CMIS client library for .NET. It is loosely based on the <a href="/java/opencmis-modules.html">OpenCMIS client architecture</a>.</p>
-<p><strong>DotCMIS is under development and not ready for production use, yet.</strong></p>
-<p><a name="DotCMIS-Status"></a></p>
-<h2 id="status">Status</h2>
-<ul>
-<li>The library is now fully implemented. All interfaces and operations <em>should</em> work.</li>
-<li>There is not much documentation, yet. See below.</li>
-<li>First tests against a small number of CMIS repositories were successful. Not all operations have been tested, yet.</li>
-</ul>
-<p>If you find problem, please <a href="https://issues.apache.org/jira/browse/CMIS">create an issue</a>.</p>
+<h2 id="get_dotcmis">Get DotCMIS</h2>
+<h3 id="download_dotcmis">Download DotCMIS</h3>
+<p>You can download the latest DotCMIS releases here.</p>
+<p><a name="dotcmis-0.1FullDownloadpage"></a></p>
+<h4 id="01_full_download_pagehttpwwwapacheorgdynclosercgichemistrydotcmis01">0.1 <a href="http://www.apache.org/dyn/closer.cgi/chemistry/dotcmis/0.1">Full Download page</a></h4>
+<table>
+<thead>
+<tr>
+<th>Package</th>
+<th>zip</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>DotCMIS client</td>
+<td><a href="http://www.apache.org/dyn/closer.cgi/chemistry/dotcmis/0.1">Download</a></td>
+</tr>
+</tbody>
+</table>
 <p><a name="DotCMIS-Documentation"></a></p>
 <h2 id="documentation">Documentation</h2>
 <p>There are starter code snippets on the <a href="getting-started-with-dotcmis.html">Getting started with DotCMIS</a> page
-and the API documentation is available as a <a href="https://hudson.apache.org/hudson/job/Chemistry%20-%20DotCMIS/ws/doc/DotCMISDoc.chm">CHM Help file</a>.</p>
+and the API documentation is available as a <a href="https://builds.apache.org/hudson/job/Chemistry%20-%20DotCMIS/ws/doc/DotCMISDoc.chm">CHM Help file</a>.</p>
 <p>The interfaces are very similar to the <a href="/java/opencmis.html">OpenCMIS</a> client API. Please see the
 OpenCMIS documentation for more insights.</p>
 <p><a name="DotCMIS-Sourcecodeanddependencies"></a></p>
-<h2 id="source_code_and_dependencies">Source code and dependencies</h2>
+<h2 id="source_code_dependencies_and_development_binaries">Source code, dependencies and development binaries</h2>
 <p>The DotCMIS source code is here: <a href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/">https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/</a>.</p>
 <p>DotCMIS requires the .NET Framework version 3.5 or higher. It does not depend on anything else.</p>
 <p>The DotCMIS unit tests require NUnit 2.5.</p>
-<p><a name="DotCMIS-Binaries"></a></p>
-<h2 id="binaries">Binaries</h2>
-<p>There is no official release, yet.</p>
 <p>Nighty builds can be obtained from here: <a href="https://hudson.apache.org/hudson/job/Chemistry%20-%20DotCMIS/ws/bin/Debug/">Debug DLL</a>
  and <a href="https://hudson.apache.org/hudson/job/Chemistry%20-%20DotCMIS/ws/bin/Release/">Release DLL</a>.</p></div>
              <!-- Content -->

Modified: websites/staging/chemistry/trunk/content/index.html
==============================================================================
--- websites/staging/chemistry/trunk/content/index.html (original)
+++ websites/staging/chemistry/trunk/content/index.html Wed Mar  9 10:04:15 2011
@@ -198,6 +198,7 @@ inclusion of the C.M.I.S. letters, "CheM
 <br/>
 
 <ul>
+<li>2011-03-09 First release of the DotCMIS client, <a href="dotnet/dotcmis.html#dotcmis-0.1FullDownloadpage">DotCMIS 0.1</a>.</li>
 <li>2011-03-07 First TLP release of the cmislib Python client, <a href="python/cmislib.html#cmislib-0.4.1FullDownloadpage">cmislib 0.4.1</a>.</li>
 <li>2011-02-16 Project graduates to Top Level Project!</li>
 <li>2011-02-07 First Apache release of the cmislib Python client, <a href="python/cmislib.html#cmislib-0.4FullDownloadpage">cmislib 0.4-incubating</a>.</li>