From: William Victor Mote Date: Sat, 5 Apr 2003 20:47:08 +0000 (+0000) Subject: Minor changes for clarity and conciseness. X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1666 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7947770995e3200014b6808f52196da3ce1a12ee;p=xmlgraphics-fop.git Minor changes for clarity and conciseness. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196210 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/index.xml b/src/documentation/content/xdocs/index.xml index 59f462862..63d28efe4 100644 --- a/src/documentation/content/xdocs/index.xml +++ b/src/documentation/content/xdocs/index.xml @@ -7,35 +7,24 @@ FOP -
+
Introduction

FOP (Formatting Objects Processor) is the world's first print formatter driven by XSL formatting - objects and the world's first output independent formatter. It is a - Java application that reads a formatting object tree and then + objects (XSL-FO) and the world's first output independent formatter. It is a + Java application that reads a formatting object (FO) tree and renders the resulting pages to a specified output. Output formats - currently supported are PDF, PCL, PS, SVG, XML (area tree representation), + currently supported include PDF, PCL, PS, SVG, XML (area tree representation), Print, AWT, MIF and TXT. The primary output target is PDF.

- - The PDF files on this site are created using current CVS. -
-

The latest version of FOP is 0.20.5 and it supports the +

The latest version of FOP (0.20.5) is a partial implementation of the XSL-FO Version 1.0 W3C Recommendation. - You can download - FOP including a precompiled version, the source code and many example files to - get you started. Pointers to introductions into xsl:fo can be found in the - resources section. Please be aware, that - FOP is at the moment not a full implementation of the basic conformance level - of the xsl:fo standard. The FOP Compliance - page lists all objects and properties in the standard, and indicates - FOP's current compliance with those features. + Support for each of the standard's objects and properties is detailed in FOP Compliance. + Download options include a precompiled version, source code, and many example files to get you started. Resources include links to XSL-FO introductions and many other useful references. A checklist for Getting Help will guide you toward maximizing the usefulness of FOP.

-

FOP is part of Apache's XML project. The homepage of FOP is - http://xml.apache.org/fop. - Here you can find information about using and developing with FOP. +

FOP is proud to be part of Apache's XML project.

Users can subscribe to fop-user@xml.apache.org by sending an email to fop-user-subscribe@xml.apache.org @@ -43,13 +32,13 @@

-
- Formatting +
+ Demonstration

This image is a demonstration of a two page document. The xml data on the left -is formatted into the two pages on the right. The document contains static areasthat appear on every page, an external graphic in this case an svg document. -There is a footnote on the first page and a table that goes across both pages. +is formatted into the two pages on the right. The document contains static areas that appear on every page and an external graphic (an svg document in this example). +It also includes a footnote on the first page and a table that goes across both pages.

The advantage of XSL is the ability to take an XML document and to format @@ -64,7 +53,7 @@ to the svg renderer then putting the rendered pages into an svg document along with the xml.

-
+
FOP Objectives

The goals of the Apache XML FOP Project are to deliver an XSL FO->PDF formatter that is compliant to at least the Basic conformance level described in the W3C Recommendation from 15 October 2001, and that complies with the 11 March 1999 Portable Document @@ -80,6 +69,9 @@ along with the xml. better handle the formatting of all different types of formatting objects.

+ + The PDF files on this site are created using the latest development version of FOP. +