Supybot: Use GitHub URLs with pip.

* SourceForge broken even their old git clone addresses.
This commit is contained in:
Mikaela Suomalainen 2014-06-29 18:06:41 +03:00
parent b965e12227
commit 44bcab1576
2 changed files with 4 additions and 4 deletions

View File

@ -65,10 +65,10 @@ Security issues of Supybot
<p>[pip]: [msysgit]:</p>
<h3 id="supybot">Supybot</h3>
<p><strong>Not recommended as it's not actively developed.</strong></p>
<pre><code>sudo pip install git+git://supybot.git.sourceforge.net/gitroot/gitroot/supybot/supybot</code></pre>
<pre><code>sudo pip install git+https://github.com/supybot/supybot.git</code></pre>
<h3 id="gribble">gribble</h3>
<p>Less actively developed than Limnoria and doesn't support Python 3.</p>
<pre><code>sudo pip install git+git://gribble.git.sourceforge.net/gitroot/gribble/gribble</code></pre>
<pre><code>sudo pip install git+https://github.com/nanotube/supybot_fixes.git</code></pre>
<h3 id="limnoria">Limnoria</h3>
<p>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.</p>
<p>The first command installs requirements of Limnoria and the second Limnoria itself. Only Limnoria has requirements.txt file at the moment.</p>

View File

@ -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