You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2013/03/14 08:43:07 UTC

svn commit: r1456356 - in /hbase/branches/0.94/src/site: site.vm site.xml

Author: stack
Date: Thu Mar 14 07:43:07 2013
New Revision: 1456356

URL: http://svn.apache.org/r1456356
Log:
HBASE-8090 Versioning site; part two, publish 0.94 site and add link from main site

Modified:
    hbase/branches/0.94/src/site/site.vm
    hbase/branches/0.94/src/site/site.xml

Modified: hbase/branches/0.94/src/site/site.vm
URL: http://svn.apache.org/viewvc/hbase/branches/0.94/src/site/site.vm?rev=1456356&r1=1456355&r2=1456356&view=diff
==============================================================================
--- hbase/branches/0.94/src/site/site.vm (original)
+++ hbase/branches/0.94/src/site/site.vm Thu Mar 14 07:43:07 2013
@@ -89,11 +89,9 @@
         #if ( $banner.alt )
             #set ( $alt = $banner.alt )
         #else
-            #set ( $alt = $banner.name )
         #end
         <img src="$src" alt="$alt" />
     #else
-        $banner.name
     #end
 ##
     #if( $banner.href )

Modified: hbase/branches/0.94/src/site/site.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.94/src/site/site.xml?rev=1456356&r1=1456355&r2=1456356&view=diff
==============================================================================
--- hbase/branches/0.94/src/site/site.xml (original)
+++ hbase/branches/0.94/src/site/site.xml Thu Mar 14 07:43:07 2013
@@ -28,9 +28,11 @@
     <src>images/hbase_logo.png</src>
     <href>http://hbase.apache.org/</href>
   </bannerLeft>
-  <bannerRight />
+  <bannerRight>
+      <name>Version 0.94</name>
+  </bannerRight>
   <version position="right" />
-  <publishDate position="right" />
+  <publishDate position="right"/>
   <body>
     <menu name="Apache HBase Project">
       <item name="Overview" href="index.html"/>
@@ -46,7 +48,7 @@
       <item name="Blog" href="http://blogs.apache.org/hbase/" />
       <item name="Other resources" href="resources.html" />
     </menu>
-    <menu name="Documentation">
+    <menu name="0.94 Documentation">
         <item name="Getting Started" href="book/quickstart.html" />
       <item name="API" href="apidocs/index.html" />
       <item name="X-Ref" href="xref/index.html" />