Adding a webpage
[quicknote] / index.html
1 <html>
2         <head>
3                 <title>Quicknote</title>
4         </head>
5         <body>
6                 <h1>
7                         Quicknote
8                 </h1>
9                 <h2>Palm-like Note Taking Application</h2>
10                 <h3><a href="index.html">[About]</a> <a href="download.html">[Download]</a>
11
12                 <h3>Documentation</h3>
13
14                 <h3>About</h3>
15                 <p>
16                 The interface focuses on history manipulation and quick access to functionality through something like pie menus. It takes advantage of pythons type system under the hood for support of integer, float, and complex operations. For integers it tracks the base used and tries to persist that through the operations.
17                 </p>
18
19                 <p>Quicknote has been tested on Ubuntu 9.05, Maemo 5, and Maemo 4.1</p>
20
21                 <p>See also Quicknote's <a href="http://axique.de/?f=Quicknote">old webpage</a></p>
22
23                 <p>Quicknote is Free Software and available under the <a href="http://www.gnu.org/licenses/gpl-2.1.html">GPLv2.1</a>.
24
25                 <h4>Features</h4>
26                 <p>Quicknote 0.7.8 (See <a href="http://talk.maemo.org/showthread.php?t=29297">t.m.o Thread</a>)</p>
27
28                 <ul>
29                 </ul>
30
31                 <h4>Sample Screenshots</h4>
32
33         </body>
34 </html>