From 70843f22ad207a1cf310cf6d5396778f8a6291e8 Mon Sep 17 00:00:00 2001 From: "kload@kload.fr" Date: Fri, 14 Mar 2014 09:45:54 +0100 Subject: [PATCH] Update frontpage_fr.md --- frontpage_fr.md | 40 ++++++++++++++++++++++++++++++++-------- 1 file changed, 32 insertions(+), 8 deletions(-) diff --git a/frontpage_fr.md b/frontpage_fr.md index c0365017..9755f869 100644 --- a/frontpage_fr.md +++ b/frontpage_fr.md @@ -56,7 +56,7 @@ position: absolute; top: 90%; text-align: center;"> -Documentation FAQ Contribuer +Dernières nouvelles FAQ Documentation @@ -84,7 +84,7 @@ width: 23%; min-width: 150px; margin: 40px auto 0;"> -Essayer +Essayer

YunoHost v2 • beta4

@@ -187,17 +187,17 @@ border-radius: 5px; border: 1px solid rgba(0,0,0,0.15); box-shadow: 0 5px 15px rgba(0,0,0,0.35);"> -Documentation utilisateur -Guide d'administration -Foire aux questions -Comment contribuer -Contactez-nous +Documentation utilisateur +Guide d'administration +Foire aux questions +Comment contribuer +Dernières nouvelles

Explorez les possibilités de votre serveur, et apprenez pourquoi c'est important

-


Lire la documentation

+


Lire la documentation

@@ -257,4 +257,28 @@ }); $(".actions").css('opacity', 0); $(".languages").css('opacity', 0); + jQuery.ajaxSetup({cache: false}); + jQuery.getScript('https://doc.yunohost.org/mini/javascripts/mini.js', function() { + HOST_BOSH = 'https://doc.yunohost.org/http-bind/'; + JappixMini.launch({ + connection: { + domain: 'anonymous.yunohost.org' + }, + + application: { + network: { + autoconnect: false + }, + + interface: { + showpane: true, + animate: true + }, + + groupchat: { + open: ['support@conference.yunohost.org'] + } + } + }); + }); \ No newline at end of file