Return-Path: Delivered-To: apmail-chemistry-commits-archive@www.apache.org Received: (qmail 94071 invoked from network); 9 Mar 2011 10:04:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Mar 2011 10:04:40 -0000 Received: (qmail 42534 invoked by uid 500); 9 Mar 2011 10:04:40 -0000 Delivered-To: apmail-chemistry-commits-archive@chemistry.apache.org Received: (qmail 42486 invoked by uid 500); 9 Mar 2011 10:04:39 -0000 Mailing-List: contact commits-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list commits@chemistry.apache.org Received: (qmail 42477 invoked by uid 99); 9 Mar 2011 10:04:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Mar 2011 10:04:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Mar 2011 10:04:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C9CDA2388A3F; Wed, 9 Mar 2011 10:04:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r786733 - in /websites/staging/chemistry/trunk/content: dotnet/dotcmis.html index.html Date: Wed, 09 Mar 2011 10:04:15 -0000 To: commits@chemistry.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110309100415.C9CDA2388A3F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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

Welcome to DotCMIS

DotCMIS is a CMIS client library for .NET. It is loosely based on the OpenCMIS client architecture.

-

DotCMIS is under development and not ready for production use, yet.

-

-

Status

-
    -
  • The library is now fully implemented. All interfaces and operations should work.
  • -
  • There is not much documentation, yet. See below.
  • -
  • First tests against a small number of CMIS repositories were successful. Not all operations have been tested, yet.
  • -
-

If you find problem, please create an issue.

+

Get DotCMIS

+

Download DotCMIS

+

You can download the latest DotCMIS releases here.

+

+

0.1 Full Download page

+ + + + + + + + + + + + + +
Packagezip
DotCMIS clientDownload

Documentation

There are starter code snippets on the Getting started with DotCMIS page -and the API documentation is available as a CHM Help file.

+and the API documentation is available as a CHM Help file.

The interfaces are very similar to the OpenCMIS client API. Please see the OpenCMIS documentation for more insights.

-

Source code and dependencies

+

Source code, dependencies and development binaries

The DotCMIS source code is here: https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/.

DotCMIS requires the .NET Framework version 3.5 or higher. It does not depend on anything else.

The DotCMIS unit tests require NUnit 2.5.

-

-

Binaries

-

There is no official release, yet.

Nighty builds can be obtained from here: Debug DLL and Release DLL.

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
    +
  • 2011-03-09 First release of the DotCMIS client, DotCMIS 0.1.
  • 2011-03-07 First TLP release of the cmislib Python client, cmislib 0.4.1.
  • 2011-02-16 Project graduates to Top Level Project!
  • 2011-02-07 First Apache release of the cmislib Python client, cmislib 0.4-incubating.