blob: 63acf63abc5b3af11d59c7630f4cade6d58d2ce1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE faqs PUBLIC "-//APACHE//DTD FAQ V1.1//EN"
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/faq-v11.dtd">
<faqs title="FOP Developer FAQ">
<part id="part_general">
<title>General Questions</title>
<faq>
<question>How can I contribute?</question>
<answer>
<p>There are many ways that you can help:</p>
<ul>
<li>You can help us implement missing features that are needed in order to comply with the standard. See the <link href="../compliance.html">Standards Compliance</link> for more details.</li>
<li>You can help us address bug reports. See <link href="../bugs.html#issues_existing">bugzilla</link> for more information.</li>
<li>You can help support our user base by answering questions on the fop-user mailing list.</li>
<li>You can help us document FOP better.</li>
</ul>
</answer>
</faq>
</part>
<part id="part_documentation">
<title>Documentation</title>
<faq id="javadoc_location">
<question>How do I get the javadocs for FOP?</question>
<answer>
<p>Currently, the only way to get FOP javadocs is to <link href="../download.html">
Download the source code</link> and then <link href="../compiling.html">Build
FOP</link> using the ant build task "javadocs".</p>
</answer>
</faq>
</part>
<part id="part_further_help">
<title>Further Help</title>
<faq id="other_faqs">
<question>I don't see my question addressed here. Are there other FAQs?</question>
<answer>
<p>Yes. See also the <link href="../faq.html">FOP General FAQs</link>.</p>
</answer>
</faq>
</part>
</faqs>
|