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/05/07 03:05:46 UTC

svn commit: r1100425 - /chemistry/site/trunk/content/java/developing/tools/dev-tools-workbench.mdtext

Author: fmui
Date: Sat May  7 01:05:45 2011
New Revision: 1100425

URL: http://svn.apache.org/viewvc?rev=1100425&view=rev
Log:
added Workbench video

Modified:
    chemistry/site/trunk/content/java/developing/tools/dev-tools-workbench.mdtext

Modified: chemistry/site/trunk/content/java/developing/tools/dev-tools-workbench.mdtext
URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/developing/tools/dev-tools-workbench.mdtext?rev=1100425&r1=1100424&r2=1100425&view=diff
==============================================================================
--- chemistry/site/trunk/content/java/developing/tools/dev-tools-workbench.mdtext (original)
+++ chemistry/site/trunk/content/java/developing/tools/dev-tools-workbench.mdtext Sat May  7 01:05:45 2011
@@ -1,77 +1,82 @@
-Title: CMIS Workbench
-
-# CMIS Workbench
-
-CMIS Workbench is CMIS desktop client for developers. It's a repository
-browser and an interactive testbed for the OpenCMIS client API.
-
-<a name="CMISWorkbench-BuildtheCMISWorkbench"></a>
-## Build the CMIS Workbench
-
-1. [Build the OpenCMIS Client Libraries](../../how-to/how-to-build.html).
-1. CMIS Workbench zip and tar.gz files should now exist in `/target`.
-1. Unpack one of them into an empty directory.
-1. Run `workbench.sh` (UNIX) or `workbench.bat` (Windows)
-
-
-<a name="CMISWorkbench-DownloadtheCMISWorkbench"></a>
-## Download the CMIS Workbench
-
-You can download the [latest release](http://www.apache.org/dyn/closer.cgi/chemistry/opencmis/0.3.0/chemistry-opencmis-workbench-0.3.0-full.zip)
- or a [nightly build](https://hudson.apache.org/hudson/job/Chemistry%20-%20OpenCMIS%20-%20install/lastSuccessfulBuild/org.apache.chemistry.opencmis$chemistry-opencmis-workbench/)
- with the latest fixes and features.
-
-
-<a name="CMISWorkbench-PropertiesReference"></a>
-## Properties Reference
-
-The CMIS Workbench can be configured through system properties or
-additional properties in the expert login dialog.
-
-<a name="CMISWorkbench-Logindialog"></a>
-### Login dialog
-
-System Property               | Function
-------------------------------|---------------------------------------------------
-cmis.workbench.url            | preset URL
-cmis.workbench.user           | preset user name
-cmis.workbench.password       | preset password
-cmis.workbench.binding        | preset binding (atompub/webservices)
-cmis.workbench.authentication | preset authentication method (none/standard/ntlm)
-cmis.workbench.compression    | preset compression (on/off)
-
-<a name="CMISWorkbench-Folderoperationcontext"></a>
-### Folder operation context
-
-System Property                                | Function
------------------------------------------------|-----------
-cmis.workbench.folder.filter                   |
-cmis.workbench.folder.includeAcls              |
-cmis.workbench.folder.includeAllowableActions  |
-cmis.workbench.folder.includePolicies          |
-cmis.workbench.folder.includeRelationships     |
-cmis.workbench.folder.renditionFilter          |
-cmis.workbench.folder.orderBy                  |
-cmis.workbench.folder.maxItemsPerPage          |
-
-
-
-<a name="CMISWorkbench-Objectoperationcontext"></a>
-### Object operation context
-
-System Property                                | Function
------------------------------------------------|-----------
-cmis.workbench.object.filter                   | 
-cmis.workbench.object.includeAcls              | 
-cmis.workbench.object.includeAllowableActions  | 
-cmis.workbench.object.includePolicies          | 
-cmis.workbench.object.includeRelationships     | 
-cmis.workbench.object.renditionFilter          | 
-
-
-<a name="CMISWorkbench-Others"></a>
-### Others
-
-System Property                             | Function
---------------------------------------------|-------------------------------------------
-cmis.workbench.acceptSelfSignedCertificates | disable SSL certificate check (true/false)
+Title: CMIS Workbench
+
+# CMIS Workbench
+
+CMIS Workbench is CMIS desktop client for developers. It's a repository
+browser and an interactive testbed for the OpenCMIS client API.
+
+<a name="CMISWorkbench-BuildtheCMISWorkbench"></a>
+## Build the CMIS Workbench
+
+1. [Build the OpenCMIS Client Libraries](../../how-to/how-to-build.html).
+1. CMIS Workbench zip and tar.gz files should now exist in `/target`.
+1. Unpack one of them into an empty directory.
+1. Run `workbench.sh` (UNIX) or `workbench.bat` (Windows)
+
+
+<a name="CMISWorkbench-DownloadtheCMISWorkbench"></a>
+## Download the CMIS Workbench
+
+You can download the [latest release](http://www.apache.org/dyn/closer.cgi/chemistry/opencmis/0.3.0/chemistry-opencmis-workbench-0.3.0-full.zip)
+ or a [nightly build](https://hudson.apache.org/hudson/job/Chemistry%20-%20OpenCMIS%20-%20install/lastSuccessfulBuild/org.apache.chemistry.opencmis$chemistry-opencmis-workbench/)
+ with the latest fixes and features.
+
+
+## CMIS Workbench Introduction video
+
+<iframe width="560" height="349" src="http://www.youtube.com/embed/akvCDVh03qs?rel=0" frameborder="0" allowfullscreen></iframe>
+
+
+<a name="CMISWorkbench-PropertiesReference"></a>
+## Properties Reference
+
+The CMIS Workbench can be configured through system properties or
+additional properties in the expert login dialog.
+
+<a name="CMISWorkbench-Logindialog"></a>
+### Login dialog
+
+System Property               | Function
+------------------------------|---------------------------------------------------
+cmis.workbench.url            | preset URL
+cmis.workbench.user           | preset user name
+cmis.workbench.password       | preset password
+cmis.workbench.binding        | preset binding (atompub/webservices)
+cmis.workbench.authentication | preset authentication method (none/standard/ntlm)
+cmis.workbench.compression    | preset compression (on/off)
+
+<a name="CMISWorkbench-Folderoperationcontext"></a>
+### Folder operation context
+
+System Property                                | Function
+-----------------------------------------------|-----------
+cmis.workbench.folder.filter                   |
+cmis.workbench.folder.includeAcls              |
+cmis.workbench.folder.includeAllowableActions  |
+cmis.workbench.folder.includePolicies          |
+cmis.workbench.folder.includeRelationships     |
+cmis.workbench.folder.renditionFilter          |
+cmis.workbench.folder.orderBy                  |
+cmis.workbench.folder.maxItemsPerPage          |
+
+
+
+<a name="CMISWorkbench-Objectoperationcontext"></a>
+### Object operation context
+
+System Property                                | Function
+-----------------------------------------------|-----------
+cmis.workbench.object.filter                   | 
+cmis.workbench.object.includeAcls              | 
+cmis.workbench.object.includeAllowableActions  | 
+cmis.workbench.object.includePolicies          | 
+cmis.workbench.object.includeRelationships     | 
+cmis.workbench.object.renditionFilter          | 
+
+
+<a name="CMISWorkbench-Others"></a>
+### Others
+
+System Property                             | Function
+--------------------------------------------|-------------------------------------------
+cmis.workbench.acceptSelfSignedCertificates | disable SSL certificate check (true/false)