You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

faq.xml 2.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <!-- $Id$ -->
  17. <!DOCTYPE faqs PUBLIC "-//APACHE//DTD FAQ V1.3//EN" "http://forrest.apache.org/dtd/faq-v13.dtd">
  18. <faqs title="Apache™ FOP Development: FAQ">
  19. <part id="part_general">
  20. <title>General Questions</title>
  21. <faq>
  22. <question>How can I contribute?</question>
  23. <answer>
  24. <p>There are many ways that you can help:</p>
  25. <ul>
  26. <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>
  27. <li>You can help us address bug reports. See <link href="../bugs.html#issues_existing">bugzilla</link> for more information.</li>
  28. <li>You can help support our user base by answering questions on the fop-user mailing list.</li>
  29. <li>You can help us document FOP better.</li>
  30. </ul>
  31. </answer>
  32. </faq>
  33. </part>
  34. <part id="part_documentation">
  35. <title>Documentation</title>
  36. <faq id="javadoc_location">
  37. <question>How do I get the javadocs for FOP?</question>
  38. <answer>
  39. <p>Currently, the only way to get FOP javadocs is to <link href="../download.html">
  40. Download the source code</link> and then <link href="../trunk/compiling.html">Build
  41. FOP</link> using the ant build task "javadocs".</p>
  42. </answer>
  43. </faq>
  44. <faq id="doc-mgt">
  45. <question>Where can I learn how the FOP docs and web site are built?</question>
  46. <answer>
  47. <p>
  48. See FOP <link href="doc.html">Doc Management</link>. ;-)
  49. </p>
  50. </answer>
  51. </faq>
  52. </part>
  53. <part id="part_further_help">
  54. <title>Further Help</title>
  55. <faq id="other_faqs">
  56. <question>I don't see my question addressed here. Are there other FAQs?</question>
  57. <answer>
  58. <p>Yes. See also the <link href="../faq.html">FOP General FAQs</link>.</p>
  59. </answer>
  60. </faq>
  61. </part>
  62. </faqs>