You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/10/15 18:30:03 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/docs-new faq.xmap static.xmap forrest-sitemap.xmap

andreas     2003/10/15 09:30:03

  Modified:    src/webapp/WEB-INF cocoon-xconf.xsl
               src/webapp/lenya/pubs/docs-new faq.xmap static.xmap
                        forrest-sitemap.xmap
  Log:
  commenting out forrest template configuration
  
  Revision  Changes    Path
  1.33      +3 -0      cocoon-lenya/src/webapp/WEB-INF/cocoon-xconf.xsl
  
  Index: cocoon-xconf.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/WEB-INF/cocoon-xconf.xsl,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- cocoon-xconf.xsl	10 Oct 2003 16:42:46 -0000	1.32
  +++ cocoon-xconf.xsl	15 Oct 2003 16:30:03 -0000	1.33
  @@ -46,8 +46,11 @@
       
       <component-instance name="defaults" class="org.apache.cocoon.components.modules.input.DefaultsMetaModule">
         <values>
  +        <skin>lenya-site</skin>
  +        <!--
           <skin-docs>lenya-site</skin-docs>
           <skin>forrest-site</skin>
  +        -->
         </values>
       </component-instance>
   
  
  
  
  1.3       +2 -1      cocoon-lenya/src/webapp/lenya/pubs/docs-new/faq.xmap
  
  Index: faq.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/docs-new/faq.xmap,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- faq.xmap	26 Sep 2003 11:21:53 -0000	1.2
  +++ faq.xmap	15 Oct 2003 16:30:03 -0000	1.3
  @@ -42,7 +42,8 @@
       </map:resource>
    
       <map:resource name="skinit">
  -      <map:transform src="skins/{forrest:skin-docs}/xslt/html/{type}.xsl">
  +<!--      <map:transform src="skins/{forrest:skin-docs}/xslt/html/{type}.xsl">-->
  +      <map:transform src="skins/{forrest:skin}/xslt/html/{type}.xsl">
           <map:parameter name="notoc" value="{notoc}"/>
           <!-- For backwards-compat with 0.2 - 0.4 skins -->
           <map:parameter name="isfaq" value="{notoc}"/>
  
  
  
  1.3       +2 -1      cocoon-lenya/src/webapp/lenya/pubs/docs-new/static.xmap
  
  Index: static.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/docs-new/static.xmap,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- static.xmap	26 Sep 2003 11:21:53 -0000	1.2
  +++ static.xmap	15 Oct 2003 16:30:03 -0000	1.3
  @@ -18,7 +18,8 @@
   
     <map:resources>
       <map:resource name="skin-read">
  -      <map:read src="skins/{forrest:skin-docs}/{path}" mime-type="{mime-type}" />
  +<!--      <map:read src="skins/{forrest:skin-docs}/{path}" mime-type="{mime-type}" />-->
  +      <map:read src="skins/{forrest:skin}/{path}" mime-type="{mime-type}" />
       </map:resource>
     </map:resources>
   
  
  
  
  1.6       +2 -1      cocoon-lenya/src/webapp/lenya/pubs/docs-new/forrest-sitemap.xmap
  
  Index: forrest-sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/docs-new/forrest-sitemap.xmap,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- forrest-sitemap.xmap	26 Sep 2003 11:18:49 -0000	1.5
  +++ forrest-sitemap.xmap	15 Oct 2003 16:30:03 -0000	1.6
  @@ -105,7 +105,8 @@
   
     <map:resources>
       <map:resource name="skinit">
  -      <map:transform src="skins/{forrest:skin-docs}/xslt/html/{type}.xsl">
  +<!--      <map:transform src="skins/{forrest:skin-docs}/xslt/html/{type}.xsl">-->
  +      <map:transform src="skins/{forrest:skin}/xslt/html/{type}.xsl">
           <map:parameter name="notoc" value="{notoc}"/>
           <!-- For backwards-compat with 0.2 - 0.4 skins -->
           <map:parameter name="isfaq" value="{notoc}"/>
  
  
  

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