Generating an article from an email in mediawiki

有些话、适合烂在心里 提交于 2019-12-01 21:28:13

There is this extension - EmailToWiki

It relies on a POP3 account being available and has been in Beta for a long time, but it may be a good start for what you want to do.

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.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!