Trying out webpage support
authorEd Page <epage@Dulcinea.(none)>
Sat, 11 Apr 2009 22:43:54 +0000 (17:43 -0500)
committerEd Page <epage@Dulcinea.(none)>
Sat, 11 Apr 2009 22:43:54 +0000 (17:43 -0500)
www/images/screenshot.png [new file with mode: 0644]
www/index.html [new file with mode: 0644]

diff --git a/www/images/screenshot.png b/www/images/screenshot.png
new file mode 100644 (file)
index 0000000..cdddd4e
Binary files /dev/null and b/www/images/screenshot.png differ
diff --git a/www/index.html b/www/index.html
new file mode 100644 (file)
index 0000000..31335d1
--- /dev/null
@@ -0,0 +1,47 @@
+<html>
+       <head>
+               <title>DoneIt - A Todo Manager for Linux</title>
+       </head>
+       <body>
+               <h1>
+                       DoneIt
+               </h1>
+               <h2>A Todo Manager for Linux</h2>
+
+               <h3>Documentation</h3>
+
+               <h3>About</h3>
+               <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>
+
+               <h4>Features</h4>
+
+               <p>DoneIt v0.3.0 (See <a href="http://www.internettablettalk.com/forums/showthread.php?t=28200">ITT Thread</a>)</p>
+
+               <ul>
+                       <li>Backend Support: Remember The Milk</li>
+                       <li>Add, Edit, Complete Todo Items</li>
+               </ul>
+
+               <h4>Screen shots</h4>
+
+               <div>
+                       <p><img src="./images/screenshot.png" alt="Prerelease screenshot of DoneIt on Ubuntu"/></p>
+                       <p>DialCentral v0.8.0 on Ubuntu</p>
+               </div>
+
+               <h3>Download</h3>
+
+               <h4>Packages</h4>
+               <p>Maemo: Add the <a href="http://wiki.maemo.org/Extras">Extras Repository</a> and check the App Manager for DoneIt</p>
+
+               <h4>Source</h4>
+               <p>For the most up to date version check out <a href="https://garage.maemo.org/scm/?group_id=936">git</a>.
+               </p>
+               <p>Requires</p>
+               <ul>
+                       <li>PyGTK / Glade</li>
+                       <li>Python bindings for hildon, osso, conic</li>
+               </ul>
+
+       </body>
+</html>