|
From: <nat...@us...> - 2003-08-08 02:50:42
|
Update of /cvsroot/jcharts/krysalis-jcharts/src/documentation
In directory sc8-pr-cvs1:/tmp/cvs-serv29069
Modified Files:
skinconf.xml
Log Message:
no message
Index: skinconf.xml
===================================================================
RCS file: /cvsroot/jcharts/krysalis-jcharts/src/documentation/skinconf.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** skinconf.xml 29 Jun 2003 14:13:44 -0000 1.6
--- skinconf.xml 8 Aug 2003 02:50:39 -0000 1.7
***************
*** 21,25 ****
<!ELEMENT disable-compliance-links (#PCDATA)>
<!ELEMENT searchsite-domain (#PCDATA)>
! <!ELEMENT searchsite-name (#PCDATA)>
<!ELEMENT project-name (#PCDATA)>
<!ELEMENT project-url (#PCDATA)>
--- 21,25 ----
<!ELEMENT disable-compliance-links (#PCDATA)>
<!ELEMENT searchsite-domain (#PCDATA)>
! <!ELEMENT searchsite-name (#PCDATA)>
<!ELEMENT project-name (#PCDATA)>
<!ELEMENT project-url (#PCDATA)>
***************
*** 48,81 ****
<skinconfig>
! <!-- Do we want to disable the Google search box? -->
! <disable-search>false</disable-search>
! <disable-compliance-links>false</disable-compliance-links>
! <searchsite-domain>jcharts.sourceforge.net</searchsite-domain>
! <searchsite-name>jCharts</searchsite-name>
! <!-- mandatory project logo
! skin: forrest-site renders it at the top -->
! <project-name>jCharts</project-name>
! <project-url>http://jcharts.krysalis.org</project-url>
! <project-logo>images/jcharts-logo.png</project-logo>
! <!-- optional group logo
! skin: forrest-site renders it at the top-left corner -->
! <group-name>Krysalis</group-name>
! <group-url>http://www.krysalis.org</group-url>
! <group-logo>images/krysalis-logo.gif</group-logo>
! <!-- optional host logo (e.g. sourceforge logo)
! skin: forrest-site renders it at the bottom-left corner -->
<host-url>http://sourceforge.net</host-url>
<host-logo>http://sourceforge.net/sflogo.php?group_id=16161"</host-logo>
! <!-- The following are used to construct a copyright statement -->
! <year>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>
<link1 name="krysalis at sf.net" href="http://sourceforge.net/projects/krysalis/"/>
--- 48,81 ----
<skinconfig>
! <!-- Do we want to disable the Google search box? -->
! <disable-search>false</disable-search>
! <disable-compliance-links>false</disable-compliance-links>
! <searchsite-domain>jcharts.sourceforge.net</searchsite-domain>
! <searchsite-name>jCharts</searchsite-name>
! <!-- mandatory project logo
! skin: forrest-site renders it at the top -->
! <project-name>jCharts</project-name>
! <project-url>http://jcharts.krysalis.org</project-url>
! <project-logo>images/jcharts-logo.png</project-logo>
! <!-- optional group logo
! skin: forrest-site renders it at the top-left corner -->
! <group-name>Krysalis</group-name>
! <group-url>http://www.krysalis.org</group-url>
! <group-logo>images/krysalis-logo.gif</group-logo>
! <!-- optional host logo (e.g. sourceforge logo)
! skin: forrest-site renders it at the bottom-left corner -->
<host-url>http://sourceforge.net</host-url>
<host-logo>http://sourceforge.net/sflogo.php?group_id=16161"</host-logo>
! <!-- The following are used to construct a copyright statement -->
! <year>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>
<link1 name="krysalis at sf.net" href="http://sourceforge.net/projects/krysalis/"/>
***************
*** 84,100 ****
</trail>
! <!-- Credits are typically rendered as a set of small clickable images in the
! page footer -->
! <credits>
! <credit>
! <name>Built with Apache Forrest</name>
! <url>http://xml.apache.org/forrest/</url>
! <image>images/built-with-forrest-button.png</image>
! <width>88</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>
--- 84,100 ----
</trail>
! <!-- Credits are typically rendered as a set of small clickable images in the
! page footer -->
! <credits>
! <credit>
! <name>Built with Apache Forrest</name>
! <url>http://xml.apache.org/forrest/</url>
! <image>images/built-with-forrest-button.png</image>
! <width>88</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>
|