summaryrefslogtreecommitdiff
path: root/cpuinfo.buetow.org
diff options
context:
space:
mode:
authorPaul Buetow (centauri) <puppet@mx.buetow.org>2015-08-09 10:53:07 +0100
committerPaul Buetow (centauri) <puppet@mx.buetow.org>2015-08-09 10:53:07 +0100
commit2b40c40f32cecf6c3a82a0e88c0459084e73011a (patch)
treeb1089baaafb381f1693aceeaa65065bf3334eee3 /cpuinfo.buetow.org
parent7397ede1a0805f3bc0a14f04b6e4b4b38db168e6 (diff)
parent2fab3867d291514b6666a8bd582fe8ae4896a1c0 (diff)
Merge
Diffstat (limited to 'cpuinfo.buetow.org')
-rw-r--r--cpuinfo.buetow.org/PROJECT1
-rw-r--r--cpuinfo.buetow.org/SITEMAP0
-rw-r--r--cpuinfo.buetow.org/content/20.Manpage.xml8
-rw-r--r--cpuinfo.buetow.org/content/40.Changelog.xml8
-rw-r--r--cpuinfo.buetow.org/content/50.Download.xml19
-rw-r--r--cpuinfo.buetow.org/content/98.contact.xml19
-rw-r--r--cpuinfo.buetow.org/content/99.license.xml5
-rw-r--r--cpuinfo.buetow.org/content/home.xml7
-rw-r--r--cpuinfo.buetow.org/htdocs/images/cpuinfo.pngbin0 -> 13939 bytes
9 files changed, 67 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/SITEMAP b/cpuinfo.buetow.org/SITEMAP
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/cpuinfo.buetow.org/SITEMAP
diff --git a/cpuinfo.buetow.org/content/20.Manpage.xml b/cpuinfo.buetow.org/content/20.Manpage.xml
new file mode 100644
index 0000000..f749c18
--- /dev/null
+++ b/cpuinfo.buetow.org/content/20.Manpage.xml
@@ -0,0 +1,8 @@
+<?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>
+ <inject>http://web.buetow.org/cgit/cpuinfo.git/plain/docs/cpuinfo.txt</inject>
+ </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..90c4fa0
--- /dev/null
+++ b/cpuinfo.buetow.org/content/40.Changelog.xml
@@ -0,0 +1,8 @@
+<?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>
+ <inject>http://web.buetow.org/cgit/cpuinfo.git/plain/debian/changelog</inject>
+ </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..b48740e
--- /dev/null
+++ b/cpuinfo.buetow.org/content/50.Download.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
+<content>
+ <pagetitle>Download</pagetitle>
+ <text>!!HOSTNAME!! can be downloaded from a deb repo or from git.</text>
+ <textheader>Install from deb repository</textheader>
+ <text>If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list:</text>
+ <code>deb http://deb.buetow.org/apt wheezy main
+deb-src http://deb.buetow.org/apt wheezy main</code>
+ <text>(Please replace wheezy with jessie if you are using Debian GNU/Linux Jessie) and run afterwards:</text>
+ <code>curl http://deb.buetow.org/apt/pubkey.gpg |
+sudo apt-key add -
+apt-get update
+apt-get install !!HOSTNAME!!</code>
+ <textheader>Download from git repository</textheader>
+ <text>
+ <noop>Go to </noop>
+ <namedlink href="http://github.com/rantanplan/!!HOSTNAME!!">http://github.com/rantanplan/!!HOSTNAME!!</namedlink>
+ </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..d3d66b0
--- /dev/null
+++ b/cpuinfo.buetow.org/content/98.contact.xml
@@ -0,0 +1,19 @@
+<?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://pluto.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/cpuinfo.buetow.org/content/99.license.xml b/cpuinfo.buetow.org/content/99.license.xml
new file mode 100644
index 0000000..80e33b5
--- /dev/null
+++ b/cpuinfo.buetow.org/content/99.license.xml
@@ -0,0 +1,5 @@
+<?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..b8416a1
--- /dev/null
+++ b/cpuinfo.buetow.org/content/home.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
+<content>
+ <rimg href="?document=images/cpuinfo.png" title="CPUInfo" alt="CPUInfo"/>
+ <pagetitle>CPUInfo</pagetitle>
+ <textheader>CPU, who are you?...</textheader>
+ <text>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!</text>
+</content>
diff --git a/cpuinfo.buetow.org/htdocs/images/cpuinfo.png b/cpuinfo.buetow.org/htdocs/images/cpuinfo.png
new file mode 100644
index 0000000..88d7247
--- /dev/null
+++ b/cpuinfo.buetow.org/htdocs/images/cpuinfo.png
Binary files differ