I have installed a media wiki (www.mediawiki.org) on my server and need to create Wiki pages automatically using c#.
Does anyone know how to programmatically create Media Wiki pages using C#.
Many thanks,
I have installed a media wiki (www.mediawiki.org) on my server and need to create Wiki pages automatically using c#.
Does anyone know how to programmatically create Media Wiki pages using C#.
Many thanks,
Yep, take a look at this page: http://www.mediawiki.org/wiki/API:Client_code
You have two C# wrappers for media wiki API:
http://sourceforge.net/projects/wikiaccess/
http://dotnetwikibot.sourceforge.net/
the later can insert and modify pages, for first one I am not sure but check