Zulip-archive proposal - Use jinja2 templating as config instead of telling the user to edit the internal code
- Currently the way of how zulip-archive's users to change the looks of their website is to fork the project then change the internal library, especially
lib/website.py
- This method of forking the project and then changing the code only to change how the rendered page will look like is I think would be unsustainable.
- For example if there is an update from the upstream like making url sanitizer more robust or security patch like https://github.com/zulip/zulip-archive/commit/5da606feac0fa69445de717c406f79dd81e82e59, the user can't update the code directly.
- This method of forking the project and then changing the code only to change how the rendered page will look like is I think would be unsustainable.
- I think it would be better to give the responsibility of handling the rendering part to a more reliable and mature library (such as Jinja2) rather than managing the implementation ourselves as zulip-archive becoming a more complex project.
- Use templating library like jinja2 to handle how the page wi