https://bugzilla.wikimedia.org/show_bug.cgi?id=15383


Brion Vibber <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|wikibugs-                   |[EMAIL PROTECTED]
                   |[EMAIL PROTECTED]       |




--- Comment #3 from Brion Vibber <[EMAIL PROTECTED]>  2008-11-17 17:12:58 UTC 
---
Putting on Rob's list to create...

Add entry for wgNamespaceAliases in InitialiseSettings:
'nowikimedia' => array(
  'Brukar' => NS_USER,
  'Brukardiskusjon' => NS_USER_TALK,
  'Fil' => NS_IMAGE,
  'Fildiskusjon' => NS_IMAGE_TALK,
  'Wikimedia_Noreg' => NS_PROJECT,
  'Wikimedia_Norga' => NS_PROJECT,
),

Add entry for wgSitename:
'nowikimedia' => 'Wikimedia Norge',

and wgMetaNamespace:
'nowikimedia' => 'Wikimedia_Norge',

Add entry for wgImportSources:
'nowikimedia' => array( 'meta, 'w', 'w:nn', 'w:se' ),
(I'm not sure w:nn and w:se will actually _work_ yet, though. We'll test after
setup.)

Creation settings:
addwiki.php no wikimedia nowikimedia

I think that should do it. Might have to add a DNS entry under wikimedia.org
template if it's not already pulling the language list. ('no' is conveniently
both a country and a language code. ;)

Also... might have to clone an entry in wikimedia.conf in
/home/wikipedia/config/httpd. I don't think they have a wildcard for wikis on
*.wikimedia.org, so it might need adding.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to