summaryrefslogtreecommitdiff
path: root/calculator.buetow.org/content
diff options
context:
space:
mode:
Diffstat (limited to 'calculator.buetow.org/content')
-rw-r--r--calculator.buetow.org/content/98.contact.xml20
-rw-r--r--calculator.buetow.org/content/Download.xml17
-rw-r--r--calculator.buetow.org/content/SVN-Download.xml7
-rw-r--r--calculator.buetow.org/content/Screenshots.xml13
-rw-r--r--calculator.buetow.org/content/home.xml67
-rw-r--r--calculator.buetow.org/content/license.xml30
6 files changed, 154 insertions, 0 deletions
diff --git a/calculator.buetow.org/content/98.contact.xml b/calculator.buetow.org/content/98.contact.xml
new file mode 100644
index 0000000..f46ee65
--- /dev/null
+++ b/calculator.buetow.org/content/98.contact.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>Contact Me/Us</pagetitle>
+ <text>
+ <noop>Please use the </noop>
+ <namedlink href="http://web.buetow.org/listinfo/dev">Development Mailing List</namedlink>
+ <noop> for any considerations of this humble programming project or any other programming project of mine.</noop>
+ </text>
+ <text>
+ <noop>But you may also use other methods such as listed </noop>
+ <namedlink href="http://contact.buetow.org">on this site</namedlink>
+ <noop> for example.</noop>
+ </text>
+ <text>
+ <noop>If you are interested in other projects please visit </noop>
+ <link>http://dev.buetow.org</link>
+ <noop> :)</noop>
+ </text>
+</content>
+
diff --git a/calculator.buetow.org/content/Download.xml b/calculator.buetow.org/content/Download.xml
new file mode 100644
index 0000000..69758ef
--- /dev/null
+++ b/calculator.buetow.org/content/Download.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>Download</pagetitle>
+ <textheader>Binaries</textheader>
+ <text>Calculator binaries are available for the following platforms. But may compile on lots more. Check out the CVS Download to do so.</text>
+ <text>
+ <noop>Look at</noop>
+ <link>ftp://ftp.buetow.org/pub/Calculator/binaries</noop>
+ <noop>for all available binaries!</noop>
+ </text>
+ <textheader>Source packages</textheader>
+ <text>
+ <noop>Calculator source packages are available at</noop>
+ <link>ftp://ftp.buetow.org/pub/Calculator/</link>
+ <noop>.</noop>
+ </text>
+</content>
diff --git a/calculator.buetow.org/content/SVN-Download.xml b/calculator.buetow.org/content/SVN-Download.xml
new file mode 100644
index 0000000..be985e9
--- /dev/null
+++ b/calculator.buetow.org/content/SVN-Download.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>Download through SVN (Subversion)</pagetitle>
+ <text>The Stack Calculator can be downloaded from SVN. Use the following steps to do so:</text>
+ <pretext>svn co https://ssl.buetow.org/repos/playground/trunk/Cpp/StackCalculator/</pretext>
+</content>
+
diff --git a/calculator.buetow.org/content/Screenshots.xml b/calculator.buetow.org/content/Screenshots.xml
new file mode 100644
index 0000000..5c916a0
--- /dev/null
+++ b/calculator.buetow.org/content/Screenshots.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>Screenshots</pagetitle>
+ <text>
+ <noop>Here some Screenshots of Calculator running on a Microsoft Windows box:</noop>
+ <newline /> <newline />
+ <namedlink href="%%imagesurl%%v0.1.png">v0.1.png</namedlink>
+ <newline /> <newline />
+ <namedlink href="%%imagesurl%%v0.2.png">v0.2.png</namedlink>
+ <newline /> <newline />
+ <namedlink href="%%imagesurl%%v0.4.png">v0.4.png</namedlink>
+ </text>
+</content>
diff --git a/calculator.buetow.org/content/home.xml b/calculator.buetow.org/content/home.xml
new file mode 100644
index 0000000..a845630
--- /dev/null
+++ b/calculator.buetow.org/content/home.xml
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>Easy Stack Calculator</pagetitle>
+ <important>
+ <text>
+ <strong>Important notice:</strong>
+ <noop>The development of the Easy Stack Calculator has been stalled. There will be no further development on this project. This project always was a proof of concept only. Bugs are not gonna be fixed. For current programming projects please visit </noop>
+ <link>http://dev.buetow.org</link>
+ <noop> and enjoy :)</noop>
+ </text>
+ </important>
+ <text>
+ <noop>Calculator is a very portable text based calculator program written in C++. If you wanna stay informed, please subscibe at </noop>
+ <namedlink href="http://freecode.com/projects/stack-calculator">freecode</namedlink>
+ <noop> to the stack-calculator project. You will receive an email then a new release has been made. However, I do not plan to release any new versions in the near future. This calculator is obsolet and may be replaced by the </noop>
+ <namedlink href="http://fype.buetow.org">Fype Language</namedlink>
+ <noop> which can do arithmetic calculations too.</noop>
+ </text>
+ <textheader>Version 0.6 (Sep 20th 2005)</textheader>
+ <enumeration>
+ <enumitem>Changed the source tree structure. Normal non-digits will now be treated with their ASCII values. Digits will be treated with ASCII values too if mode ascii has been activated.</enumitem>
+ <enumitem>Fixed the "operators" command.</enumitem>
+ </enumeration>
+ <textheader>Version 0.5 (Apr 18 2005)</textheader>
+ <enumeration>
+ <enumitem>Added list.h and stack.h. Calculator can now be used with parameters: ./calculator '1+6+4\'. Added the v(erbose) command. Added the pr(ecision) int command. </menuitem>
+ <enumitem>The - (minus) bug has been fixed!</enumitem>
+ </enumeration>
+ <textheader>Version 0.4.1 (Dec 1st 2004) - Bugfix release</textheader>
+ <enumeration>
+ <enumitem>
+ <noop>Equations like (...)op... can be solved now. Here, op is an operator. Before, ...op(...) only worked.</noop>
+ <newline />
+ <noop>Example: (4\+3)^(8*7)!</noop>
+ </enumitem>
+ <enumitem>The ^ operator now only uses whole numbers as an exponent.</enumitem>
+ <enumitem>Use \ to calculate the roots instead!</enumitem>
+ </enumeration>
+ <textheader>Version 0.4 (Nov 27th 2004)</textheader>
+ <enumeration>
+ <enumitem>Renamed the qu(it) command into ex(it).</enumitem>
+ <enumitem>Renamed the pri(ority) command into op(erators).</enumitem>
+ <enumitem>A "," can be used as a synonym for a ".".</enumitem>
+ <enumitem>0! resulted in an infinite loop. This has been fixed.</enumitem>
+ <enumitem>\w* resultet in a segmentation fault. This has been fixed.</enumitem>
+ <enumitem>New commands: ra(scii), which is the same as as(cii) but works the reverse way. !command executes a shell command. x\ calculates the square root of x.</menuitem>
+ </enumeration>
+ <textheader>Version 0.3.1 (Jul 26th 2004) - Bugfix release</textheader>
+ <enumeration>
+ <enumitem>This is a bugfix release only. No new features included.</menuitem>
+ </enumeration>
+ <textheader>Version 0.3 (May 8th 2004)</textheader>
+ <enumeration>
+ <enumitem>This version uses $ to store the result of the last calculaion in.</enumitem>
+ <enumitem>Also 4(2)(4) will be interpreted as 4*2*4.</enumitem>
+ <enumitem>Negative numbers can be typed: 4+-4(-1) = 4-4*-1 = 0</enumitem>
+ <enumitem>A few bugs have been fixed too.</enumitem>
+ </enumeration>
+ <textheader>Version 0.2 (May 2nd 2004)</textheader>
+ <enumeration>
+ <enumitem>This version can also handle different fields and double and float numbers. </enumitem>
+ </enumeration>
+ <textheader>Version 0.1 (May 1st 2004)</textheader>
+ <enumeration>
+ <enumitem>This version can only handle normal integer numbers. Double, floats etc. will be added in the next versions.</enumitem>
+ </enumeration>
+</content>
diff --git a/calculator.buetow.org/content/license.xml b/calculator.buetow.org/content/license.xml
new file mode 100644
index 0000000..0106ffe
--- /dev/null
+++ b/calculator.buetow.org/content/license.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>License</pagetitle>
+ <text>
+ <noop>Calculator is (C) by Paul Buetow.</noop>
+ </text>
+ <textheader>GNU General Public license</textheader>
+ <text>
+ <noop>
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+ </noop>
+ <newline /> <newline />
+ <noop>
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ </noop>
+ <newline /> <newline />
+ <noop>
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ </noop>
+ </text>
+</content>
+