Add option to enable or disable showing usernames in RSS items
authorAntonio Ospite <ao2@ao2.it>
Tue, 13 Nov 2018 15:14:09 +0000 (16:14 +0100)
committerAntonio Ospite <ao2@ao2.it>
Fri, 16 Nov 2018 09:28:16 +0000 (10:28 +0100)
commit01dfd03d97afd0d5d06a36af37d96892905340ad
tree336ada63c5a5bd2ae64e179834ce5e29e5f521fc
parent29e51afe9ef63c74ad8d770bd637d982ec2c85f1
Add option to enable or disable showing usernames in RSS items

Tweeper shows usernames by default in items created from multi-user
sites like Twitter or Instagram.

This is because  the main use case is to aggregate multiple feeds in the
same viewer, and in this scenario having some info about where the
messages is coming from can be useful.

However sometimes tweeper can be used to track one single feed and in
this case having always the same username repeated over and over is
unnecessary.

Make showing the username optional, but keep the current behavior as
default.

NOTE: for Twitter keep always showing the username in case of retweets
($screen-name != $user-name).
src/Tweeper.php
src/rss_converter_instagram.com.xsl
src/rss_converter_pump.io.xsl
src/rss_converter_twitter.com.xsl
tweeper.1.asciidoc
tweeper.php