ExoticA as a Wiki
Posted: Wed Dec 21, 2005 9:04 pm
I've been playing with the idea of having exotica running mostly as a wiki with some databased areas on top (like unexotica).
I need some advice on wiki systems..
First of all moinmoin, nice name, read it's fast. Uses per page attachments. (Python)
MediaWiki (Runs wikipedia), not as fast, uses a global file library. Proven to work with large amounts of data. (php)
I currently have been messing around with a mediawiki install running on a little virtual server of mine. not looked much at the actual code, but it has a lot of features.
The file attachments is an important part.. having a single upload library means files must all have different names. But it also means pages can share images/files, which on a large site like exotica could be useful.
I've read that mediawiki's code isnt that great though, and needs more powerful hardware, but its written in php which I know a bit about.
What are your views.. anyone here got some wiki experience ?
I need some advice on wiki systems..
First of all moinmoin, nice name, read it's fast. Uses per page attachments. (Python)
MediaWiki (Runs wikipedia), not as fast, uses a global file library. Proven to work with large amounts of data. (php)
I currently have been messing around with a mediawiki install running on a little virtual server of mine. not looked much at the actual code, but it has a lot of features.
The file attachments is an important part.. having a single upload library means files must all have different names. But it also means pages can share images/files, which on a large site like exotica could be useful.
I've read that mediawiki's code isnt that great though, and needs more powerful hardware, but its written in php which I know a bit about.
What are your views.. anyone here got some wiki experience ?