Some comments based on all the above.<br><br>There is a little domain management -- we use Widlcard DNS, so we actually manage the active subdomains with the module.<br><br>
I looked at the available options.&nbsp; There are several modules that are similar (OG multisite, and multidomain come to mind). None of the modules hit our use case.&nbsp; And pressflow_multidomain has no releases, so that&#39;s right out.
<br><br>See <a href="http://drupal.org/node/180225">http://drupal.org/node/180225</a> for some other notes on multidomain.<br><br>The five important differences for Domain Manager -- which I may rename Domain Access, since that&#39;s what it is -- are as follows:
<br><br>- It uses node_access() instead of db_rewrite_sql() for partitioning content.&nbsp; And the &#39;realms&#39; that users belong to are based on the subdomain they are currently viewing, not on any form of group membership.&nbsp; 
<br><br>- Content can be assigned to all domains, select domains, or just the parent site.&nbsp; (Which is the same as the other modules.)<br><br>- If you don&#39;t have the &#39;set domain access&#39; privilege, you are not even
presented with a choice during node creation or node edit.&nbsp; In those
cases, the node_access() rules are set based on configuration options
and the currently active subdomain.&nbsp; The module is written this way so
that editors can&#39;t screw up the system.&nbsp; In particular, I don&#39;t favor
using vocabularies for partitioning content since the UI is prone to
human error. <br><br>- Optionally, you can also use the module to define editorial access to content, based on assigning editors to specific subdomains.<br><br>- We separate editing privileges out into a hierarchical system.&nbsp; National editors can edit all nodes (&#39;administer nodes&#39;), where local editors can only edit nodes that belong to their domain (&#39;edit domain nodes&#39;).
<br><br>We also, btw, have a trick for selective table prefixing inside of settings.php which I&#39;m working on a UI for.<br><br>I&#39;m not currently doing anything with menu entries, however, since the site we developed for used Flash navigation (so we used that mechanism instead of 
menu.module).<br><br>The plan is to create a series of small modules that add functions.&nbsp; See <a href="http://drupal.org/node/180264">http://drupal.org/node/180264</a> for example.<br><br>All of this backstory will go into the module documentation -- and it was part of the Barcelona presentation.&nbsp; People I spoke with were anxious to test the module, so it&#39;s in cvs a little ahead of schedule.
<br><br>Hope to have a proper release by end of month.<br><br>- Ken Rickard<br>agentrickard<br><br><br><div><span class="gmail_quote">On 10/2/07, <b class="gmail_sendername">Boris Mann</b> &lt;<a href="mailto:boris@bryght.com">
boris@bryght.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On 10/2/07, Greg Knaddison &lt;<a href="mailto:greg@pingvox.com">
greg@pingvox.com</a>&gt; wrote:<br><br>&gt; What about<br>&gt; <a href="http://drupal.org/project/multidomain">http://drupal.org/project/multidomain</a><br>&gt; and<br>&gt; <a href="http://drupal.org/project/pressflow_multidomain">
http://drupal.org/project/pressflow_multidomain</a><br>&gt;<br>&gt; and I think even one more that I can&#39;t find at the moment.<br><br>All slightly different. As is <a href="http://groups.drupal.org/hostmaster2">http://groups.drupal.org/hostmaster2
</a><br><br>Domain Manager (a misnomer a bit, I think), is optimized for the whole<br>subdomain / shared database....not actually managing domains.<br><br>We&#39;ll likely have a couple of these, since the goals for sharing
<br>content / users / etc. are all slightly different, as is managing lots<br>of separate DB run sites for hosting etc.<br><br>--<br>Boris Mann<br>Office 604-682-2889<br>Skype borismann<br><a href="http://www.bryght.com">
http://www.bryght.com</a><br></blockquote></div><br>