Author: crossley
Date: Mon Jun 21 04:12:37 2010
New Revision: 956453
URL: http://svn.apache.org/viewvc?rev=956453&view=rev
Log:
Stop doing automated production of PDF for every page.
Issue: FOR-1200
Modified:
forrest/trunk/site-author/skinconf.xml
Modified: forrest/trunk/site-author/skinconf.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/skinconf.xml?rev=956453&r1=956452&r2=956453&view=diff
==============================================================================
--- forrest/trunk/site-author/skinconf.xml (original)
+++ forrest/trunk/site-author/skinconf.xml Mon Jun 21 04:12:37 2010
@@ -34,7 +34,7 @@ See main/fresh-site/src/documentation/sk
<!-- 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 xml source link? -->
<!-- The xml source link makes it possible to access the xml rendition
of the source frim the html page, and to have it generated statically.