开发者

Send Email to Edit MediaWiki

开发者 https://www.devze.com 2023-01-30 15:02 出处:网络
How can I enable this workflow: Send an email to me@mywikiserver.com with the subject MyWikiPage mywikiserv开发者_运维知识库er.com edits MyWikiPage and appends the email contents to the page

How can I enable this workflow:

  1. Send an email to me@mywikiserver.com with the subject MyWikiPage
  2. mywikiserv开发者_运维知识库er.com edits MyWikiPage and appends the email contents to the page

I'd like to avoid manually writing SQL statements to update the database. For example, is there a Python library that can edit the MediaWiki on the server?


Here are three python mediawiki api accessing tools: http://www.mediawiki.org/wiki/API:Client_code#Python


The maintenance script edit.php in the maintenance directory allows page editing and also allows you to assign the user who made the edit.

0

精彩评论

暂无评论...
验证码 换一张
取 消