Here is my suggestion for the time being...<br>We will need to add this for each language that its fully translated in the wiki<br><br>        RewriteCond     %{HTTP:Accept-Language} ^fr.*<br>        RewriteRule     ^/wiki/(.*)$     /wiki/$1_FR [R,L]
<br><br>So mainly, if any request is done by a browser that accepts FR language, rewrite the url to whatever it was + the language termination that we want.<br><br>The only downside is that we needed to manually add the languages...
<br>What do you guys think ?!<br><br>Paulo<br><br><div><span class="gmail_quote">On 6/27/07, <b class="gmail_sendername">Dimitris Glezos</b> <<a href="mailto:dimitris@glezos.com">dimitris@glezos.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">O/H Ville-Pekka Vainio έγραψε:<br>> I had a chat about this on #moin-dev yesterday evening. The Moin multilang
<br>> implementation works as wikifarms, so that you have en.wiki.tld, de.wiki.tld<br>> etc. and it links the same pages in those wikis together. This also means<br>> that you need to have the same page names in all wikis, so they can't be
<br>> localized.<br><br>Is there any other way to do it besides wikifarms? For example, by putting on<br>the header of the english page links to all others and from all others to the<br>english one (ie choose a language as the wiki's "main" lang)?
<br><br>-d<br><br><br>--<br>Dimitris Glezos<br>Jabber ID: <a href="mailto:glezos@jabber.org">glezos@jabber.org</a>, GPG: 0xA5A04C3B<br><a href="http://dimitris.glezos.com/">http://dimitris.glezos.com/</a><br><br>"He who gives up functionality for ease of use
<br>loses both and deserves neither." (Anonymous)<br>--<br><br>_______________________________________________<br>Fedora-infrastructure-list mailing list<br><a href="mailto:Fedora-infrastructure-list@redhat.com">Fedora-infrastructure-list@redhat.com
</a><br><a href="https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list">https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list</a><br></blockquote></div><br>