Revision: 5739 Author: leogregianin Date: 2008-07-19 04:03:18 +0000 (Sat, 19 Jul 2008)
Log Message: ----------- revert to revision 5636
Modified Paths: -------------- trunk/pywikipedia/fixes.py trunk/pywikipedia/generate_user_files.py
Modified: trunk/pywikipedia/fixes.py =================================================================== --- trunk/pywikipedia/fixes.py 2008-07-19 03:48:37 UTC (rev 5738) +++ trunk/pywikipedia/fixes.py 2008-07-19 04:03:18 UTC (rev 5739) @@ -21,7 +21,7 @@ 'HTML': { 'regex': True, 'msg': { - 'ar':u'روبوت: تحويل/تصليح HTML', + 'ar':u'روبوت: تحويل/تصليح HTML', 'en':u'Robot: converting/fixing HTML', 'de':u'Bot: konvertiere/korrigiere HTML', 'fr':u'Robot: convertit/fixe HTML', @@ -154,7 +154,7 @@ 'syntax': { 'regex': True, 'msg': { - 'ar':u'بوت: تصليح تهيئة الويكي', + 'ar':u'بوت: تصليح تهيئة الويكي', 'de':u'Bot: Korrigiere Wiki-Syntax', 'en':u'Bot: Fixing wiki syntax', 'fr':u'Bot: Corrige wiki-syntaxe', @@ -224,7 +224,7 @@ 'syntax-safe': { 'regex': True, 'msg': { - 'ar':u'بوت: تصليح تهيئة الويكي', + 'ar':u'بوت: تصليح تهيئة الويكي', 'de':u'Bot: Korrigiere Wiki-Syntax', 'en':u'Bot: Fixing wiki syntax', 'fr':u'Bot: Corrige wiki-syntaxe', @@ -374,13 +374,12 @@ 'isbn': { 'regex': True, 'msg': { - 'ar': u'روبوت: تصليح صيغة ISBN', + 'ar': u'روبوت: تصليح صيغة ISBN', 'de': u'Bot: Korrigiere ISBN-Format', 'en': u'Robot: Fixing ISBN format', 'es': u'Arreglando formato ISBN', 'he': u'בוט: מתקן פורמט ISBN', 'ja': u'ロボットによる: ISBNフォーマット修正', - 'pt': u'Bot: Corrigindo formato ISBN', 'zh': u'機器人: 修正ISBN格式', }, 'replacements': [ @@ -512,12 +511,9 @@ # # Load the user fixes file.
-import generate_user_files -import os +import config
-base_dir = '.' -base_dir = os.path.normpath(os.path.join(os.getcwd(), base_dir)) -if not os.path.exists(os.path.join(base_dir, "user-fixes.py")): - generate_user_files.create_user_fixes() -else: - print("user-fixes.py already exist.") +try: + execfile(config.datafilepath(config.base_dir, "user-fixes.py")) +except IOError: + pass
Modified: trunk/pywikipedia/generate_user_files.py =================================================================== --- trunk/pywikipedia/generate_user_files.py 2008-07-19 03:48:37 UTC (rev 5738) +++ trunk/pywikipedia/generate_user_files.py 2008-07-19 04:03:18 UTC (rev 5739) @@ -100,20 +100,14 @@ # # This is only an example. Don't use it. # -# Do you need change your 'replacements'. -# -# To call this function, run: -# replace.py -page:John -fix:example
fixes['example'] = { 'regex': True, 'msg': { - '_default': u'no summary specified', - 'pt' : u'nenhum comentário especificado', + '_default':u'no summary specified', }, 'replacements': [ (ur'\bword\b', u'two words'), - (ur'una', u'uma'), ] }
Ops, revert to rv 5736
2008/7/19 leogregianin@svn.wikimedia.org:
Revision: 5739 Author: leogregianin Date: 2008-07-19 04:03:18 +0000 (Sat, 19 Jul 2008)
Log Message:
revert to revision 5636
Modified Paths:
trunk/pywikipedia/fixes.py trunk/pywikipedia/generate_user_files.py
Modified: trunk/pywikipedia/fixes.py
--- trunk/pywikipedia/fixes.py 2008-07-19 03:48:37 UTC (rev 5738) +++ trunk/pywikipedia/fixes.py 2008-07-19 04:03:18 UTC (rev 5739) @@ -21,7 +21,7 @@ 'HTML': { 'regex': True, 'msg': {
'ar':u'روبوت: تحويل/تصليح HTML',
'ar':u'روبوت: تحويل/تصليح HTML', 'en':u'Robot: converting/fixing HTML', 'de':u'Bot: konvertiere/korrigiere HTML', 'fr':u'Robot: convertit/fixe HTML',
@@ -154,7 +154,7 @@ 'syntax': { 'regex': True, 'msg': {
'ar':u'بوت: تصليح تهيئة الويكي',
'ar':u'بوت: تصليح تهيئة الويكي', 'de':u'Bot: Korrigiere Wiki-Syntax', 'en':u'Bot: Fixing wiki syntax', 'fr':u'Bot: Corrige wiki-syntaxe',
@@ -224,7 +224,7 @@ 'syntax-safe': { 'regex': True, 'msg': {
'ar':u'بوت: تصليح تهيئة الويكي',
'ar':u'بوت: تصليح تهيئة الويكي', 'de':u'Bot: Korrigiere Wiki-Syntax', 'en':u'Bot: Fixing wiki syntax', 'fr':u'Bot: Corrige wiki-syntaxe',
@@ -374,13 +374,12 @@ 'isbn': { 'regex': True, 'msg': {
'ar': u'روبوت: تصليح صيغة ISBN',
'ar': u'روبوت: تصليح صيغة ISBN', 'de': u'Bot: Korrigiere ISBN-Format', 'en': u'Robot: Fixing ISBN format', 'es': u'Arreglando formato ISBN', 'he': u'בוט: מתקן פורמט ISBN', 'ja': u'ロボットによる: ISBNフォーマット修正',
'pt': u'Bot: Corrigindo formato ISBN', 'zh': u'機器人: 修正ISBN格式', }, 'replacements': [
@@ -512,12 +511,9 @@ # # Load the user fixes file.
-import generate_user_files -import os +import config
-base_dir = '.' -base_dir = os.path.normpath(os.path.join(os.getcwd(), base_dir)) -if not os.path.exists(os.path.join(base_dir, "user-fixes.py")):
- generate_user_files.create_user_fixes()
-else:
- print("user-fixes.py already exist.")
+try:
- execfile(config.datafilepath(config.base_dir, "user-fixes.py"))
+except IOError:
- pass
Modified: trunk/pywikipedia/generate_user_files.py
--- trunk/pywikipedia/generate_user_files.py 2008-07-19 03:48:37 UTC (rev 5738) +++ trunk/pywikipedia/generate_user_files.py 2008-07-19 04:03:18 UTC (rev 5739) @@ -100,20 +100,14 @@ # # This is only an example. Don't use it. # -# Do you need change your 'replacements'. -# -# To call this function, run: -# replace.py -page:John -fix:example
fixes['example'] = { 'regex': True, 'msg': {
'_default': u'no summary specified',
'pt' : u'nenhum comentário especificado',
}, 'replacements': [ (ur'\bword\b', u'two words'),'_default':u'no summary specified',
](ur'una', u'uma'),
}