Merge pull request #1142 from spctrlth/ut-stuff

Adding Ubuntu Touch stuff
This commit is contained in:
Alexandre Aubin 2019-11-07 22:22:51 +01:00 committed by GitHub
commit e5e4caec50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 28 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -30,3 +30,14 @@ Follow the following steps. (As for Thunderbird, you might need to accept certif
<a href="/images/k9mail_config_2.png"><img src="/images/k9mail_config_2.png" width=200/></a>
<a href="/images/k9mail_config_3.png"><img src="/images/k9mail_config_3.png" width=200/></a>
<a href="/images/k9mail_config_4.png"><img src="/images/k9mail_config_4.png" width=200/></a>
### <img src="images/dekko-app.png" width=50> 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!
<a href="/images/dekko_config_1.png"><img src="/images/dekko_config_1.png" width=200/></a>
<a href="/images/dekko_config_2.png"><img src="/images/dekko_config_2.png" width=200/></a>
<a href="/images/dekko_config_3.png"><img src="/images/dekko_config_3.png" width=200/></a>
<a href="/images/dekko_config_4.png"><img src="/images/dekko_config_4.png" width=200/></a>

View file

@ -30,3 +30,14 @@ Suivez les instructions suivantes. (Comme pour Thunderbird, il vous faudra peut-
<a href="/images/k9mail_config_2.png"><img src="/images/k9mail_config_2.png" width=200/></a>
<a href="/images/k9mail_config_3.png"><img src="/images/k9mail_config_3.png" width=200/></a>
<a href="/images/k9mail_config_4.png"><img src="/images/k9mail_config_4.png" width=200/></a>
### <img src="images/dekko-app.png" width=50> 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 !
<a href="/images/dekko_config_1.png"><img src="/images/dekko_config_1.png" width=200/></a>
<a href="/images/dekko_config_2.png"><img src="/images/dekko_config_2.png" width=200/></a>
<a href="/images/dekko_config_3.png"><img src="/images/dekko_config_3.png" width=200/></a>
<a href="/images/dekko_config_4.png"><img src="/images/dekko_config_4.png" width=200/></a>

BIN
images/dekko-app.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
images/dekko_config_1.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

BIN
images/dekko_config_2.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

BIN
images/dekko_config_3.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

BIN
images/dekko_config_4.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

View file

@ -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.