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 2006/12/02 23:30:28 UTC

svn commit: r481648 - in /velocity/site/trunk: ./ src/site/ src/site/resources/css/ src/site/resources/images/ src/site/xdoc/ src/site/xdoc/dvsl/ src/site/xdoc/dvsl/devel/ src/site/xdoc/dvsl/releases/ src/site/xdoc/engine/ src/site/xdoc/engine/devel/ s...

Author: henning
Date: Sat Dec  2 14:30:26 2006
New Revision: 481648

URL: http://svn.apache.org/viewvc?view=rev&rev=481648
Log:
Set up a maven 2 driven skeleton for the Velocity site build.


Added:
    velocity/site/trunk/LICENSE
      - copied unchanged from r481547, velocity/site/trunk/LICENSE.txt
    velocity/site/trunk/pom.xml   (with props)
    velocity/site/trunk/src/site/resources/css/
      - copied from r481551, velocity/site/trunk/src/site/xdoc/stylesheets/
    velocity/site/trunk/src/site/resources/css/site.css
    velocity/site/trunk/src/site/resources/images/asf_logo_wide.gif   (with props)
    velocity/site/trunk/src/site/resources/images/jakarta.png
      - copied unchanged from r481551, velocity/site/trunk/src/site/xdoc/images/jakarta.png
    velocity/site/trunk/src/site/resources/images/pbv90x30.png   (with props)
    velocity/site/trunk/src/site/resources/images/powered-by-velocity.gif
      - copied unchanged from r481551, velocity/site/trunk/src/site/xdoc/images/powered-by-logo.gif
    velocity/site/trunk/src/site/resources/images/velocity.png
      - copied unchanged from r481551, velocity/site/trunk/src/site/xdoc/images/newlogo.png
    velocity/site/trunk/src/site/resources/images/velocity_project_wide.png   (with props)
    velocity/site/trunk/src/site/resources/images/velocity_project_wide.xcf   (with props)
    velocity/site/trunk/src/site/site.xml   (with props)
    velocity/site/trunk/src/site/xdoc/contact.xml   (with props)
    velocity/site/trunk/src/site/xdoc/downloads.xml   (with props)
    velocity/site/trunk/src/site/xdoc/dvsl/devel/
    velocity/site/trunk/src/site/xdoc/dvsl/index.xml   (with props)
    velocity/site/trunk/src/site/xdoc/dvsl/index.xml~
    velocity/site/trunk/src/site/xdoc/dvsl/releases/
    velocity/site/trunk/src/site/xdoc/dvsl/releases/index.xml   (with props)
    velocity/site/trunk/src/site/xdoc/engine/devel/
    velocity/site/trunk/src/site/xdoc/engine/index.xml   (with props)
    velocity/site/trunk/src/site/xdoc/engine/releases/
    velocity/site/trunk/src/site/xdoc/engine/releases/index.xml   (with props)
    velocity/site/trunk/src/site/xdoc/get-involved.xml   (with props)
    velocity/site/trunk/src/site/xdoc/guidelines.xml   (with props)
    velocity/site/trunk/src/site/xdoc/how-it-works.xml   (with props)
    velocity/site/trunk/src/site/xdoc/news.xml   (with props)
    velocity/site/trunk/src/site/xdoc/projects.xml   (with props)
    velocity/site/trunk/src/site/xdoc/tools/devel/
    velocity/site/trunk/src/site/xdoc/tools/index.xml   (with props)
    velocity/site/trunk/src/site/xdoc/tools/releases/
    velocity/site/trunk/src/site/xdoc/tools/releases/index.xml   (with props)
    velocity/site/trunk/src/site/xdoc/who-we-are.xml   (with props)
Removed:
    velocity/site/trunk/LICENSE.txt
    velocity/site/trunk/project.properties
    velocity/site/trunk/project.xml
    velocity/site/trunk/src/site/resources/css/maven-velocity.css
    velocity/site/trunk/src/site/xdoc/images/jakarta.png
    velocity/site/trunk/src/site/xdoc/images/newlogo.png
    velocity/site/trunk/src/site/xdoc/images/powered-by-logo.gif
    velocity/site/trunk/src/site/xdoc/navigation.xml
    velocity/site/trunk/src/site/xdoc/stylesheets/
Modified:
    velocity/site/trunk/src/site/xdoc/index.xml

Added: velocity/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/trunk/pom.xml?view=auto&rev=481648
==============================================================================
--- velocity/site/trunk/pom.xml (added)
+++ velocity/site/trunk/pom.xml Sat Dec  2 14:30:26 2006
@@ -0,0 +1,157 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.velocity</groupId>
+  <artifactId>velocity-site</artifactId>
+  <version>1.0.0</version>
+  <name>Apache Velocity Site</name>
+  <url>http://velocity.apache.org/</url>
+  <description>The Apache Velocity Site</description>
+  <inceptionYear>2006</inceptionYear>
+
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+
+  <distributionManagement>
+    <site>
+      <id>velocity.apache.org</id>
+      <url>scp://people.apache.org/www/velocity.apache.org/</url>
+    </site>
+  </distributionManagement>
+
+  <build>
+    <defaultGoal>site:site</defaultGoal>
+  </build>
+
+  <licenses>
+    <license>
+      <name>Apache 2</name>
+       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+       <distribution>repo</distribution>
+       <comments>The Apache Software License 2.0</comments>
+     </license>
+  </licenses>
+
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/</url>
+  </issueManagement>
+
+  <developers>
+
+    <developer>
+      <name>Nathan Bubna</name>
+      <id>nbubna</id>
+      <email>nathan@esha.com</email>
+      <organization>ESHA Research</organization>
+      <roles>
+        <role>Java Developer</role>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+
+    <developer>
+      <name>Will Glass-Husain</name>
+      <id>wglass</id>
+      <email>wglass@forio.com</email>
+      <organization>Forio Business Simulations</organization>
+      <roles>
+        <role>Java Developer</role>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+
+    <developer>
+      <name>Marinó A. Jónsson</name>
+      <id>marino</id>
+      <email>marinoj@centrum.is</email>
+      <roles>
+        <role>Java Developer</role>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+
+   <developer>
+      <name>Geir Magnusson Jr.</name>
+      <id>geirm</id>
+      <email>geirm@optonline.net</email>
+      <organization>Independent (DVSL Maven)</organization>
+      <roles>
+        <role>Java Developer</role>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+
+    <developer>
+      <name>Daniel Rall</name>
+      <id>dlr</id>
+      <email>dlr@finemaltcoding.com</email>
+      <organization>CollabNet, Inc.</organization>
+      <roles>
+        <role>Java Developer</role>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+
+    <developer>
+      <name>Henning P. Schmiedehausen</name>
+      <id>henning</id>
+      <email>hps@intermeta.de</email>
+      <organization>INTERMETA - Gesellschaft für Mehrwertdienste mbH</organization>
+      <roles>
+        <role>Java Developer</role>
+        <role>PMC Chair</role>
+      </roles>
+      <timezone>2</timezone>
+    </developer>
+
+  </developers>
+
+  <mailingLists>
+    <mailingList>
+      <name>Velocity Project - General Discussion List</name>
+      <subscribe>general-subscribe@velocity.apache.org</subscribe>
+      <unsubscribe>general-unsubscribe@velocity.apache.org</unsubscribe>
+      <post>general@velocity.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/velocity-general/</archive>
+    </mailingList>
+
+    <mailingList>
+      <name>Velocity User List</name>
+      <subscribe>user-subscribe@velocity.apache.org</subscribe>
+      <unsubscribe>user-unsubscribe@velocity.apache.org</unsubscribe>
+      <post>user@velocity.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/velocity-user/</archive>
+    </mailingList>
+
+    <mailingList>
+      <name>Velocity Development List</name>
+      <subscribe>dev-subscribe@velocity.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@velocity.apache.org</unsubscribe>
+      <post>dev@velocity.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/velocity-dev/</archive>
+    </mailingList>
+  </mailingLists>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/velocity/site/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/velocity/site/trunk/</developerConnection>
+    <tag>HEAD</tag>
+    <url>http://svn.apache.org/viewvc/velocity/site/trunk/</url>
+  </scm>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <reportSets>
+           <reportSet/>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
+</project>

Propchange: velocity/site/trunk/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: velocity/site/trunk/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Id Author Date Revision

Added: velocity/site/trunk/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/velocity/site/trunk/src/site/resources/css/site.css?view=auto&rev=481648
==============================================================================
--- velocity/site/trunk/src/site/resources/css/site.css (added)
+++ velocity/site/trunk/src/site/resources/css/site.css Sat Dec  2 14:30:26 2006
@@ -0,0 +1,133 @@
+body {
+  background-color: white;
+}
+
+body, td, select, input, li{
+  font-family: Helvetica, Times, Times New Roman, serif;
+  font-size: 12pt;
+}
+
+pre, code{
+  font-size: 10pt;
+}
+
+#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active, #breadcrumbs a:hover {
+    color: white;
+    text-decoration: none;
+}
+
+a:link, a:visited,  a:active, a:hover {
+    color: #525D76;
+}
+#legend li.externalLink {
+  background: url(../images/external.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+  background: url(../images/external.png) right center no-repeat;
+  padding-right: 18px;
+}
+#legend li.newWindow {
+  background: url(../images/newwindow.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
+  background: url(../images/newwindow.png) right center no-repeat;
+  padding-right: 18px;
+}
+h1,h2 {
+  padding: 4px 4px 4px 6px;
+  border: none;
+  background-color: #525D76;
+  color: white;
+  font-size: 14pt;
+  font-weight: normal;
+}
+h3 {
+  padding: 4px 4px 4px 6px;
+  border: none;
+  background-color: #525D76;
+  color: white;
+  font-size: 13pt;
+  font-weight: normal;
+}
+
+#breadcrumbs {
+  font-family: Arial, Verdana, Helvetica, sans-serif;
+  border: none;
+  background-color: #525D76;
+  color: white;
+}
+
+#leftColumn {
+  font-family: Arial, Verdana, Helvetica, sans-serif;
+  margin: 10px 0 0 5px;
+  background-color: white;
+}
+
+#leftColumn a {
+  text-decoration: none;
+}
+
+#leftColumn li {
+  font-family: Arial, Verdana, Helvetica, sans-serif;
+}
+
+#navcolumn h5 {
+  font-size: small;
+  border-bottom: 1px solid #aaaaaa;
+  padding-top: 2px;
+}
+
+table.bodyTable th {
+  color: white;
+  background-color: #bbb;
+  text-align: left;
+  font-weight: bold;
+}
+
+table.bodyTable th, table.bodyTable td {
+  font-size: 10pt;
+}
+
+table.bodyTable th {
+  background-color: #039acc;
+  color: #000000;
+  vertical-align: top;
+  text-align:left;
+  border:1px #FFFFFF solid;
+  padding: 2px;	
+}
+
+table.bodyTable tr.a {
+  background-color: #a0ddf0;
+  color: #000000;
+  vertical-align: top;
+  text-align:left;
+  border:1px #FFFFFF solid;
+  padding: 2px;	
+}
+
+table.bodyTable tr.b {
+  background-color: #88c5d8;
+  color: #000000;
+  vertical-align: top;
+  text-align:left;
+  border:1px #FFFFFF solid;
+  padding: 2px;	
+}
+
+.source {
+  border: 1px solid #999;
+}
+
+dt.question {
+  color: #900;
+  background-color: #eee;
+}
+
+dl {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  background-color: white;
+}

Added: velocity/site/trunk/src/site/resources/images/asf_logo_wide.gif
URL: http://svn.apache.org/viewvc/velocity/site/trunk/src/site/resources/images/asf_logo_wide.gif?view=auto&rev=481648
==============================================================================
Binary file - no diff available.

Propchange: velocity/site/trunk/src/site/resources/images/asf_logo_wide.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: velocity/site/trunk/src/site/resources/images/pbv90x30.png
URL: http://svn.apache.org/viewvc/velocity/site/trunk/src/site/resources/images/pbv90x30.png?view=auto&rev=481648
==============================================================================
Binary file - no diff available.

Propchange: velocity/site/trunk/src/site/resources/images/pbv90x30.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: velocity/site/trunk/src/site/resources/images/velocity_project_wide.png
URL: http://svn.apache.org/viewvc/velocity/site/trunk/src/site/resources/images/velocity_project_wide.png?view=auto&rev=481648
==============================================================================
Binary file - no diff available.

Propchange: velocity/site/trunk/src/site/resources/images/velocity_project_wide.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: velocity/site/trunk/src/site/resources/images/velocity_project_wide.xcf
URL: http://svn.apache.org/viewvc/velocity/site/trunk/src/site/resources/images/velocity_project_wide.xcf?view=auto&rev=481648
==============================================================================
Binary file - no diff available.

Propchange: velocity/site/trunk/src/site/resources/images/velocity_project_wide.xcf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: velocity/site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/velocity/site/trunk/src/site/site.xml?view=auto&rev=481648
==============================================================================
--- velocity/site/trunk/src/site/site.xml (added)
+++ velocity/site/trunk/src/site/site.xml Sat Dec  2 14:30:26 2006
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Apache Velocity Site">
+  <publishDate position="bottom" format="yyyy-MM-dd HH:mm:ss"/>
+  <bannerLeft>
+    <name>Apache Velocity</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>
+
+  <body>
+    <breadcrumbs>
+      <item name="Apache" href="http://www.apache.org"/>
+      <item name="Velocity" href="http://velocity.apache.org/"/>
+    </breadcrumbs>
+
+    <links>
+      <item name="Engine" href="engine/devel/index.html"/>
+      <item name="Tools" href="tools/devel/index.html"/>
+      <item name="DVSL" href="dvsl/devel/index.html"/>
+    </links>
+
+    <menu name="General">
+      <item name="Welcome" href="index.html"/>
+      <item name="News" href="news.html"/>
+      <item name="Downloads" href="downloads.html"/>
+      <item name="Projects" href="projects.html"/>
+    </menu> 
+
+    <menu name="Community">
+      <item name="Wiki" href="http://wiki.apache.org/jakarta-velocity/FrontPage"/>
+      <item name="Who we are" href="who-we-are.html"/>
+      <item name="Contact us" href="contact.html"/>
+      <item name="Get involved" href="get-involved.html"/>
+      <item name="How it works" href="how-it-works.html"/>
+    </menu> 
+
+    <menu name="Projects">
+      <item name="Engine" href="engine/index.html"/>
+      <item name="Tools" href="tools/index.html"/>
+      <item name="DVSL" href="dvsl/index.html"/>
+    </menu>
+
+    <menu name="Releases">
+      <item name="Engine 1.4" href="engine/releases/1.4/index.html"/>
+      <item name="Tools 1.3" href="tools/releases/1.3/index.html"/>
+    </menu>
+
+    <menu name="Development">
+      <item name="Engine" href="engine/devel/index.html"/>
+      <item name="Tools" href="tools/devel/index.html"/>
+      <item name="DVSL" href="dvsl/devel/index.html"/>
+    </menu>
+
+    <menu name="Developer Resources">
+      <item name="Coding Standards" href="http://wiki.apache.org/jakarta-velocity/CodeStandards"/>
+      <item name="Project guidelines" href="guidelines.html"/>
+      <item name="Site building" href="http://wiki.apache.org/jakarta-velocity/VelocitySite"/>
+    </menu>
+
+    <menu name="Apache Reference">
+      <item name="Apache Website" href="http://www.apache.org/"/>
+      <item name="How the ASF works" href="http://www.apache.org/foundation/how-it-works.html"/>
+      <item name="ASF Developer Infos" href="http://www.apache.org/dev/"/>
+      <item name="Acknowledgements" href="http://www.apache.org/foundation/thanks.html"/>
+      <item name="Apache Source Code Repository"   href="http://www.apache.org/dev/version-control.html"/>
+    </menu>
+
+  </body>
+</project>

Propchange: velocity/site/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: velocity/site/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Id Author Date Revision

Added: velocity/site/trunk/src/site/xdoc/contact.xml
URL: http://svn.apache.org/viewvc/velocity/site/trunk/src/site/xdoc/contact.xml?view=auto&rev=481648
==============================================================================
--- velocity/site/trunk/src/site/xdoc/contact.xml (added)
+++ velocity/site/trunk/src/site/xdoc/contact.xml Sat Dec  2 14:30:26 2006
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <title>The Apache Velocity Project</title>
+    <author email="dev@velocity.apache.org">
+      Velocity Documentation Team
+    </author>
+  </properties>
+
+  <body>
+    <section name="Contact us">
+    </section>
+  </body>
+</document>

Propchange: velocity/site/trunk/src/site/xdoc/contact.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: velocity/site/trunk/src/site/xdoc/contact.xml
------------------------------------------------------------------------------
    svn:keywords = Id Author Date Revision

Added: velocity/site/trunk/src/site/xdoc/downloads.xml
URL: http://svn.apache.org/viewvc/velocity/site/trunk/src/site/xdoc/downloads.xml?view=auto&rev=481648
==============================================================================
--- velocity/site/trunk/src/site/xdoc/downloads.xml (added)
+++ velocity/site/trunk/src/site/xdoc/downloads.xml Sat Dec  2 14:30:26 2006
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <title>The Apache Velocity Project</title>
+    <author email="dev@velocity.apache.org">
+      Velocity Documentation Team
+    </author>
+  </properties>
+
+  <body>
+    <section name="Downloads"> 
+      <p>
+        You can download sources and binaries for all Velocity projects from here.
+      </p>
+    </section>
+
+    <section name="Production releases">
+      <p>
+        These releases are considered stable and suitable for production.
+      </p>
+      <table>
+        <tr>
+          <th>Project</th>
+          <th>Source distribution</th>
+          <th>Binary distribution</th>
+        </tr>
+      </table>
+    </section>
+
+    <section name="Alpha/Beta releases">
+      <p>
+        These releases are not yet production-ready but they might contain new features or bug fixes that are not yet in the 
+        production release.
+      </p>
+      <table>
+        <tr>
+          <th>Project</th>
+          <th>Source distribution</th>
+          <th>Binary distribution</th>
+        </tr>
+      </table>
+    </section>
+
+    <section name="Nightly builds">
+      <p>
+       The nightly builds are generated automatically and there is no guarantee that these archives even build or work. They
+       are intended if you want to keep up-to-date with the development of a project and can not for any reason download the
+       source code straight from the Subversion repository and build it yourself.
+      </p>
+    </section>
+   
+    <section name="Source code repository">
+      <p>
+       You can download the source code to each Apache Velocity project directly from our public subversion repository. Here
+       you get logs, change histories and all the information necessary to follow the development process. If you are interested
+       in the project development, please join the Apache Velocity development list.
+      </p>
+      <table>
+        <tr>
+          <th>Project</th>
+          <th>Repository URL</th>
+          <th>ViewVC Subversion browser</th>
+        </tr>
+      </table>
+    </section>
+  </body>
+</document>

Propchange: velocity/site/trunk/src/site/xdoc/downloads.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: velocity/site/trunk/src/site/xdoc/downloads.xml
------------------------------------------------------------------------------
    svn:keywords = Id Author Date Revision

Added: velocity/site/trunk/src/site/xdoc/dvsl/index.xml
URL: http://svn.apache.org/viewvc/velocity/site/trunk/src/site/xdoc/dvsl/index.xml?view=auto&rev=481648
==============================================================================
--- velocity/site/trunk/src/site/xdoc/dvsl/index.xml (added)
+++ velocity/site/trunk/src/site/xdoc/dvsl/index.xml Sat Dec  2 14:30:26 2006
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <title>The Apache Velocity Project</title>
+    <author email="dev@velocity.apache.org">
+      Velocity Documentation Team
+    </author>
+  </properties>
+
+  <body>
+    <section name="The Apache Velocity DVSL subproject">
+    </section>
+  </body>
+</document>

Propchange: velocity/site/trunk/src/site/xdoc/dvsl/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: velocity/site/trunk/src/site/xdoc/dvsl/index.xml
------------------------------------------------------------------------------
    svn:keywords = Id Author Date Revision

Added: velocity/site/trunk/src/site/xdoc/dvsl/index.xml~
URL: http://svn.apache.org/viewvc/velocity/site/trunk/src/site/xdoc/dvsl/index.xml%7E?view=auto&rev=481648
==============================================================================
--- velocity/site/trunk/src/site/xdoc/dvsl/index.xml~ (added)
+++ velocity/site/trunk/src/site/xdoc/dvsl/index.xml~ Sat Dec  2 14:30:26 2006
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <title>The Apache Velocity Project</title>
+    <author email="dev@velocity.apache.org">
+      Velocity Documentation Team
+    </author>
+  </properties>
+
+  <body>
+    <section name="The Apache Velocity Tools subproject">
+    </section>
+  </body>
+</document>

Added: velocity/site/trunk/src/site/xdoc/dvsl/releases/index.xml
URL: http://svn.apache.org/viewvc/velocity/site/trunk/src/site/xdoc/dvsl/releases/index.xml?view=auto&rev=481648
==============================================================================
--- velocity/site/trunk/src/site/xdoc/dvsl/releases/index.xml (added)
+++ velocity/site/trunk/src/site/xdoc/dvsl/releases/index.xml Sat Dec  2 14:30:26 2006
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <title>The Apache Velocity Project</title>
+    <author email="dev@velocity.apache.org">
+      Velocity Documentation Team
+    </author>
+  </properties>
+
+  <body>
+    <section name="Apache Velocity Tools releases">
+    </section>
+  </body>
+</document>

Propchange: velocity/site/trunk/src/site/xdoc/dvsl/releases/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: velocity/site/trunk/src/site/xdoc/dvsl/releases/index.xml
------------------------------------------------------------------------------
    svn:keywords = Id Author Date Revision

Added: velocity/site/trunk/src/site/xdoc/engine/index.xml
URL: http://svn.apache.org/viewvc/velocity/site/trunk/src/site/xdoc/engine/index.xml?view=auto&rev=481648
==============================================================================
--- velocity/site/trunk/src/site/xdoc/engine/index.xml (added)
+++ velocity/site/trunk/src/site/xdoc/engine/index.xml Sat Dec  2 14:30:26 2006
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <title>Velocity Engine</title>
+    <author email="dev@velocity.apache.org">
+      Velocity Documentation Team
+    </author>
+  </properties>
+
+  <body>
+    <section name="Apache Velocity Engine">
+      <p>
+        The Apache Velocity Engine is a free open-source templating
+        engine.
+      </p>
+
+      <p>
+        Velocity permits you to use a simple yet powerful template
+        language to reference objects defined in Java code.
+
+        It is written in 100% pure Java and can be easily embedded into
+        your own applications.
+
+        The engine is the core of the
+        <a href="http://velocity.apache.org/">
+          Apache Velocity Project
+        </a>.
+      </p>
+    </section>
+
+    <section name="Velocity Integration">
+      <p>
+        The Velocity engine includes a number of predefined tasks for
+        easy integration into
+        <a href="http://ant.apache.org/">Apache Ant</a>.
+      </p>
+
+      <p>
+        Integration into web applications and frameworks is available
+        through the
+        <a href="/tools/index.html">Apache Velocity Tools Project</a>.
+      </p>
+    </section>
+
+    <section name="Getting started">
+      <p>
+        The Velocity engine subproject contains the documentation to get
+        started using the Velocity templating language and embedding
+        Velocity into your own applications. Please select a
+        <a href="releases/index.html">released version</a>
+        to get started. Once you are more familiar with Velocity or if
+        you need a feature not yet released, you can check out the
+        <a href="devel/index.html">Development Site</a>.
+      </p>
+    </section>
+  </body>
+</document>

Propchange: velocity/site/trunk/src/site/xdoc/engine/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: velocity/site/trunk/src/site/xdoc/engine/index.xml
------------------------------------------------------------------------------
    svn:keywords = Id Author Date Revision

Added: velocity/site/trunk/src/site/xdoc/engine/releases/index.xml
URL: http://svn.apache.org/viewvc/velocity/site/trunk/src/site/xdoc/engine/releases/index.xml?view=auto&rev=481648
==============================================================================
--- velocity/site/trunk/src/site/xdoc/engine/releases/index.xml (added)
+++ velocity/site/trunk/src/site/xdoc/engine/releases/index.xml Sat Dec  2 14:30:26 2006
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <title>The Apache Velocity Project</title>
+    <author email="dev@velocity.apache.org">
+      Velocity Documentation Team
+    </author>
+  </properties>
+
+  <body>
+    <section name="Apache Velocity Engine releases">
+    </section>
+  </body>
+</document>

Propchange: velocity/site/trunk/src/site/xdoc/engine/releases/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: velocity/site/trunk/src/site/xdoc/engine/releases/index.xml
------------------------------------------------------------------------------
    svn:keywords = Id Author Date Revision

Added: velocity/site/trunk/src/site/xdoc/get-involved.xml
URL: http://svn.apache.org/viewvc/velocity/site/trunk/src/site/xdoc/get-involved.xml?view=auto&rev=481648
==============================================================================
--- velocity/site/trunk/src/site/xdoc/get-involved.xml (added)
+++ velocity/site/trunk/src/site/xdoc/get-involved.xml Sat Dec  2 14:30:26 2006
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <title>The Apache Velocity Project</title>
+    <author email="dev@velocity.apache.org">
+      Velocity Documentation Team
+    </author>
+  </properties>
+
+  <body>
+    <section name="Get involved with the Apache Velocity project">
+    </section>
+  </body>
+</document>

Propchange: velocity/site/trunk/src/site/xdoc/get-involved.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: velocity/site/trunk/src/site/xdoc/get-involved.xml
------------------------------------------------------------------------------
    svn:keywords = Id Author Date Revision

Added: velocity/site/trunk/src/site/xdoc/guidelines.xml
URL: http://svn.apache.org/viewvc/velocity/site/trunk/src/site/xdoc/guidelines.xml?view=auto&rev=481648
==============================================================================
--- velocity/site/trunk/src/site/xdoc/guidelines.xml (added)
+++ velocity/site/trunk/src/site/xdoc/guidelines.xml Sat Dec  2 14:30:26 2006
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <title>The Apache Velocity Project</title>
+    <author email="dev@velocity.apache.org">
+      Velocity Documentation Team
+    </author>
+  </properties>
+
+  <body>
+    <section name="Apache Velocity project guidelines">
+    </section>
+  </body>
+</document>

Propchange: velocity/site/trunk/src/site/xdoc/guidelines.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: velocity/site/trunk/src/site/xdoc/guidelines.xml
------------------------------------------------------------------------------
    svn:keywords = Id Author Date Revision

Added: velocity/site/trunk/src/site/xdoc/how-it-works.xml
URL: http://svn.apache.org/viewvc/velocity/site/trunk/src/site/xdoc/how-it-works.xml?view=auto&rev=481648
==============================================================================
--- velocity/site/trunk/src/site/xdoc/how-it-works.xml (added)
+++ velocity/site/trunk/src/site/xdoc/how-it-works.xml Sat Dec  2 14:30:26 2006
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <title>The Apache Velocity Project</title>
+    <author email="dev@velocity.apache.org">
+      Velocity Documentation Team
+    </author>
+  </properties>
+
+  <body>
+    <section name="How the Apache Velocity project works">
+    </section>
+  </body>
+</document>

Propchange: velocity/site/trunk/src/site/xdoc/how-it-works.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: velocity/site/trunk/src/site/xdoc/how-it-works.xml
------------------------------------------------------------------------------
    svn:keywords = Id Author Date Revision

Modified: velocity/site/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/velocity/site/trunk/src/site/xdoc/index.xml?view=diff&rev=481648&r1=481647&r2=481648
==============================================================================
--- velocity/site/trunk/src/site/xdoc/index.xml (original)
+++ velocity/site/trunk/src/site/xdoc/index.xml Sat Dec  2 14:30:26 2006
@@ -1,158 +1,148 @@
 <?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="velocity-dev@jakarta.apache.org">Velocity Documentation
-    Team</author>
+    <title>The Apache Velocity Project</title>
+    <author email="dev@velocity.apache.org">
+      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>
+    <section name="The Apache Velocity Project">
+      <p>
+        Velocity is a project of the
+        <a href="http://www.apache.org/">Apache Software Foundation</a>,
+        charged with the creation and maintenance of open-source
+        software related to the
+        <a href="engine/index.html">Apache Velocity Engine</a>
+        . All software created at the Velocity project is available
+        under the
+        <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache Software License</a>
+        and free of charge for the public.
+      </p>
+    </section>
+
+    <section name="Apache Software Foundation">
+      <p>
+        The Apache Software Foundation provides support for the Apache
+        community of open-source software projects. The
+        <a href="http://projects.apache.org/">Apache projects</a>
+        are characterized by a collaborative, consensus based
+        development process, an open and pragmatic
+        <a href="http://www.apache.org/foundation/licence-FAQ.html">software license</a>,
+        and a desire to create high quality software that leads the
+        way in its field.
+      </p>
+    </section>
+
+    <section name="Apache Velocity projects">
+      <p>Apache Velocity offers the following projects:</p>
+      <dl>
+        <dt><a href="engine/index.html">Velocity Engine</a></dt>
+        <dd>
+          This is the actual templating engine which does all the work.
+          If you came here because you heard about Velocity somewhere on
+          the web, this is probably the right place to start.
+        </dd>
+
+        <dt><a href="tools/index.html">Velocity Tools</a></dt>
+        <dd>
+          This project contains tools and other useful infrastructure
+          to build web- and non-web application using the Velocity
+          engine. You will find e.g. code for
+          <a href="http://struts.apache.org/">Struts</a>
+          integration or the standalone Velocity View Servlet here.
+        </dd>
+
+        <dt><a href="dvsl/">Velocity DVSL</a></dt>
+        <dd>
+          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.
+        </dd>
+      </dl>
+    </section>
+
+
+    <section name="Release status">
+
+      <p>These are the current releases of all Apache Velocity projects:</p>
+      <table>
         <tr>
           <th>Project</th>
-
           <th>Release Version</th>
-
-          <th>Development Version</th>
+          <th>Alpha/Beta/RC Release 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>
+          <td>Velocity Engine</td>
+          <td>
+            <a href="engine/releases/1.4/index.html">1.4</a>
+          </td>
+          <td>
+            <a href="engine/releases/1.5-beta2/index.html">1.5-beta2</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>
+          <td>Velocity Tools</td>
+          <td>
+            <a href="releases/tools/1.2/">1.2</a>
+          </td>
+          <td>(currently none available)</td>
         </tr>
 
         <tr>
           <td>DVSL</td>
-
-          <td>-</td>
-
-          <td><a href="dvsl/">1.0</a></td>
+          <td>(currently none available)</td>
+          <td>(currently none available)</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>
+      </table>
+      <p>
+        The release distribution is available as a combined
+        source/binary distribution in tar.gz and zip formats, and can be
+        downloaded from
+        <a href="download.html">our download page</a>.
+      </p>
+    </section>
+
+    <section name="More information">
+      <p>
+        For more information about the Apache Velocity Project, see
+
+        <ul>
+          <li>
+            <a href="how-it-works.html">How the Apache Velocity project works</a>
+          </li>
+          <li>
+            <a href="guidelines.html">General guidelines and rules that we adhere to</a>
+          </li>
+          <li>
+            <a href="who-we-are.html">Who are the people behind the Apache Velocity project</a>
+          </li>
+          <li>
+            <a href="get-involved.html">Find out how to get involved with the Apache Velocity
+              project</a>
+          </li>
+          <li>
+            <a href="contact.html">Contact the Apache Velocity project</a>
+          </li>
+        </ul>
+      </p>
+
+      <p>
+        For more information about the Apache Software Foundation, see
+
+        <ul>
+          <li>
+            <a href="http://www.apache.org/">Foundation Home page</a>
+          </li>
+          <li>
+            <a href="http://www.apache.org/foundation/licence-FAQ.html">Apache License and Distribution FAQ</a>
+          </li>
+        </ul>
+      </p>
+    </section>
   </body>
 </document>

Added: velocity/site/trunk/src/site/xdoc/news.xml
URL: http://svn.apache.org/viewvc/velocity/site/trunk/src/site/xdoc/news.xml?view=auto&rev=481648
==============================================================================
--- velocity/site/trunk/src/site/xdoc/news.xml (added)
+++ velocity/site/trunk/src/site/xdoc/news.xml Sat Dec  2 14:30:26 2006
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <title>The Apache Velocity Project</title>
+    <author email="dev@velocity.apache.org">
+      Velocity Documentation Team
+    </author>
+  </properties>
+
+  <body>
+    <section name="News">
+    </section>
+  </body>
+</document>

Propchange: velocity/site/trunk/src/site/xdoc/news.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: velocity/site/trunk/src/site/xdoc/news.xml
------------------------------------------------------------------------------
    svn:keywords = Id Author Date Revision

Added: velocity/site/trunk/src/site/xdoc/projects.xml
URL: http://svn.apache.org/viewvc/velocity/site/trunk/src/site/xdoc/projects.xml?view=auto&rev=481648
==============================================================================
--- velocity/site/trunk/src/site/xdoc/projects.xml (added)
+++ velocity/site/trunk/src/site/xdoc/projects.xml Sat Dec  2 14:30:26 2006
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <title>The Apache Velocity Project</title>
+    <author email="dev@velocity.apache.org">
+      Velocity Documentation Team
+    </author>
+  </properties>
+
+  <body>
+    <section name="Apache Velocity projects">
+    </section>
+  </body>
+</document>

Propchange: velocity/site/trunk/src/site/xdoc/projects.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: velocity/site/trunk/src/site/xdoc/projects.xml
------------------------------------------------------------------------------
    svn:keywords = Id Author Date Revision

Added: velocity/site/trunk/src/site/xdoc/tools/index.xml
URL: http://svn.apache.org/viewvc/velocity/site/trunk/src/site/xdoc/tools/index.xml?view=auto&rev=481648
==============================================================================
--- velocity/site/trunk/src/site/xdoc/tools/index.xml (added)
+++ velocity/site/trunk/src/site/xdoc/tools/index.xml Sat Dec  2 14:30:26 2006
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <title>The Apache Velocity Project</title>
+    <author email="dev@velocity.apache.org">
+      Velocity Documentation Team
+    </author>
+  </properties>
+
+  <body>
+    <section name="The Apache Velocity Tools subproject">
+    </section>
+  </body>
+</document>

Propchange: velocity/site/trunk/src/site/xdoc/tools/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: velocity/site/trunk/src/site/xdoc/tools/index.xml
------------------------------------------------------------------------------
    svn:keywords = Id Author Date Revision

Added: velocity/site/trunk/src/site/xdoc/tools/releases/index.xml
URL: http://svn.apache.org/viewvc/velocity/site/trunk/src/site/xdoc/tools/releases/index.xml?view=auto&rev=481648
==============================================================================
--- velocity/site/trunk/src/site/xdoc/tools/releases/index.xml (added)
+++ velocity/site/trunk/src/site/xdoc/tools/releases/index.xml Sat Dec  2 14:30:26 2006
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <title>The Apache Velocity Project</title>
+    <author email="dev@velocity.apache.org">
+      Velocity Documentation Team
+    </author>
+  </properties>
+
+  <body>
+    <section name="Apache Velocity Tools releases">
+    </section>
+  </body>
+</document>

Propchange: velocity/site/trunk/src/site/xdoc/tools/releases/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: velocity/site/trunk/src/site/xdoc/tools/releases/index.xml
------------------------------------------------------------------------------
    svn:keywords = Id Author Date Revision

Added: velocity/site/trunk/src/site/xdoc/who-we-are.xml
URL: http://svn.apache.org/viewvc/velocity/site/trunk/src/site/xdoc/who-we-are.xml?view=auto&rev=481648
==============================================================================
--- velocity/site/trunk/src/site/xdoc/who-we-are.xml (added)
+++ velocity/site/trunk/src/site/xdoc/who-we-are.xml Sat Dec  2 14:30:26 2006
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <title>The Apache Velocity Project</title>
+    <author email="dev@velocity.apache.org">
+      Velocity Documentation Team
+    </author>
+  </properties>
+
+  <body>
+    <section name="Who we are">
+    </section>
+  </body>
+</document>

Propchange: velocity/site/trunk/src/site/xdoc/who-we-are.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: velocity/site/trunk/src/site/xdoc/who-we-are.xml
------------------------------------------------------------------------------
    svn:keywords = Id Author Date Revision