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.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 ++++++ 8 files changed, 68 insertions(+) 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 (limited to 'fapi.buetow.org') 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