Make use of modern-style quotes
authorLertsenem <lertsenem@lertsenem.com>
Sun, 9 Oct 2016 00:34:06 +0000 (02:34 +0200)
committerLertsenem <lertsenem@lertsenem.com>
Sun, 9 Oct 2016 00:34:06 +0000 (02:34 +0200)
commit13bcdaf1ab4c477633a164e7a4e8453e3c13a7f8
tree4704c0089744fd556132d7a7bbf64988af5b7ec0
parent6434d9d3909a6669b06be1867ba2f74cf9e4f3b6
Make use of modern-style quotes

(See issue https://github.com/DTVD/rainbowstream/issues/134)

Twitter introduced a new way of quoting, by simply putting the tweet url
as a quote. The web interface (and most clients) will then display a
preview of the quoted tweet, leaving more characters available for your
quote.

This patch change the default quote format from the old mode ("#comment
RT #owner #text") to the new one, introducing a new #tid keyword holding
the tweet id (needed to find the tweet URL). It's still possible to go
back to the old mode, by changing the QUOTE_FORMAT config parameter
back to "#comment RT @#owner #text".
docs/index.rst
rainbowstream/colorset/config
rainbowstream/draw.py