Adding back in the website which the converter missed
authorEd Page <eopage@byu.net>
Sat, 16 Jan 2010 00:08:55 +0000 (18:08 -0600)
committerEd Page <eopage@byu.net>
Sat, 16 Jan 2010 00:08:55 +0000 (18:08 -0600)
Makefile
www/download.html [new file with mode: 0644]
www/ejpi.deb [new file with mode: 0644]
www/images/screenshot-0.9.0-ubuntu.jpg [new file with mode: 0644]
www/index.html [new file with mode: 0644]

index 7094a09..c2f2fda 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ upload:
        dput fremantle-extras-builder $(BUILD_PATH)/fremantle/$(PROJECT_NAME)*.changes
        dput diablo-extras-builder $(BUILD_PATH)/diablo/$(PROJECT_NAME)*.changes
        dput chinook-extras-builder $(BUILD_PATH)/chinook/$(PROJECT_NAME)*.changes
-       cp $(BUILD_PATH)/debian/*.deb ../www/$(PROJECT_NAME).deb
+       cp $(BUILD_PATH)/debian/*.deb ./www/$(PROJECT_NAME).deb
 
 lint: $(OBJ)
        $(foreach file, $(SOURCE), $(LINT) $(file) ; )
diff --git a/www/download.html b/www/download.html
new file mode 100644 (file)
index 0000000..75fc0ba
--- /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 ejpi (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: <a href="ejpi.deb">.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;ejpi</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>
diff --git a/www/ejpi.deb b/www/ejpi.deb
new file mode 100644 (file)
index 0000000..391c246
Binary files /dev/null and b/www/ejpi.deb differ
diff --git a/www/images/screenshot-0.9.0-ubuntu.jpg b/www/images/screenshot-0.9.0-ubuntu.jpg
new file mode 100644 (file)
index 0000000..9d864b7
Binary files /dev/null and b/www/images/screenshot-0.9.0-ubuntu.jpg differ
diff --git a/www/index.html b/www/index.html
new file mode 100644 (file)
index 0000000..abcbeb0
--- /dev/null
@@ -0,0 +1,54 @@
+<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>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>
+
+               <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 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">t.m.o Thread</a>)</p>
+
+               <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>
+                       <li>Keyboard shortcuts:
+                       <ul>
+                               <li>Ctrl+enter to toggle fullscreen</li>
+                               <li>Ctrl+l to copy debug logs to the clipboard</li>
+                       </ul>
+                       </li>
+               </ul>
+
+               <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>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>
+       </body>
+</html>