Hi,all Originally, I just chosed the license of our internal medawiki as GFDL. But our group memebers don't think it is proper for the actual content. Could anybody tell me how to change it?
I also installed mediawiki 1.3.5 on my personal machine with chinese language option. But the help link is linking to english wikipedia site's bad title page. I don't want to hack the sidebar and only want to switch to english. How can I do this?
On Oct 16, 2004, at 7:18 AM, Kiss All wrote:
Hi,all Originally, I just chosed the license of our internal medawiki as GFDL. But our group memebers don't think it is proper for the actual content. Could anybody tell me how to change it?
Edit LocalSettings.php and change the license settings. (Set them all to "" to leave it vague and unspecified; you can clarify in MediaWiki: messages or help pages if you like.)
I also installed mediawiki 1.3.5 on my personal machine with chinese language option. But the help link is linking to english wikipedia site's bad title page. I don't want to hack the sidebar and only want to switch to english. How can I do this?
Edit LocalSettings.php and change $wgLanguageCode. You'll also need to rebuild the MediaWiki: pages from the English language file, use the 'rebuildMessages.php' script in maintenance/. This needs to be run from the command line, and you should make an AdminSettings.php first (see AdminSettings.sample).
IMPORTANT NOTE: if rebuildMessages.php seems to "hang" with no output, type the number "2" and hit "enter". On some PHP configurations there seems to be an output buffering problem, and so the prompt doesn't appear before it sits there waiting for input. The prompt looks something like this:
Current namespace size: 1739 1. Update messages to include latest additions to Language.php 2. Delete all messages and reinitialise namespace 3. Quit
Please enter a number:
-- brion vibber (brion @ pobox.com)
Thanks a lot!
On Sat, 16 Oct 2004 14:34:16 -0700, Brion Vibber brion@pobox.com wrote:
On Oct 16, 2004, at 7:18 AM, Kiss All wrote:
Hi,all Originally, I just chosed the license of our internal medawiki as GFDL. But our group memebers don't think it is proper for the actual content. Could anybody tell me how to change it?
Edit LocalSettings.php and change the license settings. (Set them all to "" to leave it vague and unspecified; you can clarify in MediaWiki: messages or help pages if you like.)
I also installed mediawiki 1.3.5 on my personal machine with chinese language option. But the help link is linking to english wikipedia site's bad title page. I don't want to hack the sidebar and only want to switch to english. How can I do this?
Edit LocalSettings.php and change $wgLanguageCode. You'll also need to rebuild the MediaWiki: pages from the English language file, use the 'rebuildMessages.php' script in maintenance/. This needs to be run from the command line, and you should make an AdminSettings.php first (see AdminSettings.sample).
IMPORTANT NOTE: if rebuildMessages.php seems to "hang" with no output, type the number "2" and hit "enter". On some PHP configurations there seems to be an output buffering problem, and so the prompt doesn't appear before it sits there waiting for input. The prompt looks something like this:
Current namespace size: 1739
- Update messages to include latest additions to Language.php
- Delete all messages and reinitialise namespace
- Quit
Please enter a number:
-- brion vibber (brion @ pobox.com)
Wikitech-l mailing list Wikitech-l@wikimedia.org http://mail.wikipedia.org/mailman/listinfo/wikitech-l
wikitech-l@lists.wikimedia.org