summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (lxpbuetow.webde.local) <paul.buetow@1und1.de>2013-09-30 12:33:32 +0200
committerPaul Buetow (lxpbuetow.webde.local) <paul.buetow@1und1.de>2013-09-30 12:33:32 +0200
commit65f27d6a8126fc774cea5c69a1ff4b42563e05ca (patch)
tree6e13e80633627f6ff895837ae8e17f30ebad8a9e
parent440387cc25fb491edfb23efbd93984d1aa6bb43f (diff)
update
-rw-r--r--cbars.buetow.org/PROJECT1
-rw-r--r--cbars.buetow.org/content/20.Manpage.xml11
-rw-r--r--cbars.buetow.org/content/30.Screenshots.xml11
-rw-r--r--cbars.buetow.org/content/40.Changelog.xml11
-rw-r--r--cbars.buetow.org/content/45.Wishlist.xml11
-rw-r--r--cbars.buetow.org/content/50.Download.xml22
-rw-r--r--cbars.buetow.org/content/99.license.xml5
7 files changed, 0 insertions, 72 deletions
diff --git a/cbars.buetow.org/PROJECT b/cbars.buetow.org/PROJECT
deleted file mode 100644
index d767358..0000000
--- a/cbars.buetow.org/PROJECT
+++ /dev/null
@@ -1 +0,0 @@
-This aims to be a re-write of loadbars in C.
diff --git a/cbars.buetow.org/content/20.Manpage.xml b/cbars.buetow.org/content/20.Manpage.xml
deleted file mode 100644
index 084099f..0000000
--- a/cbars.buetow.org/content/20.Manpage.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
-<content>
- <pagetitle>Manpage</pagetitle>
- <text>This is the manpage of the current master branch:</text>
- <pretext>
- <perl>
- use LWP::Simple;
- get("http://web.buetow.org/git/?p=cbars.git;a=blob_plain;f=docs/cbars.txt;hb=HEAD");
- </perl>
- </pretext>
-</content>
diff --git a/cbars.buetow.org/content/30.Screenshots.xml b/cbars.buetow.org/content/30.Screenshots.xml
deleted file mode 100644
index 0999c9a..0000000
--- a/cbars.buetow.org/content/30.Screenshots.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
-<content>
- <pagetitle>Screenshots</pagetitle>
- <text>
- <noop>Screenshots can be downloaded from git. Just type </noop>
- <code>git clone -b screenshots git://git.buetow.org/cbars cbars-screenshots</code>
- <noop> Or go to </noop>
- <namedlink href="http://web.buetow.org/git/?p=cbars.git;a=tree;h=refs/heads/screenshots;hb=screenshots">gitweb</namedlink>
- <noop> in order to browse the screenshot branch online.</noop>
- </text>
-</content>
diff --git a/cbars.buetow.org/content/40.Changelog.xml b/cbars.buetow.org/content/40.Changelog.xml
deleted file mode 100644
index 06583d6..0000000
--- a/cbars.buetow.org/content/40.Changelog.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
-<content>
- <pagetitle>Changelog</pagetitle>
- <text>This is the changelog file of the current master branch:</text>
- <pretext>
- <perl>
- use LWP::Simple;
- get("http://web.buetow.org/git/?p=cbars.git;a=blob_plain;f=debian/changelog;hb=HEAD");
- </perl>
- </pretext>
-</content>
diff --git a/cbars.buetow.org/content/45.Wishlist.xml b/cbars.buetow.org/content/45.Wishlist.xml
deleted file mode 100644
index 284e8e0..0000000
--- a/cbars.buetow.org/content/45.Wishlist.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
-<content>
- <pagetitle>Wishlist</pagetitle>
- <text>This is the Wishlist file of the current master branch:</text>
- <pretext>
- <perl>
- use LWP::Simple;
- get("http://web.buetow.org/git/?p=cbars.git;a=blob_plain;f=docs/wishlist;hb=HEAD");
- </perl>
- </pretext>
-</content>
diff --git a/cbars.buetow.org/content/50.Download.xml b/cbars.buetow.org/content/50.Download.xml
deleted file mode 100644
index 8536b54..0000000
--- a/cbars.buetow.org/content/50.Download.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
-<content>
- <pagetitle>Download</pagetitle>
- <text>Cbars can be downloaded from a deb repo or from git.</text>
- <textheader>Install from deb repository</textheader>
- <text>If you have Debian GNU/Linux Squeeze 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 cbars:</text>
- <code>deb ftp://deb.buetow.org/apt wheezy main
-deb-src ftp://deb.buetow.org/apt wheezy main</code>
- <text>Or if you prefer http:</text>
- <code>deb http://deb.buetow.org/apt wheezy main
-deb-src http://deb.buetow.org/apt wheezy main</code>
- <text>To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -".</text>
- <textheader>Download from Git repository</textheader>
- <text>For git just type "git clone git://git.buetow.org/cbars".</text>
- <text>To update to the latest stable version just type "cd ./cbars; git pull".</text>
- <text>
- <noop>Go to </noop>
- <namedlink href="http://web.buetow.org/git/?p=cbars.git">gitweb</namedlink>
- <noop> to browse the online repository. The master branch always keeps the current stable version. The devel branch always keeps the current development version. For releases there are tags and for screenshots check out the screenshots branch.</noop>
- </text>
- <text>For bleeding edge you can fetch the devel branch with "git clone -b develop git://git.buetow.org/cbars cbars-develop". But be warned, this one might be broken! It will be merged to master when it's done.</text>
-</content>
diff --git a/cbars.buetow.org/content/99.license.xml b/cbars.buetow.org/content/99.license.xml
deleted file mode 100644
index 083a317..0000000
--- a/cbars.buetow.org/content/99.license.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
-<content>
- <pagetitle>License</pagetitle>
- <text>Cbars is licensed under the GNU Gerneral Public License Version 3 or later.</text>
-</content>