Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2020-11-24 11:17:27 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-11-24 11:17:27 +0300
commit12166861b149613971a9fbcf0014c949d76b02ca (patch)
tree8ffeeaaaa355b44e42f0dc847e293bf6cf0717fd
parent66fdecb9fdf4875f8854d7ea5d384ed1f0144310 (diff)
Create Contribution/Contribute to the Remmina documentation
-rw-r--r--Contribution/Contribute-to-the-Remmina-documentation.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/Contribution/Contribute-to-the-Remmina-documentation.md b/Contribution/Contribute-to-the-Remmina-documentation.md
new file mode 100644
index 0000000..743459c
--- /dev/null
+++ b/Contribution/Contribute-to-the-Remmina-documentation.md
@@ -0,0 +1,25 @@
+Remmina lacks a good usage and development documentation.
+
+## Usage documentation
+
+In the future we would like to have an offline user manual generated out of the Wiki, therefore it's important to get a useful and updated wiki ASAP.
+
+To contribute the Wiki you can either edit an existing page, or create a new one.
+
+To create a new page click on [New page](https://gitlab.com/Remmina/Remmina/-/wikis/new), in the title specify the relative path of the page you want to create.
+
+For instance if you want to create a page "How to share your local printers" under the Usage section, you will set the title as `Usage/How-to-share-your-local-printers`.
+
+When you are done update the sidebar links https://gitlab.com/Remmina/Remmina/-/wikis/_sidebar and the section page (e.g. https://gitlab.com/Remmina/Remmina/-/wikis/Usage).
+
+That's all!
+
+## Developer documentation
+
+We try to document the code as much as we can, but often we lack the time and/or some quick fixes would require documenting a large amount of code.
+
+If you are writing new code try to document it. If you are not a developer, but would like to learn, documenting the code is a hard but extremely effective way to learn.
+
+We use Doxygen, the documented code is automatically deployed on https://remmina.gitlab.io/remminadoc.gitlab.io/ , a good example, if you don't have Doxygen experience is https://gitlab.com/Remmina/Remmina/-/blob/master/src/remmina_stats.c, that renders as https://remmina.gitlab.io/remminadoc.gitlab.io/remmina__stats_8c.html
+
+Don't be afraid and/or lazy and ask for help in our IRC channel if you have troubles. \ No newline at end of file