You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/02/04 22:09:31 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/blog sitemap.xmap

gregor      2004/02/04 13:09:31

  Modified:    src/webapp/lenya/pubs/oscom sitemap.xmap
               src/webapp global-sitemap.xmap
               src/webapp/lenya/pubs/default sitemap.xmap
               src/webapp/lenya/pubs/blog sitemap.xmap
  Log:
  moved introduction and "" matchers to the core
  
  Revision  Changes    Path
  1.45      +0 -7      cocoon-lenya/src/webapp/lenya/pubs/oscom/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/oscom/sitemap.xmap,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- sitemap.xmap	31 Jan 2004 16:06:52 -0000	1.44
  +++ sitemap.xmap	4 Feb 2004 21:09:30 -0000	1.45
  @@ -37,13 +37,6 @@
   
   <!-- Redirects -->
       <map:pipeline>
  -      <!-- Publication -->
  -      <map:match pattern="">
  -        <map:redirect-to uri="introduction.html"/>
  -      </map:match>
  -      <map:match pattern="index.html">
  -        <map:redirect-to uri="introduction.html"/>
  -      </map:match>
         <!-- Home -->
         <map:match pattern="*/">
           <map:redirect-to uri="index.html"/>
  
  
  
  1.37      +1 -3      cocoon-lenya/src/webapp/global-sitemap.xmap
  
  Index: global-sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/global-sitemap.xmap,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- global-sitemap.xmap	29 Jan 2004 18:09:03 -0000	1.36
  +++ global-sitemap.xmap	4 Feb 2004 21:09:30 -0000	1.37
  @@ -793,15 +793,13 @@
   
   
         <!-- Publications -->
  -<!-- FIXME: Some publications still use "" and "index.html" as live entry point -->
  -<!--
         <map:match pattern="*/">
           <map:redirect-to uri="introduction.html"/>
         </map:match>
         <map:match pattern="*/index.html">
           <map:redirect-to uri="introduction.html"/>
         </map:match>
  --->
  +
         <!-- About Publication -->
         <map:match pattern="*/introduction.html">
           <map:generate src="lenya/pubs/{1}/publication.xml" />
  
  
  
  1.19      +2 -13     cocoon-lenya/src/webapp/lenya/pubs/default/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/sitemap.xmap,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- sitemap.xmap	17 Oct 2003 04:58:19 -0000	1.18
  +++ sitemap.xmap	4 Feb 2004 21:09:30 -0000	1.19
  @@ -1,4 +1,4 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
   
   <!-- CVS: $Id$ -->
   
  @@ -15,18 +15,7 @@
   
     <map:pipelines>
   
  -    <!-- Redirects -->
       <map:pipeline>
  -      <map:match pattern="">
  -        <map:redirect-to uri="introduction.html"/>
  -      </map:match>
  -      <map:match pattern="index.html">
  -        <map:redirect-to uri="introduction.html"/>
  -      </map:match>
  -    </map:pipeline>
  -
  -    <map:pipeline>
  -
         <map:match pattern="**">
           <map:mount uri-prefix="" src="publication-sitemap.xmap"/>
         </map:match>
  
  
  
  1.46      +1 -8      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.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- sitemap.xmap	31 Jan 2004 16:06:52 -0000	1.45
  +++ sitemap.xmap	4 Feb 2004 21:09:30 -0000	1.46
  @@ -32,13 +32,6 @@
       </map:pipeline>
     
       <!-- Redirects -->
  -    <map:pipeline>
  -      <map:match pattern="">
  -        <map:redirect-to uri="introduction.html"/>
  -      </map:match>
  -      <map:match pattern="index.html">
  -        <map:redirect-to uri="introduction.html"/>
  -      </map:match>
         <map:match pattern="*/">
           <map:redirect-to uri="feeds/all/index.html"/>
         </map:match>
  
  
  

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