lenya/src/webapp/lenya/pubs/default publication-sitemap.xmap,1.33,1.34
Edith Chevrier <[email protected]> Tue, 20 May 2003 18:46:17 +0200
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /usr/local/repositories/lenya/src/webapp/lenya/pubs/default
In directory erbium:/tmp/cvs-serv19640/src/webapp/lenya/pubs/default
Modified Files:
publication-sitemap.xmap
Log Message:
Revision Controller: work in progress
Index: publication-sitemap.xmap
===================================================================
RCS file: /usr/local/repositories/lenya/src/webapp/lenya/pubs/default/publication-sitemap.xmap,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** publication-sitemap.xmap 16 May 2003 15:36:10 -0000 1.33
--- publication-sitemap.xmap 20 May 2003 16:46:14 -0000 1.34
***************
*** 68,74 ****
--- 68,95 ----
</map:pipeline>
+ <!-- Rollback -->
+ <map:pipeline>
+ <map:match type="usecase" pattern="rollback">
+ <map:match type="step" pattern="view">
+ <map:generate type="serverpages" src="../../content/rc/view.xsp">
+ </map:generate>
+ <map:serialize type="xml"/>
+ </map:match>
+ </map:match>
+ </map:pipeline>
+ <!-- /Rollback -->
+
<!-- Edit Article with Xopus2 -->
<map:pipeline>
<map:match pattern="authoring/xopus2/**.html">
+ <map:act type="reserved-checkout">
+ <map:generate type="serverpages" src="../../content/rc/{exception}.xsp">
+ <map:parameter name="user" value="{user}"/>
+ <map:parameter name="filename" value="{filename}"/>
+ <map:parameter name="date" value="{date}"/>
+ </map:generate>
+ <map:serialize type="xml"/>
+ </map:act>
+
<map:act type="page-envelope">
<map:act type="uriparametrizer" src="authoring/{../1}.html">
***************
*** 141,149 ****
</map:match>
<map:handle-errors type="500">
<map:transform src="../../xslt/exception/not_published_yet.xsl"/>
<map:serialize/>
</map:handle-errors>
!
</map:pipeline>
--- 162,171 ----
</map:match>
+ <!--
<map:handle-errors type="500">
<map:transform src="../../xslt/exception/not_published_yet.xsl"/>
<map:serialize/>
</map:handle-errors>
! -->
</map:pipeline>