Update WWW
[ubi] / www / index.html
1 <html>
2 <head>
3 <title>Ubi: an unofficial Ubuntu One app for Maemo 5 (Nokia N900) and other Qt-enabled
4 platforms</title>
5 <style type="text/css">
6 body {
7   background-color: #dd4814;
8   color: white;
9   margin: 0;
10   font-family: "Ubuntu", Arial, sans-serif;
11   font-size:14px;
12   max-width: 800px;
13 }
14 h1 {
15   font-size:18px;
16   font-weight:bold;
17 }
18 h2 {
19   font-size:15px;
20   font-weight:bold;
21 }
22 h3 {
23   font-size:14px;
24   font-weight:bold;
25 }
26 a {
27   color: white;
28   text-decoration: none;
29   border-bottom: 1px dotted white;
30 }
31 #screenshots a {
32   text-decoration: none;
33   border: 0
34 }
35 ul {
36   list-style: square;
37 }
38 p {
39   margin: 10px;
40   margin-bottom: 20px;
41   font-size:14px;
42 }
43 img {
44   border-right: 1px solid black;
45   border-bottom: 1px solid black;
46   border: 1px solid black;
47   margin: 10px
48 }
49 div#head {
50   font-size:40px;
51   margin: 20px;
52   /*border-bottom: 2px solid black;
53   background-color: #77216f;*/
54 }
55 #head img {
56   border: 0;
57   margin: 10px;
58   vertical-align:middle;
59 }
60 div#content {
61   margin: 20px;
62 }
63 </style>
64 </head>
65 <body>
66
67 <div id="head">
68 <img src="ubi100.png" alt="Ubi logo" height="70" width="104"/> Ubi
69 </div>
70
71 <div id="content">
72
73 <h1>An unofficial Ubuntu One app for Maemo 5 and other Qt-enabled
74 platforms</h1>
75 <br/>
76
77 <h1>Features</h1>
78 <p>
79 Ubi provides access to Ubuntu One cloud service. Initial
80 version supports:</p>
81 <ul>
82 <li>file downloading</li>
83 <li>file uploading</li>
84 <li>file/folder deletion</li>
85 <li>file/folder renaming</li>
86 <li>folder creation</li>
87 <li>file publishing</li>
88 <li>account data view (e.g. free space)</li>
89 </ul>
90 <p>
91 The plan is to provide other cloud features in future such as Notes and
92 Contacts synchronization.
93 </p>
94
95 <h1>Devices</h1>
96 <p>At the moment <strong>Ubi is available only for Nokia N900.</strong></p>
97 <p>In <a href="https://garage.maemo.org/frs/?group_id=2327">Download</a> section also an experimental release for Nokia N9/950 and Symbian was published. Please note that these apps have not been tested on real devices.</p>
98
99 <h1>Download</h1>
100 <h2>Nokia N900</h2>
101 <p>The application can be downloaded via the Application Manager under the
102 Network section if you have the <i>extras-devel</i> repository enabled.</p>
103 <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.
104 </p>
105 <h2>Other devices</h2>
106 <p>Find the right package in <a href="https://garage.maemo.org/frs/?group_id=2327">Download</a> section.</p>
107
108 <h1>Links</h1>
109 <ul>
110 <li><a href="https://garage.maemo.org/projects/ubi">Project Info page @garage</a></li>
111 <li><a href="http://maemo.org/packages/view/ubi/">Ubi package @maemo.org</a></li>
112 <li><a href="https://garage.maemo.org/tracker/?group_id=2327">Feedback, Bug reports, feature requests</a></li>
113 <li><a href="https://garage.maemo.org/frs/?group_id=2327">Downloads</a></li>
114 </ul>
115 <br/>
116 <h1>Screenshots</h1>
117 <div id="screenshots">
118 <a href="big/screenshot22.png"><img src="screenshot22.png"/></a>
119 <a href="big/screenshot06.png"><img src="screenshot06.png"/></a>
120 <a href="big/screenshot05.png"><img src="screenshot05.png"/></a>
121 <a href="big/screenshot09.png"><img src="screenshot09.png"/></a>
122 <a href="big/screenshot10.png"><img src="screenshot10.png"/></a>
123 <a href="big/screenshot11.png"><img src="screenshot11.png"/></a>
124 </div>
125 &copy; 2012 Michal Kosciesza
126 </div>
127
128 <div id="foot">
129 <div>
130
131 </body>
132 </html>