firelinks 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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