Trying out a webpage
[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                 <p>
11                 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.
12                 </p>
13
14                 <p>ejpi has been tested on Ubuntu 8.10 and n810 w/ Diablo</p>
15
16                 <h3>Screen shots</h3>
17
18                 <p><img src="./images/screenshot-0.9.0-ubuntu.jpg" alt="Screenshot of ejpi v0.9.0 on Ubuntu"/></p>
19
20                 <h3>Download</h3>
21
22                 <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
23                 </p>
24
25                 <p>See the <a href="https://garage.maemo.org/projects/ejpi/">Project Page</a> for further details</p>
26         </body>
27 </html>