Author: tomwhite
Date: Tue Jan  8 11:20:01 2013
New Revision: 1430212

URL: http://svn.apache.org/viewvc?rev=1430212&view=rev
Log:
Fix links on home page to point to latest version (Whirr 0.8.1).

Modified:
    whirr/site/pom.xml
    whirr/site/production/index.html
    whirr/site/production/issue-tracking.html
    whirr/site/production/license.html
    whirr/site/production/mail-lists.html
    whirr/site/production/project-info.html
    whirr/site/production/team-list.html
    whirr/site/src/site/xdoc/index.xml

Modified: whirr/site/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/site/pom.xml?rev=1430212&r1=1430211&r2=1430212&view=diff
==============================================================================
--- whirr/site/pom.xml (original)
+++ whirr/site/pom.xml Tue Jan  8 11:20:01 2013
@@ -241,7 +241,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>scpexe://people.apache.org/www/whirr.apache.org</url>
+      <url>file:///tmp/whirr.apache.org</url>
     </site>
   </distributionManagement>
 </project>

Modified: whirr/site/production/index.html
URL: 
http://svn.apache.org/viewvc/whirr/site/production/index.html?rev=1430212&r1=1430211&r2=1430212&view=diff
==============================================================================
--- whirr/site/production/index.html (original)
+++ whirr/site/production/index.html Tue Jan  8 11:20:01 2013
@@ -15,7 +15,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<!-- Generated by Apache Maven Doxia at Oct 19, 2012 -->
+<!-- Generated by Apache Maven Doxia at Jan 8, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
     <title></title>
@@ -25,7 +25,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20121019" />
+        <meta name="Date-Revision-yyyymmdd" content="20130108" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
       </head>
   <body class="composite">
@@ -53,7 +53,7 @@
             |
                 <a href="https://svn.apache.org/repos/asf/whirr/"; 
class="externalLink">SVN</a>
               
-                                &nbsp;| Last Published: 2012-10-19
+                                &nbsp;| Last Published: 2013-01-08
             </div>
       <div class="clear">
         <hr/>
@@ -184,12 +184,12 @@
 
     <div class="section"><h3>Getting Started<a 
name="Getting_Started"></a></h3></div>
 
-    <p>Start with <a href="docs/0.8.0/whirr-in-5-minutes.html">Whirr in 5 
Minutes</a>
+    <p>Start with <a href="docs/0.8.1/whirr-in-5-minutes.html">Whirr in 5 
Minutes</a>
     or the  
-    <a href="docs/0.8.0/quick-start-guide.html">Quick Start Guide</a>.</p>
+    <a href="docs/0.8.1/quick-start-guide.html">Quick Start Guide</a>.</p>
     <p>There is also an 
     <a href="faq.html">FAQ</a> which covers how to achieve common tasks with 
Whirr, and a 
-    <a href="docs/0.8.0/configuration-guide.html">configuration guide</a> for 
reference.</p>
+    <a href="docs/0.8.1/configuration-guide.html">configuration guide</a> for 
reference.</p>
     
     <p>Find out more about Whirr at our 
     <a class="externalLink" 
href="https://cwiki.apache.org/confluence/display/WHIRR";>wiki</a>.</p>
@@ -224,7 +224,7 @@
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;            2010-2012
+      <div class="xright">&#169;            2010-2013
               The Apache Software Foundation
             
                        - <a 
href="http://maven.apache.org/privacy-policy.html";>Privacy Policy</a></div><br 
/>

Modified: whirr/site/production/issue-tracking.html
URL: 
http://svn.apache.org/viewvc/whirr/site/production/issue-tracking.html?rev=1430212&r1=1430211&r2=1430212&view=diff
==============================================================================
--- whirr/site/production/issue-tracking.html (original)
+++ whirr/site/production/issue-tracking.html Tue Jan  8 11:20:01 2013
@@ -15,7 +15,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<!-- Generated by Apache Maven Doxia at Dec 14, 2012 -->
+<!-- Generated by Apache Maven Doxia at Jan 8, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
     <title>Issue Tracking</title>
@@ -25,7 +25,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20121214" />
+        <meta name="Date-Revision-yyyymmdd" content="20130108" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
       </head>
   <body class="composite">
@@ -53,7 +53,7 @@
             |
                 <a href="https://svn.apache.org/repos/asf/whirr/"; 
class="externalLink">SVN</a>
               
-                                &nbsp;| Last Published: 2012-12-14
+                                &nbsp;| Last Published: 2013-01-08
             </div>
       <div class="clear">
         <hr/>
@@ -155,7 +155,7 @@
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;            2010-2012
+      <div class="xright">&#169;            2010-2013
               The Apache Software Foundation
             
                        - <a 
href="http://maven.apache.org/privacy-policy.html";>Privacy Policy</a></div><br 
/>

Modified: whirr/site/production/license.html
URL: 
http://svn.apache.org/viewvc/whirr/site/production/license.html?rev=1430212&r1=1430211&r2=1430212&view=diff
==============================================================================
--- whirr/site/production/license.html (original)
+++ whirr/site/production/license.html Tue Jan  8 11:20:01 2013
@@ -15,7 +15,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<!-- Generated by Apache Maven Doxia at Dec 14, 2012 -->
+<!-- Generated by Apache Maven Doxia at Jan 8, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
     <title>Project License</title>
@@ -25,7 +25,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20121214" />
+        <meta name="Date-Revision-yyyymmdd" content="20130108" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
       </head>
   <body class="composite">
@@ -53,7 +53,7 @@
             |
                 <a href="https://svn.apache.org/repos/asf/whirr/"; 
class="externalLink">SVN</a>
               
-                                &nbsp;| Last Published: 2012-12-14
+                                &nbsp;| Last Published: 2013-01-08
             </div>
       <div class="clear">
         <hr/>
@@ -357,7 +357,7 @@
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;            2010-2012
+      <div class="xright">&#169;            2010-2013
               The Apache Software Foundation
             
                        - <a 
href="http://maven.apache.org/privacy-policy.html";>Privacy Policy</a></div><br 
/>

Modified: whirr/site/production/mail-lists.html
URL: 
http://svn.apache.org/viewvc/whirr/site/production/mail-lists.html?rev=1430212&r1=1430211&r2=1430212&view=diff
==============================================================================
--- whirr/site/production/mail-lists.html (original)
+++ whirr/site/production/mail-lists.html Tue Jan  8 11:20:01 2013
@@ -15,7 +15,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<!-- Generated by Apache Maven Doxia at Dec 14, 2012 -->
+<!-- Generated by Apache Maven Doxia at Jan 8, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
     <title>Project Mailing Lists</title>
@@ -25,7 +25,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20121214" />
+        <meta name="Date-Revision-yyyymmdd" content="20130108" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
       </head>
   <body class="composite">
@@ -53,7 +53,7 @@
             |
                 <a href="https://svn.apache.org/repos/asf/whirr/"; 
class="externalLink">SVN</a>
               
-                                &nbsp;| Last Published: 2012-12-14
+                                &nbsp;| Last Published: 2013-01-08
             </div>
       <div class="clear">
         <hr/>
@@ -155,7 +155,7 @@
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;            2010-2012
+      <div class="xright">&#169;            2010-2013
               The Apache Software Foundation
             
                        - <a 
href="http://maven.apache.org/privacy-policy.html";>Privacy Policy</a></div><br 
/>

Modified: whirr/site/production/project-info.html
URL: 
http://svn.apache.org/viewvc/whirr/site/production/project-info.html?rev=1430212&r1=1430211&r2=1430212&view=diff
==============================================================================
--- whirr/site/production/project-info.html (original)
+++ whirr/site/production/project-info.html Tue Jan  8 11:20:01 2013
@@ -15,7 +15,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<!-- Generated by Apache Maven Doxia at Dec 14, 2012 -->
+<!-- Generated by Apache Maven Doxia at Jan 8, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
     <title>Project Information</title>
@@ -25,7 +25,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20121214" />
+        <meta name="Date-Revision-yyyymmdd" content="20130108" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
       </head>
   <body class="composite">
@@ -53,7 +53,7 @@
             |
                 <a href="https://svn.apache.org/repos/asf/whirr/"; 
class="externalLink">SVN</a>
               
-                                &nbsp;| Last Published: 2012-12-14
+                                &nbsp;| Last Published: 2013-01-08
             </div>
       <div class="clear">
         <hr/>
@@ -155,7 +155,7 @@
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;            2010-2012
+      <div class="xright">&#169;            2010-2013
               The Apache Software Foundation
             
                        - <a 
href="http://maven.apache.org/privacy-policy.html";>Privacy Policy</a></div><br 
/>

Modified: whirr/site/production/team-list.html
URL: 
http://svn.apache.org/viewvc/whirr/site/production/team-list.html?rev=1430212&r1=1430211&r2=1430212&view=diff
==============================================================================
--- whirr/site/production/team-list.html (original)
+++ whirr/site/production/team-list.html Tue Jan  8 11:20:01 2013
@@ -15,7 +15,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<!-- Generated by Apache Maven Doxia at Dec 14, 2012 -->
+<!-- Generated by Apache Maven Doxia at Jan 8, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
     <title>Team list</title>
@@ -25,7 +25,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20121214" />
+        <meta name="Date-Revision-yyyymmdd" content="20130108" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
       </head>
   <body class="composite">
@@ -53,7 +53,7 @@
             |
                 <a href="https://svn.apache.org/repos/asf/whirr/"; 
class="externalLink">SVN</a>
               
-                                &nbsp;| Last Published: 2012-12-14
+                                &nbsp;| Last Published: 2013-01-08
             </div>
       <div class="clear">
         <hr/>
@@ -170,7 +170,7 @@ window.onLoad = init();
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;            2010-2012
+      <div class="xright">&#169;            2010-2013
               The Apache Software Foundation
             
                        - <a 
href="http://maven.apache.org/privacy-policy.html";>Privacy Policy</a></div><br 
/>

Modified: whirr/site/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/whirr/site/src/site/xdoc/index.xml?rev=1430212&r1=1430211&r2=1430212&view=diff
==============================================================================
--- whirr/site/src/site/xdoc/index.xml (original)
+++ whirr/site/src/site/xdoc/index.xml Tue Jan  8 11:20:01 2013
@@ -41,12 +41,12 @@ xsi:schemaLocation="http://maven.apache.
 
     <subsection name="Getting Started"></subsection>
 
-    <p>Start with <a href="docs/0.8.0/whirr-in-5-minutes.html">Whirr in 5 
Minutes</a>
+    <p>Start with <a href="docs/0.8.1/whirr-in-5-minutes.html">Whirr in 5 
Minutes</a>
     or the  
-    <a href="docs/0.8.0/quick-start-guide.html">Quick Start Guide</a>.</p>
+    <a href="docs/0.8.1/quick-start-guide.html">Quick Start Guide</a>.</p>
     <p>There is also an 
     <a href="faq.html">FAQ</a> which covers how to achieve common tasks with 
Whirr, and a 
-    <a href="docs/0.8.0/configuration-guide.html">configuration guide</a> for 
reference.</p>
+    <a href="docs/0.8.1/configuration-guide.html">configuration guide</a> for 
reference.</p>
     
     <p>Find out more about Whirr at our 
     <a class="externalLink" 
href="https://cwiki.apache.org/confluence/display/WHIRR";>wiki</a>.</p>


Reply via email to