View custom-CreateRedirectPageFromTextFile.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
""" | |
വിക്ഷണറിയിലെ ആവശ്യത്തിനു വേണ്ടി - താളിന്റെ പേരും നിർവചനവും അടങ്ങിയിട്ടുള്ള ഫയലിൽ നിന്ന് താളുകൾ നിർമ്മിക്കാൻ. | |
നിർമ്മിച്ചത്: സുനിൽ വി.എസ്., സരയുവിനൊപ്പം | |
തിയതി: 2012-02-28 | |
""" |
View custom-PageListonTitlePart.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
""" | |
തലക്കെട്ടിൽ തിരഞ്ഞ് താളുകളെ കണ്ടെത്താൻ | |
നിർമ്മിച്ചത്: സുനിൽ വി.എസ്., സരയുവിനൊപ്പം | |
തിയതി: 2012-02-27 | |
""" |
View custom-PageListonRevisionCount.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
""" | |
ഉപതാളുകളിലെ തിരുത്തലുകളുടെ എണ്ണത്തിനനുസരിച്ച് ഒരു പട്ടികയുണ്ടാക്കാൻ (പ്രത്യേകിച്ചും, ഒറ്റത്തിരുത്ത് മാത്രം വന്ന താളുകളെ കണ്ടെത്താൻ) | |
നിർമ്മിച്ചത്: സുനിൽ വി.എസ്., | |
തിയതി: 2012-02-20 | |
ശ്രദ്ധിക്കുക: ഫലം സ്ക്രീനിൽത്തന്നെയാണ് കിട്ടുക | |
""" |
View user-fixes.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# | |
# This is only an example. Don't use it. | |
# version: 2.0 | |
fixes['wikisource'] = { | |
'regex': True, | |
'msg': { | |
'_default':u'അക്ഷരത്തെറ്റ് ശരിയാക്കുന്നു', |
View custom-Contributor.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
""" | |
ഒരു താളിലെയും അതിന്റെ ഉപതാളുകളിലെയും സംശോധകരുടെ പട്ടികയുണ്ടാക്കാൻ. | |
പ്രധാനമായും വിക്കിഗ്രന്ഥശാലക്കായി. | |
നിർമ്മിച്ചത്: സുനിൽ വി.എസ്. - സരയുവിനൊപ്പം | |
തിയതി: 2012-02-08 | |
പതിപ്പ്: 1 |
View custom-MakePagestListOnPrefix.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
""" | |
ഒരു താളിന്റെ ഉപതാളുഅളുടെ പട്ടികയുണ്ടാക്കാൻ. ഈ പ്രോഗ്രാം തന്നെ ഒരു പദത്തിൽത്തുടങ്ങുന്ന താളൂകളുടെ പട്ടികയുണ്ടാക്കാനും ഉപയോഗിക്കാം. | |
നിർമ്മിച്ചത്: സുനിൽ വി.എസ്. | |
തിയതി: 2012-01-21 | |
""" | |
import wikipedia |
View custom-DataTransferFromTextFiles.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
""" | |
ഫയലുകളിലെ ഉള്ളടക്കം മൊത്തത്തിൽ ഗ്രന്ഥശാലയിലേക്കെത്തിക്കാൻ - പ്രത്യേകിച്ച് കൈപ്പള്ളിയുടെ ബൈബിൾ പകർത്താനുണ്ടാക്കിയത് | |
നിർമ്മിച്ചത്: സുനിൽ വി.എസ്. | |
തിയതി: 2011-11-14 | |
ഫയലുകൾ 1:1.txt, 1:2.txt .. 2:1.txt .. എന്ന ക്രമത്തിൽ ലഭിക്കുമെന്ന് പ്രതീക്ഷിക്കുന്നു. | |
""" |
View custom-RevisionCounter.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
""" | |
താളുകളിലെ തിരുത്തലുകളുടെ എണ്ണം കണ്ടെത്താൻ | |
നിർമ്മിച്ചത്: സുനിൽ വി.എസ്., സരയുവിനൊപ്പം | |
തിയതി: 2011-11-07 | |
""" |
View custom-FindAndReplaceOnSubPages.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
""" | |
അനേകം ഉപതാളുകളിലെ ഉള്ളടക്കത്തിൽ കണ്ടെത്തി മാറ്റാൻ | |
നിർമ്മിച്ചത്: സുനിൽ വി.എസ്. | |
തിയതി: 2011-10-24 | |
മാറ്റങ്ങൾ | |
======= |
View custom-NullEdit.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
""" | |
നൾ എഡിറ്റുകൾ ചെയ്യാൻ | |
നിർമ്മിച്ചത്: സുനിൽ വി.എസ്. | |
തിയതി: 2011-09-01 | |
അവസാനം തിരുത്തിയത്: 2011-09-0 | |
""" |