Archive for the ‘Mediawiki’ Category

Automatically import pages to mediawiki from powershell script

If you are using a mediawiki for internal documentation or as a team knowledge base you might want to automate page creation from a shell. I wrote a powershell script which offers a simple function to create a new wiki page with a title, text and a category as parameters. It works with HTTP – so it should work from most of your servers without firewall problems.

Mediwiki offers a Special page where you can import pages. But this is not a webservice API or something like that – it’s an html form with an xml file upload. So you have to create a mediawiki-compliant xml file and fake an html form submission with the correct parameters (thats why I have this strange parameters in $wikiURL – without them it won’t work). Read more … Powershell Tutorial

mediawiki installation in 10 minutes screencast

We created a screencast howto install a mediawiki on a ubuntu linux system including apache, mysql and php  ..

corporate SSO mediawiki installation howto

If you want your wiki to be an internal corporate tool with AD authentication / SSO integration you can use the following guide to do so. Check out our tutorial wiki

Return top