Author: xavier
Date: Sun Jan 25 21:40:47 2009
New Revision: 737584

URL: http://svn.apache.org/viewvc?rev=737584&view=rev
Log:
upgrade printTemplate.html, introduce latest-release, and update toc to point 
to latest-release for better navigation tree handling and permanent link

Modified:
    ant/ivy/core/branches/2.0.0/doc/printTemplate.html
    ant/ivy/site/build.xml
    ant/ivy/site/history/   (props changed)
    ant/ivy/site/toc.json

Modified: ant/ivy/core/branches/2.0.0/doc/printTemplate.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/branches/2.0.0/doc/printTemplate.html?rev=737584&r1=737583&r2=737584&view=diff
==============================================================================
--- ant/ivy/core/branches/2.0.0/doc/printTemplate.html (original)
+++ ant/ivy/core/branches/2.0.0/doc/printTemplate.html Sun Jan 25 21:40:47 2009
@@ -20,7 +20,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
 <head>
        <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
-<title>${title} | Ivy 2.0.0</title>
+<title>${title} | Ivy</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <link rel="stylesheet" type="text/css" href="style/print-style.css" />
 </head>
@@ -32,8 +32,8 @@
 <table id="header" summary="Navigation elements." border="0"
        cellpadding="0" cellspacing="0" width="100%">
        <tr>
-               <td id="home" width="30%"><a href="http://incubator.apache.org/";
-                       title="Home"><img 
src="images/apache-incubator-logo.png" alt="Apache Incubator"
+               <td id="home" width="30%"><a href="http://ant.apache.org/";
+                       title="Apache Ant"><img src="images/ant-group-logo.gif" 
alt="Apache Ant"
                        border="0" /></a></td>
 
                <td class="product" width="70%" align="right" 
valign="middle"><img

Modified: ant/ivy/site/build.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/build.xml?rev=737584&r1=737583&r2=737584&view=diff
==============================================================================
--- ant/ivy/site/build.xml (original)
+++ ant/ivy/site/build.xml Sun Jan 25 21:40:47 2009
@@ -88,6 +88,11 @@
         <generate-printdoc version="latest-milestone" />
     </target>
 
+    <target name="generate-printdoc-latest-release" depends="copy-resources"
+            description="--> Generates latest-release documentation printer 
friendly version">
+        <generate-printdoc version="latest-release" />
+    </target>
+
     <target name="generate-printdoc" depends="copy-resources"
             description="--> Generates documentation printer friendly version">
         <input message="Ivy version to generate doc for?" 
addproperty="version" />

Propchange: ant/ivy/site/history/
------------------------------------------------------------------------------
--- svn:externals (original)
+++ svn:externals Sun Jan 25 21:40:47 2009
@@ -1,4 +1,5 @@
 trunk https://svn.apache.org/repos/asf/ant/ivy/core/trunk/doc
+latest-release https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.0.0/doc
 latest-milestone 
https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.0.0/doc
 2.0.0 https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.0.0/doc
 2.0.0-rc2 https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.0.0-rc2/doc

Modified: ant/ivy/site/toc.json
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/toc.json?rev=737584&r1=737583&r2=737584&view=diff
==============================================================================
--- ant/ivy/site/toc.json (original)
+++ ant/ivy/site/toc.json Sun Jan 25 21:40:47 2009
@@ -76,7 +76,7 @@
       },
       {
         "title":"Documentation (2.0.0)",
-        "importRoot":"history/2.0.0",
+        "importRoot":"history/latest-release",
         "importNode":"index"      },
       {
         "id":"history",


Reply via email to