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 b8c548de6bb676a9f04759097796642a618f38e3 Author: Claude Brisson <[email protected]> AuthorDate: Sat May 30 12:09:56 2020 +0200 [site] Remove deprecated sources --- src/cgi/download.cgi | 21 --- src/site/resources/css/site.css | 4 - src/site/resources/images/asf_logo_wide.gif | Bin 5866 -> 0 bytes src/site/resources/images/jakarta.png | Bin 17136 -> 0 bytes src/site/resources/images/pbv90x30.png | Bin 2323 -> 0 bytes src/site/resources/images/powered-by-velocity.gif | Bin 2436 -> 0 bytes src/site/resources/images/velocity.png | Bin 2562 -> 0 bytes .../resources/images/velocity_project_wide.png | Bin 14000 -> 0 bytes .../resources/images/velocity_project_wide.xcf | Bin 23698 -> 0 bytes src/site/site.xml | 80 ---------- src/site/xdoc/contact.xml | 14 -- src/site/xdoc/download.xml | 166 --------------------- src/site/xdoc/dvsl/index.xml | 14 -- src/site/xdoc/dvsl/releases/index.xml | 14 -- src/site/xdoc/engine/index.xml | 57 ------- src/site/xdoc/engine/releases/index.xml | 14 -- src/site/xdoc/get-involved.xml | 14 -- src/site/xdoc/guidelines.xml | 14 -- src/site/xdoc/how-it-works.xml | 14 -- src/site/xdoc/index.xml | 148 ------------------ src/site/xdoc/news.xml | 15 -- src/site/xdoc/projects.xml | 14 -- src/site/xdoc/tools/index.xml | 14 -- src/site/xdoc/tools/releases/index.xml | 14 -- src/site/xdoc/who-we-are.xml | 14 -- 25 files changed, 645 deletions(-) diff --git a/src/cgi/download.cgi b/src/cgi/download.cgi deleted file mode 100755 index 916d44e..0000000 --- a/src/cgi/download.cgi +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -# 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. - -cd /www/www.apache.org/dyn/mirrors -/www/www.apache.org/dyn/mirrors/mirrors.cgi $* diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css deleted file mode 100644 index 1d4f8e1..0000000 --- a/src/site/resources/css/site.css +++ /dev/null @@ -1,4 +0,0 @@ -/* - * Don't add site specific content here, please add - * these to the maven-velocity-skin - */ diff --git a/src/site/resources/images/asf_logo_wide.gif b/src/site/resources/images/asf_logo_wide.gif deleted file mode 100644 index b240328..0000000 Binary files a/src/site/resources/images/asf_logo_wide.gif and /dev/null differ diff --git a/src/site/resources/images/jakarta.png b/src/site/resources/images/jakarta.png deleted file mode 100644 index ab945d3..0000000 Binary files a/src/site/resources/images/jakarta.png and /dev/null differ diff --git a/src/site/resources/images/pbv90x30.png b/src/site/resources/images/pbv90x30.png deleted file mode 100644 index e1487da..0000000 Binary files a/src/site/resources/images/pbv90x30.png and /dev/null differ diff --git a/src/site/resources/images/powered-by-velocity.gif b/src/site/resources/images/powered-by-velocity.gif deleted file mode 100644 index 0c5b050..0000000 Binary files a/src/site/resources/images/powered-by-velocity.gif and /dev/null differ diff --git a/src/site/resources/images/velocity.png b/src/site/resources/images/velocity.png deleted file mode 100644 index a775232..0000000 Binary files a/src/site/resources/images/velocity.png and /dev/null differ diff --git a/src/site/resources/images/velocity_project_wide.png b/src/site/resources/images/velocity_project_wide.png deleted file mode 100644 index c927578..0000000 Binary files a/src/site/resources/images/velocity_project_wide.png and /dev/null differ diff --git a/src/site/resources/images/velocity_project_wide.xcf b/src/site/resources/images/velocity_project_wide.xcf deleted file mode 100644 index 50dfea0..0000000 Binary files a/src/site/resources/images/velocity_project_wide.xcf and /dev/null differ diff --git a/src/site/site.xml b/src/site/site.xml deleted file mode 100644 index 1ee1d72..0000000 --- a/src/site/site.xml +++ /dev/null @@ -1,80 +0,0 @@ -<?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> - - <skin> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity-site-skin</artifactId> - <version>1.0.0</version> - </skin> - <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="download.cgi"/> - <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> diff --git a/src/site/xdoc/contact.xml b/src/site/xdoc/contact.xml deleted file mode 100644 index bf97be6..0000000 --- a/src/site/xdoc/contact.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document> - <properties> - <title>The Apache Velocity Project</title> - <author email="[email protected]"> - Velocity Documentation Team - </author> - </properties> - - <body> - <section name="Contact us"> - </section> - </body> -</document> diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml deleted file mode 100644 index 2114c63..0000000 --- a/src/site/xdoc/download.xml +++ /dev/null @@ -1,166 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/xdoc_1_0.dtd"> -<document> - <properties> - <title>The Apache Velocity Project</title> - <author email="[email protected]"> - Velocity Documentation Team - </author> - </properties> - - <body> - <section name="Downloads"> - <p> - You can download sources and binaries for all Velocity projects from here. - </p> - - <a name="mirror" /> - <subsection name="Mirror Selection"> - <p> - [if-any logo] - <a href="[link]"><img align="right" src="[logo]" border="0" alt="logo"/></a> - [end] - The currently selected mirror is <b>[preferred]</b>. - If you encounter a problem with this mirror, - please select another mirror. - If all mirrors are failing, there are <i>backup</i> mirrors - (at the end of the mirrors list) that should be available. - </p> - - <form action="[location]" method="get" id="SelectMirror"> - <p> - Other mirrors: - <select name="Preferred"> - [if-any http] - [for http] - <option value="[http]">[http]</option> - [end] - [end] - [if-any ftp] - [for ftp] - <option value="[ftp]">[ftp]</option> - [end] - [end] - [if-any backup] - [for backup] - <option value="[backup]">[backup] (backup)</option> - [end] - [end] - </select> - <input type="submit" value="Change" /> - </p> - </form> - - <p> - You may also consult the <a href="http://www.apache.org/mirrors/">complete list of mirrors</a>. - </p> - </subsection> - </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> - <tr> - <td>Engine</td> - <td>(The binary distribution contains the source)</td> - <td><a href="[preferred]/velocity/engine/release/velocity-1.4/velocity-1.4.zip">velocity-1.4.zip</a> - [<a href="http://www.apache.org/velocity/engine/release/velocity-1.4/velocity-1.4.zip.asc">PGP</a>] - [<a href="http://www.apache.org/velocity/engine/release/velocity-1.4/velocity-1.4.zip.md5">MD5</a>] - </td> - </tr> - <tr> - <td /> - <td>(The binary distribution contains the source)</td> - <td><a href="[preferred]/velocity/engine/release/velocity-1.4/velocity-1.4.tar.gz">velocity-1.4.tar.gz</a> - [<a href="http://www.apache.org/velocity/engine/release/velocity-1.4/velocity-1.4.tar.gz.asc">PGP</a>] - [<a href="http://www.apache.org/velocity/engine/release/velocity-1.4/velocity-1.4.tar.gz.md5">MD5</a>] - </td> - </tr> - <tr> - <td>Tools</td> - <td><a href="[preferred]/velocity/tools/release/velocity-tools-1.2/velocity-tools-1.2-src.zip">velocity-tools-1.2-src.zip</a> - [<a href="http://www.apache.org/velocity/tools/release/velocity-tools-1.2/velocity-tools-1.2-src.zip.asc">PGP</a>] - [<a href="http://www.apache.org/velocity/tools/release/velocity-tools-1.2/velocity-tools-1.2-src.zip.md5">MD5</a>] - </td> - <td><a href="[preferred]/velocity/tools/release/velocity-tools-1.2/velocity-tools-1.2.zip">velocity-tools-1.2.zip</a> - [<a href="http://www.apache.org/velocity/tools/release/velocity-tools-1.2/velocity-tools-1.2.zip.asc">PGP</a>] - [<a href="http://www.apache.org/velocity/tools/release/velocity-tools-1.2/velocity-tools-1.2.zip.md5">MD5</a>] - </td> - </tr> - <tr> - <td/> - <td><a href="[preferred]/velocity/tools/release/velocity-tools-1.2/velocity-tools-1.2-src.tar.gz">velocity-tools-1.2-src.tar.gz</a> - [<a href="http://www.apache.org/velocity/tools/release/velocity-tools-1.2/velocity-tools-1.2-src.tar.gz.asc">PGP</a>] - [<a href="http://www.apache.org/velocity/tools/release/velocity-tools-1.2/velocity-tools-1.2-src.tar.gz.md5">MD5</a>] - </td> - <td><a href="[preferred]/velocity/tools/release/velocity-tools-1.2/velocity-tools-1.2.tar.gz">velocity-tools-1.2.tar.gz</a> - [<a href="http://www.apache.org/velocity/tools/release/velocity-tools-1.2/velocity-tools-1.2.tar.gz.asc">PGP</a>] - [<a href="http://www.apache.org/velocity/tools/release/velocity-tools-1.2/velocity-tools-1.2.tar.gz.md5">MD5</a>] - </td> - </tr> - </table> - </section> - - <section name="Alpha/Beta releases"> - <p> - These releases are not considered 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> - <tr> - <td>Engine</td> - <td>(The binary distribution contains the source)</td> - <td><a href="[preferred]/velocity/engine/release/velocity-1.5-beta2/velocity-1.5-beta2.zip">velocity-1.5-beta2.zip</a> - [<a href="http://www.apache.org/velocity/engine/release/velocity-1.5-beta2/velocity-1.5-beta2.zip.asc">PGP</a>] - [<a href="http://www.apache.org/velocity/engine/release/velocity-1.5-beta2/velocity-1.5-beta2.zip.md5">MD5</a>] - [<a href="http://www.apache.org/velocity/engine/release/velocity-1.5-beta2/velocity-1.5-beta2.zip.sha1">SHA1</a>] - </td> - </tr> - <tr> - <td /> - <td>(The binary distribution contains the source)</td> - <td><a href="[preferred]/velocity/engine/release/velocity-1.5-beta2/velocity-1.5-beta2.tar.gz">velocity-1.5-beta2.tar.gz</a> - [<a href="http://www.apache.org/velocity/engine/release/velocity-1.5-beta2/velocity-1.5-beta2.tar.gz.asc">PGP</a>] - [<a href="http://www.apache.org/velocity/engine/release/velocity-1.5-beta2/velocity-1.5-beta2.tar.gz.md5">MD5</a>] - [<a href="http://www.apache.org/velocity/engine/release/velocity-1.5-beta2/velocity-1.5-beta2.tar.gz.sha1">SHA1</a>] - </td> - </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> diff --git a/src/site/xdoc/dvsl/index.xml b/src/site/xdoc/dvsl/index.xml deleted file mode 100644 index 242409d..0000000 --- a/src/site/xdoc/dvsl/index.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document> - <properties> - <title>The Apache Velocity Project</title> - <author email="[email protected]"> - Velocity Documentation Team - </author> - </properties> - - <body> - <section name="The Apache Velocity DVSL subproject"> - </section> - </body> -</document> diff --git a/src/site/xdoc/dvsl/releases/index.xml b/src/site/xdoc/dvsl/releases/index.xml deleted file mode 100644 index bb852da..0000000 --- a/src/site/xdoc/dvsl/releases/index.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document> - <properties> - <title>The Apache Velocity Project</title> - <author email="[email protected]"> - Velocity Documentation Team - </author> - </properties> - - <body> - <section name="Apache Velocity Tools releases"> - </section> - </body> -</document> diff --git a/src/site/xdoc/engine/index.xml b/src/site/xdoc/engine/index.xml deleted file mode 100644 index 7142cb4..0000000 --- a/src/site/xdoc/engine/index.xml +++ /dev/null @@ -1,57 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document> - <properties> - <title>Velocity Engine</title> - <author email="[email protected]"> - 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> diff --git a/src/site/xdoc/engine/releases/index.xml b/src/site/xdoc/engine/releases/index.xml deleted file mode 100644 index c5d8bdd..0000000 --- a/src/site/xdoc/engine/releases/index.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document> - <properties> - <title>The Apache Velocity Project</title> - <author email="[email protected]"> - Velocity Documentation Team - </author> - </properties> - - <body> - <section name="Apache Velocity Engine releases"> - </section> - </body> -</document> diff --git a/src/site/xdoc/get-involved.xml b/src/site/xdoc/get-involved.xml deleted file mode 100644 index c40ff33..0000000 --- a/src/site/xdoc/get-involved.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document> - <properties> - <title>The Apache Velocity Project</title> - <author email="[email protected]"> - Velocity Documentation Team - </author> - </properties> - - <body> - <section name="Get involved with the Apache Velocity project"> - </section> - </body> -</document> diff --git a/src/site/xdoc/guidelines.xml b/src/site/xdoc/guidelines.xml deleted file mode 100644 index 1ec5a99..0000000 --- a/src/site/xdoc/guidelines.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document> - <properties> - <title>The Apache Velocity Project</title> - <author email="[email protected]"> - Velocity Documentation Team - </author> - </properties> - - <body> - <section name="Apache Velocity project guidelines"> - </section> - </body> -</document> diff --git a/src/site/xdoc/how-it-works.xml b/src/site/xdoc/how-it-works.xml deleted file mode 100644 index 0f90289..0000000 --- a/src/site/xdoc/how-it-works.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document> - <properties> - <title>The Apache Velocity Project</title> - <author email="[email protected]"> - Velocity Documentation Team - </author> - </properties> - - <body> - <section name="How the Apache Velocity project works"> - </section> - </body> -</document> diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml deleted file mode 100644 index 1a00dad..0000000 --- a/src/site/xdoc/index.xml +++ /dev/null @@ -1,148 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document> - <properties> - <title>The Apache Velocity Project</title> - <author email="[email protected]"> - Velocity Documentation Team - </author> - </properties> - - <body> - <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>Alpha/Beta/RC Release version</th> - </tr> - - <tr> - <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>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>(currently none available)</td> - <td>(currently none available)</td> - </tr> - </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> diff --git a/src/site/xdoc/news.xml b/src/site/xdoc/news.xml deleted file mode 100644 index 92aee92..0000000 --- a/src/site/xdoc/news.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document> - <properties> - <title>The Apache Velocity Project</title> - <author email="[email protected]"> - Velocity Documentation Team - </author> - </properties> - - <body> - <section name="News"> - <p>This page is still under construction.</p> - </section> - </body> -</document> diff --git a/src/site/xdoc/projects.xml b/src/site/xdoc/projects.xml deleted file mode 100644 index 130de78..0000000 --- a/src/site/xdoc/projects.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document> - <properties> - <title>The Apache Velocity Project</title> - <author email="[email protected]"> - Velocity Documentation Team - </author> - </properties> - - <body> - <section name="Apache Velocity projects"> - </section> - </body> -</document> diff --git a/src/site/xdoc/tools/index.xml b/src/site/xdoc/tools/index.xml deleted file mode 100644 index 66cd993..0000000 --- a/src/site/xdoc/tools/index.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document> - <properties> - <title>The Apache Velocity Project</title> - <author email="[email protected]"> - Velocity Documentation Team - </author> - </properties> - - <body> - <section name="The Apache Velocity Tools subproject"> - </section> - </body> -</document> diff --git a/src/site/xdoc/tools/releases/index.xml b/src/site/xdoc/tools/releases/index.xml deleted file mode 100644 index bb852da..0000000 --- a/src/site/xdoc/tools/releases/index.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document> - <properties> - <title>The Apache Velocity Project</title> - <author email="[email protected]"> - Velocity Documentation Team - </author> - </properties> - - <body> - <section name="Apache Velocity Tools releases"> - </section> - </body> -</document> diff --git a/src/site/xdoc/who-we-are.xml b/src/site/xdoc/who-we-are.xml deleted file mode 100644 index b82fbdc..0000000 --- a/src/site/xdoc/who-we-are.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document> - <properties> - <title>The Apache Velocity Project</title> - <author email="[email protected]"> - Velocity Documentation Team - </author> - </properties> - - <body> - <section name="Who we are"> - </section> - </body> -</document>
