You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2012/04/13 23:39:51 UTC

svn commit: r1325968 - in /maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/src/site/apt: index.apt usage.apt.vm

Author: dennisl
Date: Fri Apr 13 21:39:50 2012
New Revision: 1325968

URL: http://svn.apache.org/viewvc?rev=1325968&view=rev
Log:
Update the site.

Modified:
    maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/src/site/apt/index.apt
    maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/src/site/apt/usage.apt.vm

Modified: maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/src/site/apt/index.apt?rev=1325968&r1=1325967&r2=1325968&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/src/site/apt/index.apt (original)
+++ maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/src/site/apt/index.apt Fri Apr 13 21:39:50 2012
@@ -1,8 +1,10 @@
  -----
- Doxia Maven Plugin
+ Introduction
  -----
  Lukas Theussl
  -----
+ 2012-04-13
+ ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
 ~~ or more contributor license agreements.  See the NOTICE file
@@ -40,12 +42,12 @@ Introduction
 
  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}}
+ See {{{http://maven.apache.org/doxia/doxia-tools/doxia-book-renderer/book.html}The Book Descriptor Reference}}
  for a reference to the descriptor.
 
 * Usage
 
-  General instructions on how to use the Doxia Maven Plugin can be found on the {{{./usage.html}usage page}}. Some more
+  General instructions on how to use the Doxia Book Maven Plugin can be found on the {{{./usage.html}usage page}}. Some more
   specific use cases are described in the examples given below. Last but not least, users occasionally contribute
   additional examples, tips or errata to the
   {{{http://docs.codehaus.org/display/MAVENUSER/PDF+Plugin}plugin's wiki page}}.

Modified: maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/src/site/apt/usage.apt.vm
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/src/site/apt/usage.apt.vm?rev=1325968&r1=1325967&r2=1325968&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/src/site/apt/usage.apt.vm (original)
+++ maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/src/site/apt/usage.apt.vm Fri Apr 13 21:39:50 2012
@@ -3,6 +3,28 @@
  -----
  Lukas Theussl
  -----
+ 2012-04-13
+ ------
+
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License.  You may obtain a copy of the License at
+~~
+~~   http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied.  See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
 
 Usage
 
@@ -11,7 +33,7 @@ Usage
 +------------------------------------------------------
       <plugin>
         <groupId>org.apache.maven.doxia</groupId>
-        <artifactId>doxia-maven-plugin</artifactId>
+        <artifactId>doxia-book-maven-plugin</artifactId>
         <version>${project.version}</version>
         <executions>
           <execution>