You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2007/06/22 06:10:02 UTC

svn commit: r549702 - in /forrest/trunk/main/template-sites: basic/src/documentation/skinconf.xml benchmark/src/documentation/skinconf.xml business/src/documentation/skinconf.xml

Author: crossley
Date: Thu Jun 21 21:10:01 2007
New Revision: 549702

URL: http://svn.apache.org/viewvc?view=rev&rev=549702
Log:
Keep in sync with fresh-site config.
Add new pdf elements: url-prefix, disable-toc
Issue: FOR-1013, FOR-355 

Modified:
    forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml
    forrest/trunk/main/template-sites/benchmark/src/documentation/skinconf.xml
    forrest/trunk/main/template-sites/business/src/documentation/skinconf.xml

Modified: forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml?view=diff&rev=549702&r1=549701&r2=549702
==============================================================================
--- forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml (original)
+++ forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml Thu Jun 21 21:10:01 2007
@@ -19,7 +19,7 @@
 Skin configuration file. This file contains details of your project,
 which will be used to configure the chosen Forrest skin.
 -->
-<!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.8-1//EN" "http://forrest.apache.org/dtd/skinconfig-v08-1.dtd">
+<!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.8-2//EN" "http://forrest.apache.org/dtd/skinconfig-v08-2.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
@@ -372,12 +372,25 @@
     -->
     <show-external-urls>false</show-external-urls>
 <!--
+      Normally all links inside a Forrest site are relative. This
+      does not work well in PDFs which are typically viewed outside of
+      the web site. Setting this option adds the given prefix to all
+      relative URLs, both to the link as well as the optional, additional text.
+    -->
+    <url-prefix></url-prefix> 
+<!--
       Disable the copyright footer on each page of the PDF.
       A footer is composed for each page. By default, a "credit" with role=pdf
       will be used, as explained below. Otherwise a copyright statement
       will be generated. This latter can be disabled.
     -->
     <disable-copyright-footer>false</disable-copyright-footer>
+
+    <!--
+    Disable the generation of the table of content on the first page
+    of the PDF. By default the TOC is generated.
+    -->
+    <disable-toc>false</disable-toc>
   </pdf>
 <!-- 
     Credits are typically rendered as a set of small clickable

Modified: forrest/trunk/main/template-sites/benchmark/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/benchmark/src/documentation/skinconf.xml?view=diff&rev=549702&r1=549701&r2=549702
==============================================================================
--- forrest/trunk/main/template-sites/benchmark/src/documentation/skinconf.xml (original)
+++ forrest/trunk/main/template-sites/benchmark/src/documentation/skinconf.xml Thu Jun 21 21:10:01 2007
@@ -19,7 +19,7 @@
 Skin configuration file. This file contains details of your project,
 which will be used to configure the chosen Forrest skin.
 -->
-<!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.8-1//EN" "http://forrest.apache.org/dtd/skinconfig-v08-1.dtd">
+<!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.8-2//EN" "http://forrest.apache.org/dtd/skinconfig-v08-2.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
@@ -372,12 +372,25 @@
     -->
     <show-external-urls>false</show-external-urls>
 <!--
+      Normally all links inside a Forrest site are relative. This
+      does not work well in PDFs which are typically viewed outside of
+      the web site. Setting this option adds the given prefix to all
+      relative URLs, both to the link as well as the optional, additional text.
+    -->
+    <url-prefix></url-prefix> 
+<!--
       Disable the copyright footer on each page of the PDF.
       A footer is composed for each page. By default, a "credit" with role=pdf
       will be used, as explained below. Otherwise a copyright statement
       will be generated. This latter can be disabled.
     -->
     <disable-copyright-footer>false</disable-copyright-footer>
+
+    <!--
+    Disable the generation of the table of content on the first page
+    of the PDF. By default the TOC is generated.
+    -->
+    <disable-toc>false</disable-toc>
   </pdf>
 <!-- 
     Credits are typically rendered as a set of small clickable

Modified: forrest/trunk/main/template-sites/business/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/business/src/documentation/skinconf.xml?view=diff&rev=549702&r1=549701&r2=549702
==============================================================================
--- forrest/trunk/main/template-sites/business/src/documentation/skinconf.xml (original)
+++ forrest/trunk/main/template-sites/business/src/documentation/skinconf.xml Thu Jun 21 21:10:01 2007
@@ -372,12 +372,25 @@
     -->
     <show-external-urls>false</show-external-urls>
 <!--
+      Normally all links inside a Forrest site are relative. This
+      does not work well in PDFs which are typically viewed outside of
+      the web site. Setting this option adds the given prefix to all
+      relative URLs, both to the link as well as the optional, additional text.
+    -->
+    <url-prefix></url-prefix> 
+<!--
       Disable the copyright footer on each page of the PDF.
       A footer is composed for each page. By default, a "credit" with role=pdf
       will be used, as explained below. Otherwise a copyright statement
       will be generated. This latter can be disabled.
     -->
     <disable-copyright-footer>false</disable-copyright-footer>
+
+    <!--
+    Disable the generation of the table of content on the first page
+    of the PDF. By default the TOC is generated.
+    -->
+    <disable-toc>false</disable-toc>
   </pdf>
 <!-- 
     Credits are typically rendered as a set of small clickable