buckket / twtxt

Decentralised, minimalist microblogging service for hackers.
http://twtxt.readthedocs.org/en/stable/
MIT License
1.91k stars 79 forks source link

WIP/preview, offline mode, timeline support #107

Closed kdave closed 8 years ago

kdave commented 8 years ago

The timeline command fetches all updates each time, this can be pointless (if too frequent) or unwanted.

The tests are missing etc, this is to gather ideas if this is the right approach.

buckket commented 8 years ago

Implemented most of this in https://github.com/buckket/twtxt/commit/99a17dd236fe5c42d0a21d646d271dc1c54b47eb, see #100.

Thanks for your ideas and contribution! I've chosen a slightly different approach, leaving this open, cause I might implement bits of this PR in a future commit.