Author: crossley
Date: Mon Jul 5 00:54:34 2010
New Revision: 960414
URL: http://svn.apache.org/viewvc?rev=960414&view=rev
Log:
Make the "seed-basic" site even more basic. Use no plugins.
Modified:
forrest/trunk/main/template-sites/basic/forrest.properties
forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml
Modified: forrest/trunk/main/template-sites/basic/forrest.properties
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/basic/forrest.properties?rev=960414&r1=960413&r2=960414&view=diff
==============================================================================
--- forrest/trunk/main/template-sites/basic/forrest.properties (original)
+++ forrest/trunk/main/template-sites/basic/forrest.properties Mon Jul 5
00:54:34 2010
@@ -19,7 +19,7 @@
# See the full set of default properties in a 'forrest seed-sample' site.
# Copy properties from there as needed.
##############
-project.required.plugins=org.apache.forrest.plugin.output.pdf
+project.required.plugins=
# codename: Dispatcher
# Add the following plugins to project.required.plugins:
#org.apache.forrest.plugin.internal.dispatcher
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?rev=960414&r1=960413&r2=960414&view=diff
==============================================================================
--- forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml
(original)
+++ forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml Mon
Jul 5 00:54:34 2010
@@ -32,7 +32,7 @@ which will be used to configure the chos
<!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
<disable-print-link>true</disable-print-link>
<!-- Disable the PDF link? -->
- <disable-pdf-link>false</disable-pdf-link>
+ <disable-pdf-link>true</disable-pdf-link>
<!-- Disable the POD link? -->
<disable-pod-link>true</disable-pod-link>
<!-- Disable the Text link? FIXME: NOT YET IMPLEMENETED. -->