lenya/src/webapp/lenya/pubs/docs-new authoring-sitemap.xmap,1.15,1.16
Andreas Hartmann <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/docs-new
In directory erbium:/tmp/cvs-serv25966/src/webapp/lenya/pubs/docs-new
Modified Files:
authoring-sitemap.xmap
Log Message:
- added task configuration files
- added publishing pipeline
- added publishing menu entry
- changed installation instructions in sitetree
Index: authoring-sitemap.xmap
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/docs-new/authoring-sitemap.xmap,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** authoring-sitemap.xmap 25 Apr 2003 10:36:10 -0000 1.15
--- authoring-sitemap.xmap 6 May 2003 18:24:28 -0000 1.16
***************
*** 58,61 ****
--- 58,86 ----
</map:pipeline>
<!-- /ParentChild Content Creator: New Document -->
+
+ <!-- Export -->
+ <map:pipeline>
+
+ <map:match pattern="lenya/publishScreen*">
+ <map:generate type="serverpages" src="../../content/publishing/publish-screen.xsp"/>
+ <map:transform src="../../xslt/publishing/main.xsl">
+ <map:parameter name="use-request-parameters" value="true"/>
+ </map:transform>
+ <map:serialize type="html"/>
+ </map:match>
+
+ <map:match pattern="lenya/publish*">
+ <map:act type="request">
+ <map:parameter name="parameters" value="true"/>
+ <map:act type="task">
+ <map:parameter name="task-id" value="publish"/>
+ <map:redirect-to uri="{parent_uri}" session="true"/>
+ </map:act>
+ <map:redirect-to uri="publishScreen?status=failed" session="true"/>
+ </map:act>
+ </map:match>
+
+ </map:pipeline>
+ <!-- /Export -->
<map:pipeline>