Frank Peters a écrit :
Hi lepennuisic,
About the multilingue support i think your solution and
implementation is very complex and non-intuitive.
I think the wikipedia solution ( mediawiki powered ) of simple tag in
a page and languages on the left panel is more simple, as an exemple
take a look at the spreadsheet page :
http://en.wikipedia.org/wiki/Spreadsheet
If you clic on the left language panel 'french' the page :
http://fr.wikipedia.org/wiki/Tableur appears.
that system is base on simple tag : [[fr:Tableur]] on the Speadsheet
page and i believe it's a better solution than a complex structure.
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
(work on my test site)
I would still like to propose to have the structure of the documentation
pieces be in parallel for different languages. That would allow to easier
keep track of the available docs pieces.
Frank
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]