Hello, At Monday 26 July 2010 12:27:25 DaB. wrote:
You might replicate the wikis, but not the lists (they are not in a db) that say if they are closed or private, which is how they are worked out on the WMF side if they are Private or Closed for user access.
If (wiki is in toolserver.wiki AND wiki has view) then wiki is public. If (wiki is not in toolserver.wiki AND wiki has no view) then wiki is private. If (wiki is in toolserver.wiki AND has no view) OR (wiki is not in toolserver.wiki AND has view) then something is wrong.
For collabwiki case 2 is true, so I don't see the problem. And if you like to parse the wikimedia-foundation-config-files (many of them are readable by web), then you can do this too if you like (but we roots don't support it).
Sincerly, DaB.