Return-Path: Delivered-To: apmail-velocity-commits-archive@locus.apache.org Received: (qmail 28162 invoked from network); 14 May 2007 12:32:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 May 2007 12:32:17 -0000 Received: (qmail 59295 invoked by uid 500); 14 May 2007 12:32:23 -0000 Delivered-To: apmail-velocity-commits-archive@velocity.apache.org Received: (qmail 59268 invoked by uid 500); 14 May 2007 12:32:23 -0000 Mailing-List: contact commits-help@velocity.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@velocity.apache.org Delivered-To: mailing list commits@velocity.apache.org Received: (qmail 59254 invoked by uid 99); 14 May 2007 12:32:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 05:32:23 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 05:32:16 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 1C8591A9838; Mon, 14 May 2007 05:31:56 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r537798 - in /velocity/dvsl/trunk/xdocs: index.xml license.xml more-resources.xml project.xml users-guide.xml Date: Mon, 14 May 2007 12:31:55 -0000 To: commits@velocity.apache.org From: cbrisson@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070514123156.1C8591A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cbrisson Date: Mon May 14 05:31:54 2007 New Revision: 537798 URL: http://svn.apache.org/viewvc?view=rev&rev=537798 Log: bye bye Jakarta Modified: velocity/dvsl/trunk/xdocs/index.xml velocity/dvsl/trunk/xdocs/license.xml velocity/dvsl/trunk/xdocs/more-resources.xml velocity/dvsl/trunk/xdocs/project.xml velocity/dvsl/trunk/xdocs/users-guide.xml Modified: velocity/dvsl/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/velocity/dvsl/trunk/xdocs/index.xml?view=diff&rev=537798&r1=537797&r2=537798 ============================================================================== --- velocity/dvsl/trunk/xdocs/index.xml (original) +++ velocity/dvsl/trunk/xdocs/index.xml Mon May 14 05:31:54 2007 @@ -85,7 +85,7 @@ Jakarta Turbine's 'Stratum' services subprojects
  • - Maverick web appliation framework. + Maverick web application framework.
  • @@ -95,7 +95,7 @@

    Nightly snapshots of the DVSL Subversion are available - + here.

    @@ -108,8 +108,7 @@

    - DVSL's template language is + DVSL's template language is Velocity, so conventional Velocity syntax is used to get and set data, to perform looping and flow control, etc. Anything that you can normally do in a Velocity template can be done @@ -51,7 +51,7 @@

    Building DVSL is very simple. All dependency jars that are required are included in the distribution. However, we do require that - Jakarta Ant is installed. + Apache Ant is installed.

    @@ -60,7 +60,7 @@

    -$ cd jakarta-velocity-dvsl +$ cd dvsl $ ant jar