From 70d9d624fcd9aaac479989463dca25d40627c117 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (lxpbuetow.webde.local)" Date: Mon, 30 Sep 2013 09:19:55 +0200 Subject: foo --- dev.buetow.org/content/home.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index f1761ab..ff35b5a 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -14,8 +14,10 @@ for browsing some of the repositories. Please check out each individual project site how to clone a git repository. Deb repository - Some projects provide packages in .deb format. Please check out each individual project site for available architecture and so on. Basically the debian repository is available via '[deb|deb-src] [http|ftp]://deb.buetow.org/apt REPLACEWITHDISTNAME main'. - To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -" + Some projects provide packages in .deb format. Please check out each individual project site for available architecture and so on. Basically the debian repository is available via + [deb|deb-src] [http|ftp]://deb.buetow.org/apt REPLACEWITHDISTNAME main + To trust it please run: + curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add - Project list -- cgit v1.2.3 From 440387cc25fb491edfb23efbd93984d1aa6bb43f Mon Sep 17 00:00:00 2001 From: "Paul Buetow (lxpbuetow.webde.local)" Date: Mon, 30 Sep 2013 12:04:35 +0200 Subject: add cbars.buetof.foo --- cbars.buetow.foo/PROJECT | 1 + cbars.buetow.foo/content/20.Manpage.xml | 11 +++++++++++ cbars.buetow.foo/content/30.Screenshots.xml | 11 +++++++++++ cbars.buetow.foo/content/40.Changelog.xml | 11 +++++++++++ cbars.buetow.foo/content/45.Wishlist.xml | 11 +++++++++++ cbars.buetow.foo/content/50.Download.xml | 22 ++++++++++++++++++++++ cbars.buetow.foo/content/98.contact.xml | 19 +++++++++++++++++++ cbars.buetow.foo/content/99.license.xml | 5 +++++ cbars.buetow.foo/content/home.xml | 23 +++++++++++++++++++++++ cbars.buetow.foo/htdocs/images/cbars.png | Bin 0 -> 2108 bytes 10 files changed, 114 insertions(+) create mode 100644 cbars.buetow.foo/PROJECT create mode 100644 cbars.buetow.foo/content/20.Manpage.xml create mode 100644 cbars.buetow.foo/content/30.Screenshots.xml create mode 100644 cbars.buetow.foo/content/40.Changelog.xml create mode 100644 cbars.buetow.foo/content/45.Wishlist.xml create mode 100644 cbars.buetow.foo/content/50.Download.xml create mode 100644 cbars.buetow.foo/content/98.contact.xml create mode 100644 cbars.buetow.foo/content/99.license.xml create mode 100644 cbars.buetow.foo/content/home.xml create mode 100644 cbars.buetow.foo/htdocs/images/cbars.png diff --git a/cbars.buetow.foo/PROJECT b/cbars.buetow.foo/PROJECT new file mode 100644 index 0000000..d767358 --- /dev/null +++ b/cbars.buetow.foo/PROJECT @@ -0,0 +1 @@ +This aims to be a re-write of loadbars in C. diff --git a/cbars.buetow.foo/content/20.Manpage.xml b/cbars.buetow.foo/content/20.Manpage.xml new file mode 100644 index 0000000..084099f --- /dev/null +++ b/cbars.buetow.foo/content/20.Manpage.xml @@ -0,0 +1,11 @@ + + + Manpage + This is the manpage of the current master branch: + + + use LWP::Simple; + get("http://web.buetow.org/git/?p=cbars.git;a=blob_plain;f=docs/cbars.txt;hb=HEAD"); + + + diff --git a/cbars.buetow.foo/content/30.Screenshots.xml b/cbars.buetow.foo/content/30.Screenshots.xml new file mode 100644 index 0000000..0999c9a --- /dev/null +++ b/cbars.buetow.foo/content/30.Screenshots.xml @@ -0,0 +1,11 @@ + + + Screenshots + + Screenshots can be downloaded from git. Just type + git clone -b screenshots git://git.buetow.org/cbars cbars-screenshots + Or go to + gitweb + in order to browse the screenshot branch online. + + diff --git a/cbars.buetow.foo/content/40.Changelog.xml b/cbars.buetow.foo/content/40.Changelog.xml new file mode 100644 index 0000000..06583d6 --- /dev/null +++ b/cbars.buetow.foo/content/40.Changelog.xml @@ -0,0 +1,11 @@ + + + Changelog + This is the changelog file of the current master branch: + + + use LWP::Simple; + get("http://web.buetow.org/git/?p=cbars.git;a=blob_plain;f=debian/changelog;hb=HEAD"); + + + diff --git a/cbars.buetow.foo/content/45.Wishlist.xml b/cbars.buetow.foo/content/45.Wishlist.xml new file mode 100644 index 0000000..284e8e0 --- /dev/null +++ b/cbars.buetow.foo/content/45.Wishlist.xml @@ -0,0 +1,11 @@ + + + Wishlist + This is the Wishlist file of the current master branch: + + + use LWP::Simple; + get("http://web.buetow.org/git/?p=cbars.git;a=blob_plain;f=docs/wishlist;hb=HEAD"); + + + diff --git a/cbars.buetow.foo/content/50.Download.xml b/cbars.buetow.foo/content/50.Download.xml new file mode 100644 index 0000000..8536b54 --- /dev/null +++ b/cbars.buetow.foo/content/50.Download.xml @@ -0,0 +1,22 @@ + + + Download + Cbars can be downloaded from a deb repo or from git. + Install from deb repository + 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: + deb ftp://deb.buetow.org/apt wheezy main +deb-src ftp://deb.buetow.org/apt wheezy main + Or if you prefer http: + 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 | apt-key add -". + Download from Git repository + For git just type "git clone git://git.buetow.org/cbars". + To update to the latest stable version just type "cd ./cbars; git pull". + + Go to + gitweb + 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. + + 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. + diff --git a/cbars.buetow.foo/content/98.contact.xml b/cbars.buetow.foo/content/98.contact.xml new file mode 100644 index 0000000..a881cc3 --- /dev/null +++ b/cbars.buetow.foo/content/98.contact.xml @@ -0,0 +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 + :) + + diff --git a/cbars.buetow.foo/content/99.license.xml b/cbars.buetow.foo/content/99.license.xml new file mode 100644 index 0000000..083a317 --- /dev/null +++ b/cbars.buetow.foo/content/99.license.xml @@ -0,0 +1,5 @@ + + + License + Cbars is licensed under the GNU Gerneral Public License Version 3 or later. + diff --git a/cbars.buetow.foo/content/home.xml b/cbars.buetow.foo/content/home.xml new file mode 100644 index 0000000..72be16c --- /dev/null +++ b/cbars.buetow.foo/content/home.xml @@ -0,0 +1,23 @@ + + + Cbars + + + Important notice: + The domain + .buetow.foo + contains only development, test and PoC stuff. Replace + $shomething.buetow.foo + with + $something.buetow.org + (if exists) to get the stable stuff. + + + Get the current clue... + + + Cbars is a program written in C for Linux that can be used to observe CPU loads of several remote servers at once in real time. It connects with SSH (using SSH public/private key auth) to several servers at once and vizualizes all server CPUs and memory statistics right next each other (either summarized or each core separately). Cbars is not a tool for collecting CPU loads and drawing graphs for later analysis. However, since such tools require a significant amount of time before producing results, Cbars lets you observe the current state immediately. Cbars does not remember or record any load information. It just shows the current CPU usages like top or vmstat does. It is an attempt to re-write + http://loadbars.buetow.org + . The there is no version of Cbars out yet. But v0.0.0 might come out some day this year. + + diff --git a/cbars.buetow.foo/htdocs/images/cbars.png b/cbars.buetow.foo/htdocs/images/cbars.png new file mode 100644 index 0000000..d223b9a Binary files /dev/null and b/cbars.buetow.foo/htdocs/images/cbars.png differ -- cgit v1.2.3 From 65f27d6a8126fc774cea5c69a1ff4b42563e05ca Mon Sep 17 00:00:00 2001 From: "Paul Buetow (lxpbuetow.webde.local)" Date: Mon, 30 Sep 2013 12:33:32 +0200 Subject: update --- cbars.buetow.org/PROJECT | 1 - cbars.buetow.org/content/20.Manpage.xml | 11 ----------- cbars.buetow.org/content/30.Screenshots.xml | 11 ----------- cbars.buetow.org/content/40.Changelog.xml | 11 ----------- cbars.buetow.org/content/45.Wishlist.xml | 11 ----------- cbars.buetow.org/content/50.Download.xml | 22 ---------------------- cbars.buetow.org/content/99.license.xml | 5 ----- 7 files changed, 72 deletions(-) delete mode 100644 cbars.buetow.org/PROJECT delete mode 100644 cbars.buetow.org/content/20.Manpage.xml delete mode 100644 cbars.buetow.org/content/30.Screenshots.xml delete mode 100644 cbars.buetow.org/content/40.Changelog.xml delete mode 100644 cbars.buetow.org/content/45.Wishlist.xml delete mode 100644 cbars.buetow.org/content/50.Download.xml delete mode 100644 cbars.buetow.org/content/99.license.xml 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 @@ - - - Manpage - This is the manpage of the current master branch: - - - use LWP::Simple; - get("http://web.buetow.org/git/?p=cbars.git;a=blob_plain;f=docs/cbars.txt;hb=HEAD"); - - - 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 @@ - - - Screenshots - - Screenshots can be downloaded from git. Just type - git clone -b screenshots git://git.buetow.org/cbars cbars-screenshots - Or go to - gitweb - in order to browse the screenshot branch online. - - 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 @@ - - - Changelog - This is the changelog file of the current master branch: - - - use LWP::Simple; - get("http://web.buetow.org/git/?p=cbars.git;a=blob_plain;f=debian/changelog;hb=HEAD"); - - - 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 @@ - - - Wishlist - This is the Wishlist file of the current master branch: - - - use LWP::Simple; - get("http://web.buetow.org/git/?p=cbars.git;a=blob_plain;f=docs/wishlist;hb=HEAD"); - - - 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 @@ - - - Download - Cbars can be downloaded from a deb repo or from git. - Install from deb repository - 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: - deb ftp://deb.buetow.org/apt wheezy main -deb-src ftp://deb.buetow.org/apt wheezy main - Or if you prefer http: - 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 | apt-key add -". - Download from Git repository - For git just type "git clone git://git.buetow.org/cbars". - To update to the latest stable version just type "cd ./cbars; git pull". - - Go to - gitweb - 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. - - 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. - 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 @@ - - - License - Cbars is licensed under the GNU Gerneral Public License Version 3 or later. - -- cgit v1.2.3