forked from ranger/ranger.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
71 lines (65 loc) · 2.75 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--get head from index.html-->
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=0.5" />
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
<script src="jquery2.min.js"></script>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div class="index">
<a href="index.html" class="ranger filetype_text tagged">README.md</a>
<a href="changelog.html" class="ranger filetype_text">CHANGELOG.md</a>
<a href="contact.html" class="ranger filetype_text">contact.html</a>
<a href="documentation.html" class="ranger filetype_text">docs.html</a>
<a href="https://github.com/ranger/ranger" class="ranger filetype_link">github.link</a>
<a href="download.html" class="ranger filetype_targz">ranger.tar.gz</a>
<a href="screenshots.html" class="ranger filetype_image">screenshot.png</a>
<a href="https://github.com/ranger/ranger/wiki" class="ranger filetype_link">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://freenode.net/">freenode</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/hut/ranger/issues">GitHub</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/hut/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 some bitcoin to the project:
<a href="https://blockchain.info/address/1NeshVsKwMXa2F87yobBuXFXmi3JKcCamW">1NeshVsKwMXa2F87yobBuXFXmi3JKcCamW</a>
</p>
<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-->
</div>
</body>
</html>
<!--/get-->