From d2fd0336e1307f721bd1ddb1981a706d8b44e109 Mon Sep 17 00:00:00 2001 From: Kai Hendry Date: Sun, 4 Dec 2011 22:29:05 +0800 Subject: [PATCH] better notes --- README.markdown => README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) rename README.markdown => README.md (74%) diff --git a/README.markdown b/README.md similarity index 74% rename from README.markdown rename to README.md index 5064128..2e674c9 100644 --- a/README.markdown +++ b/README.md @@ -1,9 +1,10 @@ # * Authentication free, using -* Aim to [suckless](http://suckless.org/) and keep LOC low +* Aim to [suckless](http://suckless.org) by keeping LOC low * Encourage folks to use `fetch-tweets.sh` themselves and get into shell ;) * Dependencies: curl, libhtml-parser-perl (to decode HTML entities), xmlstarlet, coreutils +* Look and feel mostly by # Known issues @@ -29,6 +30,13 @@ to any already existing tweets. I did file , which later seemed to be fixed. -# Shell script feedback (progressive loading) on the Web is solved by outputing more than one should +# Shell script feedback (progressive loading) on the Web is quite tricky + +Simple approaches tried: + +* Outputting more than one should (doesn't work actually) +* Different newer servers of Apache seem to do transfer chunking better + +Our host is limited by a "stable" version of Apache.