From f5a6208100017efebddfdb61584f7d564f509356 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Tue, 15 Apr 2014 09:25:20 +0200 Subject: move --- fapi.buetow.foo/PROJECT | 1 - fapi.buetow.foo/SITEMAP | 0 fapi.buetow.foo/content/20.Manpage.xml | 11 ----------- fapi.buetow.foo/content/40.Changelog.xml | 11 ----------- fapi.buetow.foo/content/50.Download.xml | 15 --------------- fapi.buetow.foo/content/98.contact.xml | 19 ------------------- fapi.buetow.foo/content/99.license.xml | 5 ----- fapi.buetow.foo/content/home.xml | 6 ------ fapi.buetow.org/PROJECT | 1 + fapi.buetow.org/SITEMAP | 0 fapi.buetow.org/content/20.Manpage.xml | 11 +++++++++++ fapi.buetow.org/content/40.Changelog.xml | 11 +++++++++++ fapi.buetow.org/content/50.Download.xml | 15 +++++++++++++++ fapi.buetow.org/content/98.contact.xml | 19 +++++++++++++++++++ fapi.buetow.org/content/99.license.xml | 5 +++++ fapi.buetow.org/content/home.xml | 6 ++++++ 16 files changed, 68 insertions(+), 68 deletions(-) delete mode 100644 fapi.buetow.foo/PROJECT delete mode 100644 fapi.buetow.foo/SITEMAP delete mode 100644 fapi.buetow.foo/content/20.Manpage.xml delete mode 100644 fapi.buetow.foo/content/40.Changelog.xml delete mode 100644 fapi.buetow.foo/content/50.Download.xml delete mode 100644 fapi.buetow.foo/content/98.contact.xml delete mode 100644 fapi.buetow.foo/content/99.license.xml delete mode 100644 fapi.buetow.foo/content/home.xml create mode 100644 fapi.buetow.org/PROJECT create mode 100644 fapi.buetow.org/SITEMAP create mode 100644 fapi.buetow.org/content/20.Manpage.xml create mode 100644 fapi.buetow.org/content/40.Changelog.xml create mode 100644 fapi.buetow.org/content/50.Download.xml create mode 100644 fapi.buetow.org/content/98.contact.xml create mode 100644 fapi.buetow.org/content/99.license.xml create mode 100644 fapi.buetow.org/content/home.xml diff --git a/fapi.buetow.foo/PROJECT b/fapi.buetow.foo/PROJECT deleted file mode 100644 index d699abb..0000000 --- a/fapi.buetow.foo/PROJECT +++ /dev/null @@ -1 +0,0 @@ -A simple command line tool written in Python to manage basic BigIP LTM stuff using the Python bigsuds library. diff --git a/fapi.buetow.foo/SITEMAP b/fapi.buetow.foo/SITEMAP deleted file mode 100644 index e69de29..0000000 diff --git a/fapi.buetow.foo/content/20.Manpage.xml b/fapi.buetow.foo/content/20.Manpage.xml deleted file mode 100644 index ac9e576..0000000 --- a/fapi.buetow.foo/content/20.Manpage.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - Manpage - This is the manpage of the current master branch: - - - use LWP::Simple; - get("http://web.buetow.org/git/?p=fapi.git;a=blob_plain;f=docs/fapi.txt;hb=HEAD"); - - - diff --git a/fapi.buetow.foo/content/40.Changelog.xml b/fapi.buetow.foo/content/40.Changelog.xml deleted file mode 100644 index 88c263b..0000000 --- a/fapi.buetow.foo/content/40.Changelog.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - Changelog - This is the changelog file of the current master branch: - - - use LWP::Simple; - get("http://web.buetow.org/git/?p=fapi.git;a=blob_plain;f=debian/changelog;hb=HEAD"); - - - diff --git a/fapi.buetow.foo/content/50.Download.xml b/fapi.buetow.foo/content/50.Download.xml deleted file mode 100644 index a59c202..0000000 --- a/fapi.buetow.foo/content/50.Download.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - 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, and run apt-get update;apt-get install cpuinfo: - deb http://deb.buetow.org/apt wheezy main -deb-src http://deb.buetow.org/apt wheezy main - To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". - Download from git repository - - Go to - http://github.com/rantanplan/!!HOSTNAME!! - - diff --git a/fapi.buetow.foo/content/98.contact.xml b/fapi.buetow.foo/content/98.contact.xml deleted file mode 100644 index a881cc3..0000000 --- a/fapi.buetow.foo/content/98.contact.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - 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/fapi.buetow.foo/content/99.license.xml b/fapi.buetow.foo/content/99.license.xml deleted file mode 100644 index 6f26b60..0000000 --- a/fapi.buetow.foo/content/99.license.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - License - Fapi is licensed under the GNU Gerneral Public License Version 3 or later. - diff --git a/fapi.buetow.foo/content/home.xml b/fapi.buetow.foo/content/home.xml deleted file mode 100644 index 5cfe477..0000000 --- a/fapi.buetow.foo/content/home.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - Fapi - Simple F5 API Command Line Tool - This tool is for managing a few basic stuff in a BigIP LTM using its SOAP API. It depends on the bigsuds Python library which can be downloaded from F5 devcentral.. - diff --git a/fapi.buetow.org/PROJECT b/fapi.buetow.org/PROJECT new file mode 100644 index 0000000..d699abb --- /dev/null +++ b/fapi.buetow.org/PROJECT @@ -0,0 +1 @@ +A simple command line tool written in Python to manage basic BigIP LTM stuff using the Python bigsuds library. diff --git a/fapi.buetow.org/SITEMAP b/fapi.buetow.org/SITEMAP new file mode 100644 index 0000000..e69de29 diff --git a/fapi.buetow.org/content/20.Manpage.xml b/fapi.buetow.org/content/20.Manpage.xml new file mode 100644 index 0000000..ac9e576 --- /dev/null +++ b/fapi.buetow.org/content/20.Manpage.xml @@ -0,0 +1,11 @@ + + + Manpage + This is the manpage of the current master branch: + + + use LWP::Simple; + get("http://web.buetow.org/git/?p=fapi.git;a=blob_plain;f=docs/fapi.txt;hb=HEAD"); + + + diff --git a/fapi.buetow.org/content/40.Changelog.xml b/fapi.buetow.org/content/40.Changelog.xml new file mode 100644 index 0000000..88c263b --- /dev/null +++ b/fapi.buetow.org/content/40.Changelog.xml @@ -0,0 +1,11 @@ + + + Changelog + This is the changelog file of the current master branch: + + + use LWP::Simple; + get("http://web.buetow.org/git/?p=fapi.git;a=blob_plain;f=debian/changelog;hb=HEAD"); + + + diff --git a/fapi.buetow.org/content/50.Download.xml b/fapi.buetow.org/content/50.Download.xml new file mode 100644 index 0000000..a59c202 --- /dev/null +++ b/fapi.buetow.org/content/50.Download.xml @@ -0,0 +1,15 @@ + + + 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, and run apt-get update;apt-get install cpuinfo: + deb http://deb.buetow.org/apt wheezy main +deb-src http://deb.buetow.org/apt wheezy main + To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". + Download from git repository + + Go to + http://github.com/rantanplan/!!HOSTNAME!! + + diff --git a/fapi.buetow.org/content/98.contact.xml b/fapi.buetow.org/content/98.contact.xml new file mode 100644 index 0000000..a881cc3 --- /dev/null +++ b/fapi.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/fapi.buetow.org/content/99.license.xml b/fapi.buetow.org/content/99.license.xml new file mode 100644 index 0000000..6f26b60 --- /dev/null +++ b/fapi.buetow.org/content/99.license.xml @@ -0,0 +1,5 @@ + + + License + Fapi is licensed under the GNU Gerneral Public License Version 3 or later. + diff --git a/fapi.buetow.org/content/home.xml b/fapi.buetow.org/content/home.xml new file mode 100644 index 0000000..5cfe477 --- /dev/null +++ b/fapi.buetow.org/content/home.xml @@ -0,0 +1,6 @@ + + + Fapi + Simple F5 API Command Line Tool + This tool is for managing a few basic stuff in a BigIP LTM using its SOAP API. It depends on the bigsuds Python library which can be downloaded from F5 devcentral.. + -- cgit v1.2.3