User:Housekeeping Bot/bot-recent: Difference between revisions
Jump to navigation
Jump to search
imported>Daniel Mietchen (started) |
imported>Daniel Mietchen |
||
Line 14: | Line 14: | ||
This section lists automated actions to be performed by this account once or a few times only, with the most recent at the top. | This section lists automated actions to be performed by this account once or a few times only, with the most recent at the top. | ||
'''16:10, 11 January 2010 (UTC)''' | |||
;Adding [[CZ:Workgroups]] to [[:Category:Bot-created Related Articles subpages]], as per [http://forum.citizendium.org/index.php/topic,2823.msg23521.html#msg23521 problem description] and [http://en.citizendium.org/wiki?title=User_talk%3AChris_Day&diff=100616686&oldid=100612166#Extension_of_the_tag_principle chosen solution] | ;Adding [[CZ:Workgroups]] to [[:Category:Bot-created Related Articles subpages]], as per [http://forum.citizendium.org/index.php/topic,2823.msg23521.html#msg23521 problem description] and [http://en.citizendium.org/wiki?title=User_talk%3AChris_Day&diff=100616686&oldid=100612166#Extension_of_the_tag_principle chosen solution] | ||
:<code><nowiki>python replace.py -pt:1 -cat:Bot-created_Related_Articles_subpages -regex "\[\[Category:Bot-created Related Articles subpages\]\]" "{{Bot-created_related_article_subpage}}" -summary:"Automated edit: Adding [[CZ:Workgroups]] to [[Category:Bot-created Related Articles subpages]]" -always</nowiki></code> | :<code><nowiki>python replace.py -pt:1 -cat:Bot-created_Related_Articles_subpages -regex "\[\[Category:Bot-created Related Articles subpages\]\]" "{{Bot-created_related_article_subpage}}" -summary:"Automated edit: Adding [[CZ:Workgroups]] to [[Category:Bot-created Related Articles subpages]]" -always</nowiki></code> | ||
Revision as of 10:10, 11 January 2010
Regular
This section lists automated actions that this account may perform on a regular basis. If you feel it's been too long since one of them ran the last time, please email Daniel Mietchen and D. Matt Innis or leave a note on one of our talk pages.
- nothing to report here yet
Planned
This section lists automated actions planned to be performed by this account in the next few days, sorted by priority. When put here, the code has already been tested in debug mode (i.e. without actually making any edit). If test edits were done, they will be linked from here.
- nothing to report here yet
Irregular or one-time edits
This section lists automated actions to be performed by this account once or a few times only, with the most recent at the top.
16:10, 11 January 2010 (UTC)
- Adding CZ:Workgroups to Category:Bot-created Related Articles subpages, as per problem description and chosen solution
python replace.py -pt:1 -cat:Bot-created_Related_Articles_subpages -regex "\[\[Category:Bot-created Related Articles subpages\]\]" "{{Bot-created_related_article_subpage}}" -summary:"Automated edit: Adding [[CZ:Workgroups]] to [[Category:Bot-created Related Articles subpages]]" -always
- The antidote to the above command would be
python replace.py -pt:1 -cat:Bot-created_Related_Articles_subpages -regex "{{Bot-created_related_article_subpage}}" "[[Category:Bot-created Related Articles subpages]]" -summary:"Automated edit: Removing [[CZ:Workgroups]] from [[Category:Bot-created Related Articles subpages]]" -always
- Test edits for the antidote are documented here.