It looks good to go.
I'll be sending your payment plus the bonus to your public address (8M5cnyAzRyxZYghZayTcedek2Lgk3HqAZPvtzXMWm6va:4LA) at 7 pm UTC.
I typically would give any time…
Could you scrap the is_atom logic in enrich_msg()?
Just let enrich_mesg operate independently of the export feed format.
Hey, I can see the image render as links on certain posts.
RE: enrich_msg()
You added another block with its own "for each word" loop and return.
Could you work with the pre-existing…
The files are named the same between RSS and Atom e.g feeds/tagname.xml.
Also generating two files for each tag is excessive.
I'll test when I get back. Could you squash your commits when you're done cleaning and making adjustments?
e.g
git rebase -i HEAD~n
(n = the number of your commits)
Hi, @eloitor
The setting that would get you a domain name is rss.url. A subset of the config file is passed to the RSS function.
https://git.32bit.cafe/likho/microblog.py/src/branch/rss_1/…