<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dome-key-web/internal_error.html, branch master</title>
<subtitle>DomeKey website</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dome-key-web/'/>
<entry>
<title>Make the logo link to the home page</title>
<updated>2018-11-19T15:39:04+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-11-19T15:39:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dome-key-web/commit/?id=7386aac49900934b42a83127ff933f870ae6d170'/>
<id>7386aac49900934b42a83127ff933f870ae6d170</id>
<content type='text'>
Do this on all pages that aren't the home page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do this on all pages that aren't the home page.
</pre>
</div>
</content>
</entry>
<entry>
<title>internal_error.html: Fix logo image</title>
<updated>2018-11-13T21:27:14+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-11-13T21:27:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dome-key-web/commit/?id=03dae84c7aa569e84513a8c9bd167a00e11debaa'/>
<id>03dae84c7aa569e84513a8c9bd167a00e11debaa</id>
<content type='text'>
Hadn't tested this when I made it. Was outputting a formatted byte
string instead of the plain base64, which resulted in `b'BASE_64'` being
inserted. Output the real base64 to get the image to decode properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hadn't tested this when I made it. Was outputting a formatted byte
string instead of the plain base64, which resulted in `b'BASE_64'` being
inserted. Output the real base64 to get the image to decode properly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 500 error page with generator</title>
<updated>2018-11-13T20:11:52+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-11-13T20:11:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dome-key-web/commit/?id=fd154a053eb2b6240e2b0889acd922b5ac43212e'/>
<id>fd154a053eb2b6240e2b0889acd922b5ac43212e</id>
<content type='text'>
Base structure copied from `404.html`. Python script based on the
`generate_homebrew_formula.py` script in the main DomeKey repository.

The filename comes from the Apache server configuration.

Generate the 500 page because we can't rely on dependencies. This gets
the CSS and logo and includes them inline in the HTML page.

Thanks to this answer for explaining how to get a byte string from a
file to send to the base64 encoder:
https://stackoverflow.com/questions/45482272/typeerror-a-bytes-like-object-is-required-not-str-python-2-to-3/45482834#45482834
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Base structure copied from `404.html`. Python script based on the
`generate_homebrew_formula.py` script in the main DomeKey repository.

The filename comes from the Apache server configuration.

Generate the 500 page because we can't rely on dependencies. This gets
the CSS and logo and includes them inline in the HTML page.

Thanks to this answer for explaining how to get a byte string from a
file to send to the base64 encoder:
https://stackoverflow.com/questions/45482272/typeerror-a-bytes-like-object-is-required-not-str-python-2-to-3/45482834#45482834
</pre>
</div>
</content>
</entry>
</feed>
