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.