Migration and upgrade
Fragment of a discussion from Robowiki talk:About
Jump to navigation
Jump to search
It fixed a bug with the login, which redirected back to http for some reason. I'll add an exception for the RSS URL to not do redirect, like I did for the roborumble. Can you think of any other URLs which need exceptions?
Skilgannon (talk)
There is some differnces between new and old wikis.
The old one had some special api enabled. Specificly there were working two special urls
http://robowiki.net/w/ http://robowiki.net/api.php
they allowed to check for incremental changes.
They also gave access to rss reader.
Ok, I'm not sure how that was set up exactly. It is better not to have php files in the root namespace, or using directory defaults for file access. But there is now: http://robowiki.net/w/api.php
This should have what you need.
Skilgannon (talk)