updated on Mon Jan 23 04:00:55 UTC 2012
[aur-mirror.git] / python2-wikipedia-rewrite-svn / user-config.py
blobc9c5cf200b3209635dcdf770cef8745237c7e3ce
1 # -*- coding: utf-8 -*-
3 # This is a sample config file. Please create a directory '.pywikibot'
4 # in your home directory and copy this file as 'user-config.py'.
5 # Then don't forget to edit it to suit your needs ;)
7 # See /usr/lib/python2.7/site-packages/pywikibot/config2.py for all
8 # the available options (you just have to define them here, they'll
9 # take precedence over the default ones)
12 # The family of sites we are working on.
13 # See /usr/lib/python2.7/site-packages/pywikibot/families for a list
14 # of known families. In case you want to add some, just create the
15 # '/home/<user>/.pywikibot/families' directory and put your files here
16 # according to the syntax '<family_name>_family.py'.
17 family = 'wikipedia'
19 # The language code of the site we're working on.
20 mylang = 'en'
22 # The dictionary usernames should contain a username for each site where you
23 # have a bot account.
24 usernames['wikipedia']['en'] = 'myEnglishUsername'
25 usernames['wiktionary']['fr'] = 'myFrenchUsername'
28 # The encoding in which textfiles are stored, which contain lists of page
29 # titles. The most used is: 'utf-8'. 'utf-8-sig' recognizes BOM but it is
30 # available on Python 2.5 or higher. For a complete list please see:
31 # http://docs.python.org/library/codecs.html#standard-encodings
32 textfile_encoding = 'utf-8'
35 # These are additional settings you may want to have a look, relative
36 # to specific scripts and further configuration.
37 # See /usr/lib/python2.7/site-packages/pywikibot/config2.py for
38 # details.
40 ############## LOGFILE SETTINGS ##############
42 ############## INTERWIKI SETTINGS ##############
44 ############## SOLVE_DISAMBIGUATION SETTINGS ############
46 ############## IMAGE RELATED SETTINGS ##############
48 ############## SETTINGS TO AVOID SERVER OVERLOAD ##############
50 ############## TABLE CONVERSION BOT SETTINGS ##############
52 ############## WEBLINK CHECKER SETTINGS ##############
54 ############## DATABASE SETTINGS ##############
56 ############## SEARCH ENGINE SETTINGS ##############
58 ############## COPYRIGHT SETTINGS ##############
60 ############## HTTP SETTINGS ##############
62 ############## FURTHER SETTINGS ##############