Update translations from source
[hermes] / www / index.html
index f6e576e..1e8980f 100644 (file)
@@ -11,31 +11,19 @@ http://samoff.com
 <link rel="stylesheet" type="text/css" href="reset.css"/>
 <link rel="stylesheet" type="text/css" href="hermes.css"/>
 
-<script src="js/jquery-1.3.1.min.js" type="text/javascript"></script>
+<script src="js/jquery-1.3.2.min.js" type="text/javascript"></script>
+<script src="js/jquery-ui-1.7.2.custom.min.js" type="text/javascript"></script>
 <script src="js/jquery.corner.js" type="text/javascript"></script>
 <script src="js/jquery.juitter.js" type="text/javascript"></script>
 <script src="js/system.js" type="text/javascript"></script>
 
 <script type="text/javascript">
-
 $(document).ready(function() {
     // Rounded Corners
     $("div#content,div#devmenu").corner("round");
-
-       //Default Tab Action
-       $(".tab_content").hide(); //Hide all content
-       $("ul.tabs li:first").addClass("active").show(); //Activate first tab
-       $(".tab_content:first").show(); //Show first tab content
-       
-       //onClick Tab Event
-       $("ul.tabs li").click(function() {
-               $("ul.tabs li").removeClass("active"); //Remove any "active" class
-               $(this).addClass("active"); //Add "active" class to selected tab
-               $(".tab_content").hide(); //Hide all tab content
-               var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content
-               $(activeTab).fadeIn(); //Fade in the active content
-               return false;
-       });
+    
+    // Tabs
+       $('#tabs').tabs({ fx: { opacity: 'toggle' } });
 });
 </script>
 
@@ -49,22 +37,23 @@ $(document).ready(function() {
 <div id="header">
     <h1><a href="index.htm">Hermes</a></h1>
     <img src="ui/hermes-logo.png" alt="Hermes" class="logo" />
+</div>
+
+<!-- Tab Navigation -->
+<div id="tabs">
 
-    <!-- Tab Navigation -->
-    <ul class="tabs">
-        <li><a href="#tab1">About Hermes</a></li>
-        <li><a href="#tab2">What it does</a></li>
-        <li><a href="#tab3">Get it</a></li>
-        <li class="last"><a href="#tab4">Development</a></li>
+    <ul class="nav">
+        <li><a href="#about">About Hermes</a></li>
+        <li><a href="#what">What it does</a></li>
+        <li><a href="#download">Get it</a></li>
+        <li class="last"><a href="#development">Development</a></li>
     </ul>
-</div>
 
 <!-- Page Content -->
 <div id="content">
-    <div class="tab_container">
 
     <!-- Tab #1 -->
-    <div id="tab1" class="tab_content">
+    <div id="about">
         <p>So, you've copied an address book full of contacts to your new N900. Unfortunately, the lovely interface and gorgeous screen are completely let down by the fact that all you see are generic, blue men as you contacts' pictures. Contacting people via the <em>Phone</em> or <em>Conversations</em> just doesn't seem very slick.</p>
         <p>With Hermes, you will enrich your Maemo 5 address book with photos, birthdates, homepage addresses, and more from online services such as Facebook and Twitter.</p>
 
@@ -75,8 +64,7 @@ $(document).ready(function() {
     </div>
     
     <!-- Tab #2 -->
-    <div id="tab2" class="tab_content">
-
+    <div id="what">
         <!-- YouTube Video -->
         <object type="application/x-shockwave-flash" style="width:560px; height:340px;" data="http://www.youtube.com/v/G_6ZC8n9nKs&amp;hl=en&amp;fs=1&amp;">
             <param name="movie" value="http://www.youtube.com/v/G_6ZC8n9nKs&amp;hl=en&amp;fs=1&amp;" />
@@ -87,28 +75,27 @@ $(document).ready(function() {
         <p>If a contact is matched between the Contacts app and an online identity, Hermes will update the contact on the device with a photo (from Facebook or Twitter), birthday (from Facebook), profile URLs (on Facebook and Twitter) and homepage (from Twitter). As an added bonus, all birthdates will also appear automatically in your Calendar.</p>
         <p>There are two modes of operation, "Retrieve" and "Refresh." Retrieve will fill in <strong>missing</strong> data for a contact. Refresh will <strong>overwrite</strong> any contacts that have matches on the social networks (i.e., your Contacts entries will be reset to the information found online).</p>
         <p>Hermes uses the official Facebook and Twitter APIs, designed and intended by these companies to allow third party applications such as Hermes.</p>
-
     </div>
 
     <!-- Tab #3 -->
-    <div id="tab3" class="tab_content">
-
-        <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>
+    <div id="download">
+        <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>
 
     <!-- Tab #4 -->
-    <div id="tab4" class="tab_content">
-
+    <div id="development">
         <div id="devmenu">
             <ul>
                 <li><a href="https://bugs.maemo.org/buglist.cgi?product=Hermes">Current bug list</a></li>
                 <li><a href="https://bugs.maemo.org/enter_bug.cgi?product=Hermes">Report a bug</a></li>
                 <li><a href="https://garage.maemo.org/plugins/ggit/browse.php/?p=hermes">Get the source code</a></li>
-                <li><a href="https://garage.maemo.org/projects/hermes/">Hermes at Maemo Garage</a></li>
+                <li><a href="https://garage.maemo.org/projects/hermes/">Hermes at Maemo Garage</a> (project host)</li>
+                <li><a href="http://www.transifex.net/projects/p/hermes/c/master/">Hermes at Transifex</a> (i18n)</li>
             </ul>
         </div>