Moving the webpage to the wiki
authorEd Page <eopage@byu.net>
Sat, 2 Oct 2010 16:04:47 +0000 (11:04 -0500)
committerEd Page <eopage@byu.net>
Sat, 2 Oct 2010 16:04:47 +0000 (11:04 -0500)
www/.htaccess [new file with mode: 0644]
www/download.html
www/images/default-1.0.0-ubuntu.png [deleted file]
www/images/pie-1.0.0-ubuntu.png [deleted file]
www/index.html
www/screenshots.html

diff --git a/www/.htaccess b/www/.htaccess
new file mode 100644 (file)
index 0000000..7caff14
--- /dev/null
@@ -0,0 +1,5 @@
+Redirect permanent /index.html http://wiki.maemo.org/Ejpi
+Redirect 301 /index.html http://wiki.maemo.org/Ejpi
+Redirect permanent /download.html http://wiki.maemo.org/Ejpi
+Redirect 301 /download.html http://wiki.maemo.org/Ejpi
+
index 8f58190..bd3aff3 100644 (file)
@@ -1,37 +1,9 @@
 <html>
        <head>
-               <title>e^(j pi) + 1 = 0 - RPN Calculator for Maemo</title>
+               <meta http-equiv="Refresh" content="0; url=http://wiki.maemo.org/Ejpi" />
        </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">git</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>
+               <p>Please follow <a href="http://wiki.maemo.org/Ejpi">link</a>!</p>
        </body>
 </html>
+
diff --git a/www/images/default-1.0.0-ubuntu.png b/www/images/default-1.0.0-ubuntu.png
deleted file mode 100644 (file)
index b6b22b3..0000000
Binary files a/www/images/default-1.0.0-ubuntu.png and /dev/null differ
diff --git a/www/images/pie-1.0.0-ubuntu.png b/www/images/pie-1.0.0-ubuntu.png
deleted file mode 100644 (file)
index 0bf292d..0000000
Binary files a/www/images/pie-1.0.0-ubuntu.png and /dev/null differ
index 313a6fe..bd3aff3 100644 (file)
@@ -1,59 +1,9 @@
 <html>
        <head>
-               <title>e^(j pi) + 1 = 0 - RPN Calculator for Maemo</title>
+               <meta http-equiv="Refresh" content="0; url=http://wiki.maemo.org/Ejpi" />
        </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/default-1.0.0-ubuntu.jpg" alt="Screenshot of ejpi v1.0.0 on Ubuntu"/></p>
-                       <p>ejpi v1.0.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>
-
-               <div>
-                       <p><img src="./images/popped-1.0.0-ubuntu.jpg" alt="Screenshot of ejpi v1.0.0 on Ubuntu"/></p>
-                       <p>ejpi v1.0.0 on Ubuntu</p>
-               </div>
+               <p>Please follow <a href="http://wiki.maemo.org/Ejpi">link</a>!</p>
        </body>
 </html>
+
index a7bdf98..bd3aff3 100644 (file)
@@ -1,14 +1,9 @@
 <html>
        <head>
-               <title></title>
+               <meta http-equiv="Refresh" content="0; url=http://wiki.maemo.org/Ejpi" />
        </head>
        <body>
-               <h1>
-               </h1>
-               <h2></h2>
-               <h3><a href="index.html">[About]</a> <a href="screenshots.html">[Screenshots]</a> <a href="download.html">[Download]</a>
-
-               <h3>Screen shots</h3>
-
+               <p>Please follow <a href="http://wiki.maemo.org/Ejpi">link</a>!</p>
        </body>
 </html>
+