From 025e15b2ba7f54f87cf409fd7c3dd77746c72858 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 Feb 2013 10:44:49 +0100 Subject: add hosts --- jsmstrade.buetow.org/content/98.contact.xml | 20 ++++++++++++++++++ jsmstrade.buetow.org/content/JAR-Download.xml | 10 +++++++++ jsmstrade.buetow.org/content/SVN-Download.xml | 7 +++++++ jsmstrade.buetow.org/content/Screenshots.xml | 8 +++++++ jsmstrade.buetow.org/content/home.xml | 17 +++++++++++++++ jsmstrade.buetow.org/content/license.xml | 30 +++++++++++++++++++++++++++ 6 files changed, 92 insertions(+) create mode 100644 jsmstrade.buetow.org/content/98.contact.xml create mode 100644 jsmstrade.buetow.org/content/JAR-Download.xml create mode 100644 jsmstrade.buetow.org/content/SVN-Download.xml create mode 100644 jsmstrade.buetow.org/content/Screenshots.xml create mode 100644 jsmstrade.buetow.org/content/home.xml create mode 100644 jsmstrade.buetow.org/content/license.xml (limited to 'jsmstrade.buetow.org/content') diff --git a/jsmstrade.buetow.org/content/98.contact.xml b/jsmstrade.buetow.org/content/98.contact.xml new file mode 100644 index 0000000..f46ee65 --- /dev/null +++ b/jsmstrade.buetow.org/content/98.contact.xml @@ -0,0 +1,20 @@ + + + Contact Me/Us + + Please use the + Development Mailing List + for any considerations of this humble programming project or any other programming project of mine. + + + But you may also use other methods such as listed + on this site + for example. + + + If you are interested in other projects please visit + http://dev.buetow.org + :) + + + diff --git a/jsmstrade.buetow.org/content/JAR-Download.xml b/jsmstrade.buetow.org/content/JAR-Download.xml new file mode 100644 index 0000000..abadf6a --- /dev/null +++ b/jsmstrade.buetow.org/content/JAR-Download.xml @@ -0,0 +1,10 @@ + + + JAR Download + JSMSTrade can be downloaded as a Java JAR file here. + Downloads per FTP + + ftp://ftp.buetow.org/pub/JSMSTrade + + + diff --git a/jsmstrade.buetow.org/content/SVN-Download.xml b/jsmstrade.buetow.org/content/SVN-Download.xml new file mode 100644 index 0000000..95b05da --- /dev/null +++ b/jsmstrade.buetow.org/content/SVN-Download.xml @@ -0,0 +1,7 @@ + + + SVN Download + JSMSTrade can be downloaded from SVN. Use the following steps to do so: + svn co https://ssl.buetow.org/repos/jsmstrade/trunk + + diff --git a/jsmstrade.buetow.org/content/Screenshots.xml b/jsmstrade.buetow.org/content/Screenshots.xml new file mode 100644 index 0000000..2b09226 --- /dev/null +++ b/jsmstrade.buetow.org/content/Screenshots.xml @@ -0,0 +1,8 @@ + + + Screenshot + + Here the obligatory screenshot of JSMSTrade: + + + diff --git a/jsmstrade.buetow.org/content/home.xml b/jsmstrade.buetow.org/content/home.xml new file mode 100644 index 0000000..2911740 --- /dev/null +++ b/jsmstrade.buetow.org/content/home.xml @@ -0,0 +1,17 @@ + + + JSMSTrade + + JSMSTrade is a small and simple Java Application to use with + SMSTRADE + and can be downloaded for free. + Sun Feb 8th 2009 - JSMSTrade v0.3 released + + This version only includes a major bugfix. Sadly, v0.2 was not able to deliver any SMS messages. This has been fixed by now :) + Mon Feb 2nd 2009 - JSMSTrade v0.2 released + + The second version of JSMSTrade just has been released. The changes are as follows: The application is now using the english language and is not in german anymore. Also a small bugfix has been included: The input area will not freeze after typing more than 160 chars. + Tue Jun 24th 2008 - JSMSTrade v0.1 released + + The first working version of JSMSTrade has been released. Have a lot of fun with it :-) + diff --git a/jsmstrade.buetow.org/content/license.xml b/jsmstrade.buetow.org/content/license.xml new file mode 100644 index 0000000..3af0a9a --- /dev/null +++ b/jsmstrade.buetow.org/content/license.xml @@ -0,0 +1,30 @@ + + + License + + JSMSTrade is (C) by Paul Buetow. + + GNU General Public license + + + 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. + + + + 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. + + + + 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. + + + + -- cgit v1.2.3 From bfe5aa103c42b2dfe83042177c13a58a90c18837 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:58:25 +0200 Subject: move to git --- jsmstrade.buetow.org/content/Download.xml | 7 +++++++ jsmstrade.buetow.org/content/SVN-Download.xml | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 jsmstrade.buetow.org/content/Download.xml delete mode 100644 jsmstrade.buetow.org/content/SVN-Download.xml (limited to 'jsmstrade.buetow.org/content') diff --git a/jsmstrade.buetow.org/content/Download.xml b/jsmstrade.buetow.org/content/Download.xml new file mode 100644 index 0000000..ca5deb6 --- /dev/null +++ b/jsmstrade.buetow.org/content/Download.xml @@ -0,0 +1,7 @@ + + + Download + JSMSTrade can be downloaded from Git. Use the following steps to do so: + git clone git://git.buetow.org/jsmstrade.git + + diff --git a/jsmstrade.buetow.org/content/SVN-Download.xml b/jsmstrade.buetow.org/content/SVN-Download.xml deleted file mode 100644 index 95b05da..0000000 --- a/jsmstrade.buetow.org/content/SVN-Download.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - SVN Download - JSMSTrade can be downloaded from SVN. Use the following steps to do so: - svn co https://ssl.buetow.org/repos/jsmstrade/trunk - - -- cgit v1.2.3 From 1d7c39ac22dce289554741c0f03a52382ccf669c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:59:21 +0200 Subject: move to git --- jsmstrade.buetow.org/content/Download.xml | 7 ++++++- jsmstrade.buetow.org/content/JAR-Download.xml | 10 ---------- 2 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 jsmstrade.buetow.org/content/JAR-Download.xml (limited to 'jsmstrade.buetow.org/content') diff --git a/jsmstrade.buetow.org/content/Download.xml b/jsmstrade.buetow.org/content/Download.xml index ca5deb6..1ab9922 100644 --- a/jsmstrade.buetow.org/content/Download.xml +++ b/jsmstrade.buetow.org/content/Download.xml @@ -1,7 +1,12 @@ Download - JSMSTrade can be downloaded from Git. Use the following steps to do so: + FTP + + ftp://ftp.buetow.org/pub/JSMSTrade + + Git + JSMSTrade can also be downloaded from Git. Use the following steps to do so: git clone git://git.buetow.org/jsmstrade.git diff --git a/jsmstrade.buetow.org/content/JAR-Download.xml b/jsmstrade.buetow.org/content/JAR-Download.xml deleted file mode 100644 index abadf6a..0000000 --- a/jsmstrade.buetow.org/content/JAR-Download.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - JAR Download - JSMSTrade can be downloaded as a Java JAR file here. - Downloads per FTP - - ftp://ftp.buetow.org/pub/JSMSTrade - - - -- cgit v1.2.3 From 32e575a30e53389d3ae96346b69ddc6a756c7a37 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sun, 15 Sep 2013 12:35:45 +0200 Subject: s/link/hyperlink/ --- jsmstrade.buetow.org/content/98.contact.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jsmstrade.buetow.org/content') diff --git a/jsmstrade.buetow.org/content/98.contact.xml b/jsmstrade.buetow.org/content/98.contact.xml index f46ee65..11dcff3 100644 --- a/jsmstrade.buetow.org/content/98.contact.xml +++ b/jsmstrade.buetow.org/content/98.contact.xml @@ -13,7 +13,7 @@ If you are interested in other projects please visit - http://dev.buetow.org + http://dev.buetow.org :) -- cgit v1.2.3 From bc541be484455f9d6e3b76ab7fc0501a436db6c0 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 17:32:45 +0200 Subject: fix --- jsmstrade.buetow.org/content/home.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'jsmstrade.buetow.org/content') diff --git a/jsmstrade.buetow.org/content/home.xml b/jsmstrade.buetow.org/content/home.xml index 2911740..efd88f0 100644 --- a/jsmstrade.buetow.org/content/home.xml +++ b/jsmstrade.buetow.org/content/home.xml @@ -5,13 +5,13 @@ JSMSTrade is a small and simple Java Application to use with SMSTRADE and can be downloaded for free. + Sun Feb 8th 2009 - JSMSTrade v0.3 released This version only includes a major bugfix. Sadly, v0.2 was not able to deliver any SMS messages. This has been fixed by now :) - Mon Feb 2nd 2009 - JSMSTrade v0.2 released - + Mon Feb 2nd 2009 - JSMSTrade v0.2 released The second version of JSMSTrade just has been released. The changes are as follows: The application is now using the english language and is not in german anymore. Also a small bugfix has been included: The input area will not freeze after typing more than 160 chars. - Tue Jun 24th 2008 - JSMSTrade v0.1 released - + Tue Jun 24th 2008 - JSMSTrade v0.1 released The first working version of JSMSTrade has been released. Have a lot of fun with it :-) + -- cgit v1.2.3 From 2bfe5014a3ec0c2dc04fc3a72420ca86f5fac524 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 28 Sep 2013 18:02:25 +0200 Subject: reformat XML --- jsmstrade.buetow.org/content/98.contact.xml | 35 ++++++++++++++-------------- jsmstrade.buetow.org/content/Download.xml | 7 +++--- jsmstrade.buetow.org/content/Screenshots.xml | 6 ++--- jsmstrade.buetow.org/content/home.xml | 2 +- jsmstrade.buetow.org/content/license.xml | 9 +++---- 5 files changed, 29 insertions(+), 30 deletions(-) (limited to 'jsmstrade.buetow.org/content') diff --git a/jsmstrade.buetow.org/content/98.contact.xml b/jsmstrade.buetow.org/content/98.contact.xml index 11dcff3..a881cc3 100644 --- a/jsmstrade.buetow.org/content/98.contact.xml +++ b/jsmstrade.buetow.org/content/98.contact.xml @@ -1,20 +1,19 @@ - + - Contact Me/Us - - Please use the - Development Mailing List - for any considerations of this humble programming project or any other programming project of mine. - - - But you may also use other methods such as listed - on this site - for example. - - - If you are interested in other projects please visit - http://dev.buetow.org - :) - + Contact Me/Us + + Please use the + Development Mailing List + for any considerations of this humble programming project or any other programming project of mine. + + + But you may also use other methods such as listed + on this site + for example. + + + If you are interested in other projects please visit + http://dev.buetow.org + :) + - diff --git a/jsmstrade.buetow.org/content/Download.xml b/jsmstrade.buetow.org/content/Download.xml index 1ab9922..759955f 100644 --- a/jsmstrade.buetow.org/content/Download.xml +++ b/jsmstrade.buetow.org/content/Download.xml @@ -1,12 +1,11 @@ - + Download FTP - ftp://ftp.buetow.org/pub/JSMSTrade + ftp://ftp.buetow.org/pub/JSMSTrade Git JSMSTrade can also be downloaded from Git. Use the following steps to do so: - git clone git://git.buetow.org/jsmstrade.git + git clone git://git.buetow.org/jsmstrade.git - diff --git a/jsmstrade.buetow.org/content/Screenshots.xml b/jsmstrade.buetow.org/content/Screenshots.xml index 2b09226..7fe023b 100644 --- a/jsmstrade.buetow.org/content/Screenshots.xml +++ b/jsmstrade.buetow.org/content/Screenshots.xml @@ -1,8 +1,8 @@ - + Screenshot Here the obligatory screenshot of JSMSTrade: - - + + diff --git a/jsmstrade.buetow.org/content/home.xml b/jsmstrade.buetow.org/content/home.xml index efd88f0..82c1969 100644 --- a/jsmstrade.buetow.org/content/home.xml +++ b/jsmstrade.buetow.org/content/home.xml @@ -1,4 +1,4 @@ - + JSMSTrade diff --git a/jsmstrade.buetow.org/content/license.xml b/jsmstrade.buetow.org/content/license.xml index 3af0a9a..f138d93 100644 --- a/jsmstrade.buetow.org/content/license.xml +++ b/jsmstrade.buetow.org/content/license.xml @@ -1,4 +1,4 @@ - + License @@ -12,14 +12,16 @@ as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - + + 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. - + + You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software @@ -27,4 +29,3 @@ - -- cgit v1.2.3 From 62b5724e86a6bb71a4de6f6870df421c1f78c553 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 15 Dec 2013 11:37:51 +0100 Subject: no ftp --- jsmstrade.buetow.org/content/Download.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'jsmstrade.buetow.org/content') diff --git a/jsmstrade.buetow.org/content/Download.xml b/jsmstrade.buetow.org/content/Download.xml index 759955f..c6bc057 100644 --- a/jsmstrade.buetow.org/content/Download.xml +++ b/jsmstrade.buetow.org/content/Download.xml @@ -1,11 +1,12 @@ Download - FTP - - ftp://ftp.buetow.org/pub/JSMSTrade - Git JSMSTrade can also be downloaded from Git. Use the following steps to do so: git clone git://git.buetow.org/jsmstrade.git + Zip Files + + The zip files can be obtained from git as well: + git clone -b packages git://git.buetow.org/jsmstrade.git jsmstrade-packages + -- cgit v1.2.3 From 7424bab6f49910a47305cd49ebda13c5023d5e29 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 15 Dec 2013 11:38:51 +0100 Subject: no zips --- jsmstrade.buetow.org/content/Download.xml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'jsmstrade.buetow.org/content') diff --git a/jsmstrade.buetow.org/content/Download.xml b/jsmstrade.buetow.org/content/Download.xml index c6bc057..44509d3 100644 --- a/jsmstrade.buetow.org/content/Download.xml +++ b/jsmstrade.buetow.org/content/Download.xml @@ -4,9 +4,4 @@ Git JSMSTrade can also be downloaded from Git. Use the following steps to do so: git clone git://git.buetow.org/jsmstrade.git - Zip Files - - The zip files can be obtained from git as well: - git clone -b packages git://git.buetow.org/jsmstrade.git jsmstrade-packages - -- cgit v1.2.3 From 20c88aac8eb106c07ccb4cc8f4be06fb61324bad Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Thu, 13 Mar 2014 23:31:13 +0100 Subject: add C. --- jsmstrade.buetow.org/content/license.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jsmstrade.buetow.org/content') diff --git a/jsmstrade.buetow.org/content/license.xml b/jsmstrade.buetow.org/content/license.xml index f138d93..8f2a6ca 100644 --- a/jsmstrade.buetow.org/content/license.xml +++ b/jsmstrade.buetow.org/content/license.xml @@ -2,7 +2,7 @@ License - JSMSTrade is (C) by Paul Buetow. + JSMSTrade is (C) by Paul C. Buetow. GNU General Public license -- cgit v1.2.3 From 28686f6efe46f365bdf5ab495c3fbb4223f9e0c9 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 22 Mar 2014 12:00:07 +0100 Subject: update main page to github --- jsmstrade.buetow.org/content/Download.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'jsmstrade.buetow.org/content') diff --git a/jsmstrade.buetow.org/content/Download.xml b/jsmstrade.buetow.org/content/Download.xml index 44509d3..a59c202 100644 --- a/jsmstrade.buetow.org/content/Download.xml +++ b/jsmstrade.buetow.org/content/Download.xml @@ -1,7 +1,15 @@ Download - Git - JSMSTrade can also be downloaded from Git. Use the following steps to do so: - git clone git://git.buetow.org/jsmstrade.git + !!HOSTNAME!! can be downloaded from a deb repo or from git. + Install from deb repository + If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install cpuinfo: + deb http://deb.buetow.org/apt wheezy main +deb-src http://deb.buetow.org/apt wheezy main + To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". + Download from git repository + + Go to + http://github.com/rantanplan/!!HOSTNAME!! + -- cgit v1.2.3 From 28c05cb89a125d55dd60faa2d379710a31c5cfb7 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Wed, 23 Apr 2014 23:17:05 +0200 Subject: fix download pages --- jsmstrade.buetow.org/content/Download.xml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'jsmstrade.buetow.org/content') diff --git a/jsmstrade.buetow.org/content/Download.xml b/jsmstrade.buetow.org/content/Download.xml index a59c202..0f7fc7a 100644 --- a/jsmstrade.buetow.org/content/Download.xml +++ b/jsmstrade.buetow.org/content/Download.xml @@ -1,12 +1,6 @@ Download - !!HOSTNAME!! can be downloaded from a deb repo or from git. - Install from deb repository - If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install cpuinfo: - deb http://deb.buetow.org/apt wheezy main -deb-src http://deb.buetow.org/apt wheezy main - To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". Download from git repository Go to -- cgit v1.2.3 From dace221b1fabae687dc68dc1bce3085579c72da6 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (uranus)" Date: Sat, 27 Dec 2014 15:30:21 +0100 Subject: fix listurls --- jsmstrade.buetow.org/content/98.contact.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jsmstrade.buetow.org/content') diff --git a/jsmstrade.buetow.org/content/98.contact.xml b/jsmstrade.buetow.org/content/98.contact.xml index a881cc3..d3d66b0 100644 --- a/jsmstrade.buetow.org/content/98.contact.xml +++ b/jsmstrade.buetow.org/content/98.contact.xml @@ -3,7 +3,7 @@ Contact Me/Us Please use the - Development Mailing List + Development Mailing List for any considerations of this humble programming project or any other programming project of mine. -- cgit v1.2.3