From 54138be1397c421191b5c6717e01a2d5cadcfcb3 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Fri, 20 Jun 2014 01:31:04 +0200 Subject: add netdiff --- netdiff.buetow.org/PROJECT | 1 + netdiff.buetow.org/SITEMAP | 0 netdiff.buetow.org/content/20.Manpage.xml | 8 ++++++++ netdiff.buetow.org/content/40.Changelog.xml | 8 ++++++++ netdiff.buetow.org/content/50.Download.xml | 19 +++++++++++++++++++ netdiff.buetow.org/content/98.contact.xml | 19 +++++++++++++++++++ netdiff.buetow.org/content/99.license.xml | 5 +++++ netdiff.buetow.org/content/home.xml | 6 ++++++ 8 files changed, 66 insertions(+) create mode 100644 netdiff.buetow.org/PROJECT create mode 100644 netdiff.buetow.org/SITEMAP create mode 100644 netdiff.buetow.org/content/20.Manpage.xml create mode 100644 netdiff.buetow.org/content/40.Changelog.xml create mode 100644 netdiff.buetow.org/content/50.Download.xml create mode 100644 netdiff.buetow.org/content/98.contact.xml create mode 100644 netdiff.buetow.org/content/99.license.xml create mode 100644 netdiff.buetow.org/content/home.xml diff --git a/netdiff.buetow.org/PROJECT b/netdiff.buetow.org/PROJECT new file mode 100644 index 0000000..f739db9 --- /dev/null +++ b/netdiff.buetow.org/PROJECT @@ -0,0 +1 @@ +A tool to diff files across the network between two hosts. diff --git a/netdiff.buetow.org/SITEMAP b/netdiff.buetow.org/SITEMAP new file mode 100644 index 0000000..e69de29 diff --git a/netdiff.buetow.org/content/20.Manpage.xml b/netdiff.buetow.org/content/20.Manpage.xml new file mode 100644 index 0000000..373bd25 --- /dev/null +++ b/netdiff.buetow.org/content/20.Manpage.xml @@ -0,0 +1,8 @@ + + + Manpage + This is the manpage of the current master branch: + + http://web.buetow.org/git/?p=netdiff.git;a=blob_plain;f=docs/netdiff.txt;hb=HEAD + + diff --git a/netdiff.buetow.org/content/40.Changelog.xml b/netdiff.buetow.org/content/40.Changelog.xml new file mode 100644 index 0000000..c409045 --- /dev/null +++ b/netdiff.buetow.org/content/40.Changelog.xml @@ -0,0 +1,8 @@ + + + Changelog + This is the changelog file of the current master branch: + + http://web.buetow.org/git/?p=netdiff.git;a=blob_plain;f=debian/changelog;hb=HEAD + + diff --git a/netdiff.buetow.org/content/50.Download.xml b/netdiff.buetow.org/content/50.Download.xml new file mode 100644 index 0000000..b48740e --- /dev/null +++ b/netdiff.buetow.org/content/50.Download.xml @@ -0,0 +1,19 @@ + + + Download + !!HOSTNAME!! can be downloaded from a deb repo or from git. + Install from deb repository + 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: + deb http://deb.buetow.org/apt wheezy main +deb-src http://deb.buetow.org/apt wheezy main + (Please replace wheezy with jessie if you are using Debian GNU/Linux Jessie) and run afterwards: + curl http://deb.buetow.org/apt/pubkey.gpg | +sudo apt-key add - +apt-get update +apt-get install !!HOSTNAME!! + Download from git repository + + Go to + http://github.com/rantanplan/!!HOSTNAME!! + + diff --git a/netdiff.buetow.org/content/98.contact.xml b/netdiff.buetow.org/content/98.contact.xml new file mode 100644 index 0000000..a881cc3 --- /dev/null +++ b/netdiff.buetow.org/content/98.contact.xml @@ -0,0 +1,19 @@ + + + Contact Me/Us + + Please use the + Development Mailing List + for any considerations of this humble programming project or any other programming project of mine. + + + But you may also use other methods such as listed + on this site + for example. + + + If you are interested in other projects please visit + http://dev.buetow.org + :) + + diff --git a/netdiff.buetow.org/content/99.license.xml b/netdiff.buetow.org/content/99.license.xml new file mode 100644 index 0000000..a2ce03c --- /dev/null +++ b/netdiff.buetow.org/content/99.license.xml @@ -0,0 +1,5 @@ + + + License + NetDiff is licensed under the GNU Gerneral Public License Version 3 or later. + diff --git a/netdiff.buetow.org/content/home.xml b/netdiff.buetow.org/content/home.xml new file mode 100644 index 0000000..b6d3dd9 --- /dev/null +++ b/netdiff.buetow.org/content/home.xml @@ -0,0 +1,6 @@ + + + NetDiff + Diff files via the network. + ..between two hosts + -- cgit v1.2.3