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

gitlab.com/Remmina/remminadoc.gitlab.io.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2022-12-02 15:50:17 +0300
committerAntenore Gatta <antenore@simbiosi.org>2022-12-02 15:50:17 +0300
commit9ed7b9b5ac97fa38dcad8e00e2eaac0d8a9ed1f8 (patch)
tree732ce1ba51d249f66534c2505df869f89c1ed308 /public/index.html
parenta61ed06d9642cf102367cdbf19773c5f20eb0972 (diff)
Automatic doc build by remmina-ci
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html16
1 files changed, 6 insertions, 10 deletions
diff --git a/public/index.html b/public/index.html
index a6822bc92..1cb8a103c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
-<title>Remmina - The GTK+ Remote Desktop Client: Main Page</title>
+<title>Remmina - The GTK+ Remote Desktop Client: *Welcome to the Remmina wiki*</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -30,7 +30,7 @@
<td id="projectlogo"><img alt="Logo" src="org.remmina.Remmina.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Remmina - The GTK+ Remote Desktop Client
- &#160;<span id="projectnumber">v1.4.27</span>
+ &#160;<span id="projectnumber">v1.4.28</span>
</div>
<div id="projectbrief">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.</div>
</td>
@@ -83,14 +83,10 @@ $(document).ready(function(){initNavTree('index.html','');});
<div class="header">
<div class="headertitle">
-<div class="title">Remmina - The GTK+ Remote Desktop Client Documentation</div> </div>
+<div class="title">*Welcome to the Remmina wiki* </div> </div>
</div><!--header-->
<div class="contents">
-<div class="textblock"><blockquote class="doxtable">
-<p>:exclamation: <b><a href="https://remmina.org/looking-for-maintainers/">The Remmina project is looking for new maintainers</a></b>, and it's not actively updated. </p>
-</blockquote>
-<h2>*Welcome to the Remmina wiki*</h2>
-<p>Remmina is developed on <a href="https://gitlab.com/Remmina/Remmina">GitLab</a>, as of the 20th of June 2018.</p>
+<div class="textblock"><p>Remmina is developed on <a href="https://gitlab.com/Remmina/Remmina">GitLab</a> (as of the 20th of June 2018).</p>
<p>Use these <a href="https://gitlab.com/Remmina/Remmina/wikis/home">wiki</a> and <a href="https://gitlab.com/Remmina/Remmina/issues">issues</a> links instead of GitHub equivalents.</p>
<p><b>Open the wiki menu on the right for a list of hopefully helpful articles, feel free to https://gitlab.com/Remmina/Remmina/-/blob/master/CONTRIBUTING.md "contribute" ;-)</b> </p><hr/>
<p>Usually Remmina is <a href="https://repology.org/project/remmina/versions">included in your distribution</a>, or in an external repository you can add.</p>
@@ -101,7 +97,7 @@ $(document).ready(function(){initNavTree('index.html','');});
<div class="fragment"><div class="line">flatpak install org.freedesktop.Platform</div><div class="line">flatpak install org.freedesktop.Platform.openh264</div></div><!-- fragment --><p><a href="https://github.com/flatpak/flatpak/issues/1438">If you use SSH agent</a></p>
<div class="fragment"><div class="line">flatpak run --filesystem=$SSH_AUTH_SOCK --env=SSH_AUTH_SOCK=$SSH_AUTH_SOCK org.remmina.Remmina</div></div><!-- fragment --><p>Flatpak stores data for installed applications (the XDG config/data folders) under <code>$HOME/.var</code> If you have previously installed Remmina with another package manager, you will have to transfer what was under <code>$HOME/.config/remmina</code> and <code>$HOME/.local/share/remmina</code> under, respectively <code>~/.var/app/org.remmina.Remmina/config/remmina</code> and <code>~/.var/app/org.remmina.Remmina/data/remmina</code></p>
<h2><a href="https://snapcraft.io/">Snap</a></h2>
-<p>This also is a system agnostic package that works on many distributions, but mainly Ubuntu.</p>
+<p>This also is a system-agnostic package that works on many distributions, but mainly Ubuntu.</p>
<p>If you run into issues, try something else first, and then <a href="https://github.com/FreeRDP/Remmina/issues">report the issues</a>. Our Snap package does not work on Ubuntu 17.10 if you use Wayland, see <a href="https://github.com/FreeRDP/Remmina/issues/1414">issue #1414</a>.</p>
<p>First make sure you have <code>snapd</code> installed. Then install the last release from the Ubuntu Software Center by looking for <code>Remmina</code>, or install it from a terminal with:</p>
<div class="fragment"><div class="line">sudo snap install remmina</div></div><!-- fragment --><p>The Snap subsystem has limitations, so some features, for instance the password storage via keyring is missing and <em>must</em> be fixed manually:</p>
@@ -151,7 +147,7 @@ $(document).ready(function(){initNavTree('index.html','');});
<li><a href="https://gitlab.com/Remmina/Remmina/-/wikis/Compilation/Compile-on-Ubuntu-18.04">Compile on Ubuntu 18.04</a></li>
<li><a href="https://gitlab.com/Remmina/Remmina/-/wikis/Compilation/Compile-on-Ubuntu-20.04">Compile on Ubuntu 20.04</a></li>
</ul>
-<p>Code development and bugfixes take place on the master branch. It compiles with the current FreeRDP master branch, and will compile with <a href="http://www.freerdp.com/">FreeDRP</a> 2.0 when released as stable.</p>
+<p>Code development and bug-fixes take place on the master branch. It compiles with the current FreeRDP master branch, and will compile with <a href="http://www.freerdp.com/">FreeDRP</a> 2.0 when released as stable.</p>
<h1>Links</h1>
<ul>
<li><a href="https://www.remmina.org/">Remmina website</a></li>