krysalis-site/src/documentation skinconf.xml,1.6,1.7
Jeremias M?rki <[email protected]> Thu, 30 Dec 2004 13:29:04 +0000
| Newsgroups | gmane.comp.krysalis.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/krysalis/krysalis-site/src/documentation
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16525/src/documentation
Modified Files:
skinconf.xml
Log Message:
Update skin to pelt (using newer Forrest)
Renamed Krysalis Barcode to Barcode4J
Updated who we are
Index: skinconf.xml
===================================================================
RCS file: /cvsroot/krysalis/krysalis-site/src/documentation/skinconf.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** skinconf.xml 8 Oct 2003 09:51:33 -0000 1.6
--- skinconf.xml 30 Dec 2004 13:29:01 -0000 1.7
***************
*** 6,57 ****
-->
! <!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 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-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)>
! <!ELEMENT project-name (#PCDATA)>
! <!ELEMENT project-url (#PCDATA)>
! <!ELEMENT project-logo (#PCDATA)>
! <!ELEMENT group-name (#PCDATA)>
! <!ELEMENT group-url (#PCDATA)>
! <!ELEMENT group-logo (#PCDATA)>
! <!ELEMENT host-url (#PCDATA)>
! <!ELEMENT host-logo (#PCDATA)>
! <!ELEMENT year (#PCDATA)>
! <!ELEMENT vendor (#PCDATA)>
! <!ELEMENT trail (link1, link2, link3)>
! <!ELEMENT link1 EMPTY>
! <!-- Seems we can't use param entity refs until this is DTDified -->
! <!ATTLIST link1 name CDATA #REQUIRED href CDATA #IMPLIED>
! <!ELEMENT link2 EMPTY>
! <!ATTLIST link2 name CDATA #REQUIRED href CDATA #IMPLIED>
! <!ELEMENT link3 EMPTY>
! <!ATTLIST link3 name CDATA #REQUIRED href CDATA #IMPLIED>
! <!ELEMENT name (#PCDATA)>
! <!ELEMENT url (#PCDATA)>
! <!ELEMENT image (#PCDATA)>
! <!ELEMENT width (#PCDATA)>
! <!ELEMENT height (#PCDATA)>
! ]>
!
<skinconfig>
! <!-- Do we want to disable the Google search box? -->
! <disable-search>false</disable-search>
<!-- Do we want to disable the print link? -->
<disable-print-link>false</disable-print-link>
--- 6,20 ----
-->
! <!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.6-3//EN" "http://forrest.apache.org/dtd/skinconfig-v06-3.dtd">
<skinconfig>
! <!-- To enable lucene search add provider="lucene" (default is google).
! Add box-location="alt" to move the search box to an alternate location
! (if the skin supports it) and box-location="all" to show it in all
! available locations on the page. Remove the <search> element to show
! no search box. @domain will enable sitesearch for the specific domain with google.
! In other words google will search the @domain for the query string.
! -->
! <search name="Barcode4J" domain="barcode4j.krysalis.org" provider="google"/>
!
<!-- Do we want to disable the print link? -->
<disable-print-link>false</disable-print-link>
***************
*** 63,69 ****
<disable-compliance-links>false</disable-compliance-links>
- <searchsite-domain>www.krysalis.org</searchsite-domain>
- <searchsite-name>Krysalis</searchsite-name>
-
<!-- mandatory project logo
skin: forrest-site renders it at the top -->
--- 26,29 ----
***************
*** 84,92 ****
<!-- The following are used to construct a copyright statement -->
! <year>2002-2003</year>
<vendor>The Krysalis Community Project</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>
--- 44,56 ----
<!-- The following are used to construct a copyright statement -->
! <year>2002-2004</year>
<vendor>The Krysalis Community Project</vendor>
! <!-- Some skins use this to form a 'breadcrumb trail' of links.
! Use location="alt" to move the trail to an alternate location
! (if the skin supports it).
! Omit the location attribute to display the trail in the default location.
! Use location="none" to not display the trail (if the skin supports it).
! For some skins just set the attributes to blank.
-->
<trail>
***************
*** 96,101 ****
</trail>
! <!-- Credits are typically rendered as a set of small clickable images in the
! page footer -->
<credits>
<credit>
--- 60,201 ----
</trail>
! <colors>
! <!-- These values are used for the generated CSS files. -->
!
! <!-- Krysalis -->
! <color name="header" value="#FFFFFF"/>
!
! <color name="tab-selected" value="#a5b6c6" link="#000000" vlink="#000000" hlink="#000000"/>
! <color name="tab-unselected" value="#F7F7F7" link="#000000" vlink="#000000" hlink="#000000"/>
! <color name="subtab-selected" value="#a5b6c6" link="#000000" vlink="#000000" hlink="#000000"/>
! <color name="subtab-unselected" value="#a5b6c6" link="#000000" vlink="#000000" hlink="#000000"/>
!
! <color name="heading" value="#a5b6c6"/>
! <color name="subheading" value="#CFDCED"/>
!
! <color name="navstrip" value="#CFDCED" font="#000000" link="#000000" vlink="#000000" hlink="#000000"/>
! <color name="toolbox" value="#a5b6c6"/>
! <color name="border" value="#a5b6c6"/>
!
! <color name="menu" value="#F7F7F7" link="#000000" vlink="#000000" hlink="#000000"/>
! <color name="dialog" value="#F7F7F7"/>
!
! <color name="body" value="#ffffff" link="#0F3660" vlink="#009999" hlink="#000066"/>
!
! <color name="table" value="#a5b6c6"/>
! <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="#a5b6c6"/>
!
! <color name="footer" value="#a5b6c6"/>
!
! <!-- Forrest -->
! <!--
! <color name="header" value="#294563"/>
!
! <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="#003366"/>
!
! <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"/>
! -->
! <!-- Lenya using pelt-->
! <!--
! <color name="header" value="#ffffff"/>
!
! <color name="tab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
! <color name="tab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
! <color name="subtab-selected" value="#000000" link="#000000" vlink="#000000" hlink="#000000"/>
! <color name="subtab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
!
! <color name="heading" value="#E5E4D9"/>
! <color name="subheading" value="#000000"/>
! <color name="published" value="#4C6C8F" font="#FFFFFF"/>
! <color name="feedback" value="#4C6C8F" font="#FFFFFF" align="center"/>
! <color name="navstrip" value="#E5E4D9" font="#000000"/>
!
! <color name="toolbox" value="#CFDCED" font="#000000"/>
!
! <color name="border" value="#999999"/>
! <color name="menu" value="#4C6C8F" font="#ffffff" link="#ffffff" vlink="#ffffff" hlink="#ffffff" current="#FFCC33" />
! <color name="menuheading" value="#cfdced" font="#000000" />
! <color name="searchbox" value="#E5E4D9" font="#000000"/>
!
! <color name="dialog" value="#CFDCED"/>
! <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="#E5E4D9"/>
! -->
! </colors>
!
! <!-- Credits are typically rendered as a set of small clickable
! images in the page footer.
! Use box-location="alt" to move the credit to an alternate location
! (if the skin supports it).
! -->
<credits>
<credit>
***************
*** 120,124 ****
<height>30</height>
</credit>
! <credit>
<name>Built Apache Forrest</name>
<url>http://xml.apache.org/forrest/</url>
--- 220,224 ----
<height>30</height>
</credit>
! <credit box-location="alt">
<name>Built Apache Forrest</name>
<url>http://xml.apache.org/forrest/</url>
***************
*** 127,131 ****
<height>31</height>
</credit>
! <credit>
<name>Built with Cocoon</name>
<url>http://xml.apache.org/cocoon/</url>
--- 227,231 ----
<height>31</height>
</credit>
! <credit box-location="alt">
<name>Built with Cocoon</name>
<url>http://xml.apache.org/cocoon/</url>
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt