Author: vsiveton
Date: Sat Sep  8 06:18:51 2007
New Revision: 573834

URL: http://svn.apache.org/viewvc?rev=573834&view=rev
Log:
o updated the documentation
o using default skin for the site (similar to other doxia projects)

Modified:
    maven/doxia/doxia/trunk/doxia-maven-plugin/src/site/apt/index.apt
    maven/doxia/doxia/trunk/doxia-maven-plugin/src/site/site.xml

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=573834&r1=573833&r2=573834&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 Sat Sep  
8 06:18:51 2007
@@ -10,11 +10,21 @@
  Doxia Book Maven 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.
 
-* How It Works
+* Goals Overview
 
- First you need a simple book descriptor which is used to specify the layout 
of your book, ie
+ The Doxia Maven Plugin has one goal:
+
+ * {{{render-books-mojo.html}doxia:render-books}} to create books in different 
output formats.
+
+* Usage
+
+ 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}}
  for a reference to the descriptor.
 
- An example for configuring the Doxia Maven Plugin is found on the 
{{{./usage.html}usage}} page.
\ No newline at end of file
+ An example for configuring the Doxia Maven Plugin is found on the 
{{{./usage.html}usage}} page.
+
+* Examples
+
+ An Xdoc output example which has been rendered into this site can be viewed 
{{{http://maven.apache.org/doxia/doxia-example-book/index.html}here}}.

Modified: maven/doxia/doxia/trunk/doxia-maven-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-maven-plugin/src/site/site.xml?rev=573834&r1=573833&r2=573834&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-maven-plugin/src/site/site.xml (original)
+++ maven/doxia/doxia/trunk/doxia-maven-plugin/src/site/site.xml Sat Sep  8 
06:18:51 2007
@@ -22,39 +22,10 @@
  -->
 
 <project name="Doxia">
-
-  <bannerLeft>
-    <name>Doxia</name>
-    <src>images/apache-maven-project-2.png</src>
-  </bannerLeft>
-
-  <bannerRight>
-    <src>images/maven-logo-2.gif</src>
-  </bannerRight>
-
-  <publishDate format="dd MMM yyyy" position="right" />
-
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-stylus-skin</artifactId>
-    <version>1.0.1</version>
-  </skin>
-
   <body>
-
-    <links>
-      <item name="Apache" href="http://www.apache.org/"/>
-      <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/>
-      <item name="Maven 2.x" href="http://maven.apache.org/"/>
-      <item name="Continuum" href="http://maven.apache.org/continuum/"/>
-      <item name="SCM" href="http://maven.apache.org/scm/"/>
-      <item name="Wagon" href="http://maven.apache.org/wagon/"/>
-      <item name="JXR" href="http://maven.apache.org/jxr/"/>
-      <item name="Doxia" href="http://maven.apache.org/doxia/"/>
-    </links>
-
-    <menu name="About Doxia :: Maven Plugin">
+    <menu name="Overview">
       <item name="Introduction" href="index.html"/>
+      <item name="Goals" href="plugin-info.html"/>
       <item name="Usage" href="usage.html"/>
       <!--<item name="FAQ" href="faq.html"/>-->
     </menu>
@@ -62,5 +33,4 @@
     <menu ref="reports"/>
 
   </body>
-
 </project>


Reply via email to