<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit/filters, branch lf/for-jason</title>
<subtitle>my cgit fork
</subtitle>
<id>http://g.freya.cat/cgit/atom?h=lf%2Ffor-jason</id>
<link rel='self' href='http://g.freya.cat/cgit/atom?h=lf%2Ffor-jason'/>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/'/>
<updated>2017-08-10T13:15:55Z</updated>
<entry>
<title>filter: set environment variable PYTHONIOENCODING to utf-8</title>
<updated>2017-08-10T13:15:55Z</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2017-03-09T00:18:10Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=67e2b69ec96a117b98c9028013ce0258574efe80'/>
<id>urn:sha1:67e2b69ec96a117b98c9028013ce0258574efe80</id>
<content type='text'>
This allows different versions of Python to be used rather than
forcing version specific encoding in each script.

Signed-off-by: Roy Marples &lt;roy@marples.name&gt;
Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;
</content>
</entry>
<entry>
<title>syntax-highlighting: replace invalid unicode with ?</title>
<updated>2017-01-22T11:44:44Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2017-01-22T11:44:44Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=5564a5d06678b3f9b0725bc4b2383ea1b7eb5515'/>
<id>urn:sha1:5564a5d06678b3f9b0725bc4b2383ea1b7eb5515</id>
<content type='text'>
</content>
</entry>
<entry>
<title>md2html: use utf-8 and flush output buffer</title>
<updated>2016-06-17T10:28:03Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2016-06-17T10:27:10Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=7d51120440346108aad74f007431ad65b307f6d7'/>
<id>urn:sha1:7d51120440346108aad74f007431ad65b307f6d7</id>
<content type='text'>
Otherwise we get the classic Python UTF-8 errors, and the text is all
out of order. While we're at it, switch to python3 so we only have to
support one set of oddball semantics.

Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
Suggested-by: Daniel Campbell &lt;dlcampbell@gmx.com&gt;
</content>
</entry>
<entry>
<title>Hosted on HTTPS now</title>
<updated>2016-06-07T12:49:35Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2016-02-24T17:01:42Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=d88ec849c4f7af41a8a41af1a4f79a2b4d41717a'/>
<id>urn:sha1:d88ec849c4f7af41a8a41af1a4f79a2b4d41717a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>md2html: Do syntax highlighting too</title>
<updated>2016-02-23T14:00:05Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2016-02-23T05:32:03Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=1892cd9a603e1eda206c40efb576bd75b7532be6'/>
<id>urn:sha1:1892cd9a603e1eda206c40efb576bd75b7532be6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax-highlighting: always use utf-8 to avoid ascii codec issues</title>
<updated>2016-01-18T10:14:06Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2016-01-18T10:14:06Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=d3756bd7b00f9ad6adede3c7f956a25b22a2254a'/>
<id>urn:sha1:d3756bd7b00f9ad6adede3c7f956a25b22a2254a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>about-formatting.sh: comment text out of date</title>
<updated>2015-11-12T03:44:32Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2015-11-12T03:44:32Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=ffe09621f2626c692a16b249a52112ba8070aa79'/>
<id>urn:sha1:ffe09621f2626c692a16b249a52112ba8070aa79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>filters: port syntax-highlighting.py to python 3.x</title>
<updated>2015-10-12T16:36:23Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2015-10-12T16:23:56Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=143e65252c1c842774bc5a601d5faef97ca6c886'/>
<id>urn:sha1:143e65252c1c842774bc5a601d5faef97ca6c886</id>
<content type='text'>
Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
<entry>
<title>md2html: the default of stdin works fine</title>
<updated>2015-10-12T16:33:46Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2015-10-12T16:33:21Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=3f9e14ada1e9cb3bb5b162f10f824336e3142440'/>
<id>urn:sha1:3f9e14ada1e9cb3bb5b162f10f824336e3142440</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>filters: misc cleanups</title>
<updated>2015-10-12T14:47:47Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2015-10-12T14:47:47Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=c301899112b2a0559e0f65e3b371a907e9e5c097'/>
<id>urn:sha1:c301899112b2a0559e0f65e3b371a907e9e5c097</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
</feed>
