Working on debugability and usability with the task list
[doneit] / www / index.html
1 <html>
2         <head>
3                 <title>DoneIt - A Todo Manager for Linux</title>
4         </head>
5         <body>
6                 <h1>
7                         DoneIt
8                 </h1>
9                 <h2>A Todo Manager for Linux</h2>
10
11                 <h3>Documentation</h3>
12
13                 <h3>About</h3>
14                 <p>DoneIt is Free Software and available under the <a href="http://www.gnu.org/licenses/lgpl-2.1.html">LGPLv2.1</a>.  For further details on DoneIt development, check the <a href="https://garage.maemo.org/projects/doneit/">Project Page</a>.</p>
15
16                 <h4>Features</h4>
17
18                 <p>DoneIt v0.3.0 (See <a href="http://www.internettablettalk.com/forums/showthread.php?t=28200">ITT Thread</a>)</p>
19
20                 <ul>
21                         <li>Backend Support: Remember The Milk</li>
22                         <li>Add, Edit, Complete Todo Items</li>
23                 </ul>
24
25                 <h4>Screen shots</h4>
26
27                 <div>
28                         <p><img src="./images/screenshot.png" alt="Prerelease screenshot of DoneIt on Ubuntu"/></p>
29                         <p>DialCentral v0.8.0 on Ubuntu</p>
30                 </div>
31
32                 <h3>Download</h3>
33
34                 <h4>Packages</h4>
35                 <p>Maemo: Add the <a href="http://wiki.maemo.org/Extras">Extras Repository</a> and check the App Manager for DoneIt</p>
36
37                 <h4>Source</h4>
38                 <p>For the most up to date version check out <a href="https://garage.maemo.org/scm/?group_id=936">git</a>.
39                 </p>
40                 <p>Requires</p>
41                 <ul>
42                         <li>PyGTK / Glade</li>
43                         <li>Python bindings for hildon, osso, conic</li>
44                 </ul>
45
46         </body>
47 </html>