0

I'm not absolutely certain whether this should be here or on Web Applications, but here goes.

I need wiki software, preferably something that runs on PHP but this is not a hard requirement, which supports namespaces. That is, I need to be able to give users an arbitrary number of wiki spaces that do not overlap or interact with each other. FOSS is preferred as well.

I've been unable to find something like this so far, so I may have to roll my own solution. Does anyone know of such an application?

Sudowned
  • 288
  • 1
  • 3
  • 13
  • You can't do this with MediaWiki? (http://www.mediawiki.org/wiki/MediaWiki) – The White Phoenix Jul 11 '11 at 19:35
  • hrng. was absolutely certain that MediaWiki couldn't, and it looks like you're right - it does support namespaces. Feel free to convert your comment to a question and I'll accept it. – Sudowned Jul 11 '11 at 19:41
  • We have this in Confluence and I *HATE* it. Building separate gardens in an organisation builds walls where there shouldn't be any. Wikipedia became what it is through allowing open (and responsible) contributions. I'd recommend you seriously consider the end result of the separation you seek. – Bernhard Hofmann Jul 11 '11 at 19:48
  • If I was building something for a corporate intranet, I'd be able to discuss that point with you, Bernhard. However, in this case what I'm actually doing is far closer to a wikifarm than anything else. I mean, it isn't a wikifarm, but users aren't going to be *unified in purpose* beyond their immediate circle of friends so a single namespace doesn't make any sense. – Sudowned Jul 11 '11 at 20:13

2 Answers2

1

I suggest you consider MediaWiki for this. It is PHP-based FOSS software.

A search on the MediaWiki page reveals these results regarding Namespaces.

0

It's not FOSS, but Confluence will do this for you.

larsks
  • 41,276
  • 13
  • 117
  • 170