sidler 02/04/04 01:18:56
Modified: . build.xml
struts/examples/struts build.xml
struts/xdocs index.xml menue.xml tools.xml
view build.xml
view/xdocs velservlet-menue.xml velservlet.xml
xdocs index.xml menue.xml vellibrary-menue.xml
vellibrary.xml
Log:
Change project names are discussed on list:
VelTools => Velocity Tools
VelServlet => VelocityServlet
VelLibrary => VelocityLibrary
VelStruts => VelocityStruts
Revision Changes Path
1.2 +2 -2 jakarta-velocity-tools/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity-tools/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 2 Apr 2002 16:46:29 -0000 1.1
+++ build.xml 4 Apr 2002 09:18:55 -0000 1.2
@@ -17,7 +17,7 @@
<property name="project.name" value="velocity-tools" />
<!-- The title of this component -->
- <property name="project.title" value="VelTools Documentation"/>
+ <property name="project.title" value="Velocity Tools Documentation"/>
<!-- The current version number of this component -->
<property name="project.version" value="0.1"/>
@@ -145,7 +145,7 @@
<!-- J A V A D O C S V E L L I B R A R Y -->
<!-- ================================================================== -->
<target name="javadocs-vellibrary" depends="static"
- description="Create Javadoc documentation for VelLibrary subproject, only public
members">
+ description="Create Javadoc documentation for VelocityLibrary subproject, only
public members">
<!-- Construct compile classpath -->
1.7 +2 -2 jakarta-velocity-tools/struts/examples/struts/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity-tools/struts/examples/struts/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build.xml 12 Mar 2002 12:15:05 -0000 1.6
+++ build.xml 4 Apr 2002 09:18:55 -0000 1.7
@@ -16,10 +16,10 @@
<!-- The name of this component -->
- <property name="project.name" value="VelStruts Example" />
+ <property name="project.name" value="VelocityStruts Example" />
<!-- The title of this component -->
- <property name="project.title" value="VelStruts Example"/>
+ <property name="project.title" value="VelocityStruts Example"/>
<!-- The base directory for compilation targets -->
<property name="build.home" value="WEB-INF"/>
1.3 +3 -3 jakarta-velocity-tools/struts/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity-tools/struts/xdocs/index.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.xml 2 Apr 2002 16:46:30 -0000 1.2
+++ index.xml 4 Apr 2002 09:18:55 -0000 1.3
@@ -3,16 +3,16 @@
<document>
<properties>
- <title>Project VelStruts</title>
+ <title>Project VelocityStruts</title>
<author email="[EMAIL PROTECTED]">Gabriel Sidler</author>
<projectfile>xdocs/menue.xml</projectfile>
</properties>
<body>
- <section name="Welcome to the VelStruts Project">
+ <section name="Welcome to the VelocityStruts Project">
- <p>VelStruts is a subproject of Velocity that aims to integrate Velocity
+ <p>VelocityStruts is a subproject of Velocity that aims to integrate
Velocity
with the <a href="http://jakarta.apache.org/struts/">Jakarta Struts</a> Web
application framework.</p>
<p>Struts is one of a growing number of <a
href="http://jakarta.apache.org/velocity/powered.html#Frameworks%20that%20support%20Velocity">web
application frameworks</a> that offer Velocity as a view layer technology. The
integration with Struts offers now to Struts developers an alternative to JSP, the
default view technology supported by Struts.</p>
1.2 +8 -8 jakarta-velocity-tools/struts/xdocs/menue.xml
Index: menue.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity-tools/struts/xdocs/menue.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- menue.xml 2 Apr 2002 16:46:30 -0000 1.1
+++ menue.xml 4 Apr 2002 09:18:55 -0000 1.2
@@ -7,16 +7,16 @@
<body>
- <uplink name="VelTools Home" href="docs/index.html" alt="top"/>
+ <uplink name="Velocity Tools Home" href="docs/index.html"
alt="top"/>
- <menu name="About VelStruts">
+ <menu name="About VelocityStruts">
<item name="Overview" href="struts/docs/index.html"/>
<item name="Documentation"
href="struts/docs/index.html#Documentation"/>
<item name="Download"
href="struts/docs/index.html#Download"/>
<item name="License" href="struts/docs/index.html#License"/>
</menu>
- <menu name="VelStruts User Guide">
+ <menu name="VelocityStruts User Guide">
<item name="Overview" href="struts/docs/userguide.html"/>
<item name="Documentation"
href="struts/docs/userguide.html#Documentation"/>
<item name="Model 2 Applications" href="struts/docs/userguide.html#Model
2 Applications"/>
@@ -28,11 +28,11 @@
<item name="Velocity Configuration"
href="struts/docs/userguide.html#Velocity Configuration"/>
</menu>
- <menu name="VelStruts Reference Doc" href="struts/docs/tools.html"
target="velLibrary">
- <item name="ErrorsTool" href="struts/docs/ErrorsTool.html"
target="velLibrary"/>
- <item name="FormTool" href="struts/docs/FormTool.html"
target="velLibrary"/>
- <item name="LinkTool" href="struts/docs/LinkTool.html"
target="velLibrary"/>
- <item name="MessageTool" href="struts/docs/MessageTool.html"
target="velLibrary"/>
+ <menu name="VelocityStruts Reference Doc" href="struts/docs/tools.html"
target="velLibrary">
+ <item name="ErrorsTool" href="struts/docs/ErrorsTool.html"
target="velLibrary"/>
+ <item name="FormTool" href="struts/docs/FormTool.html"
target="velLibrary"/>
+ <item name="LinkTool" href="struts/docs/LinkTool.html"
target="velLibrary"/>
+ <item name="MessageTool" href="struts/docs/MessageTool.html"
target="velLibrary"/>
</menu>
</body>
1.3 +2 -2 jakarta-velocity-tools/struts/xdocs/tools.xml
Index: tools.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity-tools/struts/xdocs/tools.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tools.xml 2 Apr 2002 16:46:30 -0000 1.2
+++ tools.xml 4 Apr 2002 09:18:55 -0000 1.3
@@ -10,10 +10,10 @@
<body>
- <section name="VelStruts - Reference Documentation">
+ <section name="VelocityStruts - Reference Documentation">
<p>
- VelStruts includes four context tools that provide access
+ VelocityStruts includes four context tools that provide access
to Struts resources from within Velocity templates. This page is the
starting point to the reference documentation for the context tools.
Primary audience are the template designers.</p>
1.7 +1 -1 jakarta-velocity-tools/view/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity-tools/view/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build.xml 2 Apr 2002 18:37:59 -0000 1.6
+++ build.xml 4 Apr 2002 09:18:56 -0000 1.7
@@ -171,7 +171,7 @@
<!-- J A V A D O C S V E L S E R V L E T -->
<!-- ================================================================== -->
<target name="javadocs-velservlet" depends="static"
- description="Create Javadoc documentation specific to VelServlet, only public
members">
+ description="Create Javadoc documentation specific to VelocityServlet, only
public members">
<!-- Construct compile classpath -->
<path id="sourcepath">
1.2 +3 -3 jakarta-velocity-tools/view/xdocs/velservlet-menue.xml
Index: velservlet-menue.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity-tools/view/xdocs/velservlet-menue.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- velservlet-menue.xml 2 Apr 2002 16:46:31 -0000 1.1
+++ velservlet-menue.xml 4 Apr 2002 09:18:56 -0000 1.2
@@ -2,14 +2,14 @@
<project href="http://jakarta.apache.org/velocity/">
- <title>VelServlet Menue</title>
+ <title>VelocityServlet Menue</title>
<logo href="http://jakarta.apache.org/velocity/images/logo.gif">< :)
/></logo>
<body>
- <uplink name="VelTools Home" href="docs/index.html" alt="top"/>
+ <uplink name="Velocity Tools Home" href="docs/index.html" alt="top"/>
- <menu name="About VelServlet">
+ <menu name="About VelocityServlet">
<item name="Overview" href="view/docs/velservlet.html"/>
<item name="Examples"/>
<item name="Servlet Configuration"/>
1.2 +12 -11 jakarta-velocity-tools/view/xdocs/velservlet.xml
Index: velservlet.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity-tools/view/xdocs/velservlet.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- velservlet.xml 2 Apr 2002 16:46:31 -0000 1.1
+++ velservlet.xml 4 Apr 2002 09:18:56 -0000 1.2
@@ -11,26 +11,27 @@
<body>
- <section name="Welcome to VelServlet">
+ <section name="Welcome to VelocityServlet">
- <p>VelServlet is a subproject of Velocity. Its goals is to create a
+ <p>VelocityServlet is a subproject of Velocity. Its goals is to create a
standalone Velocity servlet that can be used for template rendering
in Web applications.</p>
<p>Intended audience of this subproject are Web
application developers that plan on adding Velocity as a view layer
- technology to their Servlet-based web application framework. VelServlet
+ technology to their Servlet-based web application framework. VelocityServlet
offers the following key features:</p>
<ul>
- <li>VelServlet is a standalong Java servlet that renders Velocity templates.
+ <li>VelocityServlet provides is a standalone Java servlet that renders
Velocity
+ templates. Its class name is VelocityViewServlet.
It can be invoked either directly from Web clients or from other
servlets
by forwarding request for template rendering to it. Its usage is
similar to the JSPServlet for rendering JSP pages.</li>
- <li>VelServlet makes ServletRequest attributes, HttpSession attributes and
+ <li>VelocityViewServlet makes ServletRequest attributes, HttpSession
attributes and
ServletContext attributes automatically available to the template
designer
through the Velocity context. It is not necessary to explicitely
populate the Velocity context.</li>
- <li>VelServlet offers toolbox support. It is possible to define a set
+ <li>VelocityViewServlet offers toolbox support. It is possible to define a
set
of context tools (view helpers) that are made available to the template
designer automatically through the Velcity context.</li>
<li>Velocity log output can be redirected to the log infrastructure
@@ -38,16 +39,16 @@
logging facility provided by the Servlet API.</li>
</ul>
- <p>Using VelServlet, it becomes possible to write Web applications that are
+ <p>Using VelocityViewServlet, it becomes possible to write Web applications
that are
independent of a particular view technology. This opens a straightforward
migration path between JSP pages and Velocity templates as the view layer
- technology in Web application.</p>
+ technology in Web applications.</p>
- <p>A typical application case for VelServlet is to use it in conjunction
+ <p>A typical application case for VelocityViewServlet is to use it in
conjunction
with a Servlet-based web application framework.
- <a href="../../struts/docs/index.html">Velocity for Struts</a> is a Velocity
+ <a href="../../struts/docs/index.html">VelocityStruts</a> is a Velocity
subproject that brings Velocity to the Struts world and is the first
- application that takes advantage of VelServlet.</p>
+ application that takes advantage of VelocityViewServlet.</p>
<p><strong>To be added</strong></p>
1.2 +13 -13 jakarta-velocity-tools/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity-tools/xdocs/index.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.xml 2 Apr 2002 16:46:31 -0000 1.1
+++ index.xml 4 Apr 2002 09:18:56 -0000 1.2
@@ -3,7 +3,7 @@
<document>
<properties>
- <title>VelTools Project</title>
+ <title>Velocity Tools Project</title>
<author email="[EMAIL PROTECTED]">Geir Magnusson Jr.</author>
<author email="[EMAIL PROTECTED]">Gabriel Sidler</author>
<projectfile>xdocs/menue.xml</projectfile>
@@ -11,10 +11,10 @@
<body>
- <section name="Welcome to the VelTools Project">
+ <section name="Welcome to the Velocity Tools Project">
<p>
- VelTools is a subproject of Velocity. It is the umbrella project for
+ Velocity Tools is a subproject of Velocity. It is the umbrella project for
several Velocity subprojects that have the goal to create tools and
infrastructure
useful for creating applications using the Velocity template engine.
</p>
@@ -22,19 +22,19 @@
<p><strong>Subprojects</strong></p>
<dl>
- <dt><strong><a href="vellibrary.html">VelLibrary</a></strong></dt>
- <dd>VelLibrary is an effort to setup a library of reuseable and well
documented
+ <dt><strong><a href="vellibrary.html">VelocityLibrary</a></strong></dt>
+ <dd>VelocityLibrary is an effort to setup a library of reuseable and
well documented
context tools. Most tools are optimized for use with an
automatically managed
- toolbox (see VelServlet).</dd>
+ toolbox (see VelocityServlet).</dd>
- <dt><strong><a
href="../struts/docs/index.html">VelStruts</a></strong></dt>
- <dd>The VelStruts package is a set of context tools, examples and
documentation for
+ <dt><strong><a
href="../struts/docs/index.html">VelocityStruts</a></strong></dt>
+ <dd>The VelocityStruts package is a set of context tools, examples and
documentation for
using the Velocity template engine as a view layer technology for
the
<a href="http://jakarta.apache.org/struts/">Jakarta Struts</a> web
- application framework. It is based on the VelServlet project.</dd>
+ application framework. It is based on the VelocityServlet
project.</dd>
- <dt><strong><a
href="../view/docs/velservlet.html">VelServlet</a></strong></dt>
- <dd>VelServlet is a standalone servlet that can be used for template
+ <dt><strong><a
href="../view/docs/velservlet.html">VelocityServlet</a></strong></dt>
+ <dd>VelocityServlet is a standalone servlet that can be used for
template
rendering in Web applications. It offers automatic population of
the
Velocity context and automatic, configurable management of context
tools.
Other efforts within this project are the development of a toolbox
manager
@@ -53,7 +53,7 @@
<section name="CVS Repository">
<p>
- The code for all the efforts within the VelTools project is maintained
+ The code for all the efforts within the Velocity Tools project is maintained
in the CVS repository jakarta-velocity-tools. It is available via:</p>
<p>Web Browser: <a
href="http://cvs.apache.org/viewcvs/jakarta-velocity-tools/">
@@ -62,7 +62,7 @@
<p>CVS Client: <a
href="http://jakarta.apache.org/getinvolved/cvsindex.html">http://jakarta.apache.org/getinvolved/cvsindex.html</a>.
</p>
- <p>Since VelTools is an umbrella project for several subprojects, look for
+ <p>Since Velocity Tools is an umbrella project for several subprojects,
look for
status information, releases, documentation and application examples within
the subprojects.</p>
1.2 +3 -3 jakarta-velocity-tools/xdocs/menue.xml
Index: menue.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity-tools/xdocs/menue.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- menue.xml 2 Apr 2002 16:46:31 -0000 1.1
+++ menue.xml 4 Apr 2002 09:18:56 -0000 1.2
@@ -13,9 +13,9 @@
</menu>
<menu name="Subprojects">
- <item name="VelLibrary" href="docs/vellibrary.html"/>
- <item name="VelStruts" href="struts/docs/index.html"/>
- <item name="VelServlet" href="view/docs/velservlet.html"/>
+ <item name="VelocityLibrary" href="docs/vellibrary.html"/>
+ <item name="VelocityStruts" href="struts/docs/index.html"/>
+ <item name="VelocityServlet" href="view/docs/velservlet.html"/>
</menu>
</body>
1.2 +3 -3 jakarta-velocity-tools/xdocs/vellibrary-menue.xml
Index: vellibrary-menue.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity-tools/xdocs/vellibrary-menue.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vellibrary-menue.xml 2 Apr 2002 16:46:31 -0000 1.1
+++ vellibrary-menue.xml 4 Apr 2002 09:18:56 -0000 1.2
@@ -2,14 +2,14 @@
<project href="http://jakarta.apache.org/velocity/">
- <title>VelTools Menue</title>
+ <title>Velocity Tools Menue</title>
<logo href="http://jakarta.apache.org/velocity/images/logo.gif">< :)
/></logo>
<body>
- <uplink name="VelTools Home" href="docs/index.html" alt="top"/>
+ <uplink name="Velocity Tools Home" href="docs/index.html" alt="top"/>
- <menu name="About VelLibrary">
+ <menu name="About VelocityLibrary">
<item name="Overview" href="docs/vellibrary.html"/>
<item name="Download" href="docs/vellibrary.html#Download"/>
<item name="Contributions" href="docs/vellibrary.html#Contributions"/>
1.2 +5 -5 jakarta-velocity-tools/xdocs/vellibrary.xml
Index: vellibrary.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity-tools/xdocs/vellibrary.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vellibrary.xml 2 Apr 2002 16:46:31 -0000 1.1
+++ vellibrary.xml 4 Apr 2002 09:18:56 -0000 1.2
@@ -3,16 +3,16 @@
<document>
<properties>
- <title>Project VelLibrary</title>
+ <title>Project VelocityLibrary</title>
<author email="[EMAIL PROTECTED]">Gabriel Sidler</author>
<projectfile>xdocs/vellibrary-menue.xml</projectfile>
</properties>
<body>
- <section name="Welcome to the VelLibrary Project">
+ <section name="Welcome to the VelocityLibrary Project">
- <p>VelLibrary is a Velocity subproject that aims to build of collection
+ <p>VelocityLibrary is a Velocity subproject that aims to build of collection
of reusable and well documented context tools.</p>
<p>Emphasis is being put on providing tool documentation that is
@@ -24,10 +24,10 @@
developers". Look at the <a href="../struts/docs/MessageTool.html">Struts
MessageTool</a> for a good example of the
new documentation format. We are keen on your feedback. </p>
- <p>Your contribution of useful context tools to the VelLibrary
+ <p>Your contribution of useful context tools to the VelocityLibrary
project are welcome. See <a href="#Contributions">below</a> for more
details.</p>
- <p><strong>VelLibrary Content:</strong></p>
+ <p><strong>VelocityLibrary Content:</strong></p>
<dl>
<dt><a
href="../tools/docs/DateTool.html"><strong>DateTool</strong></a></dt>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>