mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Move project pointers from Sourceforge to GitHub
Closes Supybot/Supybot#7 Signed-off-by: James McCoy <vega.james@gmail.com>
This commit is contained in:
parent
5e8896fe6d
commit
4f489fad61
2
README
2
README
@ -14,7 +14,7 @@ irc.freenode.net or irc.oftc.net (we have a Supybot there relaying,
|
||||
so either network works) and ask questions. We'll be happy to help
|
||||
wherever we can. And by all means, if you find anything hard to
|
||||
understand or think you know of a better way to do something,
|
||||
*please* post it on Sourceforge.net so we can improve the bot!
|
||||
*please* post it on GitHub so we can improve the bot!
|
||||
|
||||
WINDOWS USERS:
|
||||
--------------
|
||||
|
@ -176,7 +176,7 @@ Why can't Supybot find the plugin I want to load?
|
||||
|
||||
I've found a bug, what do I do?
|
||||
|
||||
Submit your bug on `Sourceforge`_ through our `project page`_.
|
||||
Submit your bug on `GitHub`_ through our `project page`_.
|
||||
|
||||
Is Python installed?
|
||||
|
||||
@ -196,6 +196,6 @@ Is Python installed?
|
||||
.. _website: http://supybot.com/
|
||||
.. _blocks: http://freenode.net/faq.shtml#blockingmessages
|
||||
.. _tsocks: http://tsocks.sourceforge.net
|
||||
.. _Sourceforge: http://sourceforge.net/
|
||||
.. _project page: http://sourceforge.net/projects/supybot
|
||||
.. _GitHub: https://github.com/
|
||||
.. _project page: https://github.com/Supybot/Supybot
|
||||
.. _download it: http://python.org/download/
|
||||
|
@ -105,7 +105,7 @@ class Ctcp(callbacks.PluginRegexp):
|
||||
"\x01SOURCE\x01"
|
||||
self.log.info('Received CTCP SOURCE from %s', msg.prefix)
|
||||
self._reply(irc, msg,
|
||||
'SOURCE http://www.sourceforge.net/projects/supybot/')
|
||||
'SOURCE https://github.com/Supybot/Supybot')
|
||||
|
||||
def doNotice(self, irc, msg):
|
||||
if ircmsgs.isCtcp(msg):
|
||||
|
@ -227,7 +227,7 @@ class Misc(callbacks.Plugin):
|
||||
|
||||
Returns a URL saying where to get Supybot.
|
||||
"""
|
||||
irc.reply('My source is at http://sourceforge.net/projects/supybot/')
|
||||
irc.reply('My source is at https://github.com/Supybot/Supybot')
|
||||
source = wrap(source)
|
||||
|
||||
def more(self, irc, msg, args, nick):
|
||||
|
@ -9,7 +9,7 @@ Basic usage
|
||||
-----------
|
||||
|
||||
Adding a feed
|
||||
@rss add supybot http://sourceforge.net/export/rss2_projfiles.php?group_id=58965
|
||||
@rss add supybot https://github.com/Supybot/Supybot/commits/master.atom
|
||||
|
||||
Add announcements for a feed
|
||||
@rss announce add supybot
|
||||
|
6
setup.py
6
setup.py
@ -78,9 +78,9 @@ setup(
|
||||
author='Jeremy Fincher',
|
||||
author_email='jemfinch@supybot.com',
|
||||
maintainer='James McCoy',
|
||||
maintainer_email='jamessan@users.sourceforge.net',
|
||||
url='https://sourceforge.net/projects/supybot/',
|
||||
download_url='https://sourceforge.net/projects/supybot/files/',
|
||||
maintainer_email='vega.james@gmail.com',
|
||||
url='https://github.com/Supybot/Supybot',
|
||||
download_url='https://github.com/Supybot/Supybot/releases',
|
||||
platforms=['linux', 'linux2', 'win32', 'cygwin', 'darwin'],
|
||||
description='A flexible and extensible Python IRC bot and framework.',
|
||||
long_description=normalizeWhitespace("""A robust, full-featured Python IRC
|
||||
|
@ -525,7 +525,7 @@ registerChannelValue(supybot.replies, 'requiresPrivacy',
|
||||
registerChannelValue(supybot.replies, 'possibleBug',
|
||||
registry.NormalizedString("""This may be a bug. If you think it is, please
|
||||
file a bug report at
|
||||
<http://sourceforge.net/tracker/?func=add&group_id=58965&atid=489447>.""",
|
||||
<https://github.com/Supybot/Supybot/issues>.""",
|
||||
"""Determines what message the bot sends when it thinks you've encountered
|
||||
a bug that the developers don't know about."""))
|
||||
###
|
||||
|
Loading…
Reference in New Issue
Block a user