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

gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-11-27 08:53:37 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-11-27 08:53:37 +0300
commitd6b9a29b3dfdc4fbc032f8baa18f1e18a4689b92 (patch)
treee56e786d829e7c7d60b1ebd439befcdbc2fd64cb
parentb34f8ef3aeafbf7d38d1d4f1cce08d631f1b30bd (diff)
parentc6742c70a1531adcdb73707d2221483ac28410c0 (diff)
Merge branch 'patch-46' into 'master'
All links in footer See merge request Remmina/remmina-web!31
-rw-r--r--_includes/social-share.html10
-rw-r--r--index.md7
2 files changed, 10 insertions, 7 deletions
diff --git a/_includes/social-share.html b/_includes/social-share.html
index de1d991..23318a5 100644
--- a/_includes/social-share.html
+++ b/_includes/social-share.html
@@ -10,4 +10,14 @@
<a href="https://www.reddit.com/submit?url={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} Reddit"><i class="fa fa-fw fa-reddit" aria-hidden="true"></i><span> Reddit</span></a>
<a href="https://www.linkedin.com/shareArticle?mini=true&url={{ page.url | absolute_url | url_encode }}" class="btn btn--linkedin" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} LinkedIn"><i class="fa fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a>
+
+ <a href="https://gitlab.com/Remmina/Remmina/wikis/home={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} Our Wiki"><i class="fa fa-fw fa-wikipedia-w" aria-hidden="true"></i><span> Our Wiki</span></a>
+
+ <a href="https://matrix.to/#/+remmina:matrix.org={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} Matrix"><i class="fa fa-fw fa-matrix-org" aria-hidden="true"></i><span> Matrix</span></a>
+
+ <a href="https://matrix.to/#/+remmina-room:matrix.org={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} Reddit"><i class="fa fa-fw fa-matrix-org" aria-hidden="true"></i><span> Room</span></a>
+
+ <a href="https://lists.remmina.org/listinfo/users={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} Mailing list"><i class="fa fa-fw fa-envelope-open" aria-hidden="true"></i><span> Mailing list</span></a>
+
+ <a href="https://kiwiirc.com/client/irc.freenode.net/?nick=remminer|?#remmina/={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} IRC #remmina @ freenode"><i class="fa fa-fw fa-commenting" aria-hidden="true"></i><span> IRC #remmina @ freenode</span></a>
</section>
diff --git a/index.md b/index.md
index 4e38e78..519d449 100644
--- a/index.md
+++ b/index.md
@@ -50,11 +50,4 @@ classes:
[![Become a patreon](/assets/images/become_a_patron_button.png)](https://www.patreon.com/bePatron?u=16353726)
-## Contact
-* <i class="fa fa-wikipedia-w"></i> [Wiki and compilation instructions](https://gitlab.com/Remmina/Remmina/wikis/home)
-* <i class="fa fa-matrix-org"></i> [Matrix community](https://matrix.to/#/+remmina:matrix.org) - News, announcements
-* <i class="fa fa-matrix-org"></i> [Matrix room](https://matrix.to/#/+remmina-room:matrix.org) - Discussion, support
-* <i class="fa fa-envelope-open"></i> [General discussion mailing list](https://lists.remmina.org/listinfo/users)
-* <i class="fa fa-commenting"></i> Talk to us on IRC, we are on freenode.net, in #remmina.
-
Licensed GNU [GPLv2+](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html), initially developed by [Vic Lee](https://github.com/llyzs).