From 44bcab15767a456de91dd13f648d4b24e0f98073 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 29 Jun 2014 18:06:41 +0300 Subject: [PATCH] Supybot: Use GitHub URLs with pip. * SourceForge broken even their old git clone addresses. --- Supybot.html | 4 ++-- Supybot.html.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Supybot.html b/Supybot.html index 652e64d8b..6be33d2d9 100644 --- a/Supybot.html +++ b/Supybot.html @@ -65,10 +65,10 @@ Security issues of Supybot

[pip]: [msysgit]:

Supybot

Not recommended as it's not actively developed.

-
sudo pip install git+git://supybot.git.sourceforge.net/gitroot/gitroot/supybot/supybot
+
sudo pip install git+https://github.com/supybot/supybot.git

gribble

Less actively developed than Limnoria and doesn't support Python 3.

-
sudo pip install git+git://gribble.git.sourceforge.net/gitroot/gribble/gribble
+
sudo pip install git+https://github.com/nanotube/supybot_fixes.git

Limnoria

At the time of writing, the most active Supybot fork which includes embedded HTTPd for plugins needing it, supports other languages than English and also runs with Python 3.

The first command installs requirements of Limnoria and the second Limnoria itself. Only Limnoria has requirements.txt file at the moment.

diff --git a/Supybot.html.md b/Supybot.html.md index 482359118..af223fcb6 100644 --- a/Supybot.html.md +++ b/Supybot.html.md @@ -147,7 +147,7 @@ and run the commands as root or Administrator. **Not recommended as it's not actively developed.** ``` -sudo pip install git+git://supybot.git.sourceforge.net/gitroot/gitroot/supybot/supybot +sudo pip install git+https://github.com/supybot/supybot.git ``` ### gribble @@ -155,7 +155,7 @@ sudo pip install git+git://supybot.git.sourceforge.net/gitroot/gitroot/supybot/s Less actively developed than Limnoria and doesn't support Python 3. ``` -sudo pip install git+git://gribble.git.sourceforge.net/gitroot/gribble/gribble +sudo pip install git+https://github.com/nanotube/supybot_fixes.git ``` ### Limnoria