Bumping to 0.9.8, fixing a log bug, releasing deb
[ejpi] / index.html
1 <html>
2         <head>
3                 <title>e^(j pi) + 1 = 0 - RPN Calculator for Maemo</title>
4         </head>
5         <body>
6                 <h1>
7                         e^(j pi) + 1 = 0
8                 </h1>
9                 <h2>An RPN Calculator for Maemo</h2>
10                 <h3><a href="index.html">[About]</a> <a href="download.html">[Download]</a>
11
12                 <h3>Documentation</h3>
13
14                 <h3>About</h3>
15                 <p>
16                 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.
17                 </p>
18
19                 <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>
20
21                 <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>
22
23                 <p>ejpi has been tested on Ubuntu 9.05, Maemo 5, and Maemo 4.1</p>
24
25                 <p>ejpi is Free Software and available under the <a href="http://www.gnu.org/licenses/lgpl-2.1.html">LGPLv2.1</a>.
26
27                 <h4>Features</h4>
28                 <p>ejpi v0.9.4 (See <a href="http://talk.maemo.org/showthread.php?p=260919#post260919">t.m.o Thread</a>)</p>
29
30                 <ul>
31                         <li>Pie Menu like system for buttons: Quick access to functionality without cluttering the display</li>
32                         <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>
33                         <li>Persistent history</li>
34                         <li>Plugin system:  Add all the constants or custom equations you want</li>
35                         <li>Tracks numbers as integers (with base), floating point numbers, and complex numbers</li>
36                         <li>Comes by default with some basic operations, logic operations, and trig</li>
37                         <li>Keyboard shortcuts:
38                         <ul>
39                                 <li>Ctrl+enter to toggle fullscreen</li>
40                                 <li>Ctrl+l to copy debug logs to the clipboard</li>
41                         </ul>
42                         </li>
43                 </ul>
44
45                 <h4>Sample Screenshots</h4>
46
47                 <div>
48                         <p><img src="./images/screenshot-0.9.0-ubuntu.jpg" alt="Screenshot of ejpi v0.9.0 on Ubuntu"/></p>
49                         <p>ejpi v0.9.0 on Ubuntu</p>
50                         <p>Notice the tracking of base through the operations.  Just prefix your number with the appropriate prefix (see poorly named "Computer" tab)</p>
51                         <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>
52                 </div>
53         </body>
54 </html>