diff options
author | fotis <fotis@unknown> | 2000-06-23 13:16:43 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 2000-06-23 13:16:43 +0000 |
commit | b15d38da94b6edb8460c824a38ad42ac5fe9a37a (patch) | |
tree | 4b61608d7f58f905a4d9cb5ff4dc807cba20dc3b /docs/xml-docs/fop/download.xml | |
parent | d82981702279d9e3cdc419e0a960ef1f8b488000 (diff) | |
download | xmlgraphics-fop-b15d38da94b6edb8460c824a38ad42ac5fe9a37a.tar.gz xmlgraphics-fop-b15d38da94b6edb8460c824a38ad42ac5fe9a37a.zip |
add: xml files with the fop documentation (mirrors files from xml-site) and an ant script to write all into one pdf file
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193436 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/xml-docs/fop/download.xml')
-rw-r--r-- | docs/xml-docs/fop/download.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/xml-docs/fop/download.xml b/docs/xml-docs/fop/download.xml new file mode 100644 index 000000000..38946d0ea --- /dev/null +++ b/docs/xml-docs/fop/download.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd"> + +<!-- Download FOP --> + +<s1 title="Downloading FOP"> + <s2 title=""> + <p>You can download the latest release version from the <jump + href="http://xml.apache.org/dist/fop/">distribution directory</jump>. </p> + <p>The file contains also the documentation (including some example fo files) and the source. </p> + <p>To run FOP from the command line, see <jump href="running.html">Running FOP</jump>. If you are + interested in embedding FOP in a Java application of your own, see + <jump href="embedding.html">Embedding FOP</jump>. + </p> + </s2> +</s1> + |