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...@locus.apache.org on 2000/08/17 18:48:33 UTC

cvs commit: xml-cocoon/conf sitemap.xmap cocoon.xconf

stefano     00/08/17 09:48:33

  Modified:    conf     Tag: xml-cocoon2 sitemap.xmap cocoon.xconf
  Log:
  added wildcard matcher (probably yet to finish)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.7   +4 -3      xml-cocoon/conf/Attic/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/conf/Attic/sitemap.xmap,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- sitemap.xmap	2000/08/16 05:08:06	1.1.2.6
  +++ sitemap.xmap	2000/08/17 16:48:33	1.1.2.7
  @@ -30,7 +30,7 @@
     <map:serializers default="html"> 
      <map:serializer name="xml"       src="org.apache.cocoon.serialization.XMLSerializer"/> 
      <map:serializer name="html"      src="org.apache.cocoon.serialization.HTMLSerializer"/> 
  -   <map:serializer name="fo2pdf"    src="org.apache.cocoon.serialization.FO2PDFSerializer"/> 
  +   <!-- <map:serializer name="fo2pdf"    src="org.apache.cocoon.serialization.FOPSerializer"/> -->
      <map:serializer name="svg2jpg"   src="org.apache.cocoon.serialization.SVGSerializer"/> 
      <map:serializer name="image"     src="org.apache.cocoon.serialization.ImageSerializer"/> 
     </map:serializers>
  @@ -39,6 +39,7 @@
     </map:selectors>
   
     <map:matchers default="uri-regexp">
  +   <map:matcher name="uri"        factory="org.apache.cocoon.matching.WildcardURIMatcherFactory"/>
      <map:matcher name="uri-regexp" factory="org.apache.cocoon.matching.RegexpURIMatcherFactory"/>
     </map:matchers>
   
  @@ -130,10 +131,10 @@
       <map:transform src="stylesheets/simple-welcome2html.xsl"/> 
       <map:serialize/> 
      </map:match>
  -    
  +
      <map:handle-errors> 
       <map:transform src="stylesheets/cool-error2html.xsl"/> 
  -    <map:serialize/>   
  +    <map:serialize/> 
      </map:handle-errors> 
   
     </map:pipeline>
  
  
  
  1.1.2.14  +0 -1      xml-cocoon/conf/Attic/cocoon.xconf
  
  Index: cocoon.xconf
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/conf/Attic/cocoon.xconf,v
  retrieving revision 1.1.2.13
  retrieving revision 1.1.2.14
  diff -u -r1.1.2.13 -r1.1.2.14
  --- cocoon.xconf	2000/07/27 21:49:47	1.1.2.13
  +++ cocoon.xconf	2000/08/17 16:48:33	1.1.2.14
  @@ -49,7 +49,6 @@
     </component>
   
     <component role="program-generator" class="org.apache.cocoon.components.language.generator.ProgramGeneratorImpl">
  -    <parameter name="repository" value="/tmp/repository"/>
       <parameter name="auto-reload" value="true"/>
     </component>