website/src/documentation sitemap.xmap,1.1,1.2 skinconf.xml,1.6,1.7

Sebastian Bergmann <[email protected]> Tue, 20 Jan 2004 05:29:15 +0000
Newsgroups gmane.comp.web.phpopentracker.cvs
Message-ID <[email protected]>
Update of /cvsroot/phpopencounter/website/src/documentation
In directory sc8-pr-cvs1:/tmp/cvs-serv4652/src/documentation

Modified Files:
	sitemap.xmap skinconf.xml 
Log Message:
Apache Forrest 0.6-CVS compatibility update.

Index: sitemap.xmap
===================================================================
RCS file: /cvsroot/phpopencounter/website/src/documentation/sitemap.xmap,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** sitemap.xmap	19 Sep 2003 10:15:39 -0000	1.1
--- sitemap.xmap	20 Jan 2004 05:29:13 -0000	1.2
***************
*** 13,17 ****
      <map:generators default="file">
        <map:generator name="file"      src="org.apache.cocoon.generation.FileGenerator" />
-       <map:generator name="serverpages" src="org.apache.cocoon.generation.ServerPagesGenerator"/>
        <!--
        <map:generator name="html"      src="org.apache.cocoon.generation.HTMLGenerator">
--- 13,16 ----
***************
*** 52,55 ****
--- 51,55 ----
  
        <map:transformer name="xpath" logger="sitemap.transformer.xpath" src="org.apache.cocoon.transformation.XPathTransformer" />
+       
        <map:transformer name="xslt" src="org.apache.cocoon.transformation.TraxTransformer" logger="sitemap.transformer.xslt" pool-max="32" pool-min="8" pool-grow="2">
          <use-request-parameters>false</use-request-parameters>
***************
*** 63,74 ****
        <map:transformer name="xinclude" src="org.apache.cocoon.transformation.XIncludeTransformer" logger="sitemap.transformer.xinclude" pool-grow="2" pool-max="16" pool-min="2" />
  
!     <map:transformer name="i18n" src="org.apache.cocoon.transformation.I18nTransformer">
!       <catalogues default="menu">
!         <catalogue id="menu" name="menu" location="translations"/>
!       </catalogues>
!       <!-- Commented out to verify your translations
!       <untranslated-text>untranslated</untranslated-text> -->
!       <cache-at-startup>true</cache-at-startup>
!     </map:transformer>
  
      </map:transformers>
--- 63,67 ----
        <map:transformer name="xinclude" src="org.apache.cocoon.transformation.XIncludeTransformer" logger="sitemap.transformer.xinclude" pool-grow="2" pool-max="16" pool-min="2" />
  
!       <map:transformer name="cinclude" pool-grow="2" pool-max="16" pool-min="2" src="org.apache.cocoon.transformation.CIncludeTransformer" logger="sitemap.transformer.cinclude"/>
  
      </map:transformers>
***************
*** 85,89 ****
  
        <map:serializer name="xml" mime-type="text/xml" src="org.apache.cocoon.serialization.XMLSerializer"/>
!       
        <map:serializer name="xml-document" mime-type="text/xml" src="org.apache.cocoon.serialization.XMLSerializer">
          <cdata-section-elements>source</cdata-section-elements>
--- 78,82 ----
  
        <map:serializer name="xml" mime-type="text/xml" src="org.apache.cocoon.serialization.XMLSerializer"/>
! 
        <map:serializer name="xml-document" mime-type="text/xml" src="org.apache.cocoon.serialization.XMLSerializer">
          <cdata-section-elements>source</cdata-section-elements>
***************
*** 97,100 ****
--- 90,99 ----
          <encoding>ISO-8859-1</encoding>
        </map:serializer>
+       
+       <map:serializer name="svgxml" src="org.apache.cocoon.serialization.XMLSerializer" mime-type="image/svg+xml">
+         <doctype-public>-//W3C//DTD SVG 1.0//EN</doctype-public>
+         <doctype-system>http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd</doctype-system>
+       </map:serializer>
+       
       <!--
        <map:serializer mime-type="application/x-shockwave-flash" name="swf" src="org.apache.cocoon.serialization.SWFSerializer"/>
***************
*** 109,118 ****
  
      <map:selectors>
!       <map:selector logger="sitemap.selector.exists" name="exists" src="org.apache.cocoon.selection.ResourceExistsSelector" />
      </map:selectors>
-     <map:actions>
-       <map:action name="locale" src="org.apache.cocoon.acting.LocaleAction" />
-     </map:actions>
- 
  
      <map:pipes default="caching">
--- 108,113 ----
  
      <map:selectors>
!       <map:selector logger="sitemap.selector.exists" name="exists" src="org.apache.cocoon.selection.SourceExistsSelector" />
      </map:selectors>
  
      <map:pipes default="caching">
***************
*** 130,134 ****
    <map:views>
      <map:view name="links" from-position="last">
!       <map:transform src="resources/stylesheets/filterlinks.xsl">
          <map:parameter name="ctxbasedir" value="{realpath:.}/"/>
        </map:transform>
--- 125,129 ----
    <map:views>
      <map:view name="links" from-position="last">
!       <map:transform src="{forrest:stylesheets}/filterlinks.xsl">
          <map:parameter name="ctxbasedir" value="{realpath:.}/"/>
        </map:transform>
***************
*** 140,155 ****
    <map:resources>
      <map:resource name="skinit">
!       <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}"/>
!         <map:parameter name="nopdf" value="{nopdf}"/>
!         <map:parameter name="path" value="{path}"/>
!         <map:parameter name="obfuscate-mail-links" value="false"/>
!         <!-- Can set an alternative project skinconfig here 
!         <map:parameter name="config-file" value="../../../../skinconf.xml"/>
!         -->
!       </map:transform>
! 
        <map:serialize/>
      </map:resource>
--- 135,160 ----
    <map:resources>
      <map:resource name="skinit">
!         <map:select type="exists">
!           <map:when test="{project:skins-dir}{forrest:skin}/xslt/html/{type}.xsl">
!             <map:transform src="{project:skins-dir}{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}"/>
!               <map:parameter name="nopdf" value="{nopdf}"/>
!               <map:parameter name="path" value="{path}"/>
!               <map:parameter name="config-file" value="{project:skinconf}"/>
!             </map:transform>
!           </map:when>
!           <map:otherwise>
!             <map:transform src="{forrest:home}context/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}"/>
!               <map:parameter name="nopdf" value="{nopdf}"/>
!               <map:parameter name="path" value="{path}"/>
!               <map:parameter name="config-file" value="{project:skinconf}"/>
!             </map:transform>
!           </map:otherwise>
!         </map:select>
        <map:serialize/>
      </map:resource>
***************
*** 267,273 ****
        <map:match pattern="**body-*.html">
          <map:select type="exists">
!           <map:when test="content/xdocs/{1}{2}.ehtml">
!             <map:generate src="content/xdocs/{1}{2}.ehtml" />
!             <map:transform src="resources/stylesheets/html2htmlbody.xsl" />
              <map:transform type="linkrewriter" src="cocoon:/{1}linkmap-{2}.html"/>
              <map:serialize type="xml" />
--- 272,278 ----
        <map:match pattern="**body-*.html">
          <map:select type="exists">
!           <map:when test="{project:content.xdocs}{1}{2}.ehtml">
!             <map:generate src="{project:content.xdocs}{1}{2}.ehtml" />
!             <map:transform src="{forrest:stylesheets}/html2htmlbody.xsl" />
              <map:transform type="linkrewriter" src="cocoon:/{1}linkmap-{2}.html"/>
              <map:serialize type="xml" />
***************
*** 300,304 ****
  
        <map:match pattern="**tab-*.html">
!         <map:generate src="content/xdocs/tabs.xml" />
          <map:transform type="linkrewriter" src="cocoon:/{1}linkmap-{2}.html"/>
          <map:call resource="skinit">
--- 305,309 ----
  
        <map:match pattern="**tab-*.html">
!         <map:generate src="{project:content.xdocs}tabs.xml" />
          <map:transform type="linkrewriter" src="cocoon:/{1}linkmap-{2}.html"/>
          <map:call resource="skinit">
***************
*** 325,329 ****
        <map:match type="regexp" pattern="^.+$">
          <map:select type="exists">
!           <map:when test="content/{0}">
              <map:mount uri-prefix="" src="raw.xmap" check-reload="yes" />
            </map:when>
--- 330,334 ----
        <map:match type="regexp" pattern="^.+$">
          <map:select type="exists">
!           <map:when test="{project:content}/{0}">
              <map:mount uri-prefix="" src="raw.xmap" check-reload="yes" />
            </map:when>
***************
*** 364,374 ****
          <map:transform type="xinclude"/>
          <map:transform type="linkrewriter" src="cocoon://{1}linkmap-{2}.pdf"/>
!         <map:transform src="skins/{forrest:skin}/xslt/fo/document2fo.xsl">
!           <map:parameter name="ctxbasedir" value="{realpath:.}/"/>
!           <map:parameter name="xmlbasedir" value="content/xdocs/{1}"/>
!         </map:transform>
          <map:serialize type="fo2pdf"/>
        </map:match>
  
        <map:match pattern="**changes.rss">
          <map:mount uri-prefix="" src="status.xmap" check-reload="yes" />
--- 369,423 ----
          <map:transform type="xinclude"/>
          <map:transform type="linkrewriter" src="cocoon://{1}linkmap-{2}.pdf"/>
!         <map:select type="exists">
!           <map:when test="{project:skins-dir}{forrest:skin}/xslt/fo/document2fo.xsl">
!             <map:transform src="{project:skins-dir}{forrest:skin}/xslt/fo/document2fo.xsl">
!               <map:parameter name="ctxbasedir" value="{realpath:.}/"/>
!               <map:parameter name="xmlbasedir" value="{project:content.xdocs}{1}"/>
!             </map:transform>
!           </map:when>
!           <map:when test="{forrest:home}context/skins/{forrest:skin}/xslt/fo/document2fo.xsl">
!             <map:transform src="{forrest:home}context/skins/{forrest:skin}/xslt/fo/document2fo.xsl">
!               <map:parameter name="ctxbasedir" value="{realpath:.}/"/>
!               <map:parameter name="xmlbasedir" value="{project:content.xdocs}{1}"/>
!             </map:transform>
!           </map:when>
!           <map:otherwise>
!             <map:transform src="{forrest:home}context/skins/common/xslt/fo/document2fo.xsl">
!               <map:parameter name="ctxbasedir" value="{realpath:.}/"/>
!               <map:parameter name="xmlbasedir" value="{project:content.xdocs}{1}"/>
!             </map:transform>
!           </map:otherwise>
!         </map:select>
          <map:serialize type="fo2pdf"/>
        </map:match>
  
+       <map:match type="regexp" pattern="^(.*?)([^/]*).svg$">
+         <map:generate src="cocoon:/{1}{2}.xml"/>
+         <!-- <map:transform type="idgen"/> -->
+         <map:transform type="xinclude"/>
+         <map:transform type="linkrewriter" src="cocoon://{1}linkmap-{2}.svg"/>
+         <map:select type="exists">
+           <map:when test="{project:skins-dir}{forrest:skin}/xslt/svg/document2svg.xsl">
+             <map:transform src="{project:skins-dir}{forrest:skin}/xslt/svg/document2svg.xsl">
+               <map:parameter name="ctxbasedir" value="{realpath:.}/"/>
+               <map:parameter name="xmlbasedir" value="{project:content.xdocs}{1}"/>
+             </map:transform>
+           </map:when>
+           <map:when test="{forrest:home}context/skins/{forrest:skin}/xslt/svg/document2svg.xsl">
+             <map:transform src="{forrest:home}context/skins/{forrest:skin}/xslt/svg/document2svg.xsl">
+               <map:parameter name="ctxbasedir" value="{realpath:.}/"/>
+               <map:parameter name="xmlbasedir" value="{project:content.xdocs}{1}"/>
+             </map:transform>
+           </map:when>
+           <map:otherwise>
+             <map:transform src="{forrest:home}context/skins/common/xslt/svg/document2svg.xsl">
+               <map:parameter name="ctxbasedir" value="{realpath:.}/"/>
+               <map:parameter name="xmlbasedir" value="{project:content.xdocs}{1}"/>
+             </map:transform>
+           </map:otherwise>
+         </map:select>
+         <map:serialize type="svgxml"/>
+       </map:match>
+       
        <map:match pattern="**changes.rss">
          <map:mount uri-prefix="" src="status.xmap" check-reload="yes" />
***************
*** 387,393 ****
          <map:mount uri-prefix="" src="resources.xmap" check-reload="yes" />
        </map:match>
!      <map:match pattern="**favicon.ico">
          <map:mount uri-prefix="" src="resources.xmap" check-reload="yes" />
        </map:match>
      </map:pipeline>
  
--- 436,445 ----
          <map:mount uri-prefix="" src="resources.xmap" check-reload="yes" />
        </map:match>
!       <map:match pattern="**.png">
          <map:mount uri-prefix="" src="resources.xmap" check-reload="yes" />
        </map:match>
+      <map:match pattern="**.ico">
+         <map:mount uri-prefix="" src="resources.xmap" check-reload="yes" />
+       </map:match>      
      </map:pipeline>
  

Index: skinconf.xml
===================================================================
RCS file: /cvsroot/phpopencounter/website/src/documentation/skinconf.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** skinconf.xml	22 Dec 2003 03:38:55 -0000	1.6
--- skinconf.xml	20 Jan 2004 05:29:13 -0000	1.7
***************
*** 10,17 ****
    <!ENTITY % links.att 'name CDATA #REQUIRED'>
    <!ENTITY % link.att 'name CDATA #REQUIRED href CDATA #REQUIRED'>
!   <!ELEMENT skinconfig (disable-search?, disable-print-link?, disable-pdf-link?,
!   disable-xml-link?, disable-compliance-links?, searchsite-domain?, searchsite-name?,
!   project-name, project-description, project-url, project-logo, group-name?, group-description?, group-url?, group-logo?,
!   host-url?, host-logo?, year?, vendor?, trail?, toc?, credits?)*>
    <!ELEMENT credits (credit*)>
    <!ELEMENT credit (name, url, image?, width?, height?)>
--- 10,17 ----
    <!ENTITY % links.att 'name CDATA #REQUIRED'>
    <!ENTITY % link.att 'name CDATA #REQUIRED href CDATA #REQUIRED'>
!   <!ELEMENT skinconfig (disable-lucene?, disable-search?, disable-print-link?, disable-pdf-link?,
!   disable-xml-link?, disable-external-link-image?, disable-compliance-links?, obfuscate-mail-links?, searchsite-domain?, searchsite-name?,
!   project-name, project-description?, project-url, project-logo, group-name?, group-description?, group-url?, group-logo?,
!   host-url?, host-logo?, year?, vendor?, trail?, toc?, colors?, extra-css?, credits?)*>
    <!ELEMENT credits (credit*)>
    <!ELEMENT credit (name, url, image?, width?, height?)>
***************
*** 19,27 ****
    <!ATTLIST credit id   CDATA #IMPLIED
                     role CDATA #IMPLIED>
    <!ELEMENT disable-search (#PCDATA)>
    <!ELEMENT disable-print-link (#PCDATA)>
    <!ELEMENT disable-pdf-link (#PCDATA)>
!   <!ELEMENT disable-xml-link (#PCDATA)>    
    <!ELEMENT disable-compliance-links (#PCDATA)>   
    <!ELEMENT searchsite-domain (#PCDATA)>
    <!ELEMENT searchsite-name (#PCDATA)>  
--- 19,30 ----
    <!ATTLIST credit id   CDATA #IMPLIED
                     role CDATA #IMPLIED>
+   <!ELEMENT disable-lucene (#PCDATA)>
    <!ELEMENT disable-search (#PCDATA)>
    <!ELEMENT disable-print-link (#PCDATA)>
    <!ELEMENT disable-pdf-link (#PCDATA)>
!   <!ELEMENT disable-xml-link (#PCDATA)>
!   <!ELEMENT disable-external-link-image (#PCDATA)>    
    <!ELEMENT disable-compliance-links (#PCDATA)>   
+   <!ELEMENT obfuscate-mail-links (#PCDATA)>   
    <!ELEMENT searchsite-domain (#PCDATA)>
    <!ELEMENT searchsite-name (#PCDATA)>  
***************
*** 30,39 ****
--- 33,48 ----
    <!ELEMENT project-url (#PCDATA)>
    <!ELEMENT project-logo (#PCDATA)>
+   <!ATTLIST project-logo width CDATA #IMPLIED 
+                          height CDATA #IMPLIED>
    <!ELEMENT group-name (#PCDATA)>
    <!ELEMENT group-description (#PCDATA)>
    <!ELEMENT group-url (#PCDATA)>
    <!ELEMENT group-logo (#PCDATA)>
+   <!ATTLIST group-logo width CDATA #IMPLIED 
+                        height CDATA #IMPLIED>
    <!ELEMENT host-url (#PCDATA)>
    <!ELEMENT host-logo (#PCDATA)>
+   <!ATTLIST host-logo width CDATA #IMPLIED 
+                       height CDATA #IMPLIED>
    <!ELEMENT year (#PCDATA)>
    <!ELEMENT vendor (#PCDATA)>
***************
*** 52,61 ****
    <!ELEMENT height (#PCDATA)>
    <!ELEMENT toc EMPTY>
!   <!ATTLIST toc level CDATA #IMPLIED>
    ]>
  
  <skinconfig>
    <!-- Do we want to disable the Google search box? -->
    <disable-search>false</disable-search>
    <!-- Do we want to disable the print link? If enabled, invalid HTML 4.0.1 -->
    <disable-print-link>true</disable-print-link>  
--- 61,80 ----
    <!ELEMENT height (#PCDATA)>
    <!ELEMENT toc EMPTY>
!   <!ATTLIST toc level CDATA #IMPLIED location CDATA #IMPLIED>
!   <!ELEMENT colors (color*)>
!   <!ELEMENT color EMPTY>
!   <!ATTLIST color name CDATA #REQUIRED 
!                   value CDATA #REQUIRED>
!   <!ELEMENT extra-css (#PCDATA)>
    ]>
  
  <skinconfig>
+   <!-- Do we want to disable the Lucene search box? -->
+   <disable-lucene>true</disable-lucene>
    <!-- Do we want to disable the Google search box? -->
+   <!-- Ensure not both 'false' -->
+   <!-- To show search box in an alternative location use 'alt' -->
    <disable-search>false</disable-search>
+   
    <!-- Do we want to disable the print link? If enabled, invalid HTML 4.0.1 -->
    <disable-print-link>true</disable-print-link>  
***************
*** 63,69 ****
    <disable-pdf-link>false</disable-pdf-link>
    <!-- Do we want to disable the xml source link? -->
    <disable-xml-link>true</disable-xml-link>
    <!-- Do we want to disable w3c compliance links? -->
!   <disable-compliance-links>true</disable-compliance-links>
  
    <searchsite-domain>www.phpopentracker.de</searchsite-domain>  
--- 82,99 ----
    <disable-pdf-link>false</disable-pdf-link>
    <!-- Do we want to disable the xml source link? -->
+   <!-- The xml source link makes it possible to access the xml rendition of
+         the source frim the html page, and to have it generated statically.
+         This can be used to enable other sites and services to reuse the
+         xml format for their uses. Keep this disabled if you don't want other
+         sites to easily reuse your pages.-->
    <disable-xml-link>true</disable-xml-link>
+   
+   <!-- If true, an the images on all external links will not be added -->  
+   <disable-external-link-image>false</disable-external-link-image>
+   
    <!-- Do we want to disable w3c compliance links? -->
!   <disable-compliance-links>false</disable-compliance-links>
!   <!-- Whether to render mailto: links unrecognisable by spam harvesters -->
!   <obfuscate-mail-links>true</obfuscate-mail-links>
  
    <searchsite-domain>www.phpopentracker.de</searchsite-domain>  
***************
*** 81,92 ****
    <!-- optional group logo
         skin: forrest-site renders it at the top-left corner -->
- <!--
    <group-name>MyGroup</group-name>
    <group-description>MyGroup Description</group-description>
    <group-url>http://mygroup.org</group-url>
    <group-logo>images/group.png</group-logo>
- -->
    <!-- Alternative static image:
    <group-logo>images/group-logo.gif</group-logo> -->
    <!-- optional host logo (e.g. sourceforge logo)
         skin: forrest-site renders it at the bottom-left corner -->
--- 111,121 ----
    <!-- optional group logo
         skin: forrest-site renders it at the top-left corner -->
    <group-name>MyGroup</group-name>
    <group-description>MyGroup Description</group-description>
    <group-url>http://mygroup.org</group-url>
    <group-logo>images/group.png</group-logo>
    <!-- Alternative static image:
    <group-logo>images/group-logo.gif</group-logo> -->
+ 
    <!-- optional host logo (e.g. sourceforge logo)
         skin: forrest-site renders it at the bottom-left corner -->
***************
*** 107,115 ****
    </trail>
  
!   <!-- Configure how many "section" levels need to be included in the
    generated Table of Contents (TOC). By default, if no toc element is provided
    below, then 2 levels are included. Level 0 does not generate any TOC at all.
    -->
!   <toc level="2"/>
  
    <!-- Credits are typically rendered as a set of small clickable images in the
--- 136,250 ----
    </trail>
  
!   <!-- Configure the TOC, ie the Table of Contents.
!   @level
!   how many "section" levels need to be included in the
    generated Table of Contents (TOC). By default, if no toc element is provided
    below, then 2 levels are included. Level 0 does not generate any TOC at all.
+   @location ("page","menu","page,menu")
+   Where to show the TOC.
    -->
!   <toc level="2" location="page"/>
! 
!   <colors>
!   
!   <!-- Krysalis -->
!   <!--
!     <color name="header"    value="#FFFFFF"/>
! 
!     <color name="tab-selected" value="#a5b6c6"/>
!     <color name="tab-unselected" value="#F7F7F7"/>
!     <color name="subtab-selected" value="#a5b6c6"/>
!     <color name="subtab-unselected" value="#a5b6c6"/>
! 
!     <color name="heading" value="#a5b6c6"/>
!     <color name="subheading" value="#CFDCED"/>
!         
!     <color name="navstrip" value="#CFDCED"/>
!     <color name="toolbox" value="#a5b6c6"/>
!     
!     <color name="menu" value="#F7F7F7"/>    
!     <color name="dialog" value="#F7F7F7"/>
!             
!     <color name="body"      value="#ffffff"/>
!     
!     <color name="table" value="#a5b6c6"/>    
!     <color name="table-cell" value="#ffffff"/>    
!     <color name="highlight" value="#yellow"/>
!     <color name="fixme" value="#c60"/>
!     <color name="note" value="#069"/>
!     <color name="warning" value="#900"/>
!     <color name="code" value="#a5b6c6"/>
!         
!     <color name="footer" value="#a5b6c6"/>
!    --> 
!   
!   <!-- Forrest -->
!   <!--
!     <color name="header"    value="#294563"/>
! 
!     <color name="tab-selected" value="#4a6d8c"/>
!     <color name="tab-unselected" value="#b5c7e7"/>
!     <color name="subtab-selected" value="#4a6d8c"/>
!     <color name="subtab-unselected" value="#4a6d8c"/>
! 
!     <color name="heading" value="#294563"/>
!     <color name="subheading" value="#4a6d8c"/>
!         
!     <color name="navstrip" value="#cedfef"/>
!     <color name="toolbox" value="#294563"/>
!     
!     <color name="menu" value="#4a6d8c"/>    
!     <color name="dialog" value="#4a6d8c"/>
!             
!     <color name="body"      value="#ffffff"/>
!     
!     <color name="table" value="#7099C5"/>    
!     <color name="table-cell" value="#f0f0ff"/>    
!     <color name="highlight" value="#yellow"/>
!     <color name="fixme" value="#c60"/>
!     <color name="note" value="#069"/>
!     <color name="warning" value="#900"/>
!     <color name="code" value="#CFDCED"/>
!         
!     <color name="footer" value="#cedfef"/>
!   -->  
! 
!   <!-- Collabnet --> 
!   <!--
!     <color name="header"    value="#036"/>
! 
!     <color name="tab-selected" value="#ddd"/>
!     <color name="tab-unselected" value="#999"/>
!     <color name="subtab-selected" value="#ccc"/>
!     <color name="subtab-unselected" value="#ccc"/>
! 
!     <color name="heading" value="#036"/>
!     <color name="subheading" value="#888"/>
!     
!     <color name="navstrip" value="#ddd"/>
!     <color name="toolbox" value="#ddd"/>
!     
!     <color name="menu" value="#ffffff"/>    
!     <color name="dialog" value="#eeeeee"/>
!             
!     <color name="body"      value="#ffffff"/>
!     
!     <color name="table" value="#ccc"/>    
!     <color name="table-cell" value="#ffffff"/>   
!     <color name="highlight" value="#yellow"/>
!     <color name="fixme" value="#c60"/>
!     <color name="note" value="#069"/>
!     <color name="warning" value="#900"/>
!     <color name="code" value="#036"/>
!         
!     <color name="footer" value="#ffffff"/>
!    -->
!   
! 
! 
!   </colors>
!   
!   <extra-css>
!   </extra-css>
  
    <!-- Credits are typically rendered as a set of small clickable images in the
***************
*** 143,145 ****
--- 278,281 ----
      PDF page's footer. -->
    </credits>
+ 
  </skinconfig>




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn