You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2007/05/14 14:59:22 UTC

svn commit: r537809 - /velocity/dvsl/trunk/xdocs/project.xml

Author: cbrisson
Date: Mon May 14 05:59:21 2007
New Revision: 537809

URL: http://svn.apache.org/viewvc?view=rev&rev=537809
Log:
add a project href and use relative urls

Modified:
    velocity/dvsl/trunk/xdocs/project.xml

Modified: velocity/dvsl/trunk/xdocs/project.xml
URL: http://svn.apache.org/viewvc/velocity/dvsl/trunk/xdocs/project.xml?view=diff&rev=537809&r1=537808&r2=537809
==============================================================================
--- velocity/dvsl/trunk/xdocs/project.xml (original)
+++ velocity/dvsl/trunk/xdocs/project.xml Mon May 14 05:59:21 2007
@@ -1,9 +1,9 @@
 <?xml version="1.0"?>
 
-<project>
+<project href="/dvsl/devel/">
 
   <title>DVSL</title>
-  <logo href="/images/logo.gif"> &lt;  :)  /&gt;</logo>
+  <logo href="images/logo.gif"> &lt;  :)  /&gt;</logo>
 
   <body>
     <menu name="Velocity">
@@ -11,15 +11,15 @@
     </menu>
 
     <menu name="About">
-        <item name="DVSL Home"               href="/index.html"/>
-        <item name="Getting Started"        href="/users-guide.html#Getting Started : Building and Using"/>
-        <item name="License"                href="/license.html"/>
+        <item name="DVSL Home"               href="index.html"/>
+        <item name="Getting Started"        href="users-guide.html#Getting Started : Building and Using"/>
+        <item name="License"                href="license.html"/>
     </menu>
 
     <menu name="Documentation">
-        <item name="Users Guide"            href="/users-guide.html"/>
-        <item name="Ant Task Reference"     href="/ant_task_reference.html"/>
-        <item name="More Resources"         href="/more-resources.html"/>
+        <item name="Users Guide"            href="users-guide.html"/>
+        <item name="Ant Task Reference"     href="ant_task_reference.html"/>
+        <item name="More Resources"         href="more-resources.html"/>
     </menu>
 
     <menu name="Community">