<feed xmlns='http://www.w3.org/2005/Atom'>
<title>spragg-ssl.co.uk/html/about, branch master</title>
<subtitle>The spragg-ssl.co.uk website</subtitle>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/spragg-ssl.co.uk/'/>
<entry>
<title>Change the "private file" prefix from "@" to "_"</title>
<updated>2018-07-26T14:09:50+00:00</updated>
<author>
<name>Adam Spragg</name>
<email>adam@spra.gg</email>
</author>
<published>2018-07-26T14:09:50+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/spragg-ssl.co.uk/commit/?id=f80f775dfbe12cf6b95bda38b73f5dc37327d7fa'/>
<id>f80f775dfbe12cf6b95bda38b73f5dc37327d7fa</id>
<content type='text'>
It has all the benefits previously mentioned in commit 2f547251, as well
as mirroring the common programming convention of using a "_" prefix to
identify private variables/functions

Hides files beginning with _ from mod_autoindex listings

As well as 404ing on files starting with "_", also 404 on files starting
with ".", as these are also private. Except for /.well-known/, because
that's... well known, and should be public.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It has all the benefits previously mentioned in commit 2f547251, as well
as mirroring the common programming convention of using a "_" prefix to
identify private variables/functions

Hides files beginning with _ from mod_autoindex listings

As well as 404ing on files starting with "_", also 404 on files starting
with ".", as these are also private. Except for /.well-known/, because
that's... well known, and should be public.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "licenses", and superscript "rd" in 3rd</title>
<updated>2018-06-19T21:29:25+00:00</updated>
<author>
<name>Adam Spragg</name>
<email>adam@spra.gg</email>
</author>
<published>2018-06-19T21:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/spragg-ssl.co.uk/commit/?id=50bc7e1249b1f3c96c2b8284c80683eb4850a72a'/>
<id>50bc7e1249b1f3c96c2b8284c80683eb4850a72a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Output the page head/header/footer with PHP</title>
<updated>2018-06-19T15:35:15+00:00</updated>
<author>
<name>Adam Spragg</name>
<email>adam@spra.gg</email>
</author>
<published>2018-06-19T15:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/spragg-ssl.co.uk/commit/?id=2f5472519016b3092dea07d6f041b1cb74c3cd13'/>
<id>2f5472519016b3092dea07d6f041b1cb74c3cd13</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use DejaVu Sans Mono for the page titles</title>
<updated>2018-06-18T13:42:26+00:00</updated>
<author>
<name>Adam Spragg</name>
<email>adam@spra.gg</email>
</author>
<published>2018-06-18T13:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/spragg-ssl.co.uk/commit/?id=cfa960d860fa30c7e2bb63cdf1c32e4f200b98ae'/>
<id>cfa960d860fa30c7e2bb63cdf1c32e4f200b98ae</id>
<content type='text'>
Rather than the generic "sans-serif"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rather than the generic "sans-serif"
</pre>
</div>
</content>
</entry>
<entry>
<title>Add icons to the website sub-headings</title>
<updated>2018-06-06T16:12:03+00:00</updated>
<author>
<name>Adam Spragg</name>
<email>adam@spra.gg</email>
</author>
<published>2018-06-06T16:12:03+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/spragg-ssl.co.uk/commit/?id=47e000d2354cc23ba530f3012a35a4b671fe0f32'/>
<id>47e000d2354cc23ba530f3012a35a4b671fe0f32</id>
<content type='text'>
Also add an /about page with licensing info for the icons, as well as
links to their sources, and other random trivia and nerdery.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add an /about page with licensing info for the icons, as well as
links to their sources, and other random trivia and nerdery.
</pre>
</div>
</content>
</entry>
</feed>
