Update "Get It" with information about released app
authorAndrew Flegg <andrew@bleb.org>
Wed, 4 Nov 2009 21:53:07 +0000 (21:53 +0000)
committerAndrew Flegg <andrew@bleb.org>
Wed, 4 Nov 2009 21:53:07 +0000 (21:53 +0000)
www/hermes.css
www/index.html

index d4ebee4..27972a2 100644 (file)
@@ -29,6 +29,7 @@ ul li{color:#028f02; margin:0 20px; line-height:1.4em; list-style-type:square; l
 .logo{display:block; margin:0 auto 20px auto}
 .download{float:right}
 .note{color:#900}
+.aside{color:#1aa81a; font-size: 14px; margin-top: 15px; border-top: 1px solid #028f02; clear: right; padding-top: 4px}
 .strike{text-decoration:line-through}
 #footer p{color:#ccc; font-size:.8em}
 
@@ -56,4 +57,4 @@ ul li{color:#028f02; margin:0 20px; line-height:1.4em; list-style-type:square; l
 #tweets .juitterAvatar{float:left; border:solid 1px #000; margin:0 5px 9px 0; padding:2px; width:48px; height:48px}
 #tweets .jRM a{font-style:normal}
 #tweets .extLink{}
-#tweets .hashLink{}
\ No newline at end of file
+#tweets .hashLink{}
index 1f27b41..13e212d 100644 (file)
@@ -79,10 +79,11 @@ $(document).ready(function() {
 
     <!-- Tab #3 -->
     <div id="download">
-        <img src="ui/application_install.png" alt="" class="download" />
-        <p>Hermes is currently under development. It can be installed from the <a href="http://maemo.org/packages/view/hermes/">Extras Testing</a> repository.</p>
-        <p class="note"><strong>Note:</strong> It is not yet suitable for end-users, but will be very
-        shortly.</p>
+        <a href="http://maemo.org/downloads/product/raw/Maemo5/hermes/?get_installfile"><img src="ui/application_install.png" alt="" class="download" /></a>
+        <p>The <em>released</em> version of Hermes can be installed from the <a href="http://wiki.maemo.org/Extras">Maemo Extras</a> repository, and can be seen at <a href="http://maemo.org/downloads/product/Maemo5/hermes/">maemo.org downloads</a>.</p>
+        <p class="aside">The <em>testing</em> version of Hermes is not suitable for end-users, but can be found in the
+        <a href="http://maemo.org/packages/view/hermes/">Extras Testing</a> repository for those willing
+        to help with <a href="http://wiki.maemo.org/Extras-testing#The_extras-testing_QA_queue_.26_you">Extras quality assurance</a>.</p>
 
     </div>