From: Ed Page Date: Sat, 16 Jan 2010 00:08:55 +0000 (-0600) Subject: Adding back in the website which the converter missed X-Git-Url: http://git.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=3584b257e9663f40ad7bdc5d821aa5f684f9c0d7;p=ejpi Adding back in the website which the converter missed --- diff --git a/Makefile b/Makefile index 7094a09..c2f2fda 100644 --- 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 index 0000000..75fc0ba --- /dev/null +++ b/www/download.html @@ -0,0 +1,37 @@ + + + e^(j pi) + 1 = 0 - RPN Calculator for Maemo + + +

+ e^(j pi) + 1 = 0 +

+

An RPN Calculator for Maemo

+

[About] [Download] +

Download

+ +

Packages

+

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)

+ +

Maemo 4.1 and Earlier: Add the Extras Repository and check the App Manager for DialCentral

+ +

Linux: .deb files

+ +

Development

+

Source

+

For the most up to date version check out svn. +

+

Requires

+ + +

Bugs

+ +

Discuss your issue on Maemo.Org Talk

+ +

File a bug report against Extras->ejpi

+

View existing bug reports

+ + diff --git a/www/ejpi.deb b/www/ejpi.deb new file mode 100644 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 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 index 0000000..abcbeb0 --- /dev/null +++ b/www/index.html @@ -0,0 +1,54 @@ + + + e^(j pi) + 1 = 0 - RPN Calculator for Maemo + + +

+ e^(j pi) + 1 = 0 +

+

An RPN Calculator for Maemo

+

[About] [Download] + +

Documentation

+ +

About

+

+ 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. +

+ +

The name (e^(j pi) + 1 = 0, or shortened ejpi) is Euler's Identity. If you do not understand the beauty of it, I recommend reading the article. Why "j"? I come from an engineering background. Yeah, it put a smile on my face when I learned Python and found out it used "j".

+ +

RPN? 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.

+ +

ejpi has been tested on Ubuntu 9.05, Maemo 5, and Maemo 4.1

+ +

ejpi is Free Software and available under the LGPLv2.1. + +

Features

+

ejpi v0.9.4 (See t.m.o Thread)

+ + + +

Sample Screenshots

+ +
+

Screenshot of ejpi v0.9.0 on Ubuntu

+

ejpi v0.9.0 on Ubuntu

+

Notice the tracking of base through the operations. Just prefix your number with the appropriate prefix (see poorly named "Computer" tab)

+

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.

+
+ +