diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 17:36:05 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 17:36:05 +0200 |
| commit | 478ecee5972fb623bd17e7a7be3a5e545486cf96 (patch) | |
| tree | 1f9700c227c904869fd2a278e2fd71cf42d26433 | |
| parent | a2e8658ae4885b48a4859bb8056760c898990787 (diff) | |
fix
| -rw-r--r-- | sload.buetow.org/OLDPROJECT | 1 | ||||
| -rw-r--r-- | sload.buetow.org/content/50.Download.xml | 7 | ||||
| -rw-r--r-- | sload.buetow.org/content/98.contact.xml | 20 | ||||
| -rw-r--r-- | sload.buetow.org/content/99.license.xml | 54 | ||||
| -rw-r--r-- | sload.buetow.org/content/home.xml | 17 | ||||
| -rw-r--r-- | sload.buetow.org/htdocs/images/haskell.png | bin | 8184 -> 0 bytes |
6 files changed, 0 insertions, 99 deletions
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 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> -<content> - <pagetitle>Download</pagetitle> - <text>SLoad can be downloaded from Git. Use the following steps to do so:</text> - <pretext>git clone git://git.buetow.org/sload.git</pretext> -</content> - 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 @@ -<?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> - <hyperlink>http://dev.buetow.org</hyperlink> - <noop> :)</noop> - </text> -</content> - 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 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> -<content> - <pagetitle>License</pagetitle> - <text> - <noop>SLoad is (C) by Paul Buetow.</noop> - </text> - <text> - <noop> - All rights reserved. - </noop> - <newline /> - <newline /> - <noop> - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - </noop> - <newline /> - <newline /> - <noop> - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - </noop> - <newline /> - <newline /> - <noop> - * 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. - </noop> - <newline /> - <newline /> - <noop> - * 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. - </noop> - <newline /> - <newline /> - <noop> -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. - </noop> - </text> -</content> - 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 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> -<content> - <pagetitle>SLoad</pagetitle> - <textheader>Calculating server CPU loads</textheader> - <text> - <rimg href="?document=images/haskell.png" title="Haskell" /> - <noop>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 </noop> - <namedlink href="http://www.haskell.org">Haskell!</namedlink> - <noop>SLoad is an abbreviation for serverload. SLoad uses basic parameters (current CPU peak, current requests per second) for approximating the need of additional servers.</noop> - </text> - <text>In order to get started check it out from the Subversion repository. You also need to install GHC (the Haskell compiler).</noop> - <code> - pbuetow@earth:~/svn/sload/trunk$ make - ghc SLoad.hs -o sload - </code> -</content> - diff --git a/sload.buetow.org/htdocs/images/haskell.png b/sload.buetow.org/htdocs/images/haskell.png Binary files differdeleted file mode 100644 index 6e4d7aa..0000000 --- a/sload.buetow.org/htdocs/images/haskell.png +++ /dev/null |
