diff options
| author | Paul Buetow <paul@buetow.org> | 2013-07-26 23:16:07 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-07-26 23:16:07 +0200 |
| commit | 623c9dc23a454c1d647e2da9004ca2903a0cbdfb (patch) | |
| tree | b922d35178f6aa81d97d94756d073b8516158d2c /cpuinfo.buetow.org/content/40.Changelog.xml | |
| parent | 1f28bec048d5bec5d2e9bc09a590a31e066ddeac (diff) | |
add cpuinfo page
Diffstat (limited to 'cpuinfo.buetow.org/content/40.Changelog.xml')
| -rw-r--r-- | cpuinfo.buetow.org/content/40.Changelog.xml | 12 |
1 files changed, 12 insertions, 0 deletions
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> + |
