From: Kevin Z. <kev...@gm...> - 2020-08-17 17:51:17
|
Hi there, I'm inviting anyone interested to submit issues, patches, and pull requests for the SSHGuard website. The sources for the current version of the website that's online is here: https://bitbucket.org/sshguard/website-static/ You might be surprised to see M4 files in this repository. The reason this is requires some background: SSHGuard's website was once written in Django. One day the server running it died, and since the Django was outdated it would have been a lot of work to get it working on a new installation. I scraped the themes and HTML and cobbled together a static version of the site as a stopgap measure. The stopgap measure continues to exist to this day. As a result, the website still looks approximately the same, and now changes are made directly to the HTML that's M4'd to generate the header. I am looking for a long term solution, probably my favorite new static site generator, but it'll be some time before I can sit down and port the themes. For now, the in-progress RSS feed is written by hand (news.xml). I'll probably de-link the existing news.html so I don't have to maintain two copies of this. Patches and pull requests against the content on the other pages are welcome. Regards, Kevin |