diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-09-30 23:16:08 +0200 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-09-30 23:16:08 +0200 |
| commit | 47f218e4dbf1c236ae2024740c3765e67a36b068 (patch) | |
| tree | 2ea8e0edcb1a4af439b00178e65af71875b04bf7 /cbars.buetow.foo/content/20.Manpage.xml | |
| parent | 7acaca39eb95fa7dee6a64c18bdb50668b79de9f (diff) | |
| parent | 65f27d6a8126fc774cea5c69a1ff4b42563e05ca (diff) | |
Merge branch 'hosts' of git.buetow.org:/git/xerl into hosts
Diffstat (limited to 'cbars.buetow.foo/content/20.Manpage.xml')
| -rw-r--r-- | cbars.buetow.foo/content/20.Manpage.xml | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ +<?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=cbars.git;a=blob_plain;f=docs/cbars.txt;hb=HEAD"); + </perl> + </pretext> +</content> |
