[Osr-101] rev 20844 - public/osr-101/trunk/amendments
michi at wyona.com
michi at wyona.com
Thu Dec 14 08:59:03 CET 2006
Author: michi
Date: 2006-12-14 08:58:44 +0100 (Thu, 14 Dec 2006)
New Revision: 20844
Modified:
public/osr-101/trunk/amendments/versions.html
public/osr-101/trunk/amendments/workflow.html
Log:
proposals started
Modified: public/osr-101/trunk/amendments/versions.html
===================================================================
--- public/osr-101/trunk/amendments/versions.html 2006-12-14 00:18:09 UTC (rev 20843)
+++ public/osr-101/trunk/amendments/versions.html 2006-12-14 07:58:44 UTC (rev 20844)
@@ -1,15 +1,17 @@
!Versions of Resources
{{{
-introspection>
- resource
- edit mime-type="application/xhtml+xml" name="Homepage">
- open url="index.xhtml" method="GET"/>
- save url="index.xhtml?yanel.resource.usecase=save" method="POST"/>
- /edit>
- versions>
- version/>
- /versions>
- /resource
-/introspection>
+lt;introspection>
+ lt;resource
+ lt;edit mime-type="application/xhtml+xml" name="Homepage">
+ lt;open url="index.xhtml" method="GET"/>
+ lt;save url="index.xhtml?yanel.resource.usecase=save" method="POST"/>
+ lt;/edit>
+
+ lt;versions>
+ lt:version url="index.xhtml?yanel.resource.revision=20843"/>
+ lt:version url="index.xhtml?yanel.resource.revision=20023">title changedlt;/version>
+ lt;/versions>
+ lt;/resource
+lt;/introspection>
}}}
Modified: public/osr-101/trunk/amendments/workflow.html
===================================================================
--- public/osr-101/trunk/amendments/workflow.html 2006-12-14 00:18:09 UTC (rev 20843)
+++ public/osr-101/trunk/amendments/workflow.html 2006-12-14 07:58:44 UTC (rev 20844)
@@ -1,3 +1,23 @@
!Workflow
-I guess workflow could be added within the Neutron Sidebar. WDYT?
+{{{
+lt;introspection>
+ lt;resource
+ lt;edit mime-type="application/xhtml+xml" name="Homepage">
+ lt;open url="index.xhtml" method="GET"/>
+ lt;save url="index.xhtml?yanel.resource.usecase=save" method="POST"/>
+ lt;/edit>
+
+ lt;workflow>
+ lt;current-status date="2006.12.14">REVIEWlt;/current-status>
+ lt;transitions>
+ lt;transition id="publish" from="REVIEW" to="LIVE"/>
+ lt;transition id="reject" from="REVIEW" to="AUTHORING"/>
+ lt;/transitions>
+ lt;history>
+ lt;status date="2006.12.13">AUTHORINGlt;/status>
+ lt;/history>
+ lt;/workflow>
+ lt;/resource
+lt;/introspection>
+}}}
More information about the Osr-101
mailing list