summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2012-04-28 18:25:07 +0100
committerNick White <git@njw.me.uk>2012-04-28 18:25:07 +0100
commit09ef3d08fe131980a06a5b2d4756792cc63e78ae (patch)
tree409cf27d7fb0501f9e3d24a1b784ef173b617c79
parent04e5738eb1f7d36b5e0d0fdf4991c78cad1bae19 (diff)
Add further reading section to README
-rw-r--r--Makefile7
-rw-r--r--README12
2 files changed, 13 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 19afb04..3badd4f 100644
--- a/Makefile
+++ b/Makefile
@@ -110,11 +110,12 @@ index.html: doap.ttl README
echo "h1 {font-size:1.6em; text-align:center;}" >> $@
echo "a {text-decoration:none; border-bottom:thin dotted;}" >> $@
echo "</style></head><body>" >> $@
- smu < README >> $@
+ sed '7q' < README | smu >> $@
echo "<h2>download</h2>" >> $@
echo "[$(NAME) $(VERSION) source]($(NAME)-$(VERSION).tar.bz2) ([sig]($(NAME)-$(VERSION).tar.bz2.sig)) ($(RELDATE))" | smu >> $@
- echo "[$(NAME) $(VERSION) windows]($(NAME)-$(VERSION)-win.zip) ([sig]($(NAME)-$(VERSION)-win.zip.sig)) ($(RELDATE))" | smu >> $@
- echo "[$(NAME) $(VERSION) mac]($(NAME)-$(VERSION)-mac.dmg) ([sig]($(NAME)-$(VERSION)-mac.dmg.sig)) ($(RELDATE))" | smu >> $@
+ #echo "[$(NAME) $(VERSION) windows]($(NAME)-$(VERSION)-win.zip) ([sig]($(NAME)-$(VERSION)-win.zip.sig)) ($(RELDATE))" | smu >> $@
+ #echo "[$(NAME) $(VERSION) mac]($(NAME)-$(VERSION)-mac.dmg) ([sig]($(NAME)-$(VERSION)-mac.dmg.sig)) ($(RELDATE))" | smu >> $@
+ sed '1,7d' < README | smu >> $@
echo '<hr />' >> $@
sh websummary.sh doap.ttl | smu >> $@
echo '</body></html>' >> $@
diff --git a/README b/README
index 6156766..fdf41e6 100644
--- a/README
+++ b/README
@@ -16,9 +16,9 @@ holds about you (which in the case of Google and Amazon is likely
to be a great deal).
Reading books is a critical component of thinking well, and, by
-extension, of liberty. Limiting and monitoring it is a grave act;
-it is censorship, whether its goal is profit or more direct
-political control. And it is dangerous.
+extension, of liberty. Limiting and monitoring it is a grave act,
+whether its goal is profit or more direct political control. And
+it is dangerous.
The getxbook program downloads books anonymously. Using it will
still result in your IP address being logged (use
@@ -38,6 +38,12 @@ the page scans.
form of tyranny over the mind of man."
- *Thomas Jefferson*
+### further reading
+
+* Cohn, C & Hashimoto, K [The Case for Book Privacy Parity: Google Books and the Shift from Offline to Online Reading](http://hlpronline.com/2010/05/the-case-for-book-privacy-parity-google-books-and-the-shift-from-offline-to-online-reading/) Harvard Law & Policy Review (2010)
+* Fuchs, C [A Contribution to the Critique of the Political Economy of Google](http://www.uta.edu/huma/agger/fastcapitalism/8_1/fuchs8_1.html) Fast Capitalism 8.1 (2011)
+* Schneier, B [The Eternal Value of Privacy](http://www.schneier.com/essay-114.html) Wired News (2006)
+
## technical
Each tool is written in around 200 lines of portable C code, with no