summaryrefslogtreecommitdiff
path: root/software/scripts/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'software/scripts/index.txt')
-rw-r--r--software/scripts/index.txt38
1 files changed, 18 insertions, 20 deletions
diff --git a/software/scripts/index.txt b/software/scripts/index.txt
index 93a53cf..0eb8f97 100644
--- a/software/scripts/index.txt
+++ b/software/scripts/index.txt
@@ -5,26 +5,6 @@ Scripts
done in 2 minutes."
-## [Readability simple](http://git.njw.me.uk/cgit/cgit.cgi/readability-simple/) and [remove links](remove-links.js)
-
-"The ever-present awareness of possibility to either make or refuse
-choice, was to preempt my creating any meditative space for myself"
- - *Sean Birketts, The Gutenberg Elegies*.
-
-[Readability](http://code.google.com/p/arc90labs-readability/) is a
-program which decides which parts of a web page make up the core text,
-and rewrites the page to remove anything else. Unfortunately it was
-designed as a 'bookmarklet,' meaning that one must rely on external
-servers for its operation, with the speed, connectivity and privacy
-implications which that entails. I lightly reworked the code to remove
-some unnecessary functionality and ensure it can be easily used
-locally.
-
-I also created a simple companion script which removes all links from a
-page. I currently use these in [uzbl](http://www.uzbl.org), with the
-command: `chain 'script @scripts_dir/readability/js/readability.js'
-'script @scripts_dir/remove-links.js'`
-
[Democracy Now! fetcher](fetchdnow.sh)
-----------------------------------------------------------------------
@@ -70,6 +50,24 @@ not in my personal
file into a different folder. This could be done more neatly with awk,
but it has always worked perfectly so I'm leaving it be.
+## [Readability simple](http://git.njw.me.uk/cgit/cgit.cgi/readability-simple/) and [remove links](remove-links.js)
+
+[Readability](http://code.google.com/p/arc90labs-readability/) is a
+program which decides which parts of a web page make up the core text,
+and rewrites the page to remove anything else. Unfortunately it was
+designed as a 'bookmarklet,' meaning that one must rely on external
+servers for its operation, with the speed, connectivity and privacy
+implications which that entails. I lightly reworked the code to remove
+some unnecessary functionality and ensure it can be easily used
+locally.
+
+I also created a simple companion script which removes all links from a
+page. I currently use these in [uzbl](http://www.uzbl.org), with the
+command: `chain 'script @scripts_dir/readability/js/readability.js'
+'script @scripts_dir/remove-links.js'`
+
+This has been superceded by [readable](../readable/).
+
[osCommerce Easy SEO URLs](http://addons.oscommerce.com/info/5901)
-----------------------------------------------------------------------