You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2001/10/01 16:04:57 UTC

cvs commit: xml-cocoon2/documentation sitemap.xmap

cziegeler    01/10/01 07:04:57

  Modified:    documentation sitemap.xmap
  Log:
  Commented svg generation out
  
  Revision  Changes    Path
  1.4       +3 -3      xml-cocoon2/documentation/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/documentation/sitemap.xmap,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- sitemap.xmap	2001/10/01 14:03:56	1.3
  +++ sitemap.xmap	2001/10/01 14:04:57	1.4
  @@ -131,7 +131,7 @@
      <map:match pattern="**resources/**.gif">
       <map:read src="resources/{2}.gif" mime-type="image/gif"/>
      </map:match>
  -
  +<!--
      <map:match pattern="**graphics/*-label-*.jpg">
        <map:generate src="svg/buttona.xml"/>
        <map:transform src="svg/addlabel.xsl">
  @@ -140,8 +140,8 @@
        </map:transform>
        <map:serialize type="svg2jpeg"/>
      </map:match>
  -
  -   <map:match pattern="**graphics/**.gif">
  +-->
  +   <map:match pattern="**graphics/**">
       <map:read src="images/logo.gif" mime-type="image/gif"/>
      </map:match>
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org