diff options
| -rw-r--r-- | cpuinfo.buetow.org/PROJECT | 1 | ||||
| -rw-r--r-- | cpuinfo.buetow.org/content/20.Manpage.xml | 12 | ||||
| -rw-r--r-- | cpuinfo.buetow.org/content/40.Changelog.xml | 12 | ||||
| -rw-r--r-- | cpuinfo.buetow.org/content/50.Download.xml | 24 | ||||
| -rw-r--r-- | cpuinfo.buetow.org/content/98.contact.xml | 20 | ||||
| -rw-r--r-- | cpuinfo.buetow.org/content/99.license.xml | 7 | ||||
| -rw-r--r-- | cpuinfo.buetow.org/content/home.xml | 10 | ||||
| -rw-r--r-- | cpuinfo.buetow.org/htdocs/images/cpuinfo.png | bin | 0 -> 27560 bytes |
8 files changed, 86 insertions, 0 deletions
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 @@ +<?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=cpuinfo.git;a=blob_plain;f=docs/cbars.txt;hb=HEAD"); + </perl> + </pretext> +</content> + 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 @@ +<?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=cpuinfo.git;a=blob_plain;f=debian/changelog;hb=HEAD"); + </perl> + </pretext> +</content> + 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 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Download</pagetitle> + <text>CPUInfo 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 cpuinfo:</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/cpuinfo".</text> + <text>To update to the latest stable version just type "cd ./cpuinfo; git pull".</text> + <text> + <noop>Go to </noop> + <namedlink href="http://web.buetow.org/git/?p=cpuinfo.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/cpuinfo 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/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 @@ +<?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> + <link>http://dev.buetow.org</link> + <noop> :)</noop> + </text> +</content> + 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 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>License</pagetitle> + <text>CPUInfo is licensed under the GNU Gerneral Public License Version 3 or later.</text> +</content> + + 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 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>CPUInfo</pagetitle> + <textheader>CPU, who are you?...</pagetitle> + <text> + <rimg href="?document=images/cpuinfo.png" title="CPUInfo" alt="Cbars" /> + <noop>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!</noop> + </text> +</content> + diff --git a/cpuinfo.buetow.org/htdocs/images/cpuinfo.png b/cpuinfo.buetow.org/htdocs/images/cpuinfo.png Binary files differnew file mode 100644 index 0000000..e3ae0d4 --- /dev/null +++ b/cpuinfo.buetow.org/htdocs/images/cpuinfo.png |
