diff options
| author | Paul Buetow <paul@buetow.org> | 2015-01-02 14:10:34 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2015-01-02 14:10:34 +0100 |
| commit | ecc09dec19331b15923897c280fff887b6272a23 (patch) | |
| tree | ec4bf8f05fcd624e46825e09ead4806b216ccb66 /mon.buetow.org/content | |
| parent | 6b70caebbc85fb4e00dc5ad799372baa56c7d0c5 (diff) | |
add mon.buetow.org
Diffstat (limited to 'mon.buetow.org/content')
| -rw-r--r-- | mon.buetow.org/content/20.Manpage.xml | 8 | ||||
| -rw-r--r-- | mon.buetow.org/content/40.Changelog.xml | 8 | ||||
| -rw-r--r-- | mon.buetow.org/content/50.Download.xml | 9 | ||||
| -rw-r--r-- | mon.buetow.org/content/98.contact.xml | 19 | ||||
| -rw-r--r-- | mon.buetow.org/content/99.license.xml | 5 | ||||
| -rw-r--r-- | mon.buetow.org/content/home.xml | 10 |
6 files changed, 59 insertions, 0 deletions
diff --git a/mon.buetow.org/content/20.Manpage.xml b/mon.buetow.org/content/20.Manpage.xml new file mode 100644 index 0000000..1c3be44 --- /dev/null +++ b/mon.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/mon.git/plain/docs/mon.txt</inject> + </pretext> +</content> diff --git a/mon.buetow.org/content/40.Changelog.xml b/mon.buetow.org/content/40.Changelog.xml new file mode 100644 index 0000000..6117c1f --- /dev/null +++ b/mon.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/mon.git/plain/debian/changelog</inject> + </pretext> +</content> diff --git a/mon.buetow.org/content/50.Download.xml b/mon.buetow.org/content/50.Download.xml new file mode 100644 index 0000000..0f7fc7a --- /dev/null +++ b/mon.buetow.org/content/50.Download.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<content> + <pagetitle>Download</pagetitle> + <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/mon.buetow.org/content/98.contact.xml b/mon.buetow.org/content/98.contact.xml new file mode 100644 index 0000000..d3d66b0 --- /dev/null +++ b/mon.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/mon.buetow.org/content/99.license.xml b/mon.buetow.org/content/99.license.xml new file mode 100644 index 0000000..ca5d03b --- /dev/null +++ b/mon.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>Mon is licensed under the GNU Gerneral Public License Version 3 or later.</text> +</content> diff --git a/mon.buetow.org/content/home.xml b/mon.buetow.org/content/home.xml new file mode 100644 index 0000000..babf095 --- /dev/null +++ b/mon.buetow.org/content/home.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<content> + <pagetitle>Mon</pagetitle> + <textheader>Simple RESTLos Command Line Tool</textheader> + <text> + <noop>This tool can be used together with </noop> + <link>https://github.com/Crapworks/RESTlos</link> + <noop> for configuring your Icinga or Nagios via the command line using the API</noop> + </text> +</content> |
