On Tue, Mar 18, 2003 at 08:03:42PM +1100, Jeff Turner wrote: ... > Instead of modifying Forrest, if you copy the *.js files from resources/* > to content/*, so you have: > > [xml-fop ~/src/documentation/content]$ find . -name "codedisplay.js" > ./design/alt.design/properties/codedisplay.js > ./design/alt.design/codedisplay.js > > Then the scripts are copied across. > > Then the only broken files are: > > -> [broken page] pdf-security.html <- > -> [broken page] dev/output.html <-
The attached patch fixes these two. --Jeff
? src/documentation/content/design/alt.design/codedisplay.js ? src/documentation/content/design/alt.design/properties/codedisplay.js Index: src/documentation/content/xdocs/faq.xml =================================================================== RCS file: /home/cvspublic/xml-fop/src/documentation/content/xdocs/faq.xml,v retrieving revision 1.12 diff -u -r1.12 faq.xml --- src/documentation/content/xdocs/faq.xml 15 Mar 2003 19:55:49 -0000 1.12 +++ src/documentation/content/xdocs/faq.xml 18 Mar 2003 11:22:48 -0000 @@ -957,7 +957,7 @@ for adding security features, document properties, watermarks, and many other features to PDF files. FOP and iText can be integrated into one Java application, see sample code for <link - href="pdf-security">encryption</link>. + href="#pdf-security">encryption</link>. The bad news is that iText swallows PDF bookmarks. </li> Index: src/documentation/content/xdocs/dev/faq.xml =================================================================== RCS file: /home/cvspublic/xml-fop/src/documentation/content/xdocs/dev/faq.xml,v retrieving revision 1.5 diff -u -r1.5 faq.xml --- src/documentation/content/xdocs/dev/faq.xml 12 Dec 2002 10:59:33 -0000 1.5 +++ src/documentation/content/xdocs/dev/faq.xml 18 Mar 2003 11:22:53 -0000 @@ -812,7 +812,7 @@ <answer> <p>Answers are that fonts must be available for the output format, and the selected font must contain glyphs for the desired character. -PDF has a set of <link href="output.html#pdf-fonts">defined fonts</link>, other fonts can be embedded following the + PDF has a set of <link href="../output.html#pdf-fonts">defined fonts</link>, other fonts can be embedded following the <link href="fonts.html">instructions</link>. To find out if the characters you need are in the core fonts then (todo - find a glyph font table for the fonts).
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]