Remmina - The GTK+ Remote Desktop Client  v1.4.33
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.
Contribute-to-the-Remmina-documentation.md
Go to the documentation of this file.
1 Remmina lacks good usage and development documentation.
2 
3 If you don't have the right permissions to add and/or edit a wiki page, just submit a [New issue](https://gitlab.com/Remmina/Remmina/-/issues/new?issue%5Bassignee_id%5D=&issue%5Bmilestone_id%5D=) or send an email to [our mailing list](https://lists.remmina.org/listinfo/users).
4 
5 ## Usage documentation
6 
7 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.
8 
9 Contribute to the wiki you either editing an existing page, or creating new ones.
10 
11 To create a new page, click [New page](https://gitlab.com/Remmina/Remmina/-/wikis/new), in the title specify the relative path of the page you want to create.
12 
13 For instance, if you want to create a page on "How to share your local printers" under the Usage section, you will set the title as `Usage/How-to-share-your-local-printers`.
14 
15 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).
16 
17 That's all!
18 
19 If you prefer to work from a terminal, the wiki can be [cloned](https://gitlab.com/Remmina/Remmina/-/wikis/git_access)
20 
21 ## Developer documentation
22 
23 We try to document the code as much as we can, but often lack the time and/or some quick-fixes would require documenting a large amount of code.
24 
25 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 hard, but an extremely effective way to learn.
26 
27 We use [Doxygen](https://www.doxygen.nl/index.html), 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
28 
29 Don't be afraid and/or lazy and ask for help in our IRC channel if you have troubles.