Author: ltheussl
Date: Thu Dec 17 11:58:22 2009
New Revision: 891661
URL: http://svn.apache.org/viewvc?rev=891661&view=rev
Log:
update faq
Modified:
maven/doxia/site/src/site/fml/faq.fml
Modified: maven/doxia/site/src/site/fml/faq.fml
URL:
http://svn.apache.org/viewvc/maven/doxia/site/src/site/fml/faq.fml?rev=891661&r1=891660&r2=891661&view=diff
==============================================================================
--- maven/doxia/site/src/site/fml/faq.fml (original)
+++ maven/doxia/site/src/site/fml/faq.fml Thu Dec 17 11:58:22 2009
@@ -28,7 +28,8 @@
<question>How to handle style in the APT markup language?</question>
<answer>
<p>
- APT doesn't currently support style.
+ APT does not support style. If you need more control you should use
+ <a href="references/xdoc-format.html">xdoc</a> instead.
</p>
</answer>
</faq>
@@ -47,11 +48,7 @@
only the fo module is going to be supported in the future.
</p>
<p>
- A pdf plugin for Maven is currently in development. You can get the
source
- <a
href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-pdf-plugin/">here</a>.
- </p>
- <p>
- As a preliminary example, you can have a look at the <a
href="./doxia-1.1.1-SNAPSHOT.pdf">pdf</a> version of the Doxia web site.
+ For Maven there is a <a
href="http://maven.apache.org/plugins/maven-pdf-plugin/">pdf plugin</a>
available.
</p>
</answer>
</faq>