From 478ecee5972fb623bd17e7a7be3a5e545486cf96 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 17:36:05 +0200 Subject: fix --- sload.buetow.org/OLDPROJECT | 1 - sload.buetow.org/content/50.Download.xml | 7 ---- sload.buetow.org/content/98.contact.xml | 20 ----------- sload.buetow.org/content/99.license.xml | 54 ----------------------------- sload.buetow.org/content/home.xml | 17 --------- sload.buetow.org/htdocs/images/haskell.png | Bin 8184 -> 0 bytes 6 files changed, 99 deletions(-) delete mode 100644 sload.buetow.org/OLDPROJECT delete mode 100644 sload.buetow.org/content/50.Download.xml delete mode 100644 sload.buetow.org/content/98.contact.xml delete mode 100644 sload.buetow.org/content/99.license.xml delete mode 100644 sload.buetow.org/content/home.xml delete mode 100644 sload.buetow.org/htdocs/images/haskell.png diff --git a/sload.buetow.org/OLDPROJECT b/sload.buetow.org/OLDPROJECT deleted file mode 100644 index 54dc28c..0000000 --- a/sload.buetow.org/OLDPROJECT +++ /dev/null @@ -1 +0,0 @@ -SLoad is an abbreviation for serverload. SLoad uses basic parameters (current CPU peak, current requests per second) for approximating the need of additional servers. It's programmed in Haskell. diff --git a/sload.buetow.org/content/50.Download.xml b/sload.buetow.org/content/50.Download.xml deleted file mode 100644 index 3a006e0..0000000 --- a/sload.buetow.org/content/50.Download.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - Download - SLoad can be downloaded from Git. Use the following steps to do so: - git clone git://git.buetow.org/sload.git - - diff --git a/sload.buetow.org/content/98.contact.xml b/sload.buetow.org/content/98.contact.xml deleted file mode 100644 index 11dcff3..0000000 --- a/sload.buetow.org/content/98.contact.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - 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/sload.buetow.org/content/99.license.xml b/sload.buetow.org/content/99.license.xml deleted file mode 100644 index 3f04d0a..0000000 --- a/sload.buetow.org/content/99.license.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - License - - SLoad is (C) by Paul Buetow. - - - - All rights reserved. - - - - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - - - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - - - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - - - - * Neither the name of buetow.org nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. - - - - -THIS SOFTWARE IS PROVIDED BY Paul Buetow ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL Paul Buetow BE LIABLE FOR ANY DIRECT, -INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. - - - - diff --git a/sload.buetow.org/content/home.xml b/sload.buetow.org/content/home.xml deleted file mode 100644 index be11f17..0000000 --- a/sload.buetow.org/content/home.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - SLoad - Calculating server CPU loads - - - In order to learn functional programming and to calculate server loads at work I programmed in my spare time this small tool using the purely functional programming language - Haskell! - SLoad is an abbreviation for serverload. SLoad uses basic parameters (current CPU peak, current requests per second) for approximating the need of additional servers. - - In order to get started check it out from the Subversion repository. You also need to install GHC (the Haskell compiler). - - pbuetow@earth:~/svn/sload/trunk$ make - ghc SLoad.hs -o sload - - - diff --git a/sload.buetow.org/htdocs/images/haskell.png b/sload.buetow.org/htdocs/images/haskell.png deleted file mode 100644 index 6e4d7aa..0000000 Binary files a/sload.buetow.org/htdocs/images/haskell.png and /dev/null differ -- cgit v1.2.3