Topic: Help me find a CMS
I've been hired to produce the backend for the new university website (where I used to study). We have a design that is pretty much done (similar to http://www.lu.se/), but now we need to find a CMS so that we can add new stuff to the website without manually adding new HTML pages and all that. We have the following requirements:
- It must work with IIS (Microsoft's webserver).
- It must have some sort of versioning support so that you can go back to a previous version of a document. Diff support would be nice as well.
- There must be some way of constructing a multi-level menu that is used for the main navigation (like the one on the left here).
- It must be possible include PHP code or to call PHP scripts from individual documents (some pages will contain dynamic content).
- It would be preferable if the same install could be used to power more than one website (some departments will have their own website).
- It must be possible to setup users so that certain users have acces to only certain parts of the site. I.e. a department "web person" must not be able to edit the frontpage or the other departments pages etc.
I've looked around all day and I'm getting fed up with it. Any tips? I've installed Typo3 and Mambo which appear to be some of the most advanced CMS's out there. Mambo is quite nice, but I'm not sure it supports everything we need (e.g. the multi-level menu). Typo3 on the other hand is HUGE and probably supports what we need, but the learning curve is extremely steep. I don't even know where to start. I can think of more constructive things to do than to spend two weeks learning Typo3 before we I get to work.