You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/08/13 12:43:27 UTC

svn commit: r232440 - /maven/maven-1/plugins/trunk/pdf/xdocs/index.xml

Author: aheritier
Date: Sat Aug 13 03:43:21 2005
New Revision: 232440

URL: http://svn.apache.org/viewcvs?rev=232440&view=rev
Log:
MPPDF-26 : document the need for different files for different items.
Thank you Rick.

Modified:
    maven/maven-1/plugins/trunk/pdf/xdocs/index.xml

Modified: maven/maven-1/plugins/trunk/pdf/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/xdocs/index.xml?rev=232440&r1=232439&r2=232440&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/xdocs/index.xml (original)
+++ maven/maven-1/plugins/trunk/pdf/xdocs/index.xml Sat Aug 13 03:43:21 2005
@@ -16,20 +16,19 @@
  * limitations under the License.
  */
  -->
-
 <document>
-    <properties>
-        <title>Maven PDF Plug-in</title>
-        <author email="jason@zenplex.com">Jason van Zyl</author>
-        <author email="dion@apache.org">dIon Gillard</author>
-    </properties>
-    <body>
-        <section name="Maven PDF Plug-in">
-            <p>This plug-in allows you to generate a PDF version of your project's
-        documentation.</p>
-            <p>There is a known problem with the PDF generation tool (Apache's FOP)
-        in that it doesn't allow for table structures with automatic column
-        widths to be generated. Widths are uniformly distributed.</p>
-        </section>
-    </body>
+  <properties>
+    <title>Maven PDF Plug-in</title>
+    <author email="jason@zenplex.com">Jason van Zyl</author>
+    <author email="dion@apache.org">dIon Gillard</author>
+  </properties>
+  <body>
+    <section name="Maven PDF Plug-in">
+      <p>This plug-in allows you to generate a PDF version of your project's documentation.</p>
+    </section>
+    <section name="Know issues">
+      <p>There is a known problem with the PDF generation tool (Apache's FOP) in that it doesn't allow for table structures with automatic column        widths to be generated. Widths are uniformly distributed.</p>
+      <p>Due to several problems, it is actually impossible to reference the same file in different items in navigation.xml. You must define another navigation file (using the property <a href="properties.html">"maven.pdf.navigationFile"</a>) which you'll use only with the PDF plug-in. This navigation cannot define several items with the same href.</p>
+    </section>
+  </body>
 </document>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org