Trying out a webpage
authorepage <eopage@byu.net>
Sat, 31 Jan 2009 00:30:59 +0000 (00:30 +0000)
committerepage <eopage@byu.net>
Sat, 31 Jan 2009 00:30:59 +0000 (00:30 +0000)
git-svn-id: file:///svnroot/ejpi/www@7 df6cc7de-23d0-4ae0-bb86-c17aa67b2a9d

images/screenshot-0.9.0-ubuntu.jpg [new file with mode: 0644]
index.html [new file with mode: 0644]

diff --git a/images/screenshot-0.9.0-ubuntu.jpg b/images/screenshot-0.9.0-ubuntu.jpg
new file mode 100644 (file)
index 0000000..9d864b7
Binary files /dev/null and b/images/screenshot-0.9.0-ubuntu.jpg differ
diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..da88055
--- /dev/null
@@ -0,0 +1,27 @@
+<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>
+               <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>ejpi has been tested on Ubuntu 8.10 and n810 w/ Diablo</p>
+
+               <h3>Screen shots</h3>
+
+               <p><img src="./images/screenshot-0.9.0-ubuntu.jpg" alt="Screenshot of ejpi v0.9.0 on Ubuntu"/></p>
+
+               <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>