http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10350
Revision: 10350 Author: xqt Date: 2012-06-12 07:43:08 +0000 (Tue, 12 Jun 2012) Log Message: ----------- doc for cosmetic_changes_deny_script here, introduced with r10337
Modified Paths: -------------- branches/rewrite/scripts/cosmetic_changes.py
Modified: branches/rewrite/scripts/cosmetic_changes.py =================================================================== --- branches/rewrite/scripts/cosmetic_changes.py 2012-06-12 07:29:31 UTC (rev 10349) +++ branches/rewrite/scripts/cosmetic_changes.py 2012-06-12 07:43:08 UTC (rev 10350) @@ -50,6 +50,18 @@ your user-config.py:
cosmetic_changes_disable['wikipedia'] = ('de', 'en', 'fr') + +You may disable cosmetic changes for a given script by appending the all +unwanted scripts to the list cosmetic_changes_deny_script in your +user-config.py. By default it contains cosmetic_changes.py itself and touch.py. +This overrides all other enabling settings for cosmetic changes. Please modify +the given list by adding such lines to your user-config.py: + + cosmetic_changes_deny_script.append('your_script_name_1') + +or by adding a list to the given one: + + cosmetic_changes_deny_script += ['your_script_name_1', 'your_script_name_2'] """ # # (C) xqt, 2009-2012
pywikipedia-svn@lists.wikimedia.org