OK, Iβve been using Planet Venus for the longest time. I use it to generate the the Planets on Campaign Wiki. The problem is that it is written in Python 2 and I was unable to quickly migrate it (and all its dependencies) to Python 3.
I was unable to quickly migrate it
So here I am... writing Planet Jupiter. π
Please report any issues you run into, or leave a comment.
report any issues you run into
Oh well, what could go wrong...
(I wonder whether we should use β for Jupiter somewhere...)
β#Web β#RSS β#Blogs β#Planet β#Jupiter
(Please contact me if you want to remove your comment.)
β
Actually, itβs looking pretty good. Iβll see about making the switch tomorrow. Sure, it has much, much fewer functionality than *Planet Venus* but it has just the right kind of functionality I need.
I guess I should have picked a really small planet to name this project but it is what it is. I like Jupiter.
The big thing that remains to be done is caching. But it should be good enough already!
β Alex Schroeder 2020-01-10 19:58 UTC
---
The planets I run have been switched over. Let me know if there is anything wonky.
β Alex Schroeder 2020-01-11 13:55 UTC
---
Yikes, rewriting it to use XML::Feed made it *a lot slower*! π
β Alex Schroeder 2020-01-12 22:08 UTC
---
@PresGas noticed that the merged feed does not exist. Perhaps we can fix this using a template? `XML::Feed` also has a feature to add entries to a feed, so we could make our own.
Still getting a lot of *null* responses β I guess I need to be slower in accessing Blogspot?
β Alex Schroeder 2020-01-13 14:31 UTC
---
Letβs hope feeds work now! Iβm generating `feed.xml` in RSS 2.0 format and redirection the old `atom.xml` to it...
β Alex Schroeder 2020-01-13 19:45 UTC
---
Sadly, there is an encoding bug for Atom feeds, e.g. a feed title such as βSkΓΌllβ gets double encoded. π
β Alex Schroeder 2020-01-15 12:56 UTC
---
For the moment Iβm trying a rewrite without `XML::Feed` just because it seemed so much faster... The encoding problem still exists, however. Thus, itβs not introduced by `XML::Feed`.
β Alex Schroeder 2020-01-16 06:29 UTC
---
And... I think itβs done! π
β Alex Schroeder 2020-01-17 15:06 UTC