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:01:23 UTC

svn commit: r1325947 - in /maven/doxia/doxia-tools/trunk/doxia-book-renderer/src: main/modello/book.mdo site/apt/index.apt site/apt/usage.apt site/apt/using-book-xsd.apt site/site.xml

Author: dennisl
Date: Fri Apr 13 21:01:22 2012
New Revision: 1325947

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

Modified:
    maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/main/modello/book.mdo
    maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/site/apt/index.apt
    maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/site/apt/usage.apt
    maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/site/apt/using-book-xsd.apt
    maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/site/site.xml

Modified: maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/main/modello/book.mdo
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/main/modello/book.mdo?rev=1325947&r1=1325946&r2=1325947&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/main/modello/book.mdo (original)
+++ maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/main/modello/book.mdo Fri Apr 13 21:01:22 2012
@@ -26,11 +26,11 @@
   <description>
     <![CDATA[
     <p>
-      This descriptor specifies the metadatas and the content for a book.
+      This descriptor specifies the metadata and the content for a book.
     </p>
     <p>
       A book is defined by a collection of chapters, a chapter by a
-      collection of sections, a section by a file.
+      collection of sections and a section by a file.
     </p>
     <p>An XSD is available at:</p>
     <ul>

Modified: maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/site/apt/index.apt?rev=1325947&r1=1325946&r2=1325947&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/site/apt/index.apt (original)
+++ maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/site/apt/index.apt Fri Apr 13 21:01:22 2012
@@ -3,11 +3,33 @@
  -----
  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
 
 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.
 
 * How It Works
@@ -15,6 +37,6 @@ Introduction
  The only thing you need in addition to the content files itself is a simple book descriptor which is used to specify
  the ordering of the sections and the names for the chapters.
 
- See {{{./book.html}The Book Descriptor Reference}} for a reference to the descriptor. A sample is given on the
+ See the {{{./book.html}Book Descriptor Reference}} for a reference to the descriptor. A sample is given on the
  main Doxia {{{http://maven.apache.org/doxia/book/index.html}site}}.
 

Modified: maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/site/apt/usage.apt?rev=1325947&r1=1325946&r2=1325947&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/site/apt/usage.apt (original)
+++ maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/site/apt/usage.apt Fri Apr 13 21:01:22 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
 

Modified: maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/site/apt/using-book-xsd.apt
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/site/apt/using-book-xsd.apt?rev=1325947&r1=1325946&r2=1325947&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/site/apt/using-book-xsd.apt (original)
+++ maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/site/apt/using-book-xsd.apt Fri Apr 13 21:01:22 2012
@@ -3,7 +3,7 @@
  -----
  Vincent Siveton
  ------
- 2009-01-28
+ 2012-04-13
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -30,7 +30,7 @@ Using Schema Book 1.0
 
   The Decoration XSD is located {{{http://maven.apache.org/xsd/book-1.0.0.xsd}here}}.
 
-  Your favorite IDE probably supports XSD schema's for .xml files. You need to specify the following:
+  Your favorite IDE probably supports XSD schema's for <<<.xml>>> files. You need to specify the following:
 
 +-----+
 <book xmlns="http://maven.apache.org/BOOK/1.0.0"

Modified: maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/site/site.xml?rev=1325947&r1=1325946&r2=1325947&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/site/site.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/site/site.xml Fri Apr 13 21:01:22 2012
@@ -28,7 +28,7 @@
 
     <menu ref="parent"/>
 
-    <menu name="About Doxia :: Book Components">
+    <menu name="Overview">
       <item name="Introduction" href="index.html"/>
       <item name="Usage" href="usage.html"/>
       <item name="JavaDocs" href="apidocs/index.html"/>
@@ -36,8 +36,8 @@
       <!--item name="FAQ" href="faq.html"/-->
     </menu>
 
-    <menu name="Book Schema">
-      <item name="Reference" href="book.html"/>
+    <menu name="Reference">
+      <item name="Book Reference" href="book.html"/>
       <item name="Using Book Schema" href="using-book-xsd.html"/>
     </menu>