Difference between revisions of "Xyphoid/MediawikiConversion"
(What makes this place harder than MediaWiki?) |
|||
Line 3: | Line 3: | ||
=== Comments === | === Comments === | ||
What makes it harder? I use both this wiki and MediaWiki pretty extensively, and I must say that this place seems snappier and cleaner, at least. Plus, there's the advantage of not having to re-write a bunch of the sections to fit the different syntax. At the same time, it's your server and time and money. Is it security updates, or some such? I would've guessed that this place didn't need much work anymore... -- GreenLantern | What makes it harder? I use both this wiki and MediaWiki pretty extensively, and I must say that this place seems snappier and cleaner, at least. Plus, there's the advantage of not having to re-write a bunch of the sections to fit the different syntax. At the same time, it's your server and time and money. Is it security updates, or some such? I would've guessed that this place didn't need much work anymore... -- GreenLantern | ||
+ | |||
+ | The server it's currently running on will be retired in the near future, so I have to do some work in either case. I have a couple of choices - one is find another place to run usemod, the other is migrate to something else. Usemod is a perl CGI script writing to disk - this is pretty much unique among the stuff we have, and it doesn't suit our load-balancing and configuration. Mediawiki is php+mysql, which is what our main cluster is designed for. Basically I can keep mediawiki with the rest of my hosted content, but soon I won't have a good place for usemod. | ||
+ | |||
+ | Another option is that if someone else has a good place to host usemod wikis, I can pass it over to them. | ||
+ | |||
+ | I ran an test of the conversion and it appears promising at first glance - http://exalted-new.xi.co.nz/exwiki/index.php/WelcomeToExaltedWiki - note that any changes made to that copy will be lost for now as there were some errors reading pages starting with M. -- [[Xyphoid]] |
Revision as of 12:07, 3 April 2010
So, hosting usemod is becoming harder and harder. I'm trying out the mediawiki site conversion tools, as it would be much easier to host that way. Comments? Feedback? - Xyphoid
Comments
What makes it harder? I use both this wiki and MediaWiki pretty extensively, and I must say that this place seems snappier and cleaner, at least. Plus, there's the advantage of not having to re-write a bunch of the sections to fit the different syntax. At the same time, it's your server and time and money. Is it security updates, or some such? I would've guessed that this place didn't need much work anymore... -- GreenLantern
The server it's currently running on will be retired in the near future, so I have to do some work in either case. I have a couple of choices - one is find another place to run usemod, the other is migrate to something else. Usemod is a perl CGI script writing to disk - this is pretty much unique among the stuff we have, and it doesn't suit our load-balancing and configuration. Mediawiki is php+mysql, which is what our main cluster is designed for. Basically I can keep mediawiki with the rest of my hosted content, but soon I won't have a good place for usemod.
Another option is that if someone else has a good place to host usemod wikis, I can pass it over to them.
I ran an test of the conversion and it appears promising at first glance - http://exalted-new.xi.co.nz/exwiki/index.php/WelcomeToExaltedWiki - note that any changes made to that copy will be lost for now as there were some errors reading pages starting with M. -- Xyphoid