You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by ni...@apache.org on 2004/05/14 07:51:40 UTC

svn commit: rev 10640 - incubator/depot/trunk/version/src/documentation

Author: nickchalko
Date: Fri May 14 00:51:39 2004
New Revision: 10640

Modified:
   incubator/depot/trunk/version/src/documentation/skinconf.xml
Log:
Set the colors to match the top level.

Modified: incubator/depot/trunk/version/src/documentation/skinconf.xml
==============================================================================
--- incubator/depot/trunk/version/src/documentation/skinconf.xml	(original)
+++ incubator/depot/trunk/version/src/documentation/skinconf.xml	Fri May 14 00:51:39 2004
@@ -14,35 +14,46 @@
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-
 <!DOCTYPE skinconfig [
 
   <!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-url, project-logo, group-name?, group-url?, group-logo?,
-  host-url?, host-logo?, year?, vendor?, trail?, credits?)*>
+  <!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?, favicon-url?, year?, vendor?, trail?, toc?, headings?, colors?, extra-css?, pdf?, credits?)*>
   <!ELEMENT credits (credit*)>
   <!ELEMENT credit (name, url, image?, width?, height?)>
   <!-- id uniquely identifies the tool, and role indicates its function -->
   <!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-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)>  
   <!ELEMENT project-name (#PCDATA)>
+  <!ELEMENT project-description (#PCDATA)>
   <!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 favicon-url (#PCDATA)>
   <!ELEMENT year (#PCDATA)>
   <!ELEMENT vendor (#PCDATA)>
   <!ELEMENT trail (link1, link2, link3)>
@@ -58,6 +69,30 @@
   <!ELEMENT image (#PCDATA)>
   <!ELEMENT width (#PCDATA)>
   <!ELEMENT height (#PCDATA)>
+  <!ELEMENT toc EMPTY>
+  <!ATTLIST toc max-depth CDATA #IMPLIED min-sections CDATA #IMPLIED
+            location CDATA #IMPLIED>
+  <!ELEMENT headings EMPTY>
+  <!ATTLIST headings type CDATA #REQUIRED>
+  <!ELEMENT colors (color*)>
+  <!ELEMENT color EMPTY>
+  <!ATTLIST color name CDATA #REQUIRED 
+                  value CDATA #REQUIRED
+                  font CDATA #IMPLIED
+                  link CDATA #IMPLIED
+                  vlink CDATA #IMPLIED
+                  hlink CDATA #IMPLIED>
+  <!ELEMENT extra-css (#PCDATA)>
+  <!ELEMENT page EMPTY>
+  <!ATTLIST page size (a0|a1|a2|a3|a4|a5|executive|folio|legal|ledger|letter|quarto|tabloid) "letter"
+                 orientation (portrait|landscape) "portrait"> 
+  <!ELEMENT top (#PCDATA)>
+  <!ELEMENT bottom (#PCDATA)>
+  <!ELEMENT inner (#PCDATA)>
+  <!ELEMENT outer (#PCDATA)>
+  <!ELEMENT margins (top?, bottom?, inner?, outer?)>
+  <!ATTLIST margins double-sided (true | false) "false">
+  <!ELEMENT pdf (page, margins?)>
   ]>
 
 <skinconfig>
@@ -86,8 +121,8 @@
   <host-logo></host-logo>
 
   <!-- The following are used to construct a copyright statement -->
-  <year>2002-2004</year>
-  <vendor>The Apache Community Project.</vendor>
+  <year>2003-2004</year>
+  <vendor>The Apache Software Foundation.</vendor>
 
   <!-- Some skins use this to form a 'breadcrumb trail' of links. If you don't
   want these, set the attributes to blank. The DTD purposefully requires them.
@@ -98,6 +133,114 @@
     <link3 name="Version" href="http://incubator.apache.org/projects/depot/version/"/>
   </trail>
 
+  <!-- Configure the TOC, ie the Table of Contents.
+  @max-depth
+  how many "section" levels need to be included in the
+  generated Table of Contents (TOC). 
+  @min-sections
+  Minimum required to create a TOC.
+  @location ("page","menu","page,menu")
+  Where to show the TOC.
+  -->
+  <toc max-depth="2" min-sections="1" location="page menu"/>
+
+  <!-- Heading types can be clean|underlined|boxed  -->
+  <headings type="underlined"/>
+  
+  <colors>
+  
+  <!-- Forrest -->
+  <!--  <color name="header"    value="#ffffff"/>
+
+    <color name="tab-selected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="tab-unselected" value="#b5c7e7" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="subtab-selected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="subtab-unselected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+
+    <color name="heading" value="#294563"/>
+    <color name="subheading" value="#4a6d8c"/>
+        
+    <color name="navstrip" value="#cedfef" font="#0F3660" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="toolbox" value="#4a6d8c"/>
+    <color name="border" value="#294563"/>
+    
+    <color name="menu" value="#4a6d8c" font="#cedfef" link="#ffffff" vlink="#ffffff" hlink="#ffcf00"/>    
+    <color name="dialog" value="#4a6d8c"/>
+            
+    <color name="body" value="#ffffff"  link="#0F3660" vlink="#009999" hlink="#000066"/>
+    
+    <color name="table" value="#7099C5"/>    
+    <color name="table-cell" value="#f0f0ff"/>    
+    <color name="highlight" value="#ffff00"/>
+    <color name="fixme" value="#cc6600"/>
+    <color name="note" value="#006699"/>
+    <color name="warning" value="#990000"/>
+    <color name="code" value="#CFDCED"/>
+        
+    <color name="footer" value="#cedfef"/>
+-->
+  <!-- Collabnet --> 
+
+    <color name="header"    value="#ffffff"/>
+
+    <color name="tab-selected" value="#dddddd" link="#555555" vlink="#555555" hlink="#555555"/>
+    <color name="tab-unselected" value="#999999" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
+    <color name="subtab-selected" value="#cccccc" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-unselected" value="#cccccc" link="#555555" vlink="#555555" hlink="#555555"/>
+
+    <color name="heading" value="#003366"/>
+    <color name="subheading" value="#888888"/>
+    
+    <color name="navstrip" value="#dddddd" font="#555555"/>
+    <color name="toolbox" value="#dddddd" font="#555555"/>
+    <color name="border" value="#999999"/>
+    
+    <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="#ffff00"/>
+    <color name="fixme" value="#cc6600"/>
+    <color name="note" value="#006699"/>
+    <color name="warning" value="#990000"/>
+    <color name="code" value="#003366"/>
+        
+    <color name="footer" value="#ffffff"/>
+
+  </colors>
+  
+  <extra-css>
+  </extra-css>
+
+ <!-- Settings specific to PDF output.  -->
+  <pdf>
+    <!--
+       Supported page sizes are a0, a1, a2, a3, a4, a5, executive,
+       folio, legal, ledger, letter, quarto, tabloid (default letter).
+       Supported page orientations are portrait, landscape (default
+       portrait).
+    -->
+    <page size="letter" orientation="portrait"/>
+
+    <!--
+       Margins can be specified for top, bottom, inner, and outer
+       edges. If double-sided="false", the inner edge is always left
+       and the outer is always right. If double-sided="true", the
+       inner edge will be left on odd pages, right on even pages,
+       the outer edge vice versa.
+       Specified below are the default settings.
+    -->
+    <margins double-sided="false">
+      <top>1in</top>
+      <bottom>1in</bottom>
+      <inner>1.25in</inner>
+      <outer>1in</outer>
+    </margins>
+  </pdf>
+
   <!-- Credits are typically rendered as a set of small clickable images in the
   page footer -->
   <credits>
@@ -108,13 +251,8 @@
       <width>88</width>
       <height>31</height>
     </credit>
-      <credit role="pdf">
-      <name>Apache Community Project</name>
-      <url>http://www.apache.org/</url>
-      <image>images/apache-logo-small.gif</image>
-      <width>138</width>
-      <height>31</height>
-    </credit>  
+    <!-- A credit with @role='pdf' will have its name and url displayed in the
+    PDF page's footer. -->
   </credits>
 
 </skinconfig>