-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar plugin #3
Comments
Thank you for letting us know about that plugin and your async implementation! They really look similar! 😅 I'll try to review both and compare features (at first sight, it looks like there are some important differences). Maybe we could merge them in one plugin supporting all use cases (shouldn't be too many), what do you think @ashwinvis ? |
That sounds like a great idea 👍. I think it should be done incrementally. If I may propose:
into something like https://github.com/ashwinvis/pelican-planet/blob/4c90e8e66c277774b841c38a01e062cc7a17bd44/pelican_planet/planet.py#L57-L102
|
Great information @ashwinvis, I'd like to understand first the high level differences and then plan how to implement the differences. I think it's important to try to keep the configuration as equivalent as possible, to ease any migration between plugins. Also, I think it's better to improve About your proposal:
Thanks! |
It was useful for testing with different parameters (https://framagit.org/bochecha/pelican-planet/-/blob/master/pelican_planet/tests/test_planet.py).
Substantial! |
This plugin is very similar to:
which I forked recently and added async functionality to in:
There may be ideas in the implementation of pelican-planet which could be useful for webring.
The text was updated successfully, but these errors were encountered: