diff --git a/XMPP.md b/XMPP.md index 5fb4a6ea..2cef78c0 100644 --- a/XMPP.md +++ b/XMPP.md @@ -37,6 +37,7 @@ You can connect to your YunoHost XMPP account in different ways. - [Conversations](https://conversations.im/) (Android) - [Movim under Android](https://movim.eu) - [Monal](https://itunes.apple.com/us/app/monal-free-xmpp-chat/id317711500?mt=8) (iOS) +- [Kaidan](https://github.com/KaidanIM/Kaidan) (Ubuntu Touch / Plasma Mobile) Here is an exhaustive list of XMPP clients : https://en.wikipedia.org/wiki/Comparison_of_XMPP_clients diff --git a/XMPP_fr.md b/XMPP_fr.md index e38c6300..594f2151 100644 --- a/XMPP_fr.md +++ b/XMPP_fr.md @@ -36,6 +36,7 @@ Il existe différents types de clients pour se connecter à XMPP. * [Conversations](https://conversations.im/) (Android) * [Movim sous Android](https://movim.eu) * [Monal](https://itunes.apple.com/us/app/monal-free-xmpp-chat/id317711500?mt=8) (iOS) +- [Kaidan](https://github.com/KaidanIM/Kaidan) (Ubuntu Touch / Plasma Mobile) Voici une liste plus exhaustive des clients XMPP : https://fr.wikipedia.org/wiki/Liste_de_clients_XMPP diff --git a/email_configure_client.md b/email_configure_client.md index 6dd96dd2..a2511674 100644 --- a/email_configure_client.md +++ b/email_configure_client.md @@ -30,3 +30,14 @@ Follow the following steps. (As for Thunderbird, you might need to accept certif + +### Configure Dekko (on Ubuntu Touch) + +The first time you can simply choose "Add account". If you already have an account configured, tap the hamburger menu then tap the gear, choose Mail, Accounts and press the '+'-symbol. + +Then you choose IMAP. Fill in the fields and press Next. Now Dekko will look for the configuration. Check that all fields are correct. Make sure you have your yunohost username, NOT your mailadress and choose "Allow untrusted certificates". Do this for IMAP and SMTP and press Next. Dekko will now synchronise the account after which you are done. Congratz! + + + + + diff --git a/email_configure_client_fr.md b/email_configure_client_fr.md index 81bd37bd..8e6cd5b4 100644 --- a/email_configure_client_fr.md +++ b/email_configure_client_fr.md @@ -30,3 +30,14 @@ Suivez les instructions suivantes. (Comme pour Thunderbird, il vous faudra peut- + +### Configure Dekko (on Ubuntu Touch) + +La première fois, vous pouvez simplement choisir "Ajouter un compte". Si vous avez déjà un compte configuré, appuyez sur le menu hamburger puis sur le rouage, choisissez Courrier, Comptes et appuyez sur le symbole " + ". + +Sélectionnez ensuite IMAP. Remplissez les champs et appuyez sur Suivant. Dekko va ensuite chercher la configuration. Vérifiez que tous les champs sont corrects. Assurez-vous d'avoir votre nom d'utilisateur yunohost, PAS votre adresse e-mail et choisissez "Autoriser les certificats non fiables". Faites ceci pour IMAP et SMTP et appuyez sur Suivant. Dekko va ensuite synchroniser le compte après quoi vous aurez terminé. Félicitations ! + + + + + diff --git a/images/dekko-app.png b/images/dekko-app.png new file mode 100644 index 00000000..2f7a75a6 Binary files /dev/null and b/images/dekko-app.png differ diff --git a/images/dekko_config_1.png b/images/dekko_config_1.png new file mode 100755 index 00000000..f30146f2 Binary files /dev/null and b/images/dekko_config_1.png differ diff --git a/images/dekko_config_2.png b/images/dekko_config_2.png new file mode 100755 index 00000000..28596b16 Binary files /dev/null and b/images/dekko_config_2.png differ diff --git a/images/dekko_config_3.png b/images/dekko_config_3.png new file mode 100755 index 00000000..67063593 Binary files /dev/null and b/images/dekko_config_3.png differ diff --git a/images/dekko_config_4.png b/images/dekko_config_4.png new file mode 100755 index 00000000..bf4b26d1 Binary files /dev/null and b/images/dekko_config_4.png differ diff --git a/write_documentation.md b/write_documentation.md index 3f052067..3bfa3a26 100644 --- a/write_documentation.md +++ b/write_documentation.md @@ -6,12 +6,16 @@ This site allows to edit content directly online. You can edit any page by pressing `ESC` on your keyboard or by clicking the "Edit" button on the bottom-right side of your screen. You will be able to preview your changes by pressing `ESC` again or by clicking the "preview" button. +To create a new page, you can enter the URL and edit the page from there. + Once edited, you are able to submit your change by filling an email address. ## Via GitHub The YunoHost documentation is managed through a [git repository](https://github.com/YunoHost/doc). You can send pull-requests. +Because the online editor doesn't support uploading files, using git is the prefered way if you need to upload media (e.g. images). + ## Syntax This page uses the markdown syntax, please refer to the [documentation](https://guides.github.com/features/mastering-markdown/) for further information.