Switch create.cgi to output HTML instead of text to allow for better feedback

This commit is contained in:
Kai Hendry
2011-11-22 00:22:53 +08:00
parent 64c5b9c836
commit 1c680703c6
4 changed files with 43 additions and 21 deletions

View File

@@ -12,7 +12,13 @@
* Won't work on protected accounts (duh!)
* No @mentions or DMs from other accounts
# Twitter can be flaky
## Fetching already!
Closing a tab whilst creating an account,
<http://greptweet/create.cgi?id=example>, can cause issues. Need to study
<http://mywiki.wooledge.org/ProcessManagement>.
## Twitter can be flaky
Twitter does not allow the possibility of retrieving more than 3200 tweets.
However twitter generally stalls before coming close to this limit. Please
@@ -23,8 +29,6 @@ to any already existing tweets.
I did file <https://dev.twitter.com/discussions/3414>, which later seemed to be fixed.
# Shell script feedback on the Web is unsolved :(
# Shell script feedback (progressive loading) on the Web is solved by outputing more than one should
<http://stackoverflow.com/questions/3547488>
Could do with some help here to make shell scripts show nicely, like `tail` in a console.