Adding a bit more to the page
authorepage <eopage@byu.net>
Sat, 31 Jan 2009 00:38:32 +0000 (00:38 +0000)
committerepage <eopage@byu.net>
Sat, 31 Jan 2009 00:38:32 +0000 (00:38 +0000)
git-svn-id: file:///svnroot/ejpi/www@8 df6cc7de-23d0-4ae0-bb86-c17aa67b2a9d

index.html

index da88055..3530eb4 100644 (file)
@@ -7,13 +7,30 @@
                        e^(j pi) + 1 = 0
                </h1>
                <h2>An RPN Calculator for Maemo</h2>
+
+               <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>The name (e^(j pi) + 1 = 0, or shortened ejpi) is <a href="http://en.wikipedia.org/wiki/Eulers_identity">Euler's Identity</a>.  If you do not understand the beauty of it, I recommend reading the article.  Why "j"?  I come from an <a href="http://en.wikipedia.org/wiki/Imaginary_unit#Alternative_notations">engineering background</a>.  Yeah, it put a smile on my face when I learned Python and found out it used "j".
+
                <p>ejpi has been tested on Ubuntu 8.10 and n810 w/ Diablo</p>
 
-               <h3>Screen shots</h3>
+               <h4>Features</h4>
+
+               <ul>
+                       <li>Pie Menu like system for buttons: Quick access to functionality without cluttering the display</li>
+                       <li>History manipulation: Just drag the items around, click on the "x" to delete individual items, click on the entered equation or the result to copy it, etc</li>
+                       <li>Persistent history</li>
+                       <li>Plugin system:  Add all the constants or custom equations you want</li>
+                       <li>Tracks numbers as integers (with base), floating point numbers, and complex numbers</li>
+                       <li>Comes by default with some basic operations, logic operations, and trig</li>
+               </ul>
+
+               <h4>Screen shots</h4>
 
                <p><img src="./images/screenshot-0.9.0-ubuntu.jpg" alt="Screenshot of ejpi v0.9.0 on Ubuntu"/></p>