Author: buildbot
Date: Sun Feb 20 20:55:36 2011
New Revision: 785793
Log:
Staging update by buildbot
Modified:
websites/staging/chemistry/trunk/content/currentprojectstatus.html
Modified: websites/staging/chemistry/trunk/content/currentprojectstatus.html
==============================================================================
--- websites/staging/chemistry/trunk/content/currentprojectstatus.html
(original)
+++ websites/staging/chemistry/trunk/content/currentprojectstatus.html Sun Feb
20 20:55:36 2011
@@ -174,50 +174,51 @@ Apache Chemistry - CurrentProjectStatus
<!-- Content -->
<div class="wiki-content"><p><a
name="CurrentProjectStatus-Introduction"></a></p>
<h1 id="introduction">Introduction</h1>
-<p><em>This page needs to be updated/reworked. For now look to the bottom for
-latest update</em></p>
-<p>I have taken a snapshot of the source as of Dec 1 and zipped it up for
-download.
-This will enable me to start making changes</p>
+<p><em>This page needs to be updated/reworked. For now look to the bottom for
latest update.</em></p>
+<p>I have taken a snapshot of the source as of Dec 1 and zipped it up for
download.
+This will enable me to start making changes.</p>
<p><a name="CurrentProjectStatus-Details"></a></p>
-<h1 id="details">Details</h1>
-<p>Am now adding CMISService which will map more closely to the Services in
-the Domain model. This is a work in progress. Checked in code will
-usually be able to run without totally breaking.</p>
-<p>Zipped downloads and Labeled revisions should generally run without
-breaking</p>
+<h2 id="details">Details</h2>
+<p>Am now adding CMISService which will map more closely to the Services in
the Domain model.
+This is a work in progress.
+Checked in code will usually be able to run without totally breaking.</p>
+<p>Zipped downloads and Labeled revisions should generally run without
breaking.</p>
<p><a name="CurrentProjectStatus-Update2010-02-15"></a></p>
-<h1 id="update_2010-02-15">Update 2010-02-15</h1>
-<p><a name="CurrentProjectStatus-Addednewupdatewithsometestcode."></a></p>
-<h2 id="added_new_update_with_some_test_code">Added new update with some test
code.</h2>
-<p>Filled out quite a bit of the domain level routines including
- * getRepositories
- * getTypeDefinition
- * getChildren
- * getFolderParent
- * getObjectParents
- * getCheckedOutDocs
- * getObject
- * getObjectByPath
- * getProperties
- * getContentStream
- * createDocument
- * createFolder
- * updateProperties
- * moveObject
- * deleteObject
- * setContentStream
- * deleteContentStream</p>
-<p>Many of these have been tested but not all -- some known issues:
- * Not handling optional inputs (filters etc....)
- * Some assumptions are being made regarding the form of URLs
- * May be making some assumptions about XML format w.r.t. Name spacing
- * Has only been tested against the Alfresco Repository</p>
+<h2 id="update_2010-02-15">Update 2010-02-15</h2>
+<p><a name="CurrentProjectStatus-Addednewupdatewithsometestcode."></a>
+<strong>Added new update with some test code.</strong></p>
+<p>Filled out quite a bit of the domain level routines, including:</p>
+<ul>
+<li>getRepositories</li>
+<li>getTypeDefinition</li>
+<li>getChildren</li>
+<li>getFolderParent</li>
+<li>getObjectParents</li>
+<li>getCheckedOutDocs</li>
+<li>getObject</li>
+<li>getObjectByPath</li>
+<li>getProperties</li>
+<li>getContentStream</li>
+<li>createDocument</li>
+<li>createFolder</li>
+<li>updateProperties</li>
+<li>moveObject</li>
+<li>deleteObject</li>
+<li>setContentStream</li>
+<li>deleteContentStream</li>
+</ul>
+<p>Many of these have been tested but not all -- some known issues:</p>
+<ul>
+<li>Not handling optional inputs (filters etc....)</li>
+<li>Some assumptions are being made regarding the form of URLs</li>
+<li>May be making some assumptions about XML format w.r.t. Name spacing</li>
+<li>Has only been tested against the Alfresco Repository</li>
+</ul>
<p><a name="CurrentProjectStatus-Update2010-09-07"></a></p>
-<h1 id="update_2010-09-07">Update 2010-09-07</h1>
+<h2 id="update_2010-09-07">Update 2010-09-07</h2>
<ul>
<li>Fixed problem with handling of spaces -- no need to urlencode inputs</li>
-<li>Added new functionality<ul>
+<li>Added new functionality:<ul>
<li>Get Type Children </li>
<li>Get Type Descendants</li>
<li>Get Folder Tree</li>