Adding Ubuntu Touch stuff

Added mailclient config for Dekko
Added Kaidan as mobile xmpp client for UT and Plasma Mobile
Added how to add a new page in the ynh-docs and that using git is prefered if you need to upload files (I had to go on the chat now for the latter)
This commit is contained in:
ilja 2019-11-04 14:45:59 +01:00
parent 579e36ec30
commit 14b44585c7
8 changed files with 16 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

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

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.