Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FOP-3067 Convert to markdown and refer to Jira rather than bugzilla #68

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 11 additions & 17 deletions README → README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
$Id$

==============================================================================
APACHE FOP - README
==============================================================================
APACHE FOP - README
=====================

Contents of this file:
- What is FOP?
Expand All @@ -12,9 +9,6 @@ Contents of this file:
- How do I run FOP?
- Release Notes

==============================================================================


What is FOP?
------------

Expand Down Expand Up @@ -42,12 +36,12 @@ Legal information on libraries used by Apache FOP can be found in the

Here is a list of files included in Apache FOP but not published under Apache
License version 2.0:
- K3 3 of 9 barcode font (TrueType)
File: examples/fo/advanced/K3.TTF
Info: examples/fo/advanced/K3.README
- DejaVu LGC Serif font (TrueType)
File: test/resources/fonts/DejaVuLGCSerif.ttf
Info: test/resources/fonts/DejaVuLGCSerif.LICENSE
- K3 3 of 9 barcode font (TrueType)
File: `examples/fo/advanced/K3.TTF`
Info: `examples/fo/advanced/K3.README`
- DejaVu LGC Serif font (TrueType)
File: `test/resources/fonts/DejaVuLGCSerif.ttf`
Info: `test/resources/fonts/DejaVuLGCSerif.LICENSE`


Where to get help?
Expand All @@ -63,7 +57,7 @@ Before you post any questions, please have a look at the FAQ at
http://xmlgraphics.apache.org/fop/faq.html and FO help page at
http://xmlgraphics.apache.org/fop/fo.html.

Please report bugs to bugzilla at http://issues.apache.org/bugzilla/
Please report bugs to Jira at https://issues.apache.org/jira/projects/FOP/issues


How do I build FOP?
Expand All @@ -82,11 +76,11 @@ may be used to build FOP:

Building with Maven (preferred)

% mvn clean install
% mvn clean install

Building with Ant (deprecated)

% ant -f fop/build.xml clean all
% ant -f fop/build.xml clean all

How do I run FOP?
-----------------
Expand Down