Author: hboutemy Date: Sun Sep 11 21:00:30 2011 New Revision: 1169537 URL: http://svn.apache.org/viewvc?rev=1169537&view=rev Log: fixed typos
Modified: maven/doxia/doxia/trunk/doxia-maven-plugin/src/site/apt/index.apt maven/doxia/doxia/trunk/doxia-maven-plugin/src/site/apt/usage.apt.vm Modified: maven/doxia/doxia/trunk/doxia-maven-plugin/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-maven-plugin/src/site/apt/index.apt?rev=1169537&r1=1169536&r2=1169537&view=diff ============================================================================== --- maven/doxia/doxia/trunk/doxia-maven-plugin/src/site/apt/index.apt (original) +++ maven/doxia/doxia/trunk/doxia-maven-plugin/src/site/apt/index.apt Sun Sep 11 21:00:30 2011 @@ -27,7 +27,7 @@ Introduction Doxia allows you to write books like user manuals and guides in any format supported by Doxia. Combined with the - Doxia Book Maven you are able to include the manuals directly in your generated site with links to the off-line + Doxia Book Maven Plugin, you are able to include the manuals directly in your generated site with links to the off-line friendly formats like XDoc, PDF, RTF and LaTeX. * Goals Overview @@ -36,6 +36,8 @@ Introduction * {{{./render-books-mojo.html}doxia:render-books}} to create books in different output formats. + [] + First you need a simple book descriptor which is used to specify the layout of your book, i.e. the ordering of the sections and the names for the chapters. See {{{http://maven.apache.org/doxia/book/index.html}The Book Descriptor Reference}} Modified: maven/doxia/doxia/trunk/doxia-maven-plugin/src/site/apt/usage.apt.vm URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-maven-plugin/src/site/apt/usage.apt.vm?rev=1169537&r1=1169536&r2=1169537&view=diff ============================================================================== --- maven/doxia/doxia/trunk/doxia-maven-plugin/src/site/apt/usage.apt.vm (original) +++ maven/doxia/doxia/trunk/doxia-maven-plugin/src/site/apt/usage.apt.vm Sun Sep 11 21:00:30 2011 @@ -6,7 +6,7 @@ Usage - Below is a sample pom.xml illustrate how to use it. + Below is a sample <<<pom.xml>>> illustrating how to use it. +------------------------------------------------------ <plugin>