diff options
author | Keiron Liddle <keiron@apache.org> | 2002-03-19 09:08:56 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-03-19 09:08:56 +0000 |
commit | 9a3636d0045cbc135595380af49a2e4d29cdfa38 (patch) | |
tree | c3169fed19a9e75040b33204e5a03988140389e5 /docs | |
parent | 40e4612f21555a6bf6d8b2ee4dea73d73f06c72a (diff) | |
download | xmlgraphics-fop-9a3636d0045cbc135595380af49a2e4d29cdfa38.tar.gz xmlgraphics-fop-9a3636d0045cbc135595380af49a2e4d29cdfa38.zip |
fixed a few minor errors, added link to "How to Ask Questions the Smart Way"
Submitted by: "Peter S. Housel" <housel@acm.org>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194709 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml-docs/fop/gethelp.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/xml-docs/fop/gethelp.xml b/docs/xml-docs/fop/gethelp.xml index dd29165ab..dc4a315c3 100644 --- a/docs/xml-docs/fop/gethelp.xml +++ b/docs/xml-docs/fop/gethelp.xml @@ -4,7 +4,7 @@ <!-- How to get Help --> <document> <header> - <title>How to get Help</title> + <title>How to Get Help</title> <subtitle>Solving problems</subtitle> <authors> </authors> @@ -15,7 +15,7 @@ <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> + how to embed 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> @@ -34,6 +34,10 @@ 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> + <li> +<p>You should probably read ESR's +<jump href="http://www.tuxedo.org/~esr/faqs/smart-questions.html">"How to Ask Questions the Smart Way"</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> |