Re-adding the website
[quicknote] / www / index.html
diff --git a/www/index.html b/www/index.html
new file mode 100644 (file)
index 0000000..2cb87ed
--- /dev/null
@@ -0,0 +1,43 @@
+<html>
+       <head>
+               <title>Quicknote</title>
+       </head>
+       <body>
+               <h1>
+                       Quicknote
+               </h1>
+               <h2>Palm-like Note Taking Application</h2>
+               <h3><a href="index.html">[About]</a> <a href="download.html">[Download]</a>
+
+               <h3>Documentation</h3>
+
+               <h3>About</h3>
+               <p>Quicknote aims to be a dead simple unformatted note taking application with support for categories.  The note names are taken from the first line of your note.
+               </p>
+
+               <p>Quicknote has been tested on Ubuntu 9.05, Maemo 5, and Maemo 4.1</p>
+
+               <p>See also Quicknote's <a href="http://axique.de/?f=Quicknote">old webpage</a></p>
+
+               <p>Quicknote is Free Software and available under the <a href="http://www.gnu.org/licenses/gpl-2.1.html">GPLv2.1</a>.
+
+               <h4>Features</h4>
+               <p>Quicknote 0.7.8 (See <a href="http://talk.maemo.org/showthread.php?t=29297">t.m.o Thread</a>)</p>
+
+               <ul>
+                       <li>Quickly create and browse notes</li>
+                       <li>Full note history kept</li>
+                       <li>Note search</li>
+                       <li>Keyboard shortcuts:
+                       <ul>
+                               <li>Ctrl+enter to toggle fullscreen</li>
+                               <li>Ctrl+i and Ctrl+o to zoom the interface in and out</li>
+                               <li>Ctrl+l to copy the debug log to the clipboard</li>
+                       </ul>
+                       </li>
+               </ul>
+
+               <h4>Sample Screenshots</h4>
+
+       </body>
+</html>