Adding a webpage
authorepage <eopage@byu.net>
Fri, 6 Nov 2009 13:37:54 +0000 (13:37 +0000)
committerepage <eopage@byu.net>
Fri, 6 Nov 2009 13:37:54 +0000 (13:37 +0000)
git-svn-id: file:///svnroot/quicknote/www@66 bb7704e3-badb-4cfa-9ab3-9374dc87eaa2

download.html [new file with mode: 0644]
index.html [new file with mode: 0644]

diff --git a/download.html b/download.html
new file mode 100644 (file)
index 0000000..359fec8
--- /dev/null
@@ -0,0 +1,37 @@
+<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>Download</h3>
+
+               <h4>Packages</h4>
+               <p>Maemo 5 and Later: Go to the application installer, enable Extras, and download Dialcentral (Note: technically its still in extras-testing because people haven't been reviewing it)</p>
+
+               <p>Maemo 4.1 and Earlier: Add the <a href="http://wiki.maemo.org/Extras">Extras Repository</a> and check the App Manager for DialCentral</p>
+
+               <p>Linux: Browse for <a href="http://repository.maemo.org/extras/pool/diablo/free/q/quicknote/">.deb files</a></p>
+
+               <h3>Development</h3>
+               <h4>Source</h4>
+               <p>For the most up to date version check out <a href="https://garage.maemo.org/scm/?group_id=457">svn</a>.
+               </p>
+               <p>Requires</p>
+               <ul>
+                       <li>PyGTK / Glade</li>
+                       <li>Python bindings for hildon, and osso</li>
+               </ul>
+
+               <h4>Bugs</h4>
+
+               <p>Discuss your issue on <a href="http://talk.maemo.org/showthread.php?p=29297">Maemo.Org Talk</a></p>
+
+               <p>File a <a href="https://bugs.maemo.org/enter_bug.cgi?product=quicknote">bug report</a> against Extras-&gt;ejpi</p>
+               <p>View  <a href="https://bugs.maemo.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=quicknote&content=">existing bug reports</a></p>
+       </body>
+</html>
diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..c817220
--- /dev/null
@@ -0,0 +1,34 @@
+<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>
+               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.
+               </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>
+               </ul>
+
+               <h4>Sample Screenshots</h4>
+
+       </body>
+</html>