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 2011/01/14 01:31:52 UTC

svn commit: r1058817 - in /forrest/trunk/main: fresh-site/forrest.properties.xml template-sites/basic/forrest.properties.xml

Author: crossley
Date: Fri Jan 14 00:31:52 2011
New Revision: 1058817

URL: http://svn.apache.org/viewvc?rev=1058817&view=rev
Log:
Provide some basic examples of properties configuration.
Add note to refer to plugin docs for more available properties.
Issue: FOR-734

Modified:
    forrest/trunk/main/fresh-site/forrest.properties.xml
    forrest/trunk/main/template-sites/basic/forrest.properties.xml

Modified: forrest/trunk/main/fresh-site/forrest.properties.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/forrest.properties.xml?rev=1058817&r1=1058816&r2=1058817&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/forrest.properties.xml (original)
+++ forrest/trunk/main/fresh-site/forrest.properties.xml Fri Jan 14 00:31:52 2011
@@ -19,15 +19,9 @@
 <!--
 This is a configuration file for the new properties system.
 See faq.html#version
+And see each plugin's documentation for all available properties.
 -->
 
-<!--
-    # codename: Dispatcher
-    # Dispatcher is using a fallback mechanism for theming.
-    # You can configure the theme name and its extension here
-    -->
+  <property name="output.pdf.fontFamily.TOCFontFamily" value="serif"/>
   <property name="dispatcher.theme" value="pelt"/>
-<!--SVG example for project/group logo-->
-  <property name="group-name" value="group"/>
-  <property name="project-name" value="project"/>
 </properties>

Modified: forrest/trunk/main/template-sites/basic/forrest.properties.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/basic/forrest.properties.xml?rev=1058817&r1=1058816&r2=1058817&view=diff
==============================================================================
--- forrest/trunk/main/template-sites/basic/forrest.properties.xml (original)
+++ forrest/trunk/main/template-sites/basic/forrest.properties.xml Fri Jan 14 00:31:52 2011
@@ -19,13 +19,9 @@
 <!--
 This is a configuration file for the new properties system.
 See faq.html#version
+And see each plugin's documentation for all available properties.
 -->
 
-<!--
-    # codename: Dispatcher
-    # Dispatcher is using a fallback mechanism for theming.
-    # You can configure the theme name and its extension here
-    -->
+  <property name="output.pdf.fontFamily.TOCFontFamily" value="serif"/>
   <property name="dispatcher.theme" value="pelt"/>
-  <property name="dispatcher.theme-ext" value=".fv"/>
 </properties>