This is an automated email from the ASF dual-hosted git repository.

cbrisson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-site.git

commit 8731197c6de60903cc8a9f285fa5ecd8e555cd99
Author: Henning Schmiedehausen <[email protected]>
AuthorDate: Sat Dec 2 12:27:10 2006 +0000

    Do some file shuffling for maven 2 building the site...
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/velocity/site/trunk@481551 
13f79535-47bb-0310-9956-ffa450edef68
---
 {xdocs => src/site/xdoc}/images/jakarta.png        | Bin
 {xdocs => src/site/xdoc}/images/newlogo.png        | Bin
 .../site/xdoc}/images/powered-by-logo.gif          | Bin
 src/site/xdoc/index.xml                            | 158 +++++++++++++++++++
 {xdocs => src/site/xdoc}/navigation.xml            |   0
 {xdocs => src/site/xdoc}/releases/dvsl/index.xml   |   0
 {xdocs => src/site/xdoc}/releases/engine/index.xml |   0
 {xdocs => src/site/xdoc}/releases/index.xml        |   0
 {xdocs => src/site/xdoc}/releases/tools/index.xml  |   0
 .../site/xdoc}/stylesheets/maven-velocity.css      |   0
 xdocs/index.xml                                    | 175 ---------------------
 11 files changed, 158 insertions(+), 175 deletions(-)

diff --git a/xdocs/images/jakarta.png b/src/site/xdoc/images/jakarta.png
similarity index 100%
rename from xdocs/images/jakarta.png
rename to src/site/xdoc/images/jakarta.png
diff --git a/xdocs/images/newlogo.png b/src/site/xdoc/images/newlogo.png
similarity index 100%
rename from xdocs/images/newlogo.png
rename to src/site/xdoc/images/newlogo.png
diff --git a/xdocs/images/powered-by-logo.gif 
b/src/site/xdoc/images/powered-by-logo.gif
similarity index 100%
rename from xdocs/images/powered-by-logo.gif
rename to src/site/xdoc/images/powered-by-logo.gif
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
new file mode 100644
index 0000000..24ffba9
--- /dev/null
+++ b/src/site/xdoc/index.xml
@@ -0,0 +1,158 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//Apache Software Foundation//DTD XDOC 1.0//EN" 
"http://extra.intermeta.de/dtds-foo/xdoc_1_0.dtd";>
+<document>
+  <properties>
+    <title>Velocity</title>
+
+    <author email="[email protected]">Velocity Documentation
+    Team</author>
+  </properties>
+
+  <body>
+    <section name="What is Velocity?"><p>Velocity is a Java-based template
+    engine. It permits anyone to use a simple yet powerful template language
+    to reference objects defined in Java code.</p><p>Velocity is written in
+    100% pure Java and can be easily embedded into your own applications. It
+    also provides easy integration into web applications through a servlet and
+    tasks for using Velocity from <a href="http://ant.apache.org/";>Apache
+    Ant</a>.</p></section>
+
+    <section name="Where can Velocity be used?"><subsection
+    name="Web based applications"><p> When Velocity is used for web
+    development, Web designers can work in parallel with Java programmers to
+    develop web sites according to the Model-View-Controller (MVC) model,
+    meaning that web page designers can focus solely on creating a site that
+    looks good, and programmers can focus solely on writing top-notch code.
+    Velocity separates Java code from the web pages, making the web site more
+    maintainable over its lifespan and providing a viable alternative to <a
+    href="http://java.sun.com/products/jsp/";>Java Server Pages</a> (JSPs) or
+    <a href="http://www.php.net/";>PHP</a>.</p></subsection><subsection
+    name="Template based code and report generation"><p>Velocity's
+    capabilities reach well beyond the realm of the web; for example, it can
+    be used to generate SQL, PostScript and XML (see <a
+    href="engine/anakia/">Anakia</a> for more information on XML
+    transformations) from templates. It can be used either as a standalone
+    utility for generating source code and reports, or as an integrated
+    component of other systems.</p></subsection><subsection
+    name="Framework Integration"><p>A huge number of other projects have
+    Velocity integration either natively or through 3rd party add-ons. Some
+    examples are:</p><ul>
+        <li><a href="http://jakarta.apache.org/turbine/";>Turbine</a> uses
+        Velocity as its main view layer.</li>
+
+        <li><a href="http://struts.apache.org/";>Struts</a> offers Velocity
+        integration through a Velocity subproject called <a
+        href="tools/">Velocity Tools</a> .</li>
+
+        <li><a href="http://www.springframework.org";>Spring Framework</a>
+        supports Velocity through its <code>VelocityConfigurer</code> and
+        <code>VelocityViewResolver</code>.</li>
+      </ul></subsection></section>
+
+    <section name="How do I get started"><p>The Velocity engine subproject
+    contains the documentation to get started using Velocity and embedding
+    Velocity into your own applications. Please select either a <a
+    href="releases/engine/">released version</a> to get started.
+    </p></section>
+
+    <section name="Velocity subprojects"><p>Velocity currently consists of
+    three subprojects:</p><ul>
+        <li><a href="engine/">Velocity Engine</a>. This is the actual
+        templating engine which does all the work. This subproject contains
+        also the task definitions for using Velocity from <a
+        href="http://ant.apache.org/";>Apache Ant</a>.</li>
+
+        <li><a href="tools/">Velocity Tools</a>. This subproject contains
+        tools and other useful infrastructure to build web- and non-web
+        application using Velocity. You will find e.g. code for <a
+        href="http://struts.apache.org/";>Struts</a> integration or the
+        standalone Velocity View Servlet here.</li>
+
+        <li><a href="dvsl/">Velocity DVSL</a>. DVSL (Declarative Velocity
+        Style Language) is a tool modeled after XSLT and is intended for
+        general XML transformations using the Velocity Template Language as
+        the transformation language.</li>
+      </ul></section>
+
+    <section
+    name="What are the current releases and where do I get them?"><p>These are
+    the current releases of all subprojects: </p><table>
+        <tr>
+          <th>Project</th>
+
+          <th>Release Version</th>
+
+          <th>Development Version</th>
+        </tr>
+
+        <tr>
+          <td>Engine</td>
+
+          <td><a href="releases/engine/1.4/">1.4</a></td>
+
+          <td><a href="engine/">1.5</a></td>
+        </tr>
+
+        <tr>
+          <td>Tools</td>
+
+          <td><a href="releases/tools/1.2/">1.2</a></td>
+
+          <td><a href="tools/">1.3</a></td>
+        </tr>
+
+        <tr>
+          <td>DVSL</td>
+
+          <td>-</td>
+
+          <td><a href="dvsl/">1.0</a></td>
+        </tr>
+      </table><p>The release distribution is available as a combined
+    source/binary distribution in <code>tar.gz</code> and <code>zip</code>
+    formats, and can be downloaded through the <a
+    href="http://jakarta.apache.org/site/downloads/downloads_velocity.cgi";>
+    Apache Mirror system</a>.</p><p>The Velocity jars are also available
+    through the <a href="http://www.ibiblio.org/maven/velocity/";>central Maven
+    repository</a>.</p><p>Older releases are archived at the <a
+    href="http://archive.apache.org/dist/jakarta/velocity/";>Jakarta Velocity
+    archives</a>.</p></section>
+
+    <section name="Where do I get nightly snapshots?"><p>Nightly snapshots of
+    the source code for all subprojects can be found <a
+    href="http://svn.apache.org/dist/jakarta/velocity/nightly/";>
+    here</a>.<br/>They are meant to provide easy access to the project source
+    code if you are located behind a firewall or don't want to deal with a
+    subversion client and are created automatically from the Subversion
+    repository.<br/>As this is our live development workspace, there are no
+    guarantees as to what you will find there, although we do our best to
+    maintain a buildable source tree. If you are looking for the stable
+    supported release, please use <a href="releases/">a released
+    version</a>.</p><p>If you are willing to risk getting dirty, we invite you
+    to try the nightly snapshot to see the current state of affairs. (and help
+    out!) <a href="http://www.apache.org/dev/version-control.html";>Public
+    Subversion access</a> is also available.</p></section>
+
+    <section
+    name="How do I contribute, give feedback, fix bugs and so on?"><p>The
+    Velocity project appreciates any contributions, including documentation
+    help, source code and feedback. Suggested changes should come in the form
+    of source code and/or feedback.</p><ul>
+        <li>Report bugs, ask questions, and help new users on the <a
+        href="mail-lists.html"> Velocity mailing lists</a>.</li>
+
+        <li>There's a list of issues waiting to be addressed in <a
+        href="http://issues.apache.org/jira/browse/VELOCITY";> JIRA</a>.</li>
+
+        <li><a href="http://wiki.apache.org/jakarta-velocity/FrontPage";> Our
+        Wiki</a> has a large collection of community written content. Add your
+        own article or contribute to the FAQ!</li>
+
+        <li>Read-only access to the Subversion
+        <strong>jakarta-velocity</strong> repository is available both <a
+        href="http://svn.apache.org/repos/asf/jakarta/velocity/";> online</a>
+        and with a <a href="http://www.apache.org/dev/version-control.html";>
+        Subversion client</a>.</li>
+      </ul></section>
+  </body>
+</document>
diff --git a/xdocs/navigation.xml b/src/site/xdoc/navigation.xml
similarity index 100%
rename from xdocs/navigation.xml
rename to src/site/xdoc/navigation.xml
diff --git a/xdocs/releases/dvsl/index.xml 
b/src/site/xdoc/releases/dvsl/index.xml
similarity index 100%
rename from xdocs/releases/dvsl/index.xml
rename to src/site/xdoc/releases/dvsl/index.xml
diff --git a/xdocs/releases/engine/index.xml 
b/src/site/xdoc/releases/engine/index.xml
similarity index 100%
rename from xdocs/releases/engine/index.xml
rename to src/site/xdoc/releases/engine/index.xml
diff --git a/xdocs/releases/index.xml b/src/site/xdoc/releases/index.xml
similarity index 100%
rename from xdocs/releases/index.xml
rename to src/site/xdoc/releases/index.xml
diff --git a/xdocs/releases/tools/index.xml 
b/src/site/xdoc/releases/tools/index.xml
similarity index 100%
rename from xdocs/releases/tools/index.xml
rename to src/site/xdoc/releases/tools/index.xml
diff --git a/xdocs/stylesheets/maven-velocity.css 
b/src/site/xdoc/stylesheets/maven-velocity.css
similarity index 100%
rename from xdocs/stylesheets/maven-velocity.css
rename to src/site/xdoc/stylesheets/maven-velocity.css
diff --git a/xdocs/index.xml b/xdocs/index.xml
deleted file mode 100644
index 89cdff0..0000000
--- a/xdocs/index.xml
+++ /dev/null
@@ -1,175 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<document>
-  
-  <properties>
-    <title>Velocity</title>
-    <author email="[email protected]">Velocity Documentation
-      Team</author>
-  </properties>
-  
-  <body>
-    <section name="What is Velocity?" href="WhatisVelocity?">
-      <p>Velocity is a Java-based template engine. It permits anyone to use a 
simple yet
-        powerful template language to reference objects defined in Java 
code.</p>
-      
-      <p>Velocity is written in 100% pure Java and can be easily embedded into 
your own
-        applications. It also provides easy integration into web applications 
through a
-        servlet and tasks for using Velocity from
-        <a href="http://ant.apache.org/";>Apache Ant</a>.</p>
-    </section>
-    
-    <section name="Where can Velocity be used?">
-      <subsection name="Web based applications">
-        <p> When Velocity is used for web development, Web designers can work 
in parallel with
-          Java programmers to develop web sites according to the 
Model-View-Controller
-          (MVC) model, meaning that web page designers can focus solely on 
creating a site
-          that looks good, and programmers can focus solely on writing 
top-notch code.
-          Velocity separates Java code from the web pages, making the web site 
more
-          maintainable over its lifespan and providing a viable alternative to
-          <a href="http://java.sun.com/products/jsp/";>Java Server Pages</a> 
(JSPs) or
-          <a href="http://www.php.net/";>PHP</a>.</p>
-      </subsection>
-      
-      <subsection name="Template based code and report generation">
-        <p> Velocity's capabilities reach well beyond the realm of the web; 
for example, it
-          can be used to generate SQL, PostScript and XML (see
-          <a href="engine/anakia/">Anakia</a> for more information on XML
-          transformations) from templates. It can be used either as a 
standalone utility for
-          generating source code and reports, or as an integrated component of 
other
-          systems.</p>
-      </subsection>
-      
-      <subsection name="Framework Integration">
-        <p> A huge number of other projects have Velocity integration either 
natively or
-          through 3rd party add-ons. Some examples are:</p>
-        
-        <ul>
-          <li>
-            <a href="http://jakarta.apache.org/turbine/";>Turbine</a> uses 
Velocity
-            as its main view layer.</li>
-          <li>
-            <a href="http://struts.apache.org/";>Struts</a> offers Velocity
-            integration through a Velocity subproject called
-            <a href="tools/">Velocity Tools</a>
-            .</li>
-          <li>
-            <a href="http://www.springframework.org";>Spring Framework</a> 
supports
-            Velocity through its
-            <code>VelocityConfigurer</code> and 
<code>VelocityViewResolver</code>.</li>
-        </ul>
-      </subsection>
-    </section>
-
-    <section name="How do I get started">
-      <p>
-        The Velocity engine subproject contains the documentation to get 
started using
-        Velocity and embedding Velocity into your own applications. Please 
select either
-        a <a href="releases/engine/">released version</a> to get started.
-      </p>
-    </section>
-    
-    <section name="Velocity subprojects">
-      <p> Velocity currently consists of three subprojects:</p>
-      
-      <ul>
-        <li>
-          <a href="engine/">Velocity Engine</a>. This is the actual
-          templating engine which does all the work. This subproject contains 
also the task
-          definitions for using Velocity from
-          <a href="http://ant.apache.org/";>Apache Ant</a>.</li>
-        <li>
-          <a href="tools/">Velocity Tools</a>. This subproject contains
-          tools and other useful infrastructure to build web- and non-web 
application using
-          Velocity. You will find e.g. code for
-          <a href="http://struts.apache.org/";>Struts</a> integration or the
-          standalone Velocity View Servlet here.</li>
-        
-        <li>
-          <a href="dvsl/">Velocity DVSL</a>. DVSL
-          (Declarative Velocity Style Language) is a tool modeled after XSLT 
and is intended
-          for general XML transformations using the Velocity Template Language 
as the
-          transformation language.</li>
-      </ul>
-    </section>
-    
-    <section name="What are the current releases and where do I get them?">
-
-      <p>
-        These are the current releases of all subprojects:
-        <table>
-          <tr><th>Project</th><th>Release Version</th><th>Development 
Version</th></tr>
-          <tr><td>Engine</td><td><a 
href="releases/engine/1.4/">1.4</a></td><td><a href="engine/">1.5</a></td></tr>
-          <tr><td>Tools</td> <td><a href="releases/tools/1.2/">1.2</a></td> 
<td><a href="tools/">1.3</a></td></tr>
-          <tr><td>DVSL</td>  <td>-</td>                                     
<td><a href="dvsl/">1.0</a></td></tr>
-        </table>
-     </p>
-      
-      <p> The release distribution is available as a combined source/binary 
distribution in
-        <code>tar.gz</code> and
-        <code>zip</code> formats, and can be downloaded through the
-        <a
-          
href="http://jakarta.apache.org/site/downloads/downloads_velocity.cgi";>
-          Apache Mirror system</a>.</p>
-      
-      <p> The Velocity jars are also available through the
-        <a href="http://www.ibiblio.org/maven/velocity/";>central Maven
-          repository</a>.</p>
-      
-      <p> Older releases are archived at the
-        <a href="http://archive.apache.org/dist/jakarta/velocity/";>Jakarta
-          Velocity archives</a>.</p>
-      
-    </section>
-    
-    <section name="Where do I get nightly snapshots?"
-      href="WheredoIgetnightlysnapshots?">
-      
-      <p> Nightly snapshots of the source code for all subprojects can be found
-        <a href="http://svn.apache.org/dist/jakarta/velocity/nightly/";> 
here</a>.<br/>
-      
-        They are meant to provide easy access to the project source code if 
you are located
-        behind a firewall or don't want to deal with a subversion client and
-        are created automatically from the Subversion repository.<br/>As
-        this is our live development workspace, there are no guarantees as to 
what you will
-        find there, although we do our best to maintain a buildable source 
tree. If you are
-        looking for the stable supported release, please use <a 
href="releases/">a released
-        version</a>.</p>
-      
-      <p> If you are willing to risk getting dirty, we invite you to try the 
nightly snapshot to
-        see the current state of affairs. (and help out!)
-        <a href="http://www.apache.org/dev/version-control.html";>Public 
Subversion
-          access</a> is also available.</p>
-      
-    </section>
-    
-    <section name="How do I contribute, give feedback, fix bugs and so on?"
-      href="HowdoIcontribute,givefeedback,fixbugsandsoon?">
-      
-      <p> The Velocity project appreciates any contributions, including 
documentation
-        help, source code and feedback. Suggested changes should come in the 
form of source
-        code and/or feedback.</p>
-      
-      <ul>
-        <li> Report bugs, ask questions, and help new users on the
-          <a href="mail-lists.html"> Velocity
-            mailing lists</a>.</li>
-        
-        <li> There's a list of issues waiting to be addressed in
-          <a href="http://issues.apache.org/jira/browse/VELOCITY";> 
JIRA</a>.</li>
-        
-        <li>
-          <a href="http://wiki.apache.org/jakarta-velocity/FrontPage";> Our 
Wiki</a>
-          has a large collection of community written content. Add your own 
article or
-          contribute to the FAQ! </li>
-        <li> Read-only access to the Subversion
-          <strong>jakarta-velocity</strong> repository is available both
-          <a href="http://svn.apache.org/repos/asf/jakarta/velocity/";>
-            online</a> and with a
-          <a href="http://www.apache.org/dev/version-control.html";> Subversion
-            client</a>.</li>
-      </ul>
-      
-    </section>
-  </body>
-</document>

Reply via email to