Index: trunk/tools/wikibugs/wikibugs |
— | — | @@ -2,10 +2,13 @@ |
3 | 3 | |
4 | 4 | # Script to pull bug info from SourceForce and MediaZilla mails and dump them |
5 | 5 | # to a log to be used for IRC bot. |
| 6 | +# See: http://wikitech.wikimedia.org/view/Wikibugs |
6 | 7 | |
7 | 8 | # Original version by Brion Vibber, 2004-08-02, 2004-08-10 and 2004-08-15 |
8 | 9 | # Entirely rewritten by Timwi, 2004-09-06 |
9 | 10 | # Some cleanups and fixes by AzaToth, 2006-12-20 |
| 11 | +# Is source code was http://wikitech.wikimedia.org/view/Wikibugs and |
| 12 | +# migrated to svn in 2007. |
10 | 13 | |
11 | 14 | use strict; |
12 | 15 | use utf8; |