[libvirt] [PATCH v2 0/4] apps: update the listed libvirt apps

Purge apps that are dead and fix broken links Daniel P. Berrangé (4): apps: remove dead archipel project apps: update link for buildbot apps: drop link for zenoss software apps: remove VM Manager android app docs/apps.html.in | 39 +-------------------------------------- 1 file changed, 1 insertion(+), 38 deletions(-) -- 2.20.1

The project website http://archipelproject.org/ is dead, reporting a cloudflare error message The git repo at https://github.com/ArchipelProject/Archipel/ hasn't had a commit since Nov 2016, and the last release was a beta6 release in 2013. Reviewed-by: Andrea Bolognani <abologna@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- docs/apps.html.in | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/docs/apps.html.in b/docs/apps.html.in index 9b67fd5399..a6e6ee402b 100644 --- a/docs/apps.html.in +++ b/docs/apps.html.in @@ -30,26 +30,6 @@ <img src="logos/logo-square-powered-256.png" alt="libvirt powered"/> </p> - <h2><a id="clientserver">Client/Server applications</a></h2> - - <dl> - <dt><a href="http://archipelproject.org">Archipel</a></dt> - <dd> - Archipel is a libvirt-based solution to manage and supervise virtual - machines. It uses XMPP for all communication. There is no web - service or custom protocol. You just need at least one XMPP server, - like eJabberd, to start playing with it. This allows Archipel to - work completely real time. You never have to refresh the user - interface, you'll be notified as soon as something happens. You can - even use your favorite chat clients to command your infrastructure. - </dd> - <dd> - Isn't it great to be able to open a chat conversation with your - virtual machine and say things like "How are you today?" or "Hey, - please reboot"? - </dd> - </dl> - <h2><a id="command">Command line tools</a></h2> <dl> -- 2.20.1

The libvirt specific page linked for buildbot is a 404. This replacement link is the closest to what was originally linked. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- docs/apps.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apps.html.in b/docs/apps.html.in index a6e6ee402b..5108994911 100644 --- a/docs/apps.html.in +++ b/docs/apps.html.in @@ -122,7 +122,7 @@ <h2><a id="continuousintegration">Continuous Integration</a></h2> <dl> - <dt><a href="https://buildbot.net/buildbot/docs/current/Libvirt.html">BuildBot</a></dt> + <dt><a href="http://docs.buildbot.net/latest/manual/configuration/workers-libvirt.html">BuildBot</a></dt> <dd> BuildBot is a system to automate the compile/test cycle required by most software projects. CVS commits trigger new builds, run on -- 2.20.1

The page we link to is a 404 and github repo hasn't been touched since 2012 so is clearly dead. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- docs/apps.html.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/apps.html.in b/docs/apps.html.in index 5108994911..33e205bd9e 100644 --- a/docs/apps.html.in +++ b/docs/apps.html.in @@ -353,12 +353,6 @@ metrics. It supports pCPU, vCPU, memory, block device, network interface, and performance event metrics for each virtual guest. </dd> - <dt><a href="https://community.zenoss.org/docs/DOC-4687">Zenoss</a></dt> - <dd> - The Zenoss libvirt Zenpack adds support for monitoring virtualization - servers. It has been tested with KVM, QEMU, VMware ESX, and VMware - GSX. - </dd> </dl> <h2><a id="provisioning">Provisioning</a></h2> -- 2.20.1

The VM Manager app is no longer present on the Play store and while Google shows a couple of hits they look like the typical untrustworthy 3rd party download redistributors rather than an official site. Reviewed-by: Andrea Bolognani <abologna@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- docs/apps.html.in | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/apps.html.in b/docs/apps.html.in index 33e205bd9e..209854b6ac 100644 --- a/docs/apps.html.in +++ b/docs/apps.html.in @@ -457,17 +457,6 @@ </dd> </dl> - <h2><a id="mobile">Mobile applications</a></h2> - - <dl> - <dt><a href="https://market.android.com/details?id=vm.manager">VM Manager</a></dt> - <dd> - VM Manager is VM (libvirt) manager (over SSH) application. VM Manager - is an application for libvirt VM / Domain management over SSH. - Please keep in mind that this software is under heavy development. - </dd> - </dl> - <h2><a id="other">Other</a></h2> <dl> -- 2.20.1

On Fri, 2019-03-29 at 16:57 +0000, Daniel P. Berrangé wrote:
Purge apps that are dead and fix broken links
Daniel P. Berrangé (4): apps: remove dead archipel project apps: update link for buildbot apps: drop link for zenoss software apps: remove VM Manager android app
docs/apps.html.in | 39 +-------------------------------------- 1 file changed, 1 insertion(+), 38 deletions(-)
Series Reviewed-by: Andrea Bolognani <abologna@redhat.com> and safe for freeze. -- Andrea Bolognani / Red Hat / Virtualization
participants (2)
-
Andrea Bolognani
-
Daniel P. Berrangé