Hi,

1) link http://fr.libreoffice.org/get-help/nabble/  doesn't work on recent
browser because there is a redirect on https website of libreoffice.org and
in this webpage, a iframe try to display nabble link that is not https....
(so security problem for browser).
A workaround could be redirect to http://nabble.
documentfoundation.org/French-f1744075.html instead of iframe.

2) when I try to download ol version of libreoffice, the link is :
https://downloadarchive.documentfoundation.org/libreoffice/old/
but I receive error : 504 Gateway time-out from the nginx server... problem
on the server ?

Regards.
Yves

ps : don't know if I should write in English or French, let me know ;)

Echange en français pour info :

Je parviens à les autoriser en cliquant sur l'icône du cadenas https (dans
la barre d'url) et en les autorisant temporairement.
Je pense que le lien vers le site <http://fr.libreoffice.org/get
-help/nabble/> fait un redirect en https (force la connexion https via par
exemple un url rewrite) et donc on tourne en rond.
Le problème pour moi : fr.libreoffice.org travaille en https par défaut. si
on veut que ça fonctionne, il faut passer nabble en https aussi...

pour la traduction : c'est un script sur le site libreoffice qui est en
cause.

{
    var nabble_id="a.f1744091";
    var link=document.getElementById("nabblelink");
    if (window.nabble_id && link != null) {
        link.style.display="none";
        if ('https:' == window.location.protocol) {
            document.write("<p>nabble doesn't support https. Make sure you
either have configured an exception in your browser or <a href='http:" +
window.location.href.substring(window.location.protocol.length) + "'>access
this page using plain http</a></p>");
        }
        document.write("<div id='nabbleforum' style='width:100%'><div
style='height:700px'><img src='http://n3.nabble.com/images/loading.png'
width=94 height=33 alt='Loading...'></div></div>");
        var e = document.createElement("script");
        e.src = 'http://n3.nabble.com/embed/JsEmbed.jtp?site=969070&node=
1744091&url=' + encodeURIComponent(location.href);
        e.type="text/javascript";
        document.getElementsByTagName("head")[0].appendChild(e);
    }
}


une solution pour ton correspondant, accéder en direct à Nabble :
http://nabble.documentfoundation.org/French-f1744075.html


Yves Dutrieux
-- 
web site : http://www.molenbaix.com

-- 
To unsubscribe e-mail to: website+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/website/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to