summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (uranus) <paul@buetow.org>2016-01-24 09:33:35 +0000
committerPaul Buetow (uranus) <paul@buetow.org>2016-01-24 09:33:35 +0000
commit12c0c4b2a8701b617949a84166897e1783cd7f70 (patch)
tree2d204dbe3946a66c1d9f707178f8842c510fd802
parent07cde7344b0b35206aeb96f031e65aa8d7e32b49 (diff)
cleanup
-rw-r--r--calculator.buetow.org/OBSOLETEPROJECT1
-rw-r--r--calculator.buetow.org/SITEMAP0
-rw-r--r--calculator.buetow.org/content/98.contact.xml11
-rw-r--r--calculator.buetow.org/content/Download.xml10
-rw-r--r--calculator.buetow.org/content/Screenshots.xml16
-rw-r--r--calculator.buetow.org/content/home.xml61
-rw-r--r--calculator.buetow.org/content/license.xml31
-rw-r--r--calculator.buetow.org/htdocs/images/v0.1.pngbin35918 -> 0 bytes
-rw-r--r--calculator.buetow.org/htdocs/images/v0.2.pngbin24026 -> 0 bytes
-rw-r--r--calculator.buetow.org/htdocs/images/v0.4.pngbin27659 -> 0 bytes
-rw-r--r--cpphomepage.buetow.org/OBSOLETEPROJECT1
-rw-r--r--cpphomepage.buetow.org/SITEMAP0
-rw-r--r--cpphomepage.buetow.org/content/98.contact.xml11
-rw-r--r--cpphomepage.buetow.org/content/Download.xml9
-rw-r--r--cpphomepage.buetow.org/content/home.xml14
-rw-r--r--cpphomepage.buetow.org/content/license.xml31
16 files changed, 0 insertions, 196 deletions
diff --git a/calculator.buetow.org/OBSOLETEPROJECT b/calculator.buetow.org/OBSOLETEPROJECT
deleted file mode 100644
index 94948c3..0000000
--- a/calculator.buetow.org/OBSOLETEPROJECT
+++ /dev/null
@@ -1 +0,0 @@
-Calculator is a very portable text based calculator program written in C++.
diff --git a/calculator.buetow.org/SITEMAP b/calculator.buetow.org/SITEMAP
deleted file mode 100644
index e69de29..0000000
--- a/calculator.buetow.org/SITEMAP
+++ /dev/null
diff --git a/calculator.buetow.org/content/98.contact.xml b/calculator.buetow.org/content/98.contact.xml
deleted file mode 100644
index 976ee93..0000000
--- a/calculator.buetow.org/content/98.contact.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
-<content>
- <pagetitle>Contact me</pagetitle>
- <text>
- <noop>Please use the contact methods listed </noop>
- <namedlink href="https://contact.buetow.org">on this site</namedlink>
- <noop> of if you are interested in other projects please visit </noop>
- <hyperlink>https://dev.buetow.org</hyperlink>
- <noop> :)</noop>
- </text>
-</content>
diff --git a/calculator.buetow.org/content/Download.xml b/calculator.buetow.org/content/Download.xml
deleted file mode 100644
index bbcc1a2..0000000
--- a/calculator.buetow.org/content/Download.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
-<content>
- <pagetitle>Download</pagetitle>
- <textheader>Source packages and Binaries</textheader>
- <text>
- <noop>The source and the binaries are available in git</noop>
- <pretext>git clone git://git.buetow.org/playground.git
-cd playground/Cpp/StackCalculator</pretext>
- </text>
-</content>
diff --git a/calculator.buetow.org/content/Screenshots.xml b/calculator.buetow.org/content/Screenshots.xml
deleted file mode 100644
index 20ababb..0000000
--- a/calculator.buetow.org/content/Screenshots.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?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
deleted file mode 100644
index 5458ea0..0000000
--- a/calculator.buetow.org/content/home.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?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>
- <hyperlink>https://dev.buetow.org</hyperlink>
- <noop> and enjoy :)</noop>
- </text>
- </important>
- <text>Calculator is a very portable text based calculator program written in C++.</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. </enumitem>
- <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.</enumitem>
- </enumeration>
- <textheader>Version 0.3.1 (Jul 26th 2004) - Bugfix release</textheader>
- <enumeration>
- <enumitem>This is a bugfix release only. No new features included.</enumitem>
- </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
deleted file mode 100644
index c4b05e9..0000000
--- a/calculator.buetow.org/content/license.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
-<content>
- <pagetitle>License</pagetitle>
- <text>
- <noop>Calculator is (C) by Paul C. 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>
diff --git a/calculator.buetow.org/htdocs/images/v0.1.png b/calculator.buetow.org/htdocs/images/v0.1.png
deleted file mode 100644
index 567e694..0000000
--- a/calculator.buetow.org/htdocs/images/v0.1.png
+++ /dev/null
Binary files differ
diff --git a/calculator.buetow.org/htdocs/images/v0.2.png b/calculator.buetow.org/htdocs/images/v0.2.png
deleted file mode 100644
index 02e6fbd..0000000
--- a/calculator.buetow.org/htdocs/images/v0.2.png
+++ /dev/null
Binary files differ
diff --git a/calculator.buetow.org/htdocs/images/v0.4.png b/calculator.buetow.org/htdocs/images/v0.4.png
deleted file mode 100644
index 7e69d53..0000000
--- a/calculator.buetow.org/htdocs/images/v0.4.png
+++ /dev/null
Binary files differ
diff --git a/cpphomepage.buetow.org/OBSOLETEPROJECT b/cpphomepage.buetow.org/OBSOLETEPROJECT
deleted file mode 100644
index d0d942e..0000000
--- a/cpphomepage.buetow.org/OBSOLETEPROJECT
+++ /dev/null
@@ -1 +0,0 @@
-cpphomapge is a small but usefull CGI application for generating dynamic HTML sites. You must have installed a C++ compiler in order to get it running.
diff --git a/cpphomepage.buetow.org/SITEMAP b/cpphomepage.buetow.org/SITEMAP
deleted file mode 100644
index e69de29..0000000
--- a/cpphomepage.buetow.org/SITEMAP
+++ /dev/null
diff --git a/cpphomepage.buetow.org/content/98.contact.xml b/cpphomepage.buetow.org/content/98.contact.xml
deleted file mode 100644
index 976ee93..0000000
--- a/cpphomepage.buetow.org/content/98.contact.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
-<content>
- <pagetitle>Contact me</pagetitle>
- <text>
- <noop>Please use the contact methods listed </noop>
- <namedlink href="https://contact.buetow.org">on this site</namedlink>
- <noop> of if you are interested in other projects please visit </noop>
- <hyperlink>https://dev.buetow.org</hyperlink>
- <noop> :)</noop>
- </text>
-</content>
diff --git a/cpphomepage.buetow.org/content/Download.xml b/cpphomepage.buetow.org/content/Download.xml
deleted file mode 100644
index f5a9da9..0000000
--- a/cpphomepage.buetow.org/content/Download.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
-<content>
- <pagetitle>Download</pagetitle>
- <textheader>Download from git repository</textheader>
- <text>
- <noop>Go to </noop>
- <namedlink href="http://github.com/buetow/!!HOSTNAME!!">http://github.com/buetow/!!HOSTNAME!!</namedlink>
- </text>
-</content>
diff --git a/cpphomepage.buetow.org/content/home.xml b/cpphomepage.buetow.org/content/home.xml
deleted file mode 100644
index accfed2..0000000
--- a/cpphomepage.buetow.org/content/home.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
-<content>
- <pagetitle>C++ Homepage</pagetitle>
- <important>
- <text>
- <strong>Important notice:</strong>
- <noop>The development of cpphomepage 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>
- <hyperlink>https://dev.buetow.org</hyperlink>
- <noop> and enjoy :)</noop>
- </text>
- </important>
- <text>cpphomepage is a small but usefull CGI application for generating dynamic HTML sites. It should be runnable on most *NIX and a like boxes having a decent C++ compiler installed.</text>
- <text>Look through the template and config file and you will understand very quickly how to use this small CGI application.</text>
-</content>
diff --git a/cpphomepage.buetow.org/content/license.xml b/cpphomepage.buetow.org/content/license.xml
deleted file mode 100644
index 5221dc9..0000000
--- a/cpphomepage.buetow.org/content/license.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
-<content>
- <pagetitle>License</pagetitle>
- <text>
- <noop>cpphomepage is (C) by Paul C. 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>