From 6a68fb722e69a3753bf85ec80b9454077ebf37fb Mon Sep 17 00:00:00 2001 From: Kai Hendry Date: Sun, 15 Jul 2012 22:34:09 +0200 Subject: [PATCH] Mean it does HTML offline --- README.md | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 8e48d13..45d69ca 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # +Offline Greptweet on Chrome IOS + +* Uses [HTML offline feature](http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html) * Authentication free, using -* Aim to [suck less](http://suckless.org) by keeping lines of code low +* Aims to [suck less](http://suckless.org) by keeping lines of code low * Encourage folks to use `fetch-tweets.sh` themselves and get into shell ;) * Dependencies: curl, libhtml-parser-perl (to decode HTML entities), xmlstarlet, coreutils, PHP * Look and feel mostly by @@ -14,27 +17,16 @@ * Won't work on protected accounts (duh!) * No @mentions or DMs from other accounts -## Fetching already! +# Local or server ? -Closing a window whilst creating an account, -, can cause issues. Need to study -. +What is faster? Using `grep.php` or just doing it via Javascript (we could drop PHP then!)? -## @twitterapi is super flaky - -Twitter does not allow the possibility of retrieving more than 3200 tweets. :( -However twitter generally stalls before coming close to this limit. Please -consider complaining to Twitter about this issue. - -Type your name again up in the box above to update and append any new tweets -to any already existing tweets. - -I did file , which later seemed to be fixed. - -## Shell script feedback on the Web works by disabling Apache's mod_deflate ! +# Shell script feedback on the Web works by disabling Apache's mod_deflate ! +There is a problem whereby if the page is killed whilst fetching, the lock isn't cleared then and there because `trap` does not seem to work. + Make sure your httpd does utf8 all the time: AddDefaultCharset utf-8