Adding a webpage
authorEd Page <eopage@byu.net>
Tue, 8 Dec 2009 03:47:41 +0000 (21:47 -0600)
committerEd Page <eopage@byu.net>
Tue, 8 Dec 2009 03:47:41 +0000 (21:47 -0600)
www/download.html [new file with mode: 0644]
www/images/gonvert-n900.jpg [new file with mode: 0644]
www/index.html [new file with mode: 0644]

diff --git a/www/download.html b/www/download.html
new file mode 100644 (file)
index 0000000..1a91713
--- /dev/null
@@ -0,0 +1,37 @@
+<html>
+       <head>
+               <title>Gonvert</title>
+       </head>
+       <body>
+               <h1>
+                       Gonvert
+               </h1>
+               <h2>Unit Converter</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 Gonvert (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/g/gonvert/">.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=1111">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?t=34403">Maemo.Org Talk</a></p>
+
+               <p>File a <a href="https://bugs.maemo.org/enter_bug.cgi?product=Gonvert">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=Gonvert&content=">existing bug reports</a></p>
+       </body>
+</html>
diff --git a/www/images/gonvert-n900.jpg b/www/images/gonvert-n900.jpg
new file mode 100644 (file)
index 0000000..317cb7d
Binary files /dev/null and b/www/images/gonvert-n900.jpg differ
diff --git a/www/index.html b/www/index.html
new file mode 100644 (file)
index 0000000..b1e6616
--- /dev/null
@@ -0,0 +1,48 @@
+<html>
+       <head>
+               <title>Gonvert</title>
+       </head>
+       <body>
+               <h1>
+                       Gonvert
+               </h1>
+               <h2>Unit Converter</h2>
+               <h3><a href="index.html">[About]</a> <a href="download.html">[Download]</a>
+
+               <h3>Documentation</h3>
+
+               <h3>About</h3>
+               <p>
+               Gonvert is a thorough unit converter originally developed by Anthony Tekatch for Linux and ported to Maemo by Ed Page
+               </p>
+
+               <p>Gonvert has been tested on Ubuntu 9.05, Maemo 5, and Maemo 4.1</p>
+
+               <p>Gonvert 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>Gonvert v0.9.0-6 (See <a href="http://talk.maemo.org/showthread.php?t=34403">t.m.o Thread</a>)</p>
+
+               <ul>
+                       <li>51+ categories with 972+ units</li>
+                       <li>Everything is updated as you type</li>
+                       <li>Unit Search</li>
+                       <li>Keyboard shortcuts:
+                       <ul>
+                               <li>Ctrl+enter to toggle fullscreen</li>
+                               <li>Ctrl+l to copy debug logs to the clipboard</li>
+                               <li>Ctrl+f show/hide the search box</li>
+                               <li>Ctrl+p previous search result</li>
+                               <li>Ctrl+n next search result</li>
+                       </ul>
+                       </li>
+               </ul>
+
+               <h4>Sample Screenshots</h4>
+
+               <div>
+                       <p><img src="./images/gonvert-n900.jpg" alt="Screenshot of Gonvert v0.9.0 on an n900"/></p>
+                       <p>Gonvert on an n900</p>
+               </div>
+       </body>
+</html>