Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Feedback on prototype reorganized Zsh website
- X-seq: zsh-workers 53149
- From: Clinton Bunch <cdb_zsh@xxxxxxxxxxx>
- To: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Subject: Feedback on prototype reorganized Zsh website
- Date: Wed, 23 Oct 2024 23:28:09 -0500
- Archived-at: <https://zsh.org/workers/53149>
- List-id: <zsh-workers.zsh.org>
Most of the generated documentation isn't there, due to the need to
write post-processing code to style it to match the rest of the site.
It's using Jinja templates to generate the static pages and storing
release, mirrors, and news as JSON files so they only have to be updated
in one place. The plan is to write more code to manage these JSON files.
Because I wanted flexible templating and to use the html2text program to
generate a markdown/text version of the releases.html file, the code is
being written in python. I believe just about anything you can manage
to compile yodl on has python.
There's still a lot of work to do, but before I put in that effort, I'd
like some feedback on the new organization and look.
https://zsh.clintonbunch.name/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author