diff --git a/pages/04.Contribute/00.ways2contribute/docs.en.md b/pages/04.Contribute/00.ways2contribute/docs.en.md deleted file mode 100644 index 0aa72f15..00000000 --- a/pages/04.Contribute/00.ways2contribute/docs.en.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: "How-to Contribute: Choose the way" -published: true -visible: true -updated: -taxonomy: - category: - - docs - tags: - - contribute -page-toc: - active: false ---- - -# How to contribute to the Howto's? - -Here are some ways you can chose: - -#### [GIT](/contribute/git) -You can work offline, writing a how-to or improving an existing one, and then "push" the changes through Git.

**Technical level required**: Basic. - -#### [PAD](/contribute/pad) -You can work on an online collaborative text file, writing or modifying a how-to, then communicating with Disroot HowTo team.

**Technical level required**: None. - -#### [EMAIL](/contribute/email) -You can write or modify a how-to the way you want, and send us an email with the finished work. If you have suggestions or feedback on the H2s you could also communicate with us by this mean.

**Technical level required**: Basic. - -#### [FORUM](/contribute/forum) -Through the forum you can upload, write or share a how-to and also make suggestions, give us feedback, etc.

**Technical level required**: Basic. - -#### [XMPP](/contribute/xmpp) -You can communicate with us at our **Disroot** How-To's XMPP Room.

**Technical level required**: very basic. - ----- -### [Disroot Translations](/contribute/translations_procedure) -If you want to collaborate by translating **Disroot HowTo** to your language, please, check this guide. - -### [Disroot's How-To style guide](/contribute/styleguide) -Some basic guidelines about the content and style criteria for the how-to's. diff --git a/pages/04.Contribute/01.git/de/git.png b/pages/04.Contribute/01.git/de/git.png deleted file mode 100644 index 440962a0..00000000 Binary files a/pages/04.Contribute/01.git/de/git.png and /dev/null differ diff --git a/pages/04.Contribute/01.git/de/gitlab.png b/pages/04.Contribute/01.git/de/gitlab.png deleted file mode 100644 index e4005ed7..00000000 Binary files a/pages/04.Contribute/01.git/de/gitlab.png and /dev/null differ diff --git a/pages/04.Contribute/01.git/docs.de.md b/pages/04.Contribute/01.git/docs.de.md deleted file mode 100644 index bbed107a..00000000 --- a/pages/04.Contribute/01.git/docs.de.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: How-to: Mitwirken via Git -published: true -visible: true -updated: -taxonomy: - category: - - docs - tags: - - contribute - - git - - mitwirken -page-toc: - active: false ---- - - -![](de/git.png) - -# Was ist git? - -**git** ist eine freie Software zur verteilten Versionsverwaltung, ein Werkzeug, um Dateien, Code und Inhalt zu verfolgen. Es ermöglicht vielen Menschen gleichzeitig, an den Codes zu arbeiten und allen Änderungen zu folgen, indem auf den Computern der Entwickler eine Kopie des Projekts vorliegt. git ist sehr beliebt bei Entwicklern und Systemadministratoren. Darüber hinaus können seine Funktionen überall dort Anwendung finden, wo der Verlauf von Änderungen und die Möglichkeit, Inhalt einzureichen und in Gruppen zusammenzuarbeiten, nötig sind. - -Wir nutzen git als Hauptwerkzeug für die Entwicklung unserer How-tos und Website. Es ist auch das Werkzeug, das wir bevorzugen, hauptsächlich, weil seine Anwendung wirklich einfach und schnell und es gleichzeitig sehr mächtig ist. Für die Bearbeitung der Texte nutzen wir **Atom**, einen mächtigen Text- und Code-Editor, wobei Du natürlich einen beliebigen Texteditor Deiner Wahl benutzen kannst. - -Auf den nächsten Seiten werden wir Dir zeigen, wie Du diese für die Arbeit an der Dokumentation von **Disroot** nutzen kannst. - -### [git: Basics How-to](how-to-use-git) - ----- -Mehr Informationen über git findest Du [hier](https://de.wikipedia.org/wiki/Git) und in [diesem Onlinebuch](https://git-scm.com/book/de/v2). diff --git a/pages/04.Contribute/01.git/docs.en.md b/pages/04.Contribute/01.git/docs.en.md deleted file mode 100644 index ab99e00f..00000000 --- a/pages/04.Contribute/01.git/docs.en.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: How-to Contribute: Git -published: true -visible: true -updated: -taxonomy: - category: - - docs - tags: - - contribute - - git -page-toc: - active: false ---- - - -![](en/git.png) - -# What is git? - -**Git** is a distributed version control system, a tool for tracking files, code and content. It allows many people to work on the codes and follow all the changes at the same time with a copy of the project in all the developer's computers. It's very popular among developers and system administrators but it's features can be easily applicable everywhere history of changes and ability to submit content and collaborate in a group is required. - -We use it as the main tool for the development of our howtos and website. And it's the one we prefer, mainly because its usage is quite simple, fast and it's very powerful. In addition, we also use **Atom**, a rich text and code editor, although you can use the text editor of your choice. - -In the next pages we'll see how to use them for **Disroot**'s documentation. - -### [Git: Basics How-to](how-to-use-git) - ----- -You can find more information about git [here](https://en.wikipedia.org/wiki/Git) and in [this article](https://medium.freecodecamp.org/what-is-git-and-how-to-use-it-c341b049ae61?gi=805863b5a598). diff --git a/pages/04.Contribute/01.git/en/git.png b/pages/04.Contribute/01.git/en/git.png deleted file mode 100644 index 440962a0..00000000 Binary files a/pages/04.Contribute/01.git/en/git.png and /dev/null differ diff --git a/pages/04.Contribute/01.git/en/gitlab.png b/pages/04.Contribute/01.git/en/gitlab.png deleted file mode 100644 index e4005ed7..00000000 Binary files a/pages/04.Contribute/01.git/en/gitlab.png and /dev/null differ diff --git a/pages/04.Contribute/01.git/how-to-use-git/de/atom-branch1.gif b/pages/04.Contribute/01.howto/01.git/de/atom-branch1.gif similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/de/atom-branch1.gif rename to pages/04.Contribute/01.howto/01.git/de/atom-branch1.gif diff --git a/pages/04.Contribute/01.git/how-to-use-git/de/atom-branch2.gif b/pages/04.Contribute/01.howto/01.git/de/atom-branch2.gif similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/de/atom-branch2.gif rename to pages/04.Contribute/01.howto/01.git/de/atom-branch2.gif diff --git a/pages/04.Contribute/01.git/how-to-use-git/de/atom-commit.gif b/pages/04.Contribute/01.howto/01.git/de/atom-commit.gif similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/de/atom-commit.gif rename to pages/04.Contribute/01.howto/01.git/de/atom-commit.gif diff --git a/pages/04.Contribute/01.git/how-to-use-git/de/atom-pull.gif b/pages/04.Contribute/01.howto/01.git/de/atom-pull.gif similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/de/atom-pull.gif rename to pages/04.Contribute/01.howto/01.git/de/atom-pull.gif diff --git a/pages/04.Contribute/01.git/how-to-use-git/de/atom-pull_push.png b/pages/04.Contribute/01.howto/01.git/de/atom-pull_push.png similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/de/atom-pull_push.png rename to pages/04.Contribute/01.howto/01.git/de/atom-pull_push.png diff --git a/pages/04.Contribute/01.git/how-to-use-git/de/atom-push.gif b/pages/04.Contribute/01.howto/01.git/de/atom-push.gif similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/de/atom-push.gif rename to pages/04.Contribute/01.howto/01.git/de/atom-push.gif diff --git a/pages/04.Contribute/01.git/how-to-use-git/de/atom1.png b/pages/04.Contribute/01.howto/01.git/de/atom1.png similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/de/atom1.png rename to pages/04.Contribute/01.howto/01.git/de/atom1.png diff --git a/pages/04.Contribute/01.git/how-to-use-git/de/atom_interface1.png b/pages/04.Contribute/01.howto/01.git/de/atom_interface1.png similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/de/atom_interface1.png rename to pages/04.Contribute/01.howto/01.git/de/atom_interface1.png diff --git a/pages/04.Contribute/01.git/how-to-use-git/de/git-merge_chaos.gif b/pages/04.Contribute/01.howto/01.git/de/git-merge_chaos.gif similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/de/git-merge_chaos.gif rename to pages/04.Contribute/01.howto/01.git/de/git-merge_chaos.gif diff --git a/pages/04.Contribute/01.git/how-to-use-git/de/git-merge_request.gif b/pages/04.Contribute/01.howto/01.git/de/git-merge_request.gif similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/de/git-merge_request.gif rename to pages/04.Contribute/01.howto/01.git/de/git-merge_request.gif diff --git a/pages/04.Contribute/01.git/how-to-use-git/de/git-request_access.png b/pages/04.Contribute/01.howto/01.git/de/git-request_access.png similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/de/git-request_access.png rename to pages/04.Contribute/01.howto/01.git/de/git-request_access.png diff --git a/pages/04.Contribute/01.git/how-to-use-git/de/howto-duplicate1.gif b/pages/04.Contribute/01.howto/01.git/de/howto-duplicate1.gif similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/de/howto-duplicate1.gif rename to pages/04.Contribute/01.howto/01.git/de/howto-duplicate1.gif diff --git a/pages/04.Contribute/01.git/how-to-use-git/de/howto-fork.gif b/pages/04.Contribute/01.howto/01.git/de/howto-fork.gif similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/de/howto-fork.gif rename to pages/04.Contribute/01.howto/01.git/de/howto-fork.gif diff --git a/pages/04.Contribute/01.git/how-to-use-git/de/note.png b/pages/04.Contribute/01.howto/01.git/de/note.png similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/de/note.png rename to pages/04.Contribute/01.howto/01.git/de/note.png diff --git a/pages/04.Contribute/01.git/how-to-use-git/de/publish.png b/pages/04.Contribute/01.howto/01.git/de/publish.png similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/de/publish.png rename to pages/04.Contribute/01.howto/01.git/de/publish.png diff --git a/pages/04.Contribute/01.git/how-to-use-git/de/template.txt b/pages/04.Contribute/01.howto/01.git/de/template.txt similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/de/template.txt rename to pages/04.Contribute/01.howto/01.git/de/template.txt diff --git a/pages/04.Contribute/01.git/how-to-use-git/docs.de.md b/pages/04.Contribute/01.howto/01.git/docs.de.md similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/docs.de.md rename to pages/04.Contribute/01.howto/01.git/docs.de.md diff --git a/pages/04.Contribute/01.git/how-to-use-git/docs.en.md b/pages/04.Contribute/01.howto/01.git/docs.en.md similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/docs.en.md rename to pages/04.Contribute/01.howto/01.git/docs.en.md diff --git a/pages/04.Contribute/01.git/how-to-use-git/docs.es.md b/pages/04.Contribute/01.howto/01.git/docs.es.md similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/docs.es.md rename to pages/04.Contribute/01.howto/01.git/docs.es.md diff --git a/pages/04.Contribute/01.git/how-to-use-git/docs.fr.md b/pages/04.Contribute/01.howto/01.git/docs.fr.md similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/docs.fr.md rename to pages/04.Contribute/01.howto/01.git/docs.fr.md diff --git a/pages/04.Contribute/01.git/how-to-use-git/docs.pt.md b/pages/04.Contribute/01.howto/01.git/docs.pt.md similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/docs.pt.md rename to pages/04.Contribute/01.howto/01.git/docs.pt.md diff --git a/pages/04.Contribute/01.git/how-to-use-git/en/atom-branch1.gif b/pages/04.Contribute/01.howto/01.git/en/atom-branch1.gif similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/en/atom-branch1.gif rename to pages/04.Contribute/01.howto/01.git/en/atom-branch1.gif diff --git a/pages/04.Contribute/01.git/how-to-use-git/en/atom-branch2.gif b/pages/04.Contribute/01.howto/01.git/en/atom-branch2.gif similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/en/atom-branch2.gif rename to pages/04.Contribute/01.howto/01.git/en/atom-branch2.gif diff --git a/pages/04.Contribute/01.git/how-to-use-git/en/atom-commit.gif b/pages/04.Contribute/01.howto/01.git/en/atom-commit.gif similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/en/atom-commit.gif rename to pages/04.Contribute/01.howto/01.git/en/atom-commit.gif diff --git a/pages/04.Contribute/01.git/how-to-use-git/en/atom-pull.gif b/pages/04.Contribute/01.howto/01.git/en/atom-pull.gif similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/en/atom-pull.gif rename to pages/04.Contribute/01.howto/01.git/en/atom-pull.gif diff --git a/pages/04.Contribute/01.git/how-to-use-git/en/atom-pull_push.png b/pages/04.Contribute/01.howto/01.git/en/atom-pull_push.png similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/en/atom-pull_push.png rename to pages/04.Contribute/01.howto/01.git/en/atom-pull_push.png diff --git a/pages/04.Contribute/01.git/how-to-use-git/en/atom-push.gif b/pages/04.Contribute/01.howto/01.git/en/atom-push.gif similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/en/atom-push.gif rename to pages/04.Contribute/01.howto/01.git/en/atom-push.gif diff --git a/pages/04.Contribute/01.git/how-to-use-git/en/atom1.png b/pages/04.Contribute/01.howto/01.git/en/atom1.png similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/en/atom1.png rename to pages/04.Contribute/01.howto/01.git/en/atom1.png diff --git a/pages/04.Contribute/01.git/how-to-use-git/en/atom_interface1.png b/pages/04.Contribute/01.howto/01.git/en/atom_interface1.png similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/en/atom_interface1.png rename to pages/04.Contribute/01.howto/01.git/en/atom_interface1.png diff --git a/pages/04.Contribute/01.git/how-to-use-git/en/git-merge_chaos.gif b/pages/04.Contribute/01.howto/01.git/en/git-merge_chaos.gif similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/en/git-merge_chaos.gif rename to pages/04.Contribute/01.howto/01.git/en/git-merge_chaos.gif diff --git a/pages/04.Contribute/01.git/how-to-use-git/en/git-merge_request.gif b/pages/04.Contribute/01.howto/01.git/en/git-merge_request.gif similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/en/git-merge_request.gif rename to pages/04.Contribute/01.howto/01.git/en/git-merge_request.gif diff --git a/pages/04.Contribute/01.git/how-to-use-git/en/git-request_access.png b/pages/04.Contribute/01.howto/01.git/en/git-request_access.png similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/en/git-request_access.png rename to pages/04.Contribute/01.howto/01.git/en/git-request_access.png diff --git a/pages/04.Contribute/01.git/how-to-use-git/en/howto-duplicate1.gif b/pages/04.Contribute/01.howto/01.git/en/howto-duplicate1.gif similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/en/howto-duplicate1.gif rename to pages/04.Contribute/01.howto/01.git/en/howto-duplicate1.gif diff --git a/pages/04.Contribute/01.git/how-to-use-git/en/howto-fork.gif b/pages/04.Contribute/01.howto/01.git/en/howto-fork.gif similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/en/howto-fork.gif rename to pages/04.Contribute/01.howto/01.git/en/howto-fork.gif diff --git a/pages/04.Contribute/01.git/how-to-use-git/en/note.png b/pages/04.Contribute/01.howto/01.git/en/note.png similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/en/note.png rename to pages/04.Contribute/01.howto/01.git/en/note.png diff --git a/pages/04.Contribute/01.git/how-to-use-git/en/publish.png b/pages/04.Contribute/01.howto/01.git/en/publish.png similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/en/publish.png rename to pages/04.Contribute/01.howto/01.git/en/publish.png diff --git a/pages/04.Contribute/01.git/how-to-use-git/en/template.txt b/pages/04.Contribute/01.howto/01.git/en/template.txt similarity index 100% rename from pages/04.Contribute/01.git/how-to-use-git/en/template.txt rename to pages/04.Contribute/01.howto/01.git/en/template.txt diff --git a/pages/04.Contribute/06.Translations_procedure/de/assign.gif b/pages/04.Contribute/01.howto/03.procedures/de/assign.gif similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/de/assign.gif rename to pages/04.Contribute/01.howto/03.procedures/de/assign.gif diff --git a/pages/04.Contribute/06.Translations_procedure/de/atom-pull.gif b/pages/04.Contribute/01.howto/03.procedures/de/atom-pull.gif similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/de/atom-pull.gif rename to pages/04.Contribute/01.howto/03.procedures/de/atom-pull.gif diff --git a/pages/04.Contribute/06.Translations_procedure/de/atom1.png b/pages/04.Contribute/01.howto/03.procedures/de/atom1.png similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/de/atom1.png rename to pages/04.Contribute/01.howto/03.procedures/de/atom1.png diff --git a/pages/04.Contribute/06.Translations_procedure/de/atom_interface1.png b/pages/04.Contribute/01.howto/03.procedures/de/atom_interface1.png similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/de/atom_interface1.png rename to pages/04.Contribute/01.howto/03.procedures/de/atom_interface1.png diff --git a/pages/04.Contribute/06.Translations_procedure/de/branch_01.gif b/pages/04.Contribute/01.howto/03.procedures/de/branch_01.gif similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/de/branch_01.gif rename to pages/04.Contribute/01.howto/03.procedures/de/branch_01.gif diff --git a/pages/04.Contribute/06.Translations_procedure/de/commit.gif b/pages/04.Contribute/01.howto/03.procedures/de/commit.gif similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/de/commit.gif rename to pages/04.Contribute/01.howto/03.procedures/de/commit.gif diff --git a/pages/04.Contribute/06.Translations_procedure/de/git-merge_request.gif b/pages/04.Contribute/01.howto/03.procedures/de/git-merge_request.gif similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/de/git-merge_request.gif rename to pages/04.Contribute/01.howto/03.procedures/de/git-merge_request.gif diff --git a/pages/04.Contribute/06.Translations_procedure/de/git-request_access.png b/pages/04.Contribute/01.howto/03.procedures/de/git-request_access.png similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/de/git-request_access.png rename to pages/04.Contribute/01.howto/03.procedures/de/git-request_access.png diff --git a/pages/04.Contribute/06.Translations_procedure/de/howto-duplicate1.gif b/pages/04.Contribute/01.howto/03.procedures/de/howto-duplicate1.gif similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/de/howto-duplicate1.gif rename to pages/04.Contribute/01.howto/03.procedures/de/howto-duplicate1.gif diff --git a/pages/04.Contribute/06.Translations_procedure/de/note.png b/pages/04.Contribute/01.howto/03.procedures/de/note.png similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/de/note.png rename to pages/04.Contribute/01.howto/03.procedures/de/note.png diff --git a/pages/04.Contribute/06.Translations_procedure/de/publish.png b/pages/04.Contribute/01.howto/03.procedures/de/publish.png similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/de/publish.png rename to pages/04.Contribute/01.howto/03.procedures/de/publish.png diff --git a/pages/04.Contribute/06.Translations_procedure/de/pull_push.png b/pages/04.Contribute/01.howto/03.procedures/de/pull_push.png similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/de/pull_push.png rename to pages/04.Contribute/01.howto/03.procedures/de/pull_push.png diff --git a/pages/04.Contribute/06.Translations_procedure/de/push.gif b/pages/04.Contribute/01.howto/03.procedures/de/push.gif similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/de/push.gif rename to pages/04.Contribute/01.howto/03.procedures/de/push.gif diff --git a/pages/04.Contribute/06.Translations_procedure/docs.de.md b/pages/04.Contribute/01.howto/03.procedures/docs.de.md similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/docs.de.md rename to pages/04.Contribute/01.howto/03.procedures/docs.de.md diff --git a/pages/04.Contribute/06.Translations_procedure/docs.en.md b/pages/04.Contribute/01.howto/03.procedures/docs.en.md similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/docs.en.md rename to pages/04.Contribute/01.howto/03.procedures/docs.en.md diff --git a/pages/04.Contribute/06.Translations_procedure/en/assign.gif b/pages/04.Contribute/01.howto/03.procedures/en/assign.gif similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/en/assign.gif rename to pages/04.Contribute/01.howto/03.procedures/en/assign.gif diff --git a/pages/04.Contribute/06.Translations_procedure/en/atom-pull.gif b/pages/04.Contribute/01.howto/03.procedures/en/atom-pull.gif similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/en/atom-pull.gif rename to pages/04.Contribute/01.howto/03.procedures/en/atom-pull.gif diff --git a/pages/04.Contribute/06.Translations_procedure/en/atom1.png b/pages/04.Contribute/01.howto/03.procedures/en/atom1.png similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/en/atom1.png rename to pages/04.Contribute/01.howto/03.procedures/en/atom1.png diff --git a/pages/04.Contribute/06.Translations_procedure/en/atom_interface1.png b/pages/04.Contribute/01.howto/03.procedures/en/atom_interface1.png similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/en/atom_interface1.png rename to pages/04.Contribute/01.howto/03.procedures/en/atom_interface1.png diff --git a/pages/04.Contribute/06.Translations_procedure/en/branch_01.gif b/pages/04.Contribute/01.howto/03.procedures/en/branch_01.gif similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/en/branch_01.gif rename to pages/04.Contribute/01.howto/03.procedures/en/branch_01.gif diff --git a/pages/04.Contribute/06.Translations_procedure/en/commit.gif b/pages/04.Contribute/01.howto/03.procedures/en/commit.gif similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/en/commit.gif rename to pages/04.Contribute/01.howto/03.procedures/en/commit.gif diff --git a/pages/04.Contribute/06.Translations_procedure/en/git-merge_chaos.gif b/pages/04.Contribute/01.howto/03.procedures/en/git-merge_chaos.gif similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/en/git-merge_chaos.gif rename to pages/04.Contribute/01.howto/03.procedures/en/git-merge_chaos.gif diff --git a/pages/04.Contribute/06.Translations_procedure/en/git-merge_request.gif b/pages/04.Contribute/01.howto/03.procedures/en/git-merge_request.gif similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/en/git-merge_request.gif rename to pages/04.Contribute/01.howto/03.procedures/en/git-merge_request.gif diff --git a/pages/04.Contribute/06.Translations_procedure/en/git-request_access.png b/pages/04.Contribute/01.howto/03.procedures/en/git-request_access.png similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/en/git-request_access.png rename to pages/04.Contribute/01.howto/03.procedures/en/git-request_access.png diff --git a/pages/04.Contribute/06.Translations_procedure/en/howto-duplicate1.gif b/pages/04.Contribute/01.howto/03.procedures/en/howto-duplicate1.gif similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/en/howto-duplicate1.gif rename to pages/04.Contribute/01.howto/03.procedures/en/howto-duplicate1.gif diff --git a/pages/04.Contribute/06.Translations_procedure/en/note.png b/pages/04.Contribute/01.howto/03.procedures/en/note.png similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/en/note.png rename to pages/04.Contribute/01.howto/03.procedures/en/note.png diff --git a/pages/04.Contribute/06.Translations_procedure/en/publish.png b/pages/04.Contribute/01.howto/03.procedures/en/publish.png similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/en/publish.png rename to pages/04.Contribute/01.howto/03.procedures/en/publish.png diff --git a/pages/04.Contribute/06.Translations_procedure/en/pull_push.png b/pages/04.Contribute/01.howto/03.procedures/en/pull_push.png similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/en/pull_push.png rename to pages/04.Contribute/01.howto/03.procedures/en/pull_push.png diff --git a/pages/04.Contribute/06.Translations_procedure/en/push.gif b/pages/04.Contribute/01.howto/03.procedures/en/push.gif similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/en/push.gif rename to pages/04.Contribute/01.howto/03.procedures/en/push.gif diff --git a/pages/04.Contribute/06.Translations_procedure/state/Translations_Howto.pdf b/pages/04.Contribute/01.howto/03.procedures/state/Translations_Howto.pdf similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/state/Translations_Howto.pdf rename to pages/04.Contribute/01.howto/03.procedures/state/Translations_Howto.pdf diff --git a/pages/04.Contribute/06.Translations_procedure/state/Translations_Website.pdf b/pages/04.Contribute/01.howto/03.procedures/state/Translations_Website.pdf similarity index 100% rename from pages/04.Contribute/06.Translations_procedure/state/Translations_Website.pdf rename to pages/04.Contribute/01.howto/03.procedures/state/Translations_Website.pdf diff --git a/pages/04.Contribute/07.Styleguide/de/Name_des_Verzeichnisses_voller_Mediendateien/Beispiel_1.png b/pages/04.Contribute/01.howto/06.styleguide/de/Name_des_Verzeichnisses_voller_Mediendateien/Beispiel_1.png similarity index 100% rename from pages/04.Contribute/07.Styleguide/de/Name_des_Verzeichnisses_voller_Mediendateien/Beispiel_1.png rename to pages/04.Contribute/01.howto/06.styleguide/de/Name_des_Verzeichnisses_voller_Mediendateien/Beispiel_1.png diff --git a/pages/04.Contribute/07.Styleguide/de/commodore.jpg b/pages/04.Contribute/01.howto/06.styleguide/de/commodore.jpg similarity index 100% rename from pages/04.Contribute/07.Styleguide/de/commodore.jpg rename to pages/04.Contribute/01.howto/06.styleguide/de/commodore.jpg diff --git a/pages/04.Contribute/07.Styleguide/de/licensing-pic.png b/pages/04.Contribute/01.howto/06.styleguide/de/licensing-pic.png similarity index 100% rename from pages/04.Contribute/07.Styleguide/de/licensing-pic.png rename to pages/04.Contribute/01.howto/06.styleguide/de/licensing-pic.png diff --git a/pages/04.Contribute/07.Styleguide/de/thing2.jpg b/pages/04.Contribute/01.howto/06.styleguide/de/thing2.jpg similarity index 100% rename from pages/04.Contribute/07.Styleguide/de/thing2.jpg rename to pages/04.Contribute/01.howto/06.styleguide/de/thing2.jpg diff --git a/pages/04.Contribute/07.Styleguide/docs.de.md b/pages/04.Contribute/01.howto/06.styleguide/docs.de.md similarity index 100% rename from pages/04.Contribute/07.Styleguide/docs.de.md rename to pages/04.Contribute/01.howto/06.styleguide/docs.de.md diff --git a/pages/04.Contribute/07.Styleguide/docs.en.md b/pages/04.Contribute/01.howto/06.styleguide/docs.en.md similarity index 100% rename from pages/04.Contribute/07.Styleguide/docs.en.md rename to pages/04.Contribute/01.howto/06.styleguide/docs.en.md diff --git a/pages/04.Contribute/07.Styleguide/docs.en.md.bak b/pages/04.Contribute/01.howto/06.styleguide/docs.en.md.bak similarity index 100% rename from pages/04.Contribute/07.Styleguide/docs.en.md.bak rename to pages/04.Contribute/01.howto/06.styleguide/docs.en.md.bak diff --git a/pages/04.Contribute/07.Styleguide/en/commodore.jpg b/pages/04.Contribute/01.howto/06.styleguide/en/commodore.jpg similarity index 100% rename from pages/04.Contribute/07.Styleguide/en/commodore.jpg rename to pages/04.Contribute/01.howto/06.styleguide/en/commodore.jpg diff --git a/pages/04.Contribute/07.Styleguide/en/licensing-pic.png b/pages/04.Contribute/01.howto/06.styleguide/en/licensing-pic.png similarity index 100% rename from pages/04.Contribute/07.Styleguide/en/licensing-pic.png rename to pages/04.Contribute/01.howto/06.styleguide/en/licensing-pic.png diff --git a/pages/04.Contribute/07.Styleguide/en/name_of_folder_full_of_media_files/example_1.png b/pages/04.Contribute/01.howto/06.styleguide/en/name_of_folder_full_of_media_files/example_1.png similarity index 100% rename from pages/04.Contribute/07.Styleguide/en/name_of_folder_full_of_media_files/example_1.png rename to pages/04.Contribute/01.howto/06.styleguide/en/name_of_folder_full_of_media_files/example_1.png diff --git a/pages/04.Contribute/07.Styleguide/en/thing2.jpg b/pages/04.Contribute/01.howto/06.styleguide/en/thing2.jpg similarity index 100% rename from pages/04.Contribute/07.Styleguide/en/thing2.jpg rename to pages/04.Contribute/01.howto/06.styleguide/en/thing2.jpg diff --git a/pages/04.Contribute/00.ways2contribute/docs.de.md b/pages/04.Contribute/01.howto/docs.de.md similarity index 100% rename from pages/04.Contribute/00.ways2contribute/docs.de.md rename to pages/04.Contribute/01.howto/docs.de.md diff --git a/pages/04.Contribute/01.howto/docs.en.md b/pages/04.Contribute/01.howto/docs.en.md new file mode 100644 index 00000000..83a1dafa --- /dev/null +++ b/pages/04.Contribute/01.howto/docs.en.md @@ -0,0 +1,53 @@ +--- +title: "Howto Project" +published: true +visible: true +indexed: true +updated: +taxonomy: + category: + - docs + tags: + - contribute +page-toc: + active: true +--- + +# Howto Project +The main goal of this part of the **Disroot** project is to provide clear and accessible information about how to use and configure the services we offer and, moreover, to do so in as many languages as possible. +It consists mostly of guides and tutorials that evolve as the software does. So we are always looking for help to check, write and translate howtos. + +We use two tools for our work (although only one is essential): **Git** and (optionally) **a text editor**. + +## Git? +Yes, **Git**. It is a control version system, a software that allows you to track modifications to files, keeping a record of all the changes made, so if you need to revert to a specific version you can do it in a relatively easy way. It is also a powerful collaboration tool, since it allows many people working on the same files of a project. + +Our use of **Git** doesn't require a high level of technical knowledge, anyone can learn the set of basic commands needed. And, to make it even easier, there are several text editors with **Git** integrated to reduce the interaction with the terminal to the minimum. + +To learn the basics of **Git** and to work with it can be not only a very useful but also a fun experience. + +Regarding the translations, we also use **Git** as our main tool for several reasons, the main one being our documents structure and code language. Even though there are many (and very good ones) translation tools which look more "user friendly", none of them fit our use case or have **Markdown** text format support out-of-the-box. In the best scenario, it will requires us to make massive modifications on the files in order to strip them down into several "text sections" or "strings".
+Another reason is that **Gitea** (our **Git** hosting software) has a lot of useful features to organize and improve the work in one single place. + +So... + +# How do we work? +The process is rather simple: +1. We get a copy of the files we are going to work on; +2. we work locally on the files, +3. and once we have finished, we submit the work. + +Sounds pretty easy, doesn't it? Well, it really is. Of course, every step of the process has its own set of actions, which we will see later on, but that is it basically. + +## What tools do you need? +1. **Git**: If you are a **GNU/Linux** user it is highly probable that you already have it installed (you can check in your software package manager or through the terminal with the command `which git`). If you are using **Windows** or **Mac OS**, you can download it from [here](https://git-scm.com/downloads). + +2. **A text editor**: Although there are many of them, we suggest you to use one with **Markdown** format support and **Git** integration. Both, **Kate Editor** and **Atom Text Editor**, meet this criteria, and they are also Free/Libre and Open Source multiplatform software. + + **Kate Editor**: [Download](https://kate-editor.org/) · [Source code](https://invent.kde.org/utilities/kate) | **Atom Text Editor**: [Download](https://atom.io/) · [Source code](https://github.com/atom/atom) + +3. **A Disroot Gitea account**: In order to be able to submit your work, you will need to register an account on our **Gitea** instance (**Disroot** credentials will not work). + + [**Register a new account**](https://git.disroot.org/user/sign_up) on **Disroot's Gitea** instance. + +Once you have the tools installed, it is time to set them up to start working. diff --git a/pages/04.Contribute/00.ways2contribute/docs.es.md b/pages/04.Contribute/01.howto/docs.es.md similarity index 100% rename from pages/04.Contribute/00.ways2contribute/docs.es.md rename to pages/04.Contribute/01.howto/docs.es.md diff --git a/pages/04.Contribute/00.ways2contribute/docs.pt.md b/pages/04.Contribute/01.howto/docs.pt.md similarity index 100% rename from pages/04.Contribute/00.ways2contribute/docs.pt.md rename to pages/04.Contribute/01.howto/docs.pt.md diff --git a/pages/04.Contribute/01.howto/thumb.png b/pages/04.Contribute/01.howto/thumb.png new file mode 100755 index 00000000..3a1b7681 Binary files /dev/null and b/pages/04.Contribute/01.howto/thumb.png differ diff --git a/pages/04.Contribute/02.disroot/docs.en.md b/pages/04.Contribute/02.disroot/docs.en.md new file mode 100644 index 00000000..5ee39aa0 --- /dev/null +++ b/pages/04.Contribute/02.disroot/docs.en.md @@ -0,0 +1,17 @@ +--- +title: "Disroot Project" +published: true +visible: true +indexed: true +updated: +taxonomy: + category: + - docs + tags: + - contribute + - disroot +page-toc: + active: true +--- + +# Disroot Project diff --git a/pages/04.Contribute/02.disroot/thumb.png b/pages/04.Contribute/02.disroot/thumb.png new file mode 100644 index 00000000..37e0c088 Binary files /dev/null and b/pages/04.Contribute/02.disroot/thumb.png differ diff --git a/pages/04.Contribute/02.pad/docs.de.md b/pages/04.Contribute/02.pad/docs.de.md deleted file mode 100644 index f8f3db15..00000000 --- a/pages/04.Contribute/02.pad/docs.de.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: How-to: Mitwirken via Pads -published: false -visible: true -updated: -taxonomy: - category: - - docs - tags: - - contribute - - mitwirken -page-toc: - active: false ---- - - -# Ein gutes Beispiel - -Hier haben wir ein gutes Beispiel für die Arbeit, die noch nötig ist. Leider hat sich noch niemand bereit gefunden, ein How-to für diesen Bereich zu schreiben. Vielleicht möchtest Du dies ja zu Deinem ersten Projekt machen?! diff --git a/pages/04.Contribute/02.pad/docs.en.md b/pages/04.Contribute/02.pad/docs.en.md deleted file mode 100644 index c934196e..00000000 --- a/pages/04.Contribute/02.pad/docs.en.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: How-to Contribute: Pads -published: false -visible: true -updated: -taxonomy: - category: - - docs - tags: - - contribute -page-toc: - active: false ---- - - -# Open Task - -This is a good example for the work still to do. Until now, no one was found to write this Tutorial. Maybe you want to make it your first project? diff --git a/pages/04.Contribute/02.pad/docs.es.md b/pages/04.Contribute/02.pad/docs.es.md deleted file mode 100644 index eadcbfbf..00000000 --- a/pages/04.Contribute/02.pad/docs.es.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Cómo contribuir: Pads -published: true -visible: true -taxonomy: - category: - - docs ---- -ToDo diff --git a/pages/04.Contribute/02.pad/docs.pt.md b/pages/04.Contribute/02.pad/docs.pt.md deleted file mode 100644 index 281f8e3b..00000000 --- a/pages/04.Contribute/02.pad/docs.pt.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: Como contribuir: Pads -published: false -visible: true -updated: -taxonomy: - category: - - docs - tags: - - contribute -page-toc: - active: false ---- - - -# Por fazer - -Isto é um bom exemplo do trabalho que ainda falta fazer. Até agora ainda não se encontrou ninguém para escrever este documento.
-Talvez escrever a documentação para esta página possa ser o teu primeiro projeto? :) diff --git a/pages/04.Contribute/03.email/docs.de.md b/pages/04.Contribute/03.email/docs.de.md deleted file mode 100644 index f9fdae3e..00000000 --- a/pages/04.Contribute/03.email/docs.de.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: How-to: Mitwirken via Email -published: true -visible: false -updated: -taxonomy: - category: - - docs - tags: - - contribute - - email - - mitwirken -page-toc: - active: false ---- - - -# Ein gutes Beispiel - -Hier haben wir ein gutes Beispiel für die Arbeit, die noch nötig ist. Leider hat sich noch niemand bereit gefunden, ein How-to für diesen Bereich zu schreiben. Vielleicht möchtest Du dies ja zu Deinem ersten Projekt machen?! diff --git a/pages/04.Contribute/03.email/docs.en.md b/pages/04.Contribute/03.email/docs.en.md deleted file mode 100644 index 89d59c0b..00000000 --- a/pages/04.Contribute/03.email/docs.en.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: How-to Contribute: Email -published: true -visible: false -updated: -taxonomy: - category: - - docs - tags: - - contribute - - email -page-toc: - active: false ---- - - -# Open Task - -This is a good example for the work still to do. Until now, no one was found to write this Tutorial. Maybe you want to make it your first project? diff --git a/pages/04.Contribute/03.email/docs.es.md b/pages/04.Contribute/03.email/docs.es.md deleted file mode 100644 index 772fefd9..00000000 --- a/pages/04.Contribute/03.email/docs.es.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Cómo contribuir: Correo electrónico -published: true -visible: true -taxonomy: - category: - - docs ---- -ToDo diff --git a/pages/04.Contribute/03.email/docs.pt.md b/pages/04.Contribute/03.email/docs.pt.md deleted file mode 100644 index 77b60c4b..00000000 --- a/pages/04.Contribute/03.email/docs.pt.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: Como contribuir: Email -published: true -visible: false -updated: -taxonomy: - category: - - docs - tags: - - contribute - - email -page-toc: - active: false ---- - - -# Por fazer - -Isto é um bom exemplo do trabalho que ainda falta fazer. Até agora ainda não se encontrou ninguém para escrever este documento.
-Talvez escrever a documentação para esta página possa ser o teu primeiro projeto? :) diff --git a/pages/04.Contribute/04.forum/docs.de.md b/pages/04.Contribute/04.forum/docs.de.md deleted file mode 100644 index 4fd08bcd..00000000 --- a/pages/04.Contribute/04.forum/docs.de.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: How-to: Mitwirken via Forum -published: false -visible: true -updated: - last_modified: "July 2019" -taxonomy: - category: - - docs - tags: - - contribute - - forum - - mitwirken -page-toc: - active: false ---- - - -# Ein gutes Beispiel - -Hier haben wir ein gutes Beispiel für die Arbeit, die noch nötig ist. Leider hat sich noch niemand bereit gefunden, ein How-to für diesen Bereich zu schreiben. Vielleicht möchtest Du dies ja zu Deinem ersten Projekt machen?! diff --git a/pages/04.Contribute/04.forum/docs.en.md b/pages/04.Contribute/04.forum/docs.en.md deleted file mode 100644 index 512eb86b..00000000 --- a/pages/04.Contribute/04.forum/docs.en.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: How-to Contribute: Forum -published: false -visible: true -updated: - last_modified: "July 2019" -taxonomy: - category: - - docs - tags: - - contribute - - forum -page-toc: - active: false ---- - - -# Open Task - -This is a good example for the work still to do. Until now, no one was found to write this Tutorial. Maybe you want to make it your first project? diff --git a/pages/04.Contribute/04.forum/docs.es.md b/pages/04.Contribute/04.forum/docs.es.md deleted file mode 100644 index 04889063..00000000 --- a/pages/04.Contribute/04.forum/docs.es.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Cómo contribuir: Foro -published: true -visible: true -taxonomy: - category: - - docs ---- -ToDo diff --git a/pages/04.Contribute/04.forum/docs.pt.md b/pages/04.Contribute/04.forum/docs.pt.md deleted file mode 100644 index 5c952a31..00000000 --- a/pages/04.Contribute/04.forum/docs.pt.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Como contribuir: Forum -published: false -visible: true -updated: - last_modified: "July 2019" -taxonomy: - category: - - docs - tags: - - contribute - - forum -page-toc: - active: false ---- - - -# Por fazer - -Isto é um bom exemplo do trabalho que ainda falta fazer. Até agora ainda não se encontrou ninguém para escrever este documento.
-Talvez escrever a documentação para esta página possa ser o teu primeiro projeto? :) diff --git a/pages/04.Contribute/05.xmpp/docs.de.md b/pages/04.Contribute/05.xmpp/docs.de.md deleted file mode 100644 index 363965aa..00000000 --- a/pages/04.Contribute/05.xmpp/docs.de.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: How-to: Mitwirken via XMPP -published: false -visible: true -updated: - last_modified: "July 2019" -taxonomy: - category: - - docs - tags: - - contribute - - xmpp - - chat - - mitwirken -page-toc: - active: false ---- - - -# Ein gutes Beispiel - -Hier haben wir ein gutes Beispiel für die Arbeit, die noch nötig ist. Leider hat sich noch niemand bereit gefunden, ein How-to für diesen Bereich zu schreiben. Vielleicht möchtest Du dies ja zu Deinem ersten Projekt machen?! diff --git a/pages/04.Contribute/05.xmpp/docs.en.md b/pages/04.Contribute/05.xmpp/docs.en.md deleted file mode 100644 index dc639b95..00000000 --- a/pages/04.Contribute/05.xmpp/docs.en.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: How-to Contribute: XMPP -published: false -visible: true -updated: - last_modified: "July 2019" -taxonomy: - category: - - docs - tags: - - contribute - - xmpp - - chat -page-toc: - active: false ---- - - -# Open Task - -This is a good example for the work still to do. Until now, no one was found to write this Tutorial. Maybe you want to make it your first project? diff --git a/pages/04.Contribute/05.xmpp/docs.es.md b/pages/04.Contribute/05.xmpp/docs.es.md deleted file mode 100644 index 8e2f0ae5..00000000 --- a/pages/04.Contribute/05.xmpp/docs.es.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Cómo contribuir: XMPP -published: true -visible: true -taxonomy: - category: - - docs ---- -ToDo diff --git a/pages/04.Contribute/05.xmpp/docs.pt.md b/pages/04.Contribute/05.xmpp/docs.pt.md deleted file mode 100644 index 9397150e..00000000 --- a/pages/04.Contribute/05.xmpp/docs.pt.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Como contribuir: XMPP -published: false -visible: true -updated: - last_modified: "July 2019" -taxonomy: - category: - - docs - tags: - - contribute - - xmpp - - chat -page-toc: - active: false ---- - - -# Por fazer - -Isto é um bom exemplo do trabalho que ainda falta fazer. Até agora ainda não se encontrou ninguém para escrever este documento.
-Talvez escrever a documentação para esta página possa ser o teu primeiro projeto? :) diff --git a/pages/04.Contribute/contribute.jpg b/pages/04.Contribute/contribute.jpg new file mode 100644 index 00000000..959e207b Binary files /dev/null and b/pages/04.Contribute/contribute.jpg differ diff --git a/pages/04.Contribute/docs.en.md b/pages/04.Contribute/docs.en.md deleted file mode 100755 index 55d2756b..00000000 --- a/pages/04.Contribute/docs.en.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: How-to: Contribute -published: true -visible: true -updated: -taxonomy: - category: - - docs - tags: - - contribute -page-toc: - active: false ---- - -# Contribute - -We think that knowledge is a collective construction. In other words, knowledge is the result of working together and cooperatively, as a community. - -Disroot platform cost money besides our most precious value: time. While the costs of maintaining all the services working on started being covered a few months ago thanks to donations, documentation requires time. -*"A lot of precious time..."* - -For those users who may want to contribute to Disroot by donating their time and knowhow, we've tried to channel all the efforts through this section. -Here you'll find basic information and guidelines for different ways to contribute, from feedback to write a how-to or translate them to your language. - -Thanks to all of you who support and collaborate with Disroot. - - -![](contribute.png) diff --git a/pages/04.Contribute/docsparent.en.md b/pages/04.Contribute/docsparent.en.md new file mode 100755 index 00000000..d3fce423 --- /dev/null +++ b/pages/04.Contribute/docsparent.en.md @@ -0,0 +1,24 @@ +--- +title: How-to Contribute +published: true +visible: true +updated: +taxonomy: + category: + - docs + tags: + - contribute +page-toc: + active: false +--- + +# Contribute + +![](contribute.jpg) + +We think that knowledge is a collective construction: the result of working together and cooperatively, as a community. And whether the contributions take the form of a financial contribution, writing or translating a tutorial, or reporting bugs, they are all essentially personal time devoted to others. A bit like love. + +So, for those of you who may want to contribute by donating your time and knowhow, we have tried to channel all the efforts through this section. +Here you'll find basic information and guidelines for different ways to contribute, from feedback to write a how-to or translate them to your language. + +---