From: William Victor Mote Date: Fri, 18 Jul 2003 16:39:18 +0000 (+0000) Subject: Recast "Understanding FOP's Compliance" into a more general discussion of limitations... X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1265 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=07a3d0e98bc53facafc3dc0b735e47414d6ede77;p=xmlgraphics-fop.git Recast "Understanding FOP's Compliance" into a more general discussion of limitations in general. Add a "When will feature X be implemented" FAQ to point to the discussion of limitations. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196731 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml index 75cad9b9f..a2b2470dd 100644 --- a/src/documentation/content/xdocs/faq.xml +++ b/src/documentation/content/xdocs/faq.xml @@ -110,6 +110,12 @@

+ + When will feature X be implemented? + +

The short answer is "Don't ask." For more details, see Understand FOP's Limitations.

+
+
How can I contribute? diff --git a/src/documentation/content/xdocs/gethelp.xml b/src/documentation/content/xdocs/gethelp.xml index f9fa1ce35..632d0ac9e 100644 --- a/src/documentation/content/xdocs/gethelp.xml +++ b/src/documentation/content/xdocs/gethelp.xml @@ -18,14 +18,18 @@ FOP is an implementation of these technologies, and when you use FOP, there is a We have included several useful links on our Resources page that may help you get started.

-
- Review FOP's Standards Compliance -

FOP is a work in progress, and does not yet fully comply with the W3C XSL-FO standard. +

+ Understand FOP's Limitations +

FOP is a work in progress, and has some limitations.

+

FOP does not yet fully comply with the W3C XSL-FO standard. The developers track which standard requirements have been implemented, and have documented these capabilities on the Compliance page. -If this document appears to be in error, continue down this checklist so that either the document or the software can be corrected. -Otherwise, please do not submit mailing list questions or bug reports regarding features documented in the standard. -Please especially do not submit questions asking when a particular feature will be implemented. +FOP has other limitations regarding specific output formats, graphic formats, etc. +These limitations are noted in appropriate places in the documentation. +If these documents appear to be in error, continue down this checklist so that either the document or the software can be corrected. +Otherwise, please do not submit mailing list questions or bug reports regarding features documented in the standard, or documented as limitations in other parts of the documentation.

+

Please especially do not submit questions asking when a particular feature will be implemented. There are too many unknowns to make even a reasonable estimate. +Every time a developer stops to answer such a question, the answer will inevitably be "I don't know", but the time taken to respond is time spent away from development. The only sure way to get a feature implemented is to pitch in and help.