Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.22 KB

File metadata and controls

32 lines (22 loc) · 1.22 KB

hostpad.github.io

The Hostpad website: https://hostpad.github.io

One static page, served by GitHub Pages from master. No build step, no generator, no dependencies — index.html carries its own stylesheet, and the images sit next to it.

The application itself lives at Hostpad/Hostpad. Bug reports about the program belong there; this repository is only the page.

Editing

Change index.html, open it in a browser to check, push to master. Pages picks it up within a minute or two.

.nojekyll stops Pages from running the files through Jekyll, which is not needed here and has opinions about filenames that begin with an underscore.

A rule worth keeping

The page names no version number and prints no hash. Both go stale the moment a release is tagged, and a stale hash on a page that explains how to verify a download is worse than no page at all. Everything points at releases/latest instead, so the site never needs touching when a release goes out.

Licence

The page text and markup are GPLv3 or later, like the application. The Hostpad name and icon are not covered by that licence — see the note on the site itself.