<feed xmlns='http://www.w3.org/2005/Atom'>
<title>spragg-ssl.co.uk/html/index.php, 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 "Linux" to "GNU/Linux"</title>
<updated>2018-08-13T11:50:25+00:00</updated>
<author>
<name>Adam Spragg</name>
<email>adam@spragg-ssl.co.uk</email>
</author>
<published>2018-08-13T11:50: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=09b19bd860cc1fdf1b5a04e7b480d06b0996c615'/>
<id>09b19bd860cc1fdf1b5a04e7b480d06b0996c615</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Detail some of my experience on the home page</title>
<updated>2018-08-10T08:06:40+00:00</updated>
<author>
<name>Adam Spragg</name>
<email>adam@spragg-ssl.co.uk</email>
</author>
<published>2018-08-10T08:06:40+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/spragg-ssl.co.uk/commit/?id=c84dd7a48ae7620af471eb98839054da82104bdc'/>
<id>c84dd7a48ae7620af471eb98839054da82104bdc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>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>
<entry>
<title>Fix HTML validation issues on &lt;html&gt; and &lt;link&gt;</title>
<updated>2018-06-06T12:25:07+00:00</updated>
<author>
<name>Adam Spragg</name>
<email>adam@spra.gg</email>
</author>
<published>2018-06-06T12:25:07+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/spragg-ssl.co.uk/commit/?id=cb6fe83d9c23730c8ad33cc7d75c03c0afd12f65'/>
<id>cb6fe83d9c23730c8ad33cc7d75c03c0afd12f65</id>
<content type='text'>
&lt;html&gt; should have a 'lang=""' attribute, and &lt;/link&gt; tags are not
allowed by the spec.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&lt;html&gt; should have a 'lang=""' attribute, and &lt;/link&gt; tags are not
allowed by the spec.
</pre>
</div>
</content>
</entry>
<entry>
<title>First fully working config and content for the site</title>
<updated>2018-05-31T22:25:50+00:00</updated>
<author>
<name>Adam Spragg</name>
<email>adam@spra.gg</email>
</author>
<published>2018-05-31T22:25: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=93858a4c34dd4007c72e915ed175bcdc24bbdadd'/>
<id>93858a4c34dd4007c72e915ed175bcdc24bbdadd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
