aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-03-15 19:55:49 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-03-15 19:55:49 +0000
commitb36a75fe40402689a1f1ebc5e283a66755f6bb47 (patch)
treed7ce4c2821c9c3aadf4c6757c5fe8b53e769ba6b /src
parent5fbedcde6cbfab4c94e9c4227864a6b14fd04abc (diff)
downloadxmlgraphics-fop-b36a75fe40402689a1f1ebc5e283a66755f6bb47.tar.gz
xmlgraphics-fop-b36a75fe40402689a1f1ebc5e283a66755f6bb47.zip
normalize & clean up the general help section a bit.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196107 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/documentation/content/xdocs/faq.xml37
1 files changed, 23 insertions, 14 deletions
diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml
index 6d8962c88..998a68d76 100644
--- a/src/documentation/content/xdocs/faq.xml
+++ b/src/documentation/content/xdocs/faq.xml
@@ -1661,29 +1661,38 @@ class rendtest {
<part id="part_help">
<title>General suggestions. How to solve problems.</title>
<faq id="bugs">
- <question>Where to post bugs.</question>
+ <question>I think I have found a bug in FOP. What should I do?</question>
<answer>
<p>
- See <link href="bugs.html">documentation</link>. See also
- <link href="#postquestions">"where to post
- questions"</link>.
+ See <link href="bugs.html">the Bugs page</link> for information about
+ bugs already reported and how to report new ones.
</p>
</answer>
</faq>
<faq id="postquestions">
- <question>Where to post questions.</question>
+ <question>I have questions that are not addressed in this FAQ. Where
+ should I post them?</question>
<answer>
- <p>
- Decide where to post:
- </p>
<ul>
<li>
- You get exceptions. First, check the FAQ whether the exception is
- mentioned. ClassNotFoundException, NoSuchMethodException and
- NoSuchFieldException problems are almost always a problem with the
- local environment, try to get local help first. Check <link
- href="http://nagoya.apache.org">bugzilla</link>. If still not found,
- post to fop-dev.
+ If you have a runtime exception or other runtime problem:
+ <ul>
+ <li>
+ double-check the <link href="#part_running">Runtime FAQs</link>.
+ </li>
+ <li>
+ ClassNotFoundException, NoSuchMethodException and
+ NoSuchFieldException problems are almost always a problem with
+ the local environment. Try to get local help first.
+ </li>
+ <li>
+ Check <link href="bugs.html#issues_existing">Reported Issues</link>
+ to see if this is a known problem.
+ </li>
+ <li>If none of the above apply, post a question to the fop-dev
+ mailing list.
+ </li>
+ </ul>
</li>
<li>
Something doesn't work with FOP but works with another formatter