forked from ranger/ranger.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (79 loc) · 3.81 KB
/
index.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
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--head-->
<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">
<!--/head-->
<div class="file" id="intro">
<h1>ranger</h1>
<p>
<a href="https://github.com/ranger/ranger">ranger</a> is a console file manager with VI key bindings.
</p>
</p>
It provides a minimalistic and nice curses interface with a
view on the directory hierarchy. It ships with
<a href="https://github.com/ranger/ranger/blob/master/ranger/ext/rifle.py">rifle</a>, a file launcher that is good at
automatically finding out which program to use for what file
type.
</p>
</div>
<br />
<div class="file" id="screenshot">
<img src="screenshots/screenshot0.png" class="screenshot" />
</div>
<h2>News</h2>
<div class="news">
<!-- run for f in $(ls news/*.md | sort -r); do markdown "$f"; done -->
<div class="metadata date">2018-02-22</div>
<div class="metadata author">vifon</div>
<h1>Version 1.9.1 released</h1>
<p>Version 1.9.1 is out, fixing some regressions from 1.9.0 among other things.</p>
<div class="metadata date">2018-01-28</div>
<div class="metadata author">hut</div>
<h1>Version 1.9.0 released</h1>
<p>Version 1.9.0 is out now!</p>
<div class="metadata date">2018-01-24</div>
<div class="metadata author">hut</div>
<h1>New maintainer!</h1>
<p><a href="https://github.com/toonn">Toon Nolten</a> is now helping out to maintain ranger! :D
For that, he was given full git access. We are now a team of four
(<a href="https://github.com/Vifon">Vifon</a>, <a href="https://github.com/nfnty">nfnty</a>,
<a href="https://github.com/toonn">Toon</a> and <a href="https://github.com/hut">hut</a>.)</p>
<div class="metadata date">2018-01-07</div>
<div class="metadata author">hut</div>
<h1>New design</h1>
<p>I changed the website design to resemble the interface of ranger :)</p>
<div class="metadata date">2017-12-13</div>
<div class="metadata author">hut</div>
<h1>Relocated website</h1>
<p>The URL for the ranger website has changed from <a href="http://ranger.nongnu.org">http://ranger.nongnu.org</a> to <a href="https://ranger.github.io">https://ranger.github.io</a>. An automatic redirect has been set up. Reasons for the move are:</p>
<ul>
<li>nongnu.org forces the use of CVS to update the website</li>
<li>With GitHub's <a href="https://github.com/ranger/ranger.github.io/pulls">pull requests</a>, everybody can contribute more easily to the website</li>
<li>GitHub offers HTTPS</li>
</ul>
<!-- /run -->
</div>
<!--foot-->
</div>
</body>
</html>
<!--/foot-->