Nick (8bits Media <[EMAIL PROTECTED]>) wrote: > I was wondering if anyone new of a PHP or Ruby on Rails (preferably > open source) cms that has multi-site capabilities.
Drupal has a multisite capability. http://drupal.org/node/43816 > To clarify, what I am looking for is the ability for a user to manage > multiple sites, on multiple domains from within a single cms install. > Ideally, the cms would have the ability to restrict users so they > could only edit particular sites. This could be done by sharing the user table between multiple Drupal instances off the same Drupal core. If the role table isn't shared, then a user could be an admin of one site and not another. Cheers Jonathan ************************************************************** Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] **************************************************************
