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/03/13 08:18:56 UTC

svn commit: rev 9409 - incubator/depot/trunk/site/src/documentation

Author: nickchalko
Date: Sat Mar 13 00:18:56 2004
New Revision: 9409

Modified:
   incubator/depot/trunk/site/src/documentation/skinconf.xml
Log:
Work on top level site

Modified: incubator/depot/trunk/site/src/documentation/skinconf.xml
==============================================================================
--- incubator/depot/trunk/site/src/documentation/skinconf.xml	(original)
+++ incubator/depot/trunk/site/src/documentation/skinconf.xml	Sat Mar 13 00:18:56 2004
@@ -1,27 +1,39 @@
 <?xml version="1.0"?>
-
 <!--
-Skin configuration file. This file contains details of your project, which will
-be used to configure the chosen Forrest skin.
+$Id: build.xml 6969 2004-03-02 08:37:48Z nickchalko $
+Copyright 2004 The Apache Software Foundation
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+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?, obfuscate-mail-links?, searchsite-domain?, searchsite-name?,
+  <!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?, credits?)*>
+  host-url?, host-logo?, favicon-url?, year?, vendor?, trail?, toc?, headings?, colors?, extra-css?, 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)>
@@ -30,12 +42,19 @@
   <!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)>
@@ -52,43 +71,63 @@
   <!ELEMENT width (#PCDATA)>
   <!ELEMENT height (#PCDATA)>
   <!ELEMENT toc EMPTY>
-  <!ATTLIST toc level CDATA #IMPLIED>
+  <!ATTLIST toc level 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)>
   ]>
 
 <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>  
+  <disable-print-link>false</disable-print-link>  
   <!-- Do we want to disable the PDF link? -->
-  <disable-pdf-link>true</disable-pdf-link>
+  <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>mydomain</searchsite-domain>  
-  <searchsite-name>MyProject</searchsite-name>  
+  <searchsite-domain>apache.org</searchsite-domain>
+  <searchsite-name>Apache</searchsite-name>  
 
   <!-- mandatory project logo
        skin: forrest-site renders it at the top -->
-  <project-name>Depot</project-name>
-  <project-description>Integrated tools for automating downloading (with security checks), publishing (new artifacts) and managing the contents of the apache repository</project-description>
-  <project-url>http://incubator.apache.org/projects/depot/</project-url>
-  <project-logo>images/project.png</project-logo>
-  <!-- Alternative static image:
-  <project-logo>images/project-logo.gif</project-logo> -->
+  <project-name>Apache Ruper</project-name>
+  <project-description>Apache Ruper</project-description>
+  <project-url>http://incubator.apache.org/depot/ruper/</project-url>
+  <project-logo>images/apache-ruper-logo.png</project-logo>
 
   <!-- optional group logo
        skin: forrest-site renders it at the top-left corner -->
-  <group-name>Apache Incubator</group-name>
-  <group-description>Project entry path to the ASF</group-description>
-  <group-url>http://incubator.apache.org</group-url>
-  <group-logo>images/apache-incubator-logo.png</group-logo>
-  <!-- Alternative static image:
-  <group-logo>images/group-logo.gif</group-logo> -->
+  <group-name>Apache Incubator Depot</group-name>
+  <group-url>http://incubator.apache.org/depot/</group-url>
+  <group-logo>images/apache-incubator-white.png</group-logo>
 
   <!-- optional host logo (e.g. sourceforge logo)
        skin: forrest-site renders it at the bottom-left corner -->
@@ -96,23 +135,99 @@
   <host-logo></host-logo>
 
   <!-- The following are used to construct a copyright statement -->
-  <year>2004</year>
+  <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.
   -->
   <trail>
-    <link1 name="myGroup" href="http://www.apache.org/"/>
-    <link2 name="myProject" href="http://xml.apache.org/"/>
-    <link3 name="" href=""/>
+    <link1 name="apache" href="http://www.apache.org/"/>
+    <link2 name="incubator" href="http://incubator.apache.org/"/>
+    <link3 name="depot" href="http://incubator.apache.org/depot/"/>
   </trail>
 
-  <!-- Configure how many "section" levels need to be included in the
+  <!-- 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"/>
+  <toc level="2" 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>
+
 
   <!-- Credits are typically rendered as a set of small clickable images in the
   page footer -->