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/30 22:24:39 UTC

svn commit: r491315 - in /velocity/site/site/src/site: apt/how-it-works.apt apt/reference-library.apt site.xml

Author: henning
Date: Sat Dec 30 13:24:38 2006
New Revision: 491315

URL: http://svn.apache.org/viewvc?view=rev&rev=491315
Log:
Some shuffling, add a link to the reference library and update some
wording.


Modified:
    velocity/site/site/src/site/apt/how-it-works.apt
    velocity/site/site/src/site/apt/reference-library.apt
    velocity/site/site/src/site/site.xml

Modified: velocity/site/site/src/site/apt/how-it-works.apt
URL: http://svn.apache.org/viewvc/velocity/site/site/src/site/apt/how-it-works.apt?view=diff&rev=491315&r1=491314&r2=491315
==============================================================================
--- velocity/site/site/src/site/apt/how-it-works.apt (original)
+++ velocity/site/site/src/site/apt/how-it-works.apt Sat Dec 30 13:24:38 2006
@@ -6,10 +6,9 @@
 How the Apache Velocity project works
 
  We have evolved into Top Level state from being a founding and
- long-time member of the {{{http://jakarta.apache.org/}Apache Jakarta Project}}.
-
- We own most of our rules and guidelines to the Jakarta project and
- are grateful for the guidance from the Jakarta people. 
+ long-time member of the {{{http://jakarta.apache.org/}Apache Jakarta
+ Project}} and own most of our rules and guidelines to the Jakarta
+ project and are grateful for the guidance that we got from the Jakarta people.
 
  This is an evolving document and we expect it to branch away from the Jakarta
  rules in the future. For the moment, we will reference the Jakarta project 
@@ -43,9 +42,8 @@
     Defines the methodology for proposing new top level Jakarta Subprojects.
 
 
- Like its ancestor at {{{http://jakarta.apache.org/site/guidelines.html}The Jakarta Site}}, this
- is a living document. Changes can be made by the Project Management
- Committee. Suggestions for changes should be discussed on the mailing
- list.
-
-
+ Like its ancestor at
+ {{{http://jakarta.apache.org/site/guidelines.html}The Jakarta Site}},
+ this is a living document. Changes can be made by the Project
+ Management Committee. Suggestions for changes should be discussed on
+ the {{{contact.html#general}Velocity general}} mailing list.

Modified: velocity/site/site/src/site/apt/reference-library.apt
URL: http://svn.apache.org/viewvc/velocity/site/site/src/site/apt/reference-library.apt?view=diff&rev=491315&r1=491314&r2=491315
==============================================================================
--- velocity/site/site/src/site/apt/reference-library.apt (original)
+++ velocity/site/site/src/site/apt/reference-library.apt Sat Dec 30 13:24:38 2006
@@ -5,4 +5,10 @@
 
 Reference Library
 
+* Site building related links
+
+ * {{{http://maven.apache.org/guides/mini/guide-apt-format.html}Maven Guide to the Apt Format}}
+
+
+
 

Modified: velocity/site/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/velocity/site/site/src/site/site.xml?view=diff&rev=491315&r1=491314&r2=491315
==============================================================================
--- velocity/site/site/src/site/site.xml (original)
+++ velocity/site/site/src/site/site.xml Sat Dec 30 13:24:38 2006
@@ -35,27 +35,11 @@
       <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"/>
-      <item name="Board reports" href="board-reports.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"/>
+      <item name="Tools 1.2" href="tools/releases/1.2/index.html"/>
     </menu>
 
     <menu name="Development">
@@ -64,9 +48,19 @@
       <item name="DVSL" href="dvsl/devel/index.html"/>
     </menu>
 
+    <menu name="Community">
+      <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="Wiki" href="http://wiki.apache.org/jakarta-velocity/FrontPage"/>
+      <item name="How it works" href="how-it-works.html"/>
+      <item name="Board reports" href="board-reports.html"/>
+    </menu> 
+
     <menu name="Developer Resources">
       <item name="Coding Standards" href="http://wiki.apache.org/jakarta-velocity/CodeStandards"/>
       <item name="Project guidelines" href="how-it-works.html#Project Guidelines"/>
+      <item name="Reference Library" href="reference-library.html"/>
       <item name="Site building" href="site-building.html"/>
     </menu>