ajack 2004/02/27 16:09:23
Modified: src/documentation/content/xdocs site.xml
src/documentation skinconf.xml
Log:
Trying to fix forrest, a step closer to gump.apache...
Revision Changes Path
1.9 +1 -1 jakarta-gump/src/documentation/content/xdocs/site.xml
Index: site.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/src/documentation/content/xdocs/site.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- site.xml 27 Feb 2004 09:38:56 -0000 1.8
+++ site.xml 28 Feb 2004 00:09:23 -0000 1.9
@@ -46,7 +46,7 @@
<joinmailinglists href="http://jakarta.apache.org/getinvolved/mail.html"
label="Mailing List"/>
<searchmailinglists
href="http://marc.theaimsgroup.com/?l=alexandria-dev&r=1&w=2" label="Search
List"/>
<browsemailinglists
href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=198" label="Browse
List"/>
- <wiki href="http://nagoya.apache.org/wiki/apachewiki.cgi?GumpProjectPages"
label="Wiki"/>
+ <wiki href="http://wiki.apache.org/gump" label="Wiki"/>
<issues
href="http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10457"
label="Issues"/>
</getinvolved>
1.9 +20 -7 jakarta-gump/src/documentation/skinconf.xml
Index: skinconf.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/src/documentation/skinconf.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- skinconf.xml 27 Feb 2004 09:38:56 -0000 1.8
+++ skinconf.xml 28 Feb 2004 00:09:23 -0000 1.9
@@ -19,6 +19,7 @@
Skin configuration file. This file contains details of your project, which will
be used to configure the chosen Forrest skin.
-->
+
<!DOCTYPE skinconfig [
<!ENTITY % links.att 'name CDATA #REQUIRED'>
@@ -72,8 +73,10 @@
]>
<skinconfig>
+ <!-- Do we want to disable the Lucene search box? -->
+ <disable-lucene>true</disable-lucene>
<!-- Do we want to disable the Google search box? -->
- <disable-search>true</disable-search>
+ <disable-search>false</disable-search>
<!-- Do we want to disable the print link? -->
<disable-print-link>true</disable-print-link>
<!-- Do we want to disable the PDF link? -->
@@ -82,14 +85,16 @@
<disable-xml-link>true</disable-xml-link>
<!-- 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>jakarta.apache.org</searchsite-domain>
- <searchsite-name>Jakarta Gump</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>Jakarta Gump</project-name>
- <project-url>http://jakarta.apache.org/gump</project-url>
+ <project-name>Apache Gump</project-name>
+ <project-url>http://gump.apache.org</project-url>
<project-logo>images/gump-logo.png</project-logo>
<!-- optional group logo
@@ -102,6 +107,9 @@
skin: forrest-site renders it at the bottom-left corner -->
<host-url></host-url>
<host-logo></host-logo>
+
+ <!-- relative url of a favicon file, normally favicon.ico -->
+ <!-- favicon-url>favicon.ico</favicon-url -->
<!-- The following are used to construct a copyright statement -->
<year>2003-2004</year>
@@ -111,12 +119,18 @@
want these, set the attributes to blank. The DTD purposefully requires them.
-->
<trail>
- <link1 name="Jakarta" href="http://jakarta.apache.org/"/>
+ <link1 name="Apache Gump" href="http://gump.apache.org/"/>
<!-- link2 name="Jakarta Gump" href="http://jakarta.apache.org/gump/"/ -->
<link2 name="" href=""/>
<link3 name="" href=""/>
</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
page footer -->
<credits>
@@ -130,5 +144,4 @@
<!-- A credit with @role='pdf' will have its name and url displayed in the
PDF page's footer. -->
</credits>
-
</skinconfig>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]