From: Keiron Liddle Date: Wed, 20 Nov 2002 11:01:38 +0000 (+0000) Subject: fixed some broken links X-Git-Tag: Alt-Design-integration-base~313 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1f3dcc52faf0d6f83328e7f0f86051d5e0b590c4;p=xmlgraphics-fop.git fixed some broken links git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195573 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/design/layout.xml b/src/documentation/content/xdocs/design/layout.xml index 1d99728f3..207abbd80 100644 --- a/src/documentation/content/xdocs/design/layout.xml +++ b/src/documentation/content/xdocs/design/layout.xml @@ -120,7 +120,7 @@ n(orphans) + n(widows) in total. This will only be relevant for areas at the start or end of a particular reference area.

- Diagram of Page Layout +

The spacing between the areas (including spacing in block areas inside @@ -268,7 +268,7 @@ also effected as there must be enough space on the page to fit the side float.

-Diagram of Float +

diff --git a/src/documentation/content/xdocs/dev/extensions.xml b/src/documentation/content/xdocs/dev/extensions.xml index e49d8161f..3b7ab1bbf 100644 --- a/src/documentation/content/xdocs/dev/extensions.xml +++ b/src/documentation/content/xdocs/dev/extensions.xml @@ -85,9 +85,9 @@ your element mappings class. This class must implement the

Create your fo file with the extra xml data embedded in the file -with the correct name space. The examples for svg and -pdfoutline.pdf -show how this can be done. +with the correct name space. The pdf documents on the fob site +use this extension, see Examples +for more examples.

Put your jar file in the classpath and then run fop over the fo file. diff --git a/src/documentation/content/xdocs/dev/faq.xml b/src/documentation/content/xdocs/dev/faq.xml index f85536048..20c04de65 100644 --- a/src/documentation/content/xdocs/dev/faq.xml +++ b/src/documentation/content/xdocs/dev/faq.xml @@ -113,8 +113,8 @@ How can I contribute?

- There is always plenty of things to do. See limitations - and bugzilla. + There is always plenty of things to do. See limitations + and bugzilla.

@@ -128,7 +128,7 @@

FOP was changed to be in accordance with the latest standard - (see XSL + (see XSL standard).The page master for a fo:page-sequence is now refereced by the master-reference attribute. Replace the master-name attributes of your fo:page-sequence elements by @@ -139,7 +139,7 @@ master definitions.

- See also release notes. + See also release notes.

@@ -150,14 +150,14 @@ The Jimi image library, which is used for processing images in PNG and other formats, was removed from the distribution for licensing reasons. You have to download - and install it by yourself. + and install it by yourself.

I get a NoClassDefFound exception. -

This is typically a problem with your classpath.

+

This is typically a problem with your classpath.

If you are running FOP from the command line:

  • @@ -207,11 +207,11 @@

    • - Avoid forward references. Forward references cause all + Avoid forward references. Forward references cause all pages from the page with the reference on to be held in memory until the page with the referenced element is encountered. Common forward references are table of contents at the beginning of the document - and the "page N of TOTAL" in footers. Forward + and the "page N of TOTAL" in footers. Forward references may be required by the task, however, if you are getting a memory overflow you should at least check whether this is really as necessary as claimed. A TOC, for example, could often be placed @@ -233,7 +233,7 @@ possibly be freed after the page sequence has been rendered.
    • - Increase memory settings of the JVM. Be aware that it + Increase memory settings of the JVM. Be aware that it is usually unwise to increase the memory allocated to the JVM beyond the amount of physical RAM, it will significantly slow down. YMMV.
    • @@ -246,15 +246,12 @@ in the available space, like big images and improperly specified width of nested block elements. Look for such stuff and correct it.

      -

      - Reducing memory consumption in general and squishing bugs is an - ongoing effort, partially addressed in the redesign. -

      I get a MalformedURLException. +

      What you probably think of as "file names" are usually URLs, in particular the src attribute of fo:external-graphic. @@ -364,12 +361,11 @@ not a file name.

      - Relative URLs are resolved against the baseDir property of FOP. For - the command line FOP application, the baseDir is the directory of the + Relative URLs are resolved against a base url. For + the command line FOP application, the base is the directory of the input file, either the FO file or the XML source. If FOP is used - embedded in a servlet, baseDir can be set explicitely. If - it's not set, it is usually the current working directory of the - process which runs FOP. + embedded in a servlet you will need to set the base url on + the user agent.

      See Understanding URIs and URLs and Understanding @@ -624,14 +620,13 @@ transformer.transform(xmlsource, new SAXResult(driver.getContentHandler())); - How do I set the baseDir property in a servlet environment? + How do I set the base URL in a servlet environment?

      Use:

      You need to use the FOUserAgent that contains a base url. - for caveats.

      @@ -797,7 +792,7 @@ transformer.transform(xmlsource, new SAXResult(driver.getContentHandler())); -

      See also MalformedURLException

      +

      See also MalformedURLException

      @@ -1181,6 +1176,7 @@ transformer.transform(xmlsource, new SAXResult(driver.getContentHandler()));(FO) How do I print the total number of pages, like in "page 1 of 12" +

      (XSL FAQ)

      @@ -1334,7 +1330,7 @@ class rendtest { offending characters.

      - Refer to the XML specification or to a good tutorial for + Refer to the XML specification or to a good tutorial for details of the XML file format.

      diff --git a/src/documentation/content/xdocs/resources.xml b/src/documentation/content/xdocs/resources.xml index c06f48839..289e68b14 100644 --- a/src/documentation/content/xdocs/resources.xml +++ b/src/documentation/content/xdocs/resources.xml @@ -52,7 +52,7 @@ To subscribe fully: Send email to fop-user-help@xml.apache.org.
    • -To unsubscribe: Send email to fop-user-unsubscribe@xml.apache.org. +To unsubscribe: Send email to fop-user-unsubscribe@xml.apache.org.
@@ -86,7 +86,7 @@ To subscribe fully: Send email to fop-dev-help@xml.apache.org.
  • -To unsubscribe: Send email to fop-dev-unsubscribe@xml.apache.org. +To unsubscribe: Send email to fop-dev-unsubscribe@xml.apache.org.