diff options
| author | Paul Buetow (dionysus) <paul@buetow.org> | 2016-11-12 06:38:09 +0000 |
|---|---|---|
| committer | Paul Buetow (dionysus) <paul@buetow.org> | 2016-11-12 06:38:09 +0000 |
| commit | d3b1fb5f1f5a8be5d38284daedfcbf88819cdc6a (patch) | |
| tree | f42c1662cf773f01e6010ffab5c92afcf0344392 | |
| parent | 9b4e01c444553babd9b73bb56f610beba7f688f8 (diff) | |
add uberwachung host
| -rw-r--r-- | uberwachung.buetow.org/PROJECT | 1 | ||||
| -rw-r--r-- | uberwachung.buetow.org/SITEMAP | 0 | ||||
| -rw-r--r-- | uberwachung.buetow.org/content/50.Download.xml | 10 | ||||
| -rw-r--r-- | uberwachung.buetow.org/content/98.contact.xml | 11 | ||||
| -rw-r--r-- | uberwachung.buetow.org/content/99.license.xml | 5 | ||||
| -rw-r--r-- | uberwachung.buetow.org/content/home.xml | 5 |
6 files changed, 32 insertions, 0 deletions
diff --git a/uberwachung.buetow.org/PROJECT b/uberwachung.buetow.org/PROJECT new file mode 100644 index 0000000..540697e --- /dev/null +++ b/uberwachung.buetow.org/PROJECT @@ -0,0 +1 @@ +Home surveillance system. Makes use of a RaspberryPi motion detector, camera, root server and an Android App. diff --git a/uberwachung.buetow.org/SITEMAP b/uberwachung.buetow.org/SITEMAP new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/uberwachung.buetow.org/SITEMAP diff --git a/uberwachung.buetow.org/content/50.Download.xml b/uberwachung.buetow.org/content/50.Download.xml new file mode 100644 index 0000000..7bba58b --- /dev/null +++ b/uberwachung.buetow.org/content/50.Download.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<content> + <pagetitle>Download</pagetitle> + <text>!!HOSTNAME!! can be downloaded from git.</text> + <textheader>Download from git repository</textheader> + <text> + <noop>Go to </noop> + <namedlink href="http://github.com/buetow/!!HOSTNAME!!">http://github.com/buetow/!!HOSTNAME!!</namedlink> + </text> +</content> diff --git a/uberwachung.buetow.org/content/98.contact.xml b/uberwachung.buetow.org/content/98.contact.xml new file mode 100644 index 0000000..976ee93 --- /dev/null +++ b/uberwachung.buetow.org/content/98.contact.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<content> + <pagetitle>Contact me</pagetitle> + <text> + <noop>Please use the contact methods listed </noop> + <namedlink href="https://contact.buetow.org">on this site</namedlink> + <noop> of if you are interested in other projects please visit </noop> + <hyperlink>https://dev.buetow.org</hyperlink> + <noop> :)</noop> + </text> +</content> diff --git a/uberwachung.buetow.org/content/99.license.xml b/uberwachung.buetow.org/content/99.license.xml new file mode 100644 index 0000000..99c31df --- /dev/null +++ b/uberwachung.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>Uberwachung is licensed under the GNU Gerneral Public License Version 3 or later.</text> +</content> diff --git a/uberwachung.buetow.org/content/home.xml b/uberwachung.buetow.org/content/home.xml new file mode 100644 index 0000000..c745405 --- /dev/null +++ b/uberwachung.buetow.org/content/home.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<content> + <pagetitle>Uberwachung</pagetitle> + <textheader>A simple home surveilance appliance.</textheader> +</content> |
