howto-git - added request access; testing fix for not working arrows.

This commit is contained in:
muppeth 2017-11-22 04:13:06 +01:00
parent 4c32757e07
commit 2f1993f1ad
9 changed files with 40 additions and 2 deletions

View file

@ -1,5 +1,10 @@
---
title: Pidgin
published: true
visible: true
taxonomy:
category:
- docs
---
Pidgin is multi-platform (runs on most operating systems) and multi-protocol messaging application. It supports a lot of different messaging protocols such as: xmpp, skype, AIM, TOX, Whatsapp, facebook etc, so you can have all your messaging done with just one app.

View file

@ -1,4 +1,8 @@
---
title: Desktop Clients
published: true
visible: true
taxonomy:
category:
- docs
---

View file

@ -1,5 +1,10 @@
---
title: Conversations - Android
published: true
visible: true
taxonomy:
category:
- docs
---
Conversations is powerful xmpp client for android that supports OTR and GPG encryption and conferences (multi-user chats). It is available on F-Droid and other commercial app stores.

View file

@ -1,5 +1,10 @@
---
title: SailfishOS
published: true
visible: true
taxonomy:
category:
- docs
---
1. **Open Settings** app and scroll all the way down to "**Accounts**"

View file

@ -1,4 +1,8 @@
---
title: Mobile clients
published: true
visible: true
taxonomy:
category:
- docs
---

View file

@ -1,3 +1,8 @@
---
title: xmpp
published: true
visible: true
taxonomy:
category:
- docs
---

View file

@ -2,6 +2,11 @@
title: Using Lufi
page-toc:
active: true
published: true
visible: true
taxonomy:
category:
- docs
---
Disroot provides Lufi, an open-source online software to upload and share files in a secure and private way with other people, as an alternative to services such as wetransfer.

View file

@ -35,6 +35,11 @@ Once the repository is copied to your harddrive you will see a `howto` directory
You can move that directory later to any place on your harddrive you wish.
# Request access to howto git repository
In order to be able to commit changes to disroots git repository, you need to request access. Once admins grant you the access, you can push your changes to the server (note that you can start working without access granted as all the changes happen on your local computer).
![](git-request_access.png)
# Now the work can begin.
Now you can start Atom and `Open Folder` that you just cloned (*howto*). The interface of Atom is clean and easy to understand. The left sidebar is your project's navigation tree, the middle window is where you edit files and bottom bar indicates number of changed files, current branch, quick pull/push to git.

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB