From 4425a830bafce1e79bb5d7bad992380f07d6f2ed Mon Sep 17 00:00:00 2001 From: fotis Date: Sun, 26 Nov 2000 00:00:34 +0000 Subject: documentation update for release 0.15 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193838 13f79535-47bb-0310-9956-ffa450edef68 --- docs/xml-docs/fop/architecture.xml | 2 +- docs/xml-docs/fop/bugs.xml | 11 +++-------- docs/xml-docs/fop/examples.xml | 12 +++++------- docs/xml-docs/fop/implemented.xml | 13 +++++++++---- docs/xml-docs/fop/involved.xml | 2 +- docs/xml-docs/fop/limitations.xml | 7 ------- docs/xml-docs/fop/readme.xml | 17 +++++++++++------ docs/xml-docs/fop/running.xml | 2 +- docs/xml-docs/fop/specs.xml | 8 ++++---- 9 files changed, 35 insertions(+), 39 deletions(-) (limited to 'docs/xml-docs/fop') diff --git a/docs/xml-docs/fop/architecture.xml b/docs/xml-docs/fop/architecture.xml index ac3d4d48d..bb4c00caa 100644 --- a/docs/xml-docs/fop/architecture.xml +++ b/docs/xml-docs/fop/architecture.xml @@ -98,7 +98,7 @@ constructing the FO tree. The key SAX events used are

Block

Inline

-

SimpleLink

+

BasicLink

diff --git a/docs/xml-docs/fop/bugs.xml b/docs/xml-docs/fop/bugs.xml index 388996391..01de7ffa4 100644 --- a/docs/xml-docs/fop/bugs.xml +++ b/docs/xml-docs/fop/bugs.xml @@ -15,14 +15,9 @@ file with your report, which just demonstrates the problem. Thanks for your help!

- +

A list of known bugs can be found at the end of the file + Status in the root + of the Fop distribution.

diff --git a/docs/xml-docs/fop/examples.xml b/docs/xml-docs/fop/examples.xml index 25fb4899c..c2019a6d7 100644 --- a/docs/xml-docs/fop/examples.xml +++ b/docs/xml-docs/fop/examples.xml @@ -15,11 +15,9 @@
  • normal.fo - a simple file showing the use of a 2 level of headings, normal text and a header.
  • -
  • table.fo - a simple table +
  • table.fo - some table examples
  • -
  • list.fo - a simple list -
  • -
  • list2.fo - some list examples +
  • list.fo - a short tutorial how to use list fo's and properties
  • images.fo - shows how to embed gif and jpg images into the xsl:fo file using external-graphic.
  • @@ -28,7 +26,7 @@
  • extensive.fo - a longer test file containing a lot of different flow objects and properties. A good candidate to test your bugfix or new Fop code.
  • -
  • leader.fo - a very simple example of a rule +
  • leader.fo - shows different uses of fo:leader, p.e. as rule or in a table of content
  • normalex.fo - shows the use of computed property values
  • @@ -36,10 +34,10 @@
  • instream.fo - shows the use of fo:instream-foreign-object together with svg
  • -
  • inhprop.fo - shows the use of inherited property values -
  • textdeko.fo - shows the use of the property textdecoration
  • +
  • readme.fo - uses an old version of Fop documentation for a longer example +
  • Look also into the directory examples/svg. There you find some very extensive svg examples. Just start makedoc. diff --git a/docs/xml-docs/fop/implemented.xml b/docs/xml-docs/fop/implemented.xml index 982611348..1773479b3 100644 --- a/docs/xml-docs/fop/implemented.xml +++ b/docs/xml-docs/fop/implemented.xml @@ -6,7 +6,7 @@

    The following formatting objects and properties of the xsl-fo - working draft (12 October 2000) are implemented.Please have also a look at the + candidate recommendation are implemented.Please have also a look at the section on limitations

    @@ -46,7 +46,7 @@
  • external-graphic
  • inline
  • instream-foreign-object
  • -
  • leader, but see limitations
  • +
  • leader
  • page-number
  • page-number-citation, see limitations
  • @@ -145,6 +145,10 @@
  • initial-page-number
  • internal-destination
  • keep-with-next (broken)
  • +
  • leader-alignment (not value "page")
  • +
  • leader-length (no percentage values)
  • +
  • leader-pattern (not value "use-content")
  • +
  • leader-pattern-width
  • left
  • line-height
  • margin-bottom (only on pages and regions)
  • @@ -170,18 +174,19 @@
  • provisional-distance-between-starts
  • provisional-label-separation
  • ref-id
  • +
  • region-name
  • right
  • rule-thickness
  • space-after.optimum
  • space-before.optimum
  • src
  • start-indent
  • -
  • textdecoration (only value 'underline' is supported)
  • +
  • textdecoration (only value "underline")
  • text-align
  • text-align-last
  • text-indent
  • top
  • -
  • white-space-treatment (broken)
  • +
  • white-space-collapse
  • width
  • wrap-option
  • diff --git a/docs/xml-docs/fop/involved.xml b/docs/xml-docs/fop/involved.xml index e80a55b62..68742cce9 100644 --- a/docs/xml-docs/fop/involved.xml +++ b/docs/xml-docs/fop/involved.xml @@ -22,7 +22,7 @@

    Between releases the newest code can be accessed via cvs. To do this you need to install a cvs - client on your computer if it is not already there. An explanation how to connect to the + client on your computer, if it is not already there. An explanation how to connect to the Fop source repository can be found at http://xml.apache.org/cvs.html. An introduction into cvs and the cvs manual can be found in the reference library.

    diff --git a/docs/xml-docs/fop/limitations.xml b/docs/xml-docs/fop/limitations.xml index d4a88e966..d293c824d 100644 --- a/docs/xml-docs/fop/limitations.xml +++ b/docs/xml-docs/fop/limitations.xml @@ -9,13 +9,6 @@ in features, sometimes it does so only in a limited way.

    - -

    fo:leader is only supported in a very limited way: you can use it to draw simple rules. - Only the property value leader-pattern="rule" is supported. leader-length can be set, - but the value is not used. You should wrap leader into a block element. -

    -
    -

    Only works for table of contents without any problems. The case where the page number doesn't fit on a line isn't handled, and any text on the same line and after the page-number might not diff --git a/docs/xml-docs/fop/readme.xml b/docs/xml-docs/fop/readme.xml index 22c187e18..add186b17 100644 --- a/docs/xml-docs/fop/readme.xml +++ b/docs/xml-docs/fop/readme.xml @@ -1,7 +1,6 @@ -