From: fotis Date: Thu, 14 Dec 2000 18:11:45 +0000 (+0000) Subject: documentation: spreading the word about configuration X-Git-Tag: pre-columns~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=78f92bdee60faf0480ea6a2751c3501b9a43c9ff;p=xmlgraphics-fop.git documentation: spreading the word about configuration git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193873 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 5ad0a87a6..597d99951 100644 --- a/STATUS +++ b/STATUS @@ -29,6 +29,8 @@ Jon Smirl Done since 0.15 release + +- added vertical alignment for table cell contents [Marcus Crafter] - added: Finnish hyphenation patterns [Jarno Elovirta] - added: hyphenation package (Carlos Villegas), integration into Fop [Fotis Jannidis] - added: interim configuration package [Fotis Jannidis] @@ -49,6 +51,9 @@ Done since 0.15 release - fix to allow JDK 1.1 users to compile and use FOP [Mikko Honkala] - fix: removing duplicate character mappings [Dharamveer Salecha] - fix: NullPointerException in FopImageFactory [Kelly Campbell] +- fixed: space after's where not being removed if table row was being removed [Marcus Crafter] +- fixed problem with keep-with not storing the correct rows [Marcus Crafter] + Done since 0.14 release - added region-name support, refactoring of region, PageSequence, diff --git a/docs/html-docs/architecture.html b/docs/html-docs/architecture.html index 25d77cd45..dd4afc780 100644 --- a/docs/html-docs/architecture.html +++ b/docs/html-docs/architecture.html @@ -7,6 +7,7 @@ Features
Limitations
Bugs
+ Configuration
Examples

Compiling
diff --git a/docs/html-docs/bugs.html b/docs/html-docs/bugs.html index 4896707d1..959d9d848 100644 --- a/docs/html-docs/bugs.html +++ b/docs/html-docs/bugs.html @@ -7,6 +7,7 @@ Features
Limitations
Bugs
+ Configuration
Examples

Compiling
diff --git a/docs/html-docs/compiling.html b/docs/html-docs/compiling.html index e431b7f66..e085812a3 100644 --- a/docs/html-docs/compiling.html +++ b/docs/html-docs/compiling.html @@ -7,6 +7,7 @@ Features
Limitations
Bugs
+ Configuration
Examples

Compiling
diff --git a/docs/html-docs/download.html b/docs/html-docs/download.html index c0ad4248f..dc1094f66 100644 --- a/docs/html-docs/download.html +++ b/docs/html-docs/download.html @@ -7,6 +7,7 @@ Features
Limitations
Bugs
+ Configuration
Examples

Compiling
diff --git a/docs/html-docs/embedding.html b/docs/html-docs/embedding.html index 5f145e2c9..8a0d8b777 100644 --- a/docs/html-docs/embedding.html +++ b/docs/html-docs/embedding.html @@ -7,6 +7,7 @@ Features
Limitations
Bugs
+ Configuration
Examples

Compiling
@@ -36,7 +37,7 @@ buildFOTree(Parser, InputSource) respectively.

A third possibility may be used to build the FO Tree, namely - calling getDocumentHandler() and firing the SAX events yourself. + calling getContentHandler() and firing the SAX events yourself.

Once the FO Tree is built, the format() and render() methods may be called in that order. diff --git a/docs/html-docs/examples.html b/docs/html-docs/examples.html index 5e31f7146..132f47b3a 100644 --- a/docs/html-docs/examples.html +++ b/docs/html-docs/examples.html @@ -7,6 +7,7 @@ Features
Limitations
Bugs
+ Configuration
Examples

Compiling
diff --git a/docs/html-docs/faq-running.html b/docs/html-docs/faq-running.html index cde3fc048..6017e19c2 100644 --- a/docs/html-docs/faq-running.html +++ b/docs/html-docs/faq-running.html @@ -7,6 +7,7 @@ Features
Limitations
Bugs
+ Configuration
Examples

Compiling
diff --git a/docs/html-docs/faqs.html b/docs/html-docs/faqs.html index a001d49d3..620d638ff 100644 --- a/docs/html-docs/faqs.html +++ b/docs/html-docs/faqs.html @@ -7,6 +7,7 @@ Features
Limitations
Bugs
+ Configuration
Examples

Compiling
diff --git a/docs/html-docs/implemented.html b/docs/html-docs/implemented.html index 90fc8f4fe..5f1b17eae 100644 --- a/docs/html-docs/implemented.html +++ b/docs/html-docs/implemented.html @@ -7,6 +7,7 @@ Features
Limitations
Bugs
+ Configuration
Examples

Compiling
@@ -147,6 +148,7 @@

  • break-before
  • color
  • column-width
  • +
  • country
  • end-indent
  • extent
  • external-destination
  • @@ -156,10 +158,15 @@
  • font-style
  • font-weight
  • height
  • +
  • hyphenate
  • +
  • hyphenation-character
  • +
  • hyphenation-push-character-count
  • +
  • hyphenation-remain-character-count
  • id
  • initial-page-number
  • internal-destination
  • keep-with-next (broken)
  • +
  • language
  • leader-alignment (not value "page")
  • leader-length (no percentage values)
  • leader-pattern (not value "use-content")
  • @@ -196,9 +203,9 @@
  • space-before.optimum
  • src
  • start-indent
  • -
  • textdecoration (only value "underline")
  • text-align
  • text-align-last
  • +
  • textdecoration (only value "underline")
  • text-indent
  • top
  • white-space-collapse
  • diff --git a/docs/html-docs/index.html b/docs/html-docs/index.html index 5f6b8bd18..7c76d4179 100644 --- a/docs/html-docs/index.html +++ b/docs/html-docs/index.html @@ -7,6 +7,7 @@ Features
    Limitations
    Bugs
    + Configuration
    Examples

    Compiling
    diff --git a/docs/html-docs/involved.html b/docs/html-docs/involved.html index cc89680d5..5815f9f29 100644 --- a/docs/html-docs/involved.html +++ b/docs/html-docs/involved.html @@ -7,6 +7,7 @@ Features
    Limitations
    Bugs
    + Configuration
    Examples

    Compiling
    diff --git a/docs/html-docs/license.html b/docs/html-docs/license.html index a7497aa72..e545b404c 100644 --- a/docs/html-docs/license.html +++ b/docs/html-docs/license.html @@ -7,6 +7,7 @@ Features
    Limitations
    Bugs
    + Configuration
    Examples

    Compiling
    diff --git a/docs/html-docs/limitations.html b/docs/html-docs/limitations.html index f06f30429..73d6f1d7c 100644 --- a/docs/html-docs/limitations.html +++ b/docs/html-docs/limitations.html @@ -7,6 +7,7 @@ Features
    Limitations
    Bugs
    + Configuration
    Examples

    Compiling
    diff --git a/docs/html-docs/running.html b/docs/html-docs/running.html index 6d50d7292..2edb9207b 100644 --- a/docs/html-docs/running.html +++ b/docs/html-docs/running.html @@ -7,6 +7,7 @@ Features
    Limitations
    Bugs
    + Configuration
    Examples

    Compiling
    @@ -39,7 +40,7 @@


    Starting FOP as an standalone application
      -

    There are two ways to run FOP from the command line.

    +

    There are three ways to run FOP from the command line.

    a) Batch processing formatting objects (fo) files:

    java org.apache.fop.apps.CommandLine fo-file pdf-file

    b) Batch processing xml files (includes production of the fo-files):

    @@ -47,7 +48,7 @@

    c) Previewing the fo-file:

    java org.apache.fop.apps.AWTCommandLine fo-file

    Each method uses next to the fop classes other packages. The following describes - each method in detail.

    + each method in detail.

    Method One
     

    One is to first use an XSLT engine to produce the formatting object tree as an XML document and then running the class org.apache.fop.apps.CommandLine with the @@ -91,6 +92,17 @@

    The viewer uses the swing classes.



    +
    Commandline switches
      +

    Fop supports at the moment following commandline switches:

    +
    -d
      +

    This switch informs you in case of an error of the method stack

    +

    +
    -cUserconfig.xml
      +

    The switch '-c' immediately followed by a file name, p.e. Userconfig.xml, tells Fop to use this + user configuration file. +

    +

    +

    Running FOP on MacOS
     

    Ensure that you have a recent MRJ, and that you have downloaded and diff --git a/docs/html-docs/specs.html b/docs/html-docs/specs.html index 0dd6afbd1..2deb284d7 100644 --- a/docs/html-docs/specs.html +++ b/docs/html-docs/specs.html @@ -7,6 +7,7 @@ Features
    Limitations
    Bugs
    + Configuration
    Examples

    Compiling
    diff --git a/docs/xml-docs/fop/configuration.xml b/docs/xml-docs/fop/configuration.xml index c5b896f51..6404485bb 100644 --- a/docs/xml-docs/fop/configuration.xml +++ b/docs/xml-docs/fop/configuration.xml @@ -1,9 +1,19 @@ - +

    In the directory xml-fop/conf you will find two configuration files. One of them, + config.xml, is only intended for Fop developers, who want to add new default values + to some Fop feature. Don't change this file. For user configuration there is a file called + userconfig.xml. It contains templates for all settings a user can change. Most of them are + commented out. Uncomment the entry you want to set and change the value according to + your wishes. Please regard any comments which specify the value range. And, well, the + configuration files are xml files, so keep them at least well-formed ;-) +

    +

    The file userconfig.xml is not read automatically, but the user must specify its use on + the command line. See Running Fop for details. +

    Fop comes already with some hyphenation pattern. If you need a hyphenation pattern @@ -28,7 +38,7 @@ be picked up and added to the fop.jar.

    b) Put the file into a directory of your choice and specify this directory - in the userconfig.xml in the entry . + in the userconfig.xml in the entry <hyphenation-dir>.

    diff --git a/docs/xml-docs/fop/embedding.xml b/docs/xml-docs/fop/embedding.xml index dbed2a95b..90c319f49 100644 --- a/docs/xml-docs/fop/embedding.xml +++ b/docs/xml-docs/fop/embedding.xml @@ -22,7 +22,7 @@ buildFOTree(Parser, InputSource) respectively.

    A third possibility may be used to build the FO Tree, namely - calling getDocumentHandler() and firing the SAX events yourself. + calling getContentHandler() and firing the SAX events yourself.

    Once the FO Tree is built, the format() and render() methods may be called in that order. diff --git a/docs/xml-docs/fop/running.xml b/docs/xml-docs/fop/running.xml index 4eea85359..b78212e6d 100644 --- a/docs/xml-docs/fop/running.xml +++ b/docs/xml-docs/fop/running.xml @@ -24,7 +24,7 @@

    -

    There are two ways to run FOP from the command line.

    +

    There are three ways to run FOP from the command line.

    a) Batch processing formatting objects (fo) files:

    java org.apache.fop.apps.CommandLine fo-file pdf-file

    b) Batch processing xml files (includes production of the fo-files):

    @@ -32,7 +32,7 @@

    c) Previewing the fo-file:

    java org.apache.fop.apps.AWTCommandLine fo-file

    Each method uses next to the fop classes other packages. The following describes - each method in detail.

    + each method in detail.

    One is to first use an XSLT engine to produce the formatting object tree as an XML document and then running the class org.apache.fop.apps.CommandLine with the @@ -76,6 +76,17 @@

    The viewer uses the swing classes.

    + +

    Fop supports at the moment following commandline switches:

    + +

    This switch informs you in case of an error of the method stack

    +
    + +

    The switch '-c' immediately followed by a file name, p.e. Userconfig.xml, tells Fop to use this + user configuration file. +

    +
    +

    Ensure that you have a recent MRJ, and that you have downloaded and diff --git a/src/org/apache/fop/apps/Driver.java b/src/org/apache/fop/apps/Driver.java index de5c0c96e..f2b156492 100644 --- a/src/org/apache/fop/apps/Driver.java +++ b/src/org/apache/fop/apps/Driver.java @@ -100,7 +100,7 @@ import java.io.File; * buildFOTree(Parser, InputSource) respectively. * *

    A third possibility may be used to build the FO Tree, namely - * calling getDocumentHandler() and firing the SAX events yourself. + * calling getContentHandler() and firing the SAX events yourself. * *

    Once the FO Tree is built, the format() and render() methods may be * called in that order. @@ -277,7 +277,7 @@ public class Driver { } /** - * return the tree builder (a SAX DocumentHandler). + * return the tree builder (a SAX ContentHandler). * * used in situations where SAX is used but not via a FOP-invoked * SAX parser. A good example is an XSLT engine that fires SAX