aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaren Lease <klease@apache.org>2002-03-17 17:46:15 +0000
committerKaren Lease <klease@apache.org>2002-03-17 17:46:15 +0000
commit3de2bfd03b153d0aa42e8e42c8a1ad55b04e1adb (patch)
tree9629532fcdfe7e118ee7688b17d3be39faf4a87b
parent5ab455bf42093e5a13a088bfef9c821a4ae19d1e (diff)
downloadxmlgraphics-fop-3de2bfd03b153d0aa42e8e42c8a1ad55b04e1adb.tar.gz
xmlgraphics-fop-3de2bfd03b153d0aa42e8e42c8a1ad55b04e1adb.zip
Submitted by: Jeremias M�rki
Reviewed by: Karen Lease Added a page "How to get Help". git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194705 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/xml-docs/fop/gethelp.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/xml-docs/fop/gethelp.xml b/docs/xml-docs/fop/gethelp.xml
new file mode 100644
index 000000000..dd29165ab
--- /dev/null
+++ b/docs/xml-docs/fop/gethelp.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" standalone="no"?>
+
+
+<!-- How to get Help -->
+<document>
+ <header>
+ <title>How to get Help</title>
+ <subtitle>Solving problems</subtitle>
+ <authors>
+ </authors>
+ </header>
+
+ <body>
+<s1 title="How to get Help">
+ <ol>
+ <li>
+ <p>Have a look at the documentation pages on this site. You can find information on how to run FOP,
+ how to embedd it, how to add custom fonts etc.</p>
+ </li>
+ <li>
+ <p>Consult the <jump href="faq.html">FAQ</jump> to see if your question has already been answered before.</p>
+ </li>
+ <li>
+ <p>If you have a question concerning XSL:FO that is not related to FOP directly, please consult the various
+ resources on the net. See <jump href="resources.html">Resources</jump> for some interesting links.</p>
+ </li>
+ <li>
+ <p>Before you post your questions to one of the mailing lists, please search the mailing list archives, since it's
+ possible that your question has already been answered but it may not have found its way into the FAQ. You'll
+ find links to the mailing list archive in the <jump href="resources.html">Resources</jump>.</p>
+ </li>
+ <li>
+ <p>If you still can't solve your problem subscribe to FOP's user mailing list and post your question there. Please
+ don't forget to supply the version you're using, detailed error messages etc. This makes it easier to help you.
+ The instructions on how to subscribe can be found in the <jump href="resources.html">Resources</jump></p>
+ </li>
+ <note>
+ <p>Please don't use Bugzilla to post questions and please ask on the user mailing list first, if you think you've
+ found a bug.</p>
+ </note>
+ </ol>
+</s1>
+ </body>
+</document>
+