You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@apache.org on 2001/11/02 00:46:58 UTC

cvs commit: xml-cocoon2/documentation sitemap.xmap

stefano     01/11/01 15:46:58

  Modified:    documentation sitemap.xmap
  Log:
  fixed wrong mime type
  
  Revision  Changes    Path
  1.25      +6 -8      xml-cocoon2/documentation/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/documentation/sitemap.xmap,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- sitemap.xmap	2001/10/23 07:06:54	1.24
  +++ sitemap.xmap	2001/11/01 23:46:58	1.25
  @@ -121,12 +121,13 @@
      </map:match>
   
      <!-- ================  Static  =========================== -->
  -      <map:match pattern="**sample/**">
  -          <map:read src="xdocs/{1}sample/{2}" mime-type="text"/>
  -      </map:match>
   
  +   <map:match pattern="**sample/**">
  +    <map:read src="xdocs/{1}sample/{2}" mime-type="text/plain"/>
  +   </map:match>
  +
      <map:match pattern="**.txt">
  -    <map:read src="xdocs/{1}.txt" mime-type="text"/>
  +    <map:read src="xdocs/{1}.txt" mime-type="text/plain"/>
      </map:match>
   
      <map:match pattern="**resources/script.js">
  @@ -138,7 +139,7 @@
      </map:match>
   
      <map:match pattern="**.css">
  -    <map:read src="{1}.css" mime-type="text"/>
  +    <map:read src="{1}.css" mime-type="text/css"/>
      </map:match>
   
      <map:match pattern="**images/*.png">
  @@ -153,7 +154,6 @@
       <map:read src="images/{2}.gif" mime-type="image/gif"/>
      </map:match>
   
  -
      <map:match pattern="**graphics/**-*.jpg">
        <map:generate src="svg/{3}.xml"/>
        <map:transform src="svg/addlabel.xsl">
  @@ -167,5 +167,3 @@
    </map:pipelines>
   
   </map:sitemap>
  -
  -<!-- end of file -->
  
  
  

----------------------------------------------------------------------
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