diff --git a/contribute.md b/contribute.md index f09aaab3..eeb06146 100644 --- a/contribute.md +++ b/contribute.md @@ -33,7 +33,7 @@ We need people able to test YunoHost deeply. If you find a bug, try to identify <span class="glyphicon glyphicon-user"></span> Helping users </div> <div class="col col-md-8" markdown="1"> -Our support relies on contributors like you. Just come to [the XMPP chatroom](/support) and help new users getting started, or pick a question on the <a href="https://forum.yunohost.org/" target="_blank">Forum</a>. +Our support relies on contributors like you. Just come to [the support chatroom](/help) and help new users getting started, or pick a question on the <a href="https://forum.yunohost.org/" target="_blank">Forum</a>. </div> </div> @@ -109,32 +109,3 @@ Seed (share) YunoHost images with Torrent system: [live](http://build.yunohost.o <br> <p class="lead" markdown="1">In any case, please [come to dev chatroom](xmpp:dev@conference.yunohost.org?join) to contribute :-)</p> -<script type="text/javascript" src="/jappix/javascripts/mini.min.js"></script> -<script type="text/javascript"> - // Jappix mini chat - $(".actions").css('opacity', 0); - jQuery.ajaxSetup({cache: false}); - - var ADS_ENABLE = 'off'; - var JAPPIX_STATIC = '/jappix/'; - var HOST_BOSH = 'https://im.yunohost.org/http-bind/'; - var ANONYMOUS = 'on'; - JappixMini.launch({ - connection: { - domain: "anonymous.yunohost.org", - }, - application: { - network: { - autoconnect: false, - }, - interface: { - showpane: false, - animate: false, - }, - groupchat: { - open: ['dev@conference.yunohost.org'], - suggest: ['support@conference.yunohost.org'] - } - }, - }); -</script> diff --git a/contribute_fr.md b/contribute_fr.md index 28403815..124bfe68 100644 --- a/contribute_fr.md +++ b/contribute_fr.md @@ -33,7 +33,7 @@ Nous avons besoin de tester YunoHost profondément. Si vous trouvez un bug, essa <span class="glyphicon glyphicon-user"></span> Aidez les utilisateurs </div> <div class="col col-md-8" markdown="1"> -Notre support est communautaire et s’appuie sur des contributeurs comme vous. Venez simplement sur le [salon de discussion XMPP](/support_fr), ou tentez de répondre aux questions du <a href="https://forum.yunohost.org/" target="_blank">Forum</a>. Vous pouvez aussi organiser des <a href="https://hackstub.netlib.re/wiki/index.php?title=Atelier_3_avenir%28s%29_d%27internet_-_Introduction_%C3%A0_Yunohost_et_la_brique_internet" target="_blank">ateliers de formation</a>. +Notre support est communautaire et s’appuie sur des contributeurs comme vous. Venez simplement sur le [salon d'aide](/help_fr), ou tentez de répondre aux questions du <a href="https://forum.yunohost.org/" target="_blank">Forum</a>. Vous pouvez aussi organiser des <a href="https://hackstub.netlib.re/wiki/index.php?title=Atelier_3_avenir%28s%29_d%27internet_-_Introduction_%C3%A0_Yunohost_et_la_brique_internet" target="_blank">ateliers de formation</a>. </div> </div> @@ -105,32 +105,3 @@ Seedez (partagez) avec le système de Torrent les images de YunoHost : [live](h <br> <p class="lead" markdown="1">Dans tous les cas, venez sur le [salon de développement](xmpp:dev@conference.yunohost.org?join) pour contribuer :-)</p> -<script type="text/javascript" src="/jappix/javascripts/mini.min.js"></script> -<script type="text/javascript"> - // Jappix mini chat - $(".actions").css('opacity', 0); - jQuery.ajaxSetup({cache: false}); - - var ADS_ENABLE = 'off'; - var JAPPIX_STATIC = '/jappix/'; - var HOST_BOSH = 'https://im.yunohost.org/http-bind/'; - var ANONYMOUS = 'on'; - JappixMini.launch({ - connection: { - domain: "anonymous.yunohost.org", - }, - application: { - network: { - autoconnect: false, - }, - interface: { - showpane: false, - animate: false, - }, - groupchat: { - open: ['dev@conference.yunohost.org'], - suggest: ['support@conference.yunohost.org'] - } - }, - }); -</script> diff --git a/dev.md b/dev.md index 1d677afc..378cfe64 100644 --- a/dev.md +++ b/dev.md @@ -122,34 +122,3 @@ If you're looking for stuff to implement or fix, the bug-tracker is should be merged in `testing` (?) ! -<script type="text/javascript" src="/jappix/javascripts/mini.min.js"></script> -<script type="text/javascript"> - // Jappix mini chat - $(".actions").css('opacity', 0); - jQuery.ajaxSetup({cache: false}); - - var ADS_ENABLE = 'off'; - var JAPPIX_STATIC = '/jappix/'; - var HOST_BOSH = 'https://im.yunohost.org/http-bind/'; - var ANONYMOUS = 'on'; - JappixMini.launch({ - connection: { - domain: "anonymous.yunohost.org", - }, - application: { - network: { - autoconnect: false, - }, - interface: { - showpane: false, - animate: false, - }, - groupchat: { - open: ['dev@conference.yunohost.org'], - suggest: ['support@conference.yunohost.org'] - } - }, - }); -</script> - - diff --git a/dev_fr.md b/dev_fr.md index 1acd96da..3d2ab6d4 100644 --- a/dev_fr.md +++ b/dev_fr.md @@ -131,34 +131,4 @@ XMPP, vous devriez pouvoir vous connecter à l'aide du widget en bas de la page. - Après relecture, test et validation par les autres contributeurs, votre branche sera mergée dans `testing` (?) ! -<script type="text/javascript" src="/jappix/javascripts/mini.min.js"></script> -<script type="text/javascript"> - // Jappix mini chat - $(".actions").css('opacity', 0); - jQuery.ajaxSetup({cache: false}); - - var ADS_ENABLE = 'off'; - var JAPPIX_STATIC = '/jappix/'; - var HOST_BOSH = 'https://im.yunohost.org/http-bind/'; - var ANONYMOUS = 'on'; - JappixMini.launch({ - connection: { - domain: "anonymous.yunohost.org", - }, - application: { - network: { - autoconnect: false, - }, - interface: { - showpane: false, - animate: false, - }, - groupchat: { - open: ['dev@conference.yunohost.org'], - suggest: ['support@conference.yunohost.org'] - } - }, - }); -</script> - diff --git a/index.md b/index.md index 9f3e6656..9981ad8f 100644 --- a/index.md +++ b/index.md @@ -97,7 +97,7 @@ <a class="btn btn-lg btn-block btn-warning" href="https://forum.yunohost.org/" target="_blank">Forum</a> <a class="btn btn-lg btn-block btn-default" href="chat_rooms_en" target="_blank">Chat rooms</a> <a class="btn btn-lg btn-block btn-danger" href="https://forum.yunohost.org/c/announcement">Latest news</a> - <a class="btn btn-lg btn-block btn-danger btn-support" href="/support">Support</a> + <a class="btn btn-lg btn-block btn-danger btn-support" href="/help_fr">Support</a> </div> <div class="col-md-7 text-right"> <h1>Explore <small>what you can do with a server, and why it is important</small></h1> @@ -152,32 +152,3 @@ </script> -<script type="text/javascript" src="/jappix/javascripts/mini.min.js"></script> -<script type="text/javascript"> - // Jappix mini chat - jQuery.ajaxSetup({cache: false}); - $(".actions").css('opacity', 0); - - var ADS_ENABLE = 'off'; - var JAPPIX_STATIC = '/jappix/'; - var HOST_BOSH = 'https://im.yunohost.org/http-bind/'; - var ANONYMOUS = 'on'; - JappixMini.launch({ - connection: { - domain: "anonymous.yunohost.org", - }, - application: { - network: { - autoconnect: false, - }, - interface: { - showpane: false, - animate: false, - }, - groupchat: { - open: ['support@conference.yunohost.org'], - suggest: ['dev@conference.yunohost.org'] - } - }, - }); -</script> diff --git a/index_fr.md b/index_fr.md index e9bbd8be..01a3da99 100644 --- a/index_fr.md +++ b/index_fr.md @@ -96,7 +96,7 @@ <a class="btn btn-lg btn-block btn-warning" href="https://forum.yunohost.org" target="_blank">Forum</a> <a class="btn btn-lg btn-block btn-default" href="chat_rooms_fr" target="_blank">Salons de discussions</a> <a class="btn btn-lg btn-block btn-danger" href="https://forum.yunohost.org/c/announcement">Dernières nouvelles</a> - <a class="btn btn-lg btn-block btn-danger btn-support" href="/support_fr">Support</a> + <a class="btn btn-lg btn-block btn-danger btn-support" href="/help_fr">Support</a> </div> <div class="col-md-7 text-right"> @@ -152,32 +152,3 @@ </script> -<script type="text/javascript" src="/jappix/javascripts/mini.min.js"></script> -<script type="text/javascript"> - // Jappix mini chat - jQuery.ajaxSetup({cache: false}); - $(".actions").css('opacity', 0); - - var ADS_ENABLE = 'off'; - var JAPPIX_STATIC = '/jappix/'; - var HOST_BOSH = 'https://im.yunohost.org/http-bind/'; - var ANONYMOUS = 'on'; - JappixMini.launch({ - connection: { - domain: "anonymous.yunohost.org", - }, - application: { - network: { - autoconnect: false, - }, - interface: { - showpane: false, - animate: false, - }, - groupchat: { - open: ['support@conference.yunohost.org'], - suggest: ['dev@conference.yunohost.org'] - } - }, - }); -</script> diff --git a/install_iso.md b/install_iso.md index a947f1af..871abf04 100644 --- a/install_iso.md +++ b/install_iso.md @@ -32,6 +32,3 @@ To connect directly to your computer or with [SSH](/ssh) (only on local network: * User: **root** * Password: **yunohost** ---- - -***Need help during one of these steps? [Get support!](/support)*** diff --git a/install_iso_fr.md b/install_iso_fr.md index a493fd00..832448b3 100644 --- a/install_iso_fr.md +++ b/install_iso_fr.md @@ -31,5 +31,3 @@ Pour se connecter directement sur l’ordinateur (uniquement en local) : * Utilisateur : **root** * Mot de passe : **yunohost** ---- -***Si vous avez besoin d’aide lors de ces étapes, n’hésitez pas à utiliser les différents [moyens de support](/support_fr).*** diff --git a/install_on_arm_board.md b/install_on_arm_board.md index 8b56085a..fb07dcd1 100644 --- a/install_on_arm_board.md +++ b/install_on_arm_board.md @@ -36,6 +36,3 @@ #### Build image * [Create an ARM board image](/build_arm_image_en) ---- - -***Need help during one of these steps? [Get support!](/support)*** diff --git a/install_on_arm_board_fr.md b/install_on_arm_board_fr.md index 0c8cc277..ef8fa0eb 100644 --- a/install_on_arm_board_fr.md +++ b/install_on_arm_board_fr.md @@ -33,6 +33,3 @@ #### Créer une image * [Créer une image pour la carte ARM](build_arm_image_en) ---- - -***Si vous avez besoin d’aide lors de ces étapes, n’hésitez pas à utiliser les différents [moyens de support](/support_fr).*** diff --git a/install_on_debian.md b/install_on_debian.md index 599f8671..28c19344 100644 --- a/install_on_debian.md +++ b/install_on_debian.md @@ -22,6 +22,3 @@ An ARM box, a VPS, a dedicated server, a standard x86 computer, an old Macintosh <a class="btn btn-lg btn-default" href="/postinstall">2. Post-install</a> ---- - -***Need help during one of these steps? [Get support!](/support)*** diff --git a/install_on_debian_fr.md b/install_on_debian_fr.md index dbd61065..408a2da6 100644 --- a/install_on_debian_fr.md +++ b/install_on_debian_fr.md @@ -22,7 +22,3 @@ Sur une plateforme ARM, un VPS, un serveur dédié, un ordinateur x86 standard, <a class="btn btn-lg btn-default" href="/postinstall_fr">2. Post-installation</a> ---- - -***Si vous avez besoin d’aide lors de ces étapes, n’hésitez pas à utiliser les différents [moyens de support](/support_fr).*** - diff --git a/install_on_raspberry.md b/install_on_raspberry.md index be96c1f8..7e1879c9 100644 --- a/install_on_raspberry.md +++ b/install_on_raspberry.md @@ -56,6 +56,3 @@ sudo passwd root 4. Then follow the <a href="/install_manually">generic manual install procedure</a>. ---- - -***If you need help during one of these steps, do not hesitate to use [our support tools](/support).*** diff --git a/install_on_raspberry_fr.md b/install_on_raspberry_fr.md index 5d453af4..172538c6 100644 --- a/install_on_raspberry_fr.md +++ b/install_on_raspberry_fr.md @@ -56,6 +56,3 @@ sudo passwd root 4. Poursuivez avec la <a href="/install_manually_fr">procédure d'installation manuelle générique</a>. ---- - -***Si vous avez besoin d’aide lors de ces étapes, n’hésitez pas à utiliser les différents [outils de support](/support_fr).*** diff --git a/install_on_virtualbox.md b/install_on_virtualbox.md index 23467526..4ff5905f 100644 --- a/install_on_virtualbox.md +++ b/install_on_virtualbox.md @@ -73,6 +73,3 @@ After the reboot, you will see this screen: * You can get more information on the post-installation here: **[yunohost.org/postinstall](/postinstall)** ---- - -***Need help during one of these steps? [Get support!](/support)*** diff --git a/install_on_virtualbox_fr.md b/install_on_virtualbox_fr.md index 80732f28..5e047899 100644 --- a/install_on_virtualbox_fr.md +++ b/install_on_virtualbox_fr.md @@ -72,6 +72,3 @@ Après le redémarrage, vous devriez voir cet écran : * Vous pouvez obtenir plus d’information sur la post-installation ici : **[yunohost.org/postinstall_fr](/postinstall_fr)** * Le mode de passe root est "yunohost" ---- - -***Si vous avez besoin d’aide lors de ces étapes, n’hésitez pas à utiliser les différents [moyens de support](/support_fr).*** diff --git a/install_on_vps.md b/install_on_vps.md index d16c436e..07a9b1d9 100644 --- a/install_on_vps.md +++ b/install_on_vps.md @@ -18,6 +18,3 @@ <a class="btn btn-lg btn-default" href="/postinstall">2. Post-install</a> ---- - -***If you need help during one of these steps, do not hesitate to use [our support tools](/support).*** diff --git a/install_on_vps_fr.md b/install_on_vps_fr.md index 1bc25775..c830e6bd 100644 --- a/install_on_vps_fr.md +++ b/install_on_vps_fr.md @@ -18,7 +18,3 @@ <a class="btn btn-lg btn-default" href="/postinstall_fr">2. Post-installation</a> ---- - - -***Si vous avez besoin d’aide lors de ces étapes, n’hésitez pas à utiliser les différents [moyens de support](/support_fr).*** diff --git a/postinstall.md b/postinstall.md index 64a10cfa..838b070d 100644 --- a/postinstall.md +++ b/postinstall.md @@ -52,4 +52,3 @@ If you're using your own domain and depending on your browser, you might be stuc Once the post-installation finished, check if you can access to your server with your web-browser. If it is not the case, a few more configuration steps may be required. -Do not hesitate to come on our [support chatroom](/support) if you need help. diff --git a/postinstall_fr.md b/postinstall_fr.md index 9709e4e2..1750f734 100644 --- a/postinstall_fr.md +++ b/postinstall_fr.md @@ -58,4 +58,5 @@ Si vous utilisez votre propre domaine et selon votre navigateur, vous pourriez v Une fois l’étape de post-installation exécutée, vérifiez que votre serveur est accessible en tapant le nom de domaine choisi précédemment dans votre navigateur web. Si celui-ci n’est pas accessible, quelques étapes de configurations supplémentaires sont sûrement nécessaires. -Rendez-nous visite sur le [salon de support](/support_fr) si vous avez besoin d’aide. +N'hésitez pas à [demander de l'aide](/help_fr) au besoin. + diff --git a/security.md b/security.md index f571914f..c11c7857 100644 --- a/security.md +++ b/security.md @@ -8,7 +8,7 @@ Two things remain important to note: * The fact that YunoHost is a well-spread software increase chances to face an attack. If a flaw is discovered, it could potentially affect all the YunoHost instances at once. Keep your system **up-to-date** to remain safe. -*If you need some advises, do not hesitate to [ask us](/support).* +*If you need some advices, do not hesitate to [ask us](/help).* *To talk about security flaws, contact the [YunoHost security team](/security_team).* diff --git a/security_fr.md b/security_fr.md index bc0d00da..d9f227a2 100644 --- a/security_fr.md +++ b/security_fr.md @@ -11,7 +11,7 @@ Deux points sont néanmoins importants à noter : * Le fait que YunoHost soit un logiciel répandu augmente les chances de subir une attaque. Si une faille est découverte, elle peut potentiellement **toucher toutes les instances YunoHost** à un temps donné. Nous nous efforçons de corriger ces failles le plus rapidement possible, pensez donc à **mettre à jour régulièrement** votre système. -*Si vous avez besoin de conseil, n’hésitez pas à [nous demander](/support_fr).* +*Si vous avez besoin de conseil, n’hésitez pas à [nous demander](/help_fr).* *Pour discuter d'une faille de securité, contactez l'[équipe securité de YunoHost](/security_team_fr).* diff --git a/sitemap.md b/sitemap.md index 385788d4..fd459a1b 100644 --- a/sitemap.md +++ b/sitemap.md @@ -114,10 +114,9 @@ * [Frequently asked questions](/faq_en) * [Contributors](contribs) - [Project organization](project_organization) - * [Support](/support_en) * [Art Works](artworks_en) * [Blog](https://forum.yunohost.org/c/announcement) - [Forum](https://forum.yunohost.org) - [Chat rooms](chat_rooms_en) * [Communication](communication_en) - * [Help](/help) + * [Support / Help](/help) diff --git a/sitemap_fr.md b/sitemap_fr.md index 165ca0c1..dc365c9f 100644 --- a/sitemap_fr.md +++ b/sitemap_fr.md @@ -128,11 +128,10 @@ * [Foire aux questions](/faq_fr) - [Organisation du projet](project_organization_fr) * [Contributeurs](contribs_fr) - * [Entraide - support](/support_fr) * [Blog](https://forum.yunohost.org/c/announcement) - [Forum](https://forum.yunohost.org) - [Salons de discussions](chat_rooms_fr) * [Conférences](/conf_fr) * [Communication extérieure](communication_fr) * [Travail artistique](artworks_fr) - * [Aide](/help_fr) + * [Support / Aide](/help_fr) diff --git a/support.md b/support.md deleted file mode 100644 index 57a7003d..00000000 --- a/support.md +++ /dev/null @@ -1,19 +0,0 @@ -# Support - -The YunoHost support is provided by the community members. - -* The **best and fastest** way to get answers remains the community chatroom, accessible on the bottom-right corner of this page, or via an XMPP compatible instant messaging client (like [Pidgin](https://pidgin.im)), at the following address: - - **[support@conference.yunohost.org](xmpp:support@conference.yunohost.org?join)** - ---- - -* You may also want to visit the **discussion forum**: - - **[forum.yunohost.org](https://forum.yunohost.org/)** - ---- - -* However, if you want to write specificaly to the YunoHost team, do not hesitate to send us an email. Please note that **we do not provide any support by email**. - - **[yunohost@yunohost.org](mailto:yunohost@yunohost.org)** diff --git a/support_fr.md b/support_fr.md deleted file mode 100644 index ea1b6003..00000000 --- a/support_fr.md +++ /dev/null @@ -1,19 +0,0 @@ -# Support - Entraide - -L’entraide autour de YunoHost est assurée par la communauté. - -* Le moyen le plus **efficace et rapide** d’obtenir des réponses reste le salon de discussion instantané, accessible en bas à droite de cette page, ou via n’importe quel client de messagerie **compatible XMPP** (tel que [Pidgin](https://pidgin.im)) à l’adresse suivante : - - **[support@conference.yunohost.org](xmpp:support@conference.yunohost.org?join)** - ---- - -* Vous pouvez également vous renseigner et poser vos questions sur **le forum** (en anglais de préférence) : - - **[forum.yunohost.org](https://forum.yunohost.org/)** - ---- - -* Enfin, si vous souhaitez vous adresser spécifiquement à l’équipe YunoHost, n’hésitez pas à nous envoyer un mail. **Attention, nous n’assurons aucun support par email**. - - **[yunohost@yunohost.org](mailto:yunohost@yunohost.org)**