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/10/01 11:31:34 UTC

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

michi       2003/10/01 02:31:34

  Modified:    src/webapp/lenya/pubs/oscom sitemap.xmap
  Log:
  redirects added
  
  Revision  Changes    Path
  1.30      +11 -13    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.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- sitemap.xmap	7 Aug 2003 15:47:16 -0000	1.29
  +++ sitemap.xmap	1 Oct 2003 09:31:34 -0000	1.30
  @@ -52,6 +52,16 @@
   
     <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="search-oscom/lucene.xml">
  @@ -107,12 +117,6 @@
   
   
       <map:pipeline>
  -      <map:match pattern="introduction.html">
  -        <map:read src="resources/html/documentation/index.html" mime-type="text/html"/>
  -      </map:match>
  -    </map:pipeline>    
  -
  -    <map:pipeline>
         <map:match pattern="live/**">
           <map:mount uri-prefix="live" src="live-sitemap.xmap" check-reload="true" reload-method="synchron"/>
         </map:match>
  @@ -132,12 +136,6 @@
               <map:serialize type="xml"/>
             </map:match>
   
  -<!--
  -          <map:match pattern="policies/**">
  -            <map:mount uri-prefix="policies" src="policies-sitemap.xmap" check-reload="true" reload-method="synchron"/>
  -          </map:match>
  --->
  -          
         <map:match pattern="**">
   
             <!-- The authoring area -->
  
  
  

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