Issues while develop a new MediaWiki Extension
From Project:Support desk
I am trying to create a new Mediawiki extension which reads email and creates new Article based on email content. Being absolutely new to the Mediawiki API, I am stuck with following issues:
1. How to create a new Mediawiki Article via php code? 2. What is the way to manually call extension php page which will then read all the UNSEEN emails and create articles? I mean how to activate via URL.
Pardon me if above questions are stupid but I am fairly new to Mediawiki and PHP programming.