lenya/src/webapp/lenya/pubs/docs-new forrest-sitemap.xmap,1.2,1.3
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-serv16399/src/webapp/lenya/pubs/docs-new
Modified Files:
forrest-sitemap.xmap
Log Message:
- formatting of roadmap changed
- homepage-specific forrest pipelines
- homepage-specific tab changes
Index: forrest-sitemap.xmap
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/docs-new/forrest-sitemap.xmap,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** forrest-sitemap.xmap 5 May 2003 16:44:03 -0000 1.2
--- forrest-sitemap.xmap 9 May 2003 15:19:52 -0000 1.3
***************
*** 163,167 ****
<!-- Serves content directly to the user -->
<!-- +==========================================================+ -->
!
<map:match type="regexp" pattern="^.+$">
<map:act type="resource-exists">
--- 163,167 ----
<!-- Serves content directly to the user -->
<!-- +==========================================================+ -->
!
<map:match type="regexp" pattern="^.+$">
<map:act type="resource-exists">
***************
*** 170,174 ****
</map:act>
</map:match>
!
<map:match pattern="*.html">
<map:aggregate element="site">
--- 170,174 ----
</map:act>
</map:match>
!
<map:match pattern="*.html">
<map:aggregate element="site">
***************
*** 230,234 ****
<!-- Called from output format pipelines -->
<!-- ============================================================ -->
! <map:pipeline internal-only="true">
<!-- External matches -->
--- 230,235 ----
<!-- Called from output format pipelines -->
<!-- ============================================================ -->
! <!-- <map:pipeline internal-only="true">-->
! <map:pipeline internal-only="false">
<!-- External matches -->
***************
*** 264,267 ****
--- 265,281 ----
</map:match>
+ <!-- lenya: special homepage -->
+ <map:match pattern="menu-index.xml">
+ <map:generate src="cocoon:/project/book.xml"/>
+ <map:transform type="linkrewriter" src="cocoon:/linkmap">
+ <map:parameter name="schemes" value="site ext"/>
+ </map:transform>
+ <map:call resource="skinit">
+ <map:parameter name="type" value="book2menu"/>
+ <map:parameter name="path" value="/index.xml"/>
+ </map:call>
+ </map:match>
+ <!-- /lenya -->
+
<map:match pattern="**menu-*.xml">
<map:generate src="cocoon:/{1}book.xml"/>
***************
*** 275,278 ****
--- 289,305 ----
</map:match>
+ <!-- lenya: special homepage -->
+ <map:match pattern="tab-index.xml">
+ <map:generate src="cocoon:/project/tab.xml" />
+ <map:transform type="linkrewriter" src="cocoon:/project/linkmap">
+ <map:parameter name="schemes" value="site ext"/>
+ </map:transform>
+ <map:call resource="skinit">
+ <map:parameter name="type" value="tab2menu"/>
+ <map:parameter name="path" value="index"/>
+ </map:call>
+ </map:match>
+ <!-- /lenya -->
+
<map:match pattern="**tab-*.xml">
<map:generate src="cocoon:/{1}tab.xml" />
***************
*** 291,295 ****
<!-- Raw XML sources, typically doc-v11 format -->
<!-- ============================================================ -->
! <map:pipeline internal-only="true">
<map:match pattern="**book.xml">
--- 318,323 ----
<!-- Raw XML sources, typically doc-v11 format -->
<!-- ============================================================ -->
! <map:pipeline internal-only="false">
! <!--<map:pipeline internal-only="true">-->
<map:match pattern="**book.xml">