Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
fotis 115b37a664 updated history, added noew committer vor 24 Jahren
docs This patch applies Jordan Naftolin's fix for extra space being added to the bottom of tables. It also fixes the border.fo so the year is "2000" rather than "20000". Heh. vor 24 Jahren
lib new fop examples and tests vor 24 Jahren
src Added internal-link functionality vor 24 Jahren
LICENSE PR: vor 24 Jahren
README added explanation where to find detailed instructions how to compile (proposed by Marc Dorchain) vor 24 Jahren
STATUS updated history, added noew committer vor 24 Jahren
build.bat fix: include standard classpath vor 24 Jahren
build.sh Switching from make to Ant vor 24 Jahren
build.xml fix: delete redundant delete of dist dir vor 24 Jahren

README

FOP readme

What is FOP?
FOP is the world's first print formatter driven by XSL formatting
objects. It is a Java 1.1 application that reads a formatting object
tree and then turns it into a PDF document. The formatting object
tree, can be in the form of an XML document (output by an XSLT engine
like XT or Xalan) or can be passed in memory as a DOM Document or (in
the case of XT) SAX events.

FOP is part of Apache's XML project. The homepage of FOP is
http:/xml.apache.org/fop

HTML-Documentation can be found in the subdirectory /docs.

Compilation of Fop is started by executing build. It requires
Xerces-J, Xalan and bsf.jar (comes with Xalan) in your classpath.
You can find more details in build.xml or in the documentation under the
heading 'compiling'.