diff options
author | Glen Mazza <gmazza@apache.org> | 2005-02-21 23:10:09 +0000 |
---|---|---|
committer | Glen Mazza <gmazza@apache.org> | 2005-02-21 23:10:09 +0000 |
commit | 87e1e83cf836fc81ecd523434706c3a51a43fc22 (patch) | |
tree | b65361a8f17d41f38a5eaf950708dde093922c7d /README | |
parent | 1cf6596be02b197c0d2073bf504f62fb99585799 (diff) | |
download | xmlgraphics-fop-87e1e83cf836fc81ecd523434706c3a51a43fc22.tar.gz xmlgraphics-fop-87e1e83cf836fc81ecd523434706c3a51a43fc22.zip |
Updated the README file to this century. Also, testing my first commit
using Eclipse.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198451 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 8 insertions, 14 deletions
@@ -3,26 +3,20 @@ FOP readme What is FOP? FOP is the world's first print formatter driven by XSL formatting objects. It is a Java application that reads a formatting object - tree conforming to the XSL candidate release (21. November 2000) and + tree conforming to the XSL 1.0 Recommendation (15 October 2001) and then turns it into a PDF document or allows you to preview it directly on screen. - 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 xml-fop/docs/html-docs. - - The names of the committers of this project and what the developers are working on - can be found in the file STATUS in root. - - A list of all changes to the source can be found in the file CHANGES - + FOP is part of Apache's XML Graphics project. The homepage of FOP is + http://xml.apache.org/fop. Our resources page is at + http://xml.apache.org/fop/resources.html. + Please report bugs to bugzilla at http://issues.apache.org/bugzilla/ - Discussion of Fop takes place in fop-dev@xml.apache.org (subscribe at - fop-dev-subscribe@xml.apache.org) + A mailing list for how to use FOP is at fop-user@xml.apache.org (subscribe + at fop-dev-subscribe@xml.apache.org) Before you post any questions, please have a look at the FAQ at - http://www.owal.co.uk:8090/asf/servlet/asf/ + http://xml.apache.org/fop/fo.html. |