lepennuisic wrote:
Thanks for the hint. Indeed, I didn't know that beahviour and I like it.
This would definitely allow us to get around the requirement of
sharing the same title. I will see if (and how) that can be
implemented with
our OOo wiki, particularly how we can dynamically display the language
switch.
Any pointers?
After a lot of search and a few questions :
http://www.mediawiki.org/wiki/Help:Interwiki_linking, you 'just' have to
create some entries in the interwiki tables witch contains data like :
INSERT INTO `interwiki` VALUES ('en',
'http://wiki.services.openoffice.org/wiki/$1', 0, 0);
INSERT INTO `interwiki` VALUES ('fr',
'http://wiki.services.openoffice.org/wiki/$1', 0, 0);
INSERT INTO `interwiki` VALUES ('es',
'http://wiki.services.openoffice.org/wiki/$1', 0, 0);
INSERT INTO `interwiki` VALUES ('de',
'http://wiki.services.openoffice.org/wiki/$1', 0, 0);
After that the wikicode[[fr:Documentation/FR/]] on the page
http://wiki.services.openoffice.org/wiki/Documentation will not display
but the language bar on the left will show a 'french' that point to
Documentation/FR
Thanks very much! I'll try that out.
Frank
--
Frank Peters
Documentation Project Co-Lead
The OOo Documentation Project:
SIGN UP - PARTICIPATE - CONTRIBUTE
IT'S FREE! NO OBLIGATIONS!
http://documentation.openoffice.org
http://wiki.services.openoffice.org/wiki/Documentation
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]