firelinks 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +4 -3
- data/lib/firelinks/version.rb +1 -1
- metadata +1 -1
data/README.markdown
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Firelinks lets you mirror your Firefox browsing session in elinks.
|
4
4
|
|
5
|
-
[
|
5
|
+
<a href="https://github.com/danchoi/firelinks/raw/master/screens/firelinks1b.png" rel="lightbox[screens]"><img src="https://github.com/danchoi/firelinks/raw/master/screens/firelinks1c.png" /></a>
|
6
6
|
|
7
7
|
Benefits:
|
8
8
|
|
@@ -13,8 +13,9 @@ Benefits:
|
|
13
13
|
|
14
14
|
## Prerequisites
|
15
15
|
|
16
|
+
* Linux (does not work yet on OS X)
|
16
17
|
* [elinks][elinks]
|
17
|
-
* Firefox 3 or higher
|
18
|
+
* Firefox 3 or higher
|
18
19
|
* Ruby (tested on 1.9.2)
|
19
20
|
|
20
21
|
[elinks]:http://elinks.or.cz/
|
@@ -50,7 +51,7 @@ To quit Firelinks, just press `CTRL-C` (instead of the normal quit key sequence
|
|
50
51
|
|
51
52
|
## Bug reports and feature requests
|
52
53
|
|
53
|
-
Please submit
|
54
|
+
Please submit here:
|
54
55
|
|
55
56
|
* <https://github.com/danchoi/firelinks/issues>
|
56
57
|
|
data/lib/firelinks/version.rb
CHANGED