WWW update
[ubi] / www / index2.html
diff --git a/www/index2.html b/www/index2.html
new file mode 100644 (file)
index 0000000..5668fc3
--- /dev/null
@@ -0,0 +1,134 @@
+<html>
+<head>
+<title>Ubi: an unofficial Ubuntu One app for Maemo/Meego (Nokia N900 & N9) and other Qt-enabled
+platforms</title>
+<style type="text/css">
+body {
+  background-color: #dd4814;
+  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 {
+  font-size:40px;
+  margin: 20px;
+  /*border-bottom: 2px solid black;
+  background-color: #77216f;*/
+}
+#head img {
+  border: 0;
+  margin: 10px;
+  vertical-align:middle;
+}
+div#content {
+  margin: 20px;
+}
+</style>
+</head>
+<body>
+
+<div id="head">
+<img src="ubi100.png" alt="Ubi logo" height="70" width="104"/> Ubi
+</div>
+
+<div id="content">
+
+<h1>An unofficial Ubuntu One app for Maemo/Meego and other Qt-enabled
+platforms</h1>
+<br/>
+
+<h1>Features</h1>
+<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>
+The plan is to provide other cloud features in future such as Notes and
+Contacts synchronization.
+</p>
+
+<h1>Devices</h1>
+<p>At the moment Ubi is available for <strong>Nokia N900</strong> and <strong>Nokia N9</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> 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>
+
+<h1>Links</h1>
+<ul>
+<li><a href="https://garage.maemo.org/projects/ubi">Project Info page @garage</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>
+<br/>
+<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>
+
+</body>
+</html>