-
Notifications
You must be signed in to change notification settings - Fork 6
/
contact.html
82 lines (76 loc) · 3.55 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--get head from index.html-->
<html>
<head>
<title>Ranger — console file manager with VI key bindings</title>
<link rel="icon" type="image/png" href="ranger_logo.png"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div class="index">
<a href="index.html"><img src="ranger_logo.png" style="max-width: 80%; max-height: 200px;" alt="Logo" /></a>
<br />
<br />
<a href="index.html" class="ranger filetype_text kbnav tagged">README.md</a>
<a href="changelog.html" class="ranger filetype_text kbnav">CHANGELOG.md</a>
<a href="contact.html" class="ranger filetype_text kbnav">contact.html</a>
<a href="documentation.html" class="ranger filetype_text kbnav">docs.html</a>
<a href="https://reddit.com/r/ranger" class="ranger filetype_link kbnav">FAQ.link</a>
<a href="https://github.com/ranger/ranger" class="ranger filetype_link kbnav">github.link</a>
<a href="download.html" class="ranger filetype_targz kbnav">ranger.tar.gz</a>
<a href="screenshots.html" class="ranger filetype_image kbnav">screenshot.png</a>
<a href="https://github.com/ranger/ranger/wiki" class="ranger filetype_link kbnav">wiki.html </a>
</div>
<div class="content">
<!--/get-->
<h1>Contact</h1>
<p>
Here are a couple of methods for communication
</p>
<ul>
<li>The IRC channel #ranger on <a
href="https://libera.chat/guides/connect">Libera.Chat</a></li>
<li>The mailing list <a href="https://lists.nongnu.org/mailman/listinfo/ranger-users">ranger-users</a> (<a href="http://lists.nongnu.org/archive/html/ranger-users/">archive</a>)</li>
<li>Bug tracker on <a href="https://github.com/ranger/ranger/issues">GitHub Issues</a></li>
<li>Direct e-mail to the author: hut at hut.pm</li>
</ul>
<h2>Networking</h2>
<p>
Ranger can be found on...
</p>
<ul>
<li><a href="https://wiki.archlinux.org/index.php/Ranger">Arch Linux Wiki</a></li>
<li><a href="http://savannah.nongnu.org/projects/ranger/">Savannah</a></li>
<li><a href="https://github.com/ranger/ranger">GitHub</a></li>
</ul>
<!--* <a href="http://freshmeat.net/projects/ranger">freshmeat</a>
<ul>
<li><a href="http://www.ohloh.net/p/ranger">ohloh.net</a></li>-->
<!--</ul>-->
<h2>Donations</h2>
<p>
If you would like to contribute, but you don't have the time to write
patches, you could donate to the project via the following methods:
</p>
<ul>
<li>Liberapay: <a href="https://liberapay.com/ranger">https://liberapay.com/ranger</a> (preferred)</li>
<li>Bitcoin: <a href="https://blockchain.info/address/1NeshVsKwMXa2F87yobBuXFXmi3JKcCamW">1NeshVsKwMXa2F87yobBuXFXmi3JKcCamW</a></li>
</ul>
<p>
Your support is greatly appreciated. Here are some messages from previous
donors:
</p>
<ul>
<li><b>Akin Fernandez</b>: "Ranger is the file manager we have been waiting for. It perfects an i3 setup." (2016-06-06)</li>
</ul>
<!--get foot from index.html-->
<script type="text/javascript" src="mousetrap_1.6.2.min.js"></script>
<script type="text/javascript" src="mousetrap_1.6.2-bind-dictionary.min.js"></script>
<script type="text/javascript" src="keyboard.js"></script>
</div>
</body>
</html>
<!--/get-->