mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Remove jappix chat (#533)
* Remove old support page (see new-help-page) * Remove jappix chat applet
This commit is contained in:
parent
835c76db45
commit
982719a9e9
26 changed files with 10 additions and 264 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
31
dev.md
31
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>
|
||||
|
||||
|
||||
|
|
30
dev_fr.md
30
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>
|
||||
|
||||
|
||||
|
|
31
index.md
31
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>
|
||||
|
|
31
index_fr.md
31
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>
|
||||
|
|
|
@ -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)***
|
||||
|
|
|
@ -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).***
|
||||
|
|
|
@ -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)***
|
||||
|
|
|
@ -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).***
|
||||
|
|
|
@ -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)***
|
||||
|
|
|
@ -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).***
|
||||
|
||||
|
|
|
@ -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).***
|
||||
|
|
|
@ -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).***
|
||||
|
|
|
@ -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)***
|
||||
|
|
|
@ -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).***
|
||||
|
|
|
@ -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).***
|
||||
|
|
|
@ -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).***
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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).*
|
||||
|
||||
|
|
|
@ -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).*
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
19
support.md
19
support.md
|
@ -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)**
|
|
@ -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)**
|
Loading…
Add table
Reference in a new issue