From 176afb0397e5c3bf0c5c1967cec65e1d017fc87c Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 28 Nov 2010 20:09:11 -0800 Subject: Speed up ps/pdf output by not trying to fetch draft.png from web Force draft mode to "no" instead of default of "maybe" as discussed in various posts in http://sources.redhat.com/ml/docbook-apps archives. For those of us building behind firewalls, shaves approx. 3 minutes off document creation for each set of documents by not waiting for download of the draft.png watermark image from the docbook website to time out. Also gets rid of these errors from xmlto: Nov 28, 2010 8:10:04 PM org.apache.fop.apps.FOURIResolver resolve SEVERE: Error with opening URL 'http://docbook.sourceforge.net/release/images/draft.png': Connection timed out Signed-off-by: Alan Coopersmith Reviewed-by: Adam Jackson Reviewed-by: Gaetan Nadon --- xorg.xsl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xorg.xsl b/xorg.xsl index 0adcdf1..6184b4e 100644 --- a/xorg.xsl +++ b/xorg.xsl @@ -40,4 +40,10 @@ DEALINGS IN THE SOFTWARE. + + + -- cgit v1.2.3