Rolling out new page in prep for fremantle
authorepage <eopage@byu.net>
Wed, 28 Oct 2009 01:28:34 +0000 (01:28 +0000)
committerepage <eopage@byu.net>
Wed, 28 Oct 2009 01:28:34 +0000 (01:28 +0000)
git-svn-id: file:///svnroot/ejpi/www@64 df6cc7de-23d0-4ae0-bb86-c17aa67b2a9d

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

diff --git a/download.html b/download.html
new file mode 100644 (file)
index 0000000..67a06c6
--- /dev/null
@@ -0,0 +1,37 @@
+<html>
+       <head>
+               <title>e^(j pi) + 1 = 0 - RPN Calculator for Maemo</title>
+       </head>
+       <body>
+               <h1>
+                       e^(j pi) + 1 = 0
+               </h1>
+               <h2>An RPN Calculator for Maemo</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/e/ejpi/">.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=887">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=260919#post260919">Maemo.Org Talk</a></p>
+
+               <p>File a <a href="https://bugs.maemo.org/enter_bug.cgi?product=ejpi">bug report</a> against Extras-&gt;Dialcentral</p>
+               <p>View  <a href="https://bugs.maemo.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=ejpi&content=">existing bug reports</a></p>
+       </body>
+</html>
index 18fcb73..ccc51eb 100644 (file)
@@ -7,6 +7,7 @@
                        e^(j pi) + 1 = 0
                </h1>
                <h2>An RPN Calculator for Maemo</h2>
+               <h3><a href="index.html">[About]</a> <a href="download.html">[Download]</a>
 
                <h3>Documentation</h3>
 
@@ -19,7 +20,9 @@
 
                <p><a href="http://en.wikipedia.org/wiki/Reverse_Polish_notation">RPN</a>?  I've just always been a fan of its simplicity to understand, simplicity to code, uniformity in action, less mental tracking, etc.  Yes, I own several HP calculators.</p>
 
-               <p>ejpi has been tested on Ubuntu 8.10 and n810 w/ Diablo</p>
+               <p>ejpi has been tested on Ubuntu 9.05, Maemo 5, and Maemo 4.1</p>
+
+               <p>ejpi is Free Software and available under the <a href="http://www.gnu.org/licenses/lgpl-2.1.html">LGPLv2.1</a>.
 
                <h4>Features</h4>
                <p>ejpi v0.9.4 (See <a href="http://talk.maemo.org/showthread.php?p=260919#post260919">ITT Thread</a>)</p>
@@ -33,7 +36,7 @@
                        <li>Comes by default with some basic operations, logic operations, and trig</li>
                </ul>
 
-               <h4>Screen shots</h4>
+               <h4>Sample Screenshots</h4>
 
                <div>
                        <p><img src="./images/screenshot-0.9.0-ubuntu.jpg" alt="Screenshot of ejpi v0.9.0 on Ubuntu"/></p>
                        <p>Notice the tracking of base through the operations.  Just prefix your number with the appropriate prefix (see poorly named "Computer" tab)</p>
                        <p>Notice Each square has a value in the middle and is sometimes surrounded by others.  Just clicking on the button will cause the center item's operation to be performed.  Click and drag will in the direction of any of the other symbols will cause that operation to occur.  Note: Not all click-and-drag symbols are shown by default so explore a bit.</p>
                </div>
-
-               <h3>Download</h3>
-
-               <p>Currently ejpi is only available through <a href="https://garage.maemo.org/scm/?group_id=887">svn</a>.  I hope to have it in extras soon
-               </p>
-
-               <p>See the <a href="https://garage.maemo.org/projects/ejpi/">Project Page</a> for further details</p>
        </body>
 </html>