Generating an article from an email in mediawiki

前端 未结 2 1839
旧时难觅i
旧时难觅i 2021-01-21 03:42

I would like to be send an email to an address that mediawiki can pick up and have mediawiki take it and generate a new page from it as a starting point. More complicated stuff

2条回答
  •  走了就别回头了
    2021-01-21 04:01

    Have a daemon of some sort running on the server that picks up emails from an account (through POP protocol presumably), use the Mediawiki API to generate stub page.

    Instead of a daemon, you could just have a cron job of some form.

提交回复
热议问题