Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-19 | Output the page head/header/footer with PHP | Adam Spragg | |
Allows putting all the repeated stuff in one place (DRY!), so that if it needs changing it only needs to change once. Start the name of the included file with "@", and disallow the retrieval of files beginning with "@" (returning 404) so that it can't be downloaded, because it won't output anything meaningful. Why "@"? Because it's about the only ASCII punctuation character that doesn't mean anything special to most shells (bash), or programs, and is therefore easy to use as a filename on the command line. I almost went with "+", but it turns out that nvim treats arguments beginning with "+" as options. So "@" it is. | |||
2018-06-18 | Extensionless files in root should be handled as PHP | Adam Spragg | |
2018-06-06 | Add /obs/server-status and index file for /obs | Adam Spragg | |
2018-06-06 | Set default charset to utf-8 | Adam Spragg | |
2018-06-06 | Change alias for /icons to symlink for /img/icons | Adam Spragg | |
So we don't conflict with the alias for /icons/ already set up by mod_alias, and in use by mod_autoindex. Seriously, who thought it would be a good idea to reserve the /icons namespace, as if no website might already want to use that??? | |||
2018-05-31 | First fully working config and content for the site | Adam Spragg | |