On Nov 15, 2004, at 3:28 AM, James Gardiner wrote:
There may be a need to have certain pages in multiple languages. Is the best way to do this for a small site is to add a language identifier to the page title eg:
here is the CV in [[CV.en|English]] or in [[CV.nl|Dutch]].
Is there a way to do this and still have a more readable title eg "English CV" rathern than "CV.en"?
You can simply call the page "English CV" if you like, but the page's title is going to appear just so in the URL. It's a wiki, not a general purpose CMS, so sometimes this is a compromise.
- I see from the LocalSettings.php that it is possible to prevent access to certain pages for users who are not logged in. Do I need to list all the pages I want blocked or is it possible to do wildcards eg internal*
Actually, you need to explicitly list all the pages you want to allow access to. I don't really recommend using this mode, but if it does what you want it's there...
-- brion vibber (brion @ pobox.com)