WWW update
[ubi] / www / index.html~
index a55a0d1..b0aac82 100644 (file)
@@ -1,6 +1,7 @@
 <html>
 <head>
-<title>Ubi: an unofficial Ubuntu One app for Maemo 5 and other Qt-enabled
+<meta name="google-site-verification" content="4BCkc18HpbaqGMPerUI_EwkOttI0NzkeH2yhpRySHfA" />
+<title>Ubi: an unofficial Ubuntu One app for Maemo/Meego (Nokia N900 & N9) and other Qt-enabled
 platforms</title>
 <style type="text/css">
 body {
@@ -8,22 +9,42 @@ body {
   color: white;
   margin: 0;
   font-family: "Ubuntu", Arial, sans-serif;
+  font-size:14px;
+  max-width: 800px;
+}
+h1 {
+  font-size:18px;
+  font-weight:bold;
+}
+h2 {
+  font-size:14px;
+  font-weight:bold;
+}
+h3 {
+  font-size:14px;
+  font-weight:bold;
 }
 a {
   color: white;
   text-decoration: none;
   border-bottom: 1px dotted white;
 }
+#screenshots a {
+  text-decoration: none;
+  border: 0
+}
 ul {
   list-style: square;
 }
 p {
   margin: 10px;
   margin-bottom: 20px;
+  font-size:14px;
 }
 img {
   border-right: 1px solid black;
   border-bottom: 1px solid black;
+  border: 1px solid black;
   margin: 10px
 }
 div#head {
@@ -41,6 +62,19 @@ div#content {
   margin: 20px;
 }
 </style>
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32503867-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+</script>
 </head>
 <body>
 
@@ -49,51 +83,66 @@ div#content {
 </div>
 
 <div id="content">
-<p><strong>An unofficial Ubuntu One app for Maemo 5 and other Qt-enabled
-platforms</strong></p>
 
+<h1>An unofficial Ubuntu One app for Maemo/Meego and other Qt-enabled
+platforms</h1>
+<br/>
+
+<h1>Features</h1>
 <p>
-<strong>Ubi</strong> provides access to Ubuntu One cloud service. Initial
-version supports simple storage management tasks like: file Download, Upload and
-Deletion, but the plan is to provide other cloud features i.e. Notes editing and
-Contact synchronization.
-</p>
+Ubi provides access to Ubuntu One cloud service. Initial
+version supports:</p>
+<ul>
+<li>file downloading</li>
+<li>file uploading</li>
+<li>file/folder deletion</li>
+<li>file/folder renaming</li>
+<li>folder creation</li>
+<li>file publishing</li>
+<li>account data view (e.g. free space)</li>
+</ul>
 <p>
-At the moment <strong>Ubi</strong> is available only for Nokia N900, but in
-Download section also an experimental release for Nokia N9 was published.
+The plan is to provide other cloud features in future such as Notes and
+Contacts synchronization.
 </p>
-<p>
-The application can be downloaded via the application manager under the
-Network section if you have the <strong>extras-devel</strong> repository enabled.
+
+<h1>Devices</h1>
+<p>At the moment Ubi is available only for <strong>Nokia N900</strong>.</p>
+
+<p>In <a href="https://garage.maemo.org/frs/?group_id=2327">Download</a> section also an experimental releases for <strong>Symbian</strong> and <strong>Nokia N9</strong> were published. Please note that these apps have not been tested on real devices.</p>
+
+<h1>Download</h1>
+<p>The latest release is version <strong>0.9.4-1</strong></p>
+<h2>Nokia N900</h2>
+<p>The application can be downloaded via the Application Manager under the
+Network section if you have the <i>extras-devel</i> repository enabled.</p>
+<p><a href="http://wiki.maemo.org/Extras-devel">Here</a> you can find instructions on how to enable <i>extras-devel</i> on Nokia N900.
 </p>
+<h2>Other devices</h2>
+<p>Find the right package in <a href="https://garage.maemo.org/frs/?group_id=2327">Download</a> section.</p>
 
-<p>
-Links:
+<h1>Links</h1>
 <ul>
 <li><a href="https://garage.maemo.org/projects/ubi">Project Info page @garage</a></li>
-<li><a href="https://garage.maemo.org/tracker/?group_id=2327">Bug reports, feature requests</a></li>
+<li><a href="http://maemo.org/packages/view/ubi/">Ubi package @maemo.org</a></li>
+<li><a href="https://garage.maemo.org/tracker/?group_id=2327">Feedback, Bug reports, feature requests</a></li>
 <li><a href="https://garage.maemo.org/frs/?group_id=2327">Downloads</a></li>
 </ul>
-</p>
-
-<div>
 <br/>
-<img src="screenshot00.png"/>
-<img src="screenshot04.png"/>
-<img src="screenshot05.png"/>
-<img src="screenshot06.png"/>
-<img src="screenshot09.png"/>
-<img src="screenshot10.png"/>
-<img src="screenshot11.png"/>
-<img src="screenshot12.png"/>
-<img src="screenshot13.png"/>
-<img src="screenshot14.png"/>
+<h1>Screenshots</h1>
+<div id="screenshots">
+<a href="big/screenshot001.png"><img src="screenshot001.png"/></a>
+<a href="big/screenshot002.png"><img src="screenshot002.png"/></a>
+<a href="big/screenshot003.png"><img src="screenshot003.png"/></a>
+<a href="big/screenshot004.png"><img src="screenshot004.png"/></a>
+<a href="big/screenshot005.png"><img src="screenshot005.png"/></a>
+<a href="big/screenshot006.png"><img src="screenshot006.png"/></a>
+</div>
+&copy; 2012 Michal Kosciesza
 </div>
 
 <div id="foot">
 <div>
 
-</div>
-
 </body>
 </html>