You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2003/09/10 19:29:47 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/blog/config/menus entry.xsp

michi       2003/09/10 10:29:47

  Modified:    src/webapp/lenya/pubs/blog sitemap.xmap
               src/webapp/lenya/pubs/blog/config/menus entry.xsp
  Log:
  Page XML View added
  
  Revision  Changes    Path
  1.34      +7 -3      cocoon-lenya/src/webapp/lenya/pubs/blog/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/blog/sitemap.xmap,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- sitemap.xmap	9 Sep 2003 23:09:44 -0000	1.33
  +++ sitemap.xmap	10 Sep 2003 17:29:47 -0000	1.34
  @@ -6,7 +6,11 @@
   
     <map:components/>
   
  -  <map:views/>
  +  <map:views>
  +    <map:view name="pagexml" from-label="pagexml">
  +      <map:serialize type="xml"/>
  +    </map:view>
  +  </map:views>
   
     <map:resources/>
   
  @@ -72,7 +76,7 @@
           <map:serialize type="xml"/>
         </map:match>
         <map:match pattern="*/entries/*/*/*/*/index.html">
  -        <map:aggregate element="lenya">
  +        <map:aggregate element="lenya" label="pagexml">
             <map:part src="cocoon:/{1}/menubar/entry.xml"/>
             <map:part src="cocoon:/{1}/entries/{2}/{3}/{4}/{5}/lenya-page-body.xml"/>
           </map:aggregate>
  
  
  
  1.12      +1 -0      cocoon-lenya/src/webapp/lenya/pubs/blog/config/menus/entry.xsp
  
  Index: entry.xsp
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/blog/config/menus/entry.xsp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- entry.xsp	29 Aug 2003 07:22:46 -0000	1.11
  +++ entry.xsp	10 Sep 2003 17:29:47 -0000	1.12
  @@ -79,6 +79,7 @@
         <block>
           <item href="index.xml">Feed</item>
           <item href="lenya-page-body.xml">Body</item>
  +        <item href="?cocoon-view=pagexml">Page</item>
         </block>
         <block>
           <item href="index-bxeng.html">HTML&#160;for&#160;BXENG</item>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org