http://www.mediawiki.org/wiki/Special:Code/pywikipedia/11207

Revision: 11207
Author:   binbot
Date:     2013-03-15 07:46:41 +0000 (Fri, 15 Mar 2013)
Log Message:
-----------
Renaming German-specific fixes to -de in order to avoid conflicts (see mailing 
list); .yu expired 3 years ago

Modified Paths:
--------------
    trunk/pywikipedia/fixes.py

Modified: trunk/pywikipedia/fixes.py
===================================================================
--- trunk/pywikipedia/fixes.py  2013-03-15 07:23:20 UTC (rev 11206)
+++ trunk/pywikipedia/fixes.py  2013-03-15 07:46:41 UTC (rev 11207)
@@ -5,7 +5,7 @@
 """
 
 #
-# (C) Pywikipedia team, 2008-2010
+# (C) Pywikipedia team, 2008-2013
 #
 __version__ = '$Id$'
 #
@@ -28,12 +28,11 @@
                   * grammar-de  - fix grammar and typography in German
                   * vonbis      - Ersetze Binde-/Gedankenstrich durch "bis"
                                   in German
-                  * music       - Links auf Begriffsklärungen in German
-                  * datum       - specific date formats in German
+                  * music-de    - Links auf Begriffsklärungen in German
+                  * datum-de    - specific date formats in German
                   * correct-ar  - Corrections for Arabic Wikipedia and any
                                   Arabic wiki.
-                  * yu-tld      - the yu top-level domain will soon be
-                                  disabled, see
+                  * yu-tld      - the yu top-level domain is disabled
                   * fckeditor   - Try to convert FCKeditor HTML tags to wiki
                                   syntax.
                                   
http://lists.wikimedia.org/pipermail/wikibots-l/2009-February/000290.html
@@ -366,8 +365,8 @@
     },
 
     # some disambiguation stuff for de:
-    # python replace.py -fix:music -subcat:Album
-    'music': {
+    # python replace.py -fix:music-de -subcat:Album
+    'music-de': {
         'regex': False,
         'msg': {
             'de':u'Bot: korrigiere Links auf Begriffsklärungen',
@@ -387,8 +386,8 @@
     },
 
     # format of dates of birth and death, for de:
-    # python replace.py -fix:datum -ref:Vorlage:Personendaten
-    'datum': {
+    # python replace.py -fix:datum-de -ref:Vorlage:Personendaten
+    'datum-de': {
         'regex': True,
         'msg': {
             'de': u'Bot: Korrigiere Datumsformat',
@@ -589,7 +588,7 @@
             (u'Special:Whatlinkshere',   u'Special:WhatLinksHere'),
         ],
     },
-    # yu top-level domain will soon be disabled,
+    # yu top-level domain was disabled in 2010,
     # see 
http://lists.wikimedia.org/pipermail/wikibots-l/2009-February/000290.html
     # The following are domains that are often-used.
     'yu-tld': {


_______________________________________________
Pywikipedia-svn mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikipedia-svn

Reply via email to