You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2007/01/04 13:40:30 UTC

svn commit: r492547 - in /velocity/site/tools/velocity-site-doxia-renderer/src/site: apt/index.apt site.xml

Author: henning
Date: Thu Jan  4 04:40:29 2007
New Revision: 492547

URL: http://svn.apache.org/viewvc?view=rev&rev=492547
Log:
Update docs for velocity-site.


Modified:
    velocity/site/tools/velocity-site-doxia-renderer/src/site/apt/index.apt
    velocity/site/tools/velocity-site-doxia-renderer/src/site/site.xml

Modified: velocity/site/tools/velocity-site-doxia-renderer/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/velocity/site/tools/velocity-site-doxia-renderer/src/site/apt/index.apt?view=diff&rev=492547&r1=492546&r2=492547
==============================================================================
--- velocity/site/tools/velocity-site-doxia-renderer/src/site/apt/index.apt (original)
+++ velocity/site/tools/velocity-site-doxia-renderer/src/site/apt/index.apt Thu Jan  4 04:40:29 2007
@@ -1,10 +1,10 @@
  --------
-Doxia Velocity Renderer Module
+Velocity Doxia Renderer Module
  --------
 
-Doxia Velocity Renderer Module
+Velocity Doxia Renderer Module
 
- The Doxia Velocity Renderer Module is an extension for Apache
+ This module is an extension for Apache
  Maven. It allows you to generate Xdoc and Apt pages used for the Maven
  site using Apache Velocity.
 
@@ -18,8 +18,8 @@
     ...
     <plugins>
       <plugin>
-        <groupId>org.apache.velocity</groupId>
-        <artifactId>doxia-velocity-renderer</artifactId>
+        <groupId>org.apache.velocity.site</groupId>
+        <artifactId>velocity-site-doxia-renderer</artifactId>
         <executions>
           <execution>
             <goals>
@@ -32,9 +32,9 @@
 ...
     <extensions>
       <extension>
-        <artifactId>doxia-velocity-renderer</artifactId>
-        <groupId>org.apache.velocity</groupId>
-        <version>0.0.2</version>
+        <artifactId>velocity-site-doxia-renderer</artifactId>
+        <groupId>org.apache.velocity.site</groupId>
+        <version>1.1.0</version>
       </extension>
     </extensions>
   </build>
@@ -90,7 +90,7 @@
 #end
 +--
 
-  When this template is rendered through the Doxia Velocity Renderer, it
+  When this template is rendered, it
   generates ten paragraphs with demo text.
 
 * Where the templates are located
@@ -106,7 +106,7 @@
        |
        +-- site
            |
-           +-- velocity  Directory for all Doxia Velocity Renderer related files.
+           +-- velocity  Directory for all related files.
                |
                +-- apt   Velocity Templates parsed in APT format.
                |
@@ -126,7 +126,7 @@
 ** Context objects
 
   One of the most powerful features of Velocity are its context objects that can be
-  used on templates by using the <<<${object_name}>>> notation. The Doxia Velocity
+  used on templates by using the <<<${object_name}>>> notation. The Velocity Doxia
   Renderer module defines a number of objects that can be used on your templates:
 
 *--------------------+----------------------------------------+---------------------------------------------------------------+
@@ -177,8 +177,8 @@
     ...
     <plugins>
       <plugin>
-        <groupId>org.apache.velocity</groupId>
-        <artifactId>doxia-velocity-renderer</artifactId>
+        <groupId>org.apache.velocity.site</groupId>
+        <artifactId>velocity-site-doxia-renderer</artifactId>
         ...
         <configuration>
           <libraries>
@@ -221,8 +221,8 @@
     ...
     <plugins>
       <plugin>
-        <groupId>org.apache.velocity</groupId>
-        <artifactId>doxia-velocity-renderer</artifactId>
+        <groupId>org.apache.velocity.site</groupId>
+        <artifactId>velocity-site-doxia-renderer</artifactId>
         ...
         <configuration>
           <tools>

Modified: velocity/site/tools/velocity-site-doxia-renderer/src/site/site.xml
URL: http://svn.apache.org/viewvc/velocity/site/tools/velocity-site-doxia-renderer/src/site/site.xml?view=diff&rev=492547&r1=492546&r2=492547
==============================================================================
--- velocity/site/tools/velocity-site-doxia-renderer/src/site/site.xml (original)
+++ velocity/site/tools/velocity-site-doxia-renderer/src/site/site.xml Thu Jan  4 04:40:29 2007
@@ -1,22 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project name="Doxia Velocity Renderer">
+<project name="Velocity Site Doxia Renderer">
   <publishDate position="bottom" format="yyyy-MM-dd HH:mm:ss"/>
-  <bannerLeft>
-    <name>Doxia Velocity Renderer</name>
-    <src>/images/velocity_project_wide.png</src>
-    <href>http:/velocity.apache.org/</href>
-  </bannerLeft>
-
-  <poweredBy>
-    <logo name="Apache Velocity" 
-          href="http://velocity.apache.org"
-          img="/images/pbv90x30.png" />
-  </poweredBy>
+  <bannerRight>
+    <name>Velocity Doxia Renderer</name>
+  </bannerRight>
 
   <body>
     <breadcrumbs>
       <item name="Apache" href="http://www.apache.org"/>
       <item name="Velocity" href="http://velocity.apache.org/"/>
+      <item name="Velocity Site Tools" href="http://velocity.apache.org/site/tools"/>
+      <item name="Velocity Doxia Renderer" href="http://velocity.apache.org/site/tools/velocity-site-doxia-renderer"/>
     </breadcrumbs>
 
     <menu name="General">