From 623c9dc23a454c1d647e2da9004ca2903a0cbdfb Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 26 Jul 2013 23:16:07 +0200 Subject: add cpuinfo page --- cpuinfo.buetow.org/PROJECT | 1 + cpuinfo.buetow.org/content/20.Manpage.xml | 12 ++++++++++++ cpuinfo.buetow.org/content/40.Changelog.xml | 12 ++++++++++++ cpuinfo.buetow.org/content/50.Download.xml | 24 ++++++++++++++++++++++++ cpuinfo.buetow.org/content/98.contact.xml | 20 ++++++++++++++++++++ cpuinfo.buetow.org/content/99.license.xml | 7 +++++++ cpuinfo.buetow.org/content/home.xml | 10 ++++++++++ cpuinfo.buetow.org/htdocs/images/cpuinfo.png | Bin 0 -> 27560 bytes 8 files changed, 86 insertions(+) create mode 100644 cpuinfo.buetow.org/PROJECT create mode 100644 cpuinfo.buetow.org/content/20.Manpage.xml create mode 100644 cpuinfo.buetow.org/content/40.Changelog.xml create mode 100644 cpuinfo.buetow.org/content/50.Download.xml create mode 100644 cpuinfo.buetow.org/content/98.contact.xml create mode 100644 cpuinfo.buetow.org/content/99.license.xml create mode 100644 cpuinfo.buetow.org/content/home.xml create mode 100644 cpuinfo.buetow.org/htdocs/images/cpuinfo.png (limited to 'cpuinfo.buetow.org') diff --git a/cpuinfo.buetow.org/PROJECT b/cpuinfo.buetow.org/PROJECT new file mode 100644 index 0000000..e38dc0a --- /dev/null +++ b/cpuinfo.buetow.org/PROJECT @@ -0,0 +1 @@ +This is an humble GNU AWK script to print out some CPU infos. diff --git a/cpuinfo.buetow.org/content/20.Manpage.xml b/cpuinfo.buetow.org/content/20.Manpage.xml new file mode 100644 index 0000000..11dd9c7 --- /dev/null +++ b/cpuinfo.buetow.org/content/20.Manpage.xml @@ -0,0 +1,12 @@ + + + Manpage + This is the manpage of the current master branch: + + + use LWP::Simple; + get("http://web.buetow.org/git/?p=cpuinfo.git;a=blob_plain;f=docs/cbars.txt;hb=HEAD"); + + + + diff --git a/cpuinfo.buetow.org/content/40.Changelog.xml b/cpuinfo.buetow.org/content/40.Changelog.xml new file mode 100644 index 0000000..452db02 --- /dev/null +++ b/cpuinfo.buetow.org/content/40.Changelog.xml @@ -0,0 +1,12 @@ + + + Changelog + This is the changelog file of the current master branch: + + + use LWP::Simple; + get("http://web.buetow.org/git/?p=cpuinfo.git;a=blob_plain;f=debian/changelog;hb=HEAD"); + + + + diff --git a/cpuinfo.buetow.org/content/50.Download.xml b/cpuinfo.buetow.org/content/50.Download.xml new file mode 100644 index 0000000..0ce4751 --- /dev/null +++ b/cpuinfo.buetow.org/content/50.Download.xml @@ -0,0 +1,24 @@ + + + Download + CPUInfo 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 cpuinfo: +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/cpuinfo". + To update to the latest stable version just type "cd ./cpuinfo; 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/cpuinfo cbars-develop". But be warned, this one might be broken! It will be merged to master when it's done. + + + diff --git a/cpuinfo.buetow.org/content/98.contact.xml b/cpuinfo.buetow.org/content/98.contact.xml new file mode 100644 index 0000000..f46ee65 --- /dev/null +++ b/cpuinfo.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/cpuinfo.buetow.org/content/99.license.xml b/cpuinfo.buetow.org/content/99.license.xml new file mode 100644 index 0000000..eb304e9 --- /dev/null +++ b/cpuinfo.buetow.org/content/99.license.xml @@ -0,0 +1,7 @@ + + + License + CPUInfo is licensed under the GNU Gerneral Public License Version 3 or later. + + + diff --git a/cpuinfo.buetow.org/content/home.xml b/cpuinfo.buetow.org/content/home.xml new file mode 100644 index 0000000..15d6c58 --- /dev/null +++ b/cpuinfo.buetow.org/content/home.xml @@ -0,0 +1,10 @@ + + + CPUInfo + CPU, who are you?... + + + CPUInfo is a program written in GNU AWK for Linux that can be used to obtain some infos about your CPU. This program is a very humble one, but enjoy it! + + + diff --git a/cpuinfo.buetow.org/htdocs/images/cpuinfo.png b/cpuinfo.buetow.org/htdocs/images/cpuinfo.png new file mode 100644 index 0000000..e3ae0d4 Binary files /dev/null and b/cpuinfo.buetow.org/htdocs/images/cpuinfo.png differ -- cgit v1.2.3