<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit-pink, branch 1.3.0</title>
<subtitle>DON'T USE THIS! --- web frontend for git
</subtitle>
<id>https://git.causal.agency/cgit-pink/atom?h=1.3.0</id>
<link rel='self' href='https://git.causal.agency/cgit-pink/atom?h=1.3.0'/>
<link rel='alternate' type='text/html' href='https://git.causal.agency/cgit-pink/'/>
<updated>2022-02-14T02:13:41+00:00</updated>
<entry>
<title>Bump version to 1.3.0</title>
<updated>2022-02-14T02:13:41+00:00</updated>
<author>
<name>June McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2022-02-14T02:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/cgit-pink/commit/?id=44a004809b93dc1e6b174e41c2a5b4ac14f94d9b'/>
<id>urn:sha1:44a004809b93dc1e6b174e41c2a5b4ac14f94d9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update information for fork</title>
<updated>2022-02-14T02:10:50+00:00</updated>
<author>
<name>June McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2022-02-14T01:20:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/cgit-pink/commit/?id=76d9396e47ce00b029ba4497fd63aa507929fcd3'/>
<id>urn:sha1:76d9396e47ce00b029ba4497fd63aa507929fcd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove Lua support</title>
<updated>2022-02-13T23:24:04+00:00</updated>
<author>
<name>June McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2021-01-20T18:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/cgit-pink/commit/?id=d993e4be6731b1a806e2c7588334a3f485a5fd31'/>
<id>urn:sha1:d993e4be6731b1a806e2c7588334a3f485a5fd31</id>
<content type='text'>
Lua support is unused and the dlsym fwrite/write hacks horrify me.
Clean it up.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'ch/git-2-35'</title>
<updated>2022-02-13T17:24:41+00:00</updated>
<author>
<name>June McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2022-02-13T17:22:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/cgit-pink/commit/?id=e4ce4fa747c246e1cfbad86c3e2b8e454146d211'/>
<id>urn:sha1:e4ce4fa747c246e1cfbad86c3e2b8e454146d211</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Silence owner-info error</title>
<updated>2022-02-13T17:20:09+00:00</updated>
<author>
<name>June McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2021-09-30T19:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/cgit-pink/commit/?id=065ee253aef368e99899cde3839c2e801a95fb27'/>
<id>urn:sha1:065ee253aef368e99899cde3839c2e801a95fb27</id>
<content type='text'>
cgit runs in a chroot. It is normal that it cannot look up user
info in /etc/passwd.
</content>
</entry>
<entry>
<title>Remove default favicon</title>
<updated>2022-02-13T17:18:51+00:00</updated>
<author>
<name>June McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2021-09-22T15:40:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/cgit-pink/commit/?id=f92ba7ea854f826816cdbf94bc2afa4104669961'/>
<id>urn:sha1:f92ba7ea854f826816cdbf94bc2afa4104669961</id>
<content type='text'>
I do not like these things.
</content>
</entry>
<entry>
<title>Show about path in page title</title>
<updated>2022-02-13T17:14:06+00:00</updated>
<author>
<name>June McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2021-09-06T17:31:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/cgit-pink/commit/?id=03519c7bc48bb58dc0c129f9e45c0e784f775bbb'/>
<id>urn:sha1:03519c7bc48bb58dc0c129f9e45c0e784f775bbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Generate valid Atom feeds</title>
<updated>2022-02-13T17:13:58+00:00</updated>
<author>
<name>June McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2021-06-08T20:21:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/cgit-pink/commit/?id=20f0352d9be4d6159ef665140d27ed8de76c0c91'/>
<id>urn:sha1:20f0352d9be4d6159ef665140d27ed8de76c0c91</id>
<content type='text'>
Fixes several RFC 4287 violations:

&gt; 4.1.1. The "atom:feed" Element
&gt;    o  atom:feed elements MUST contain exactly one atom:id element.
&gt;    o  atom:feed elements SHOULD contain one atom:link element with a rel
&gt;       attribute value of "self".  This is the preferred URI for
&gt;       retrieving Atom Feed Documents representing this Atom feed.
&gt;    o  atom:feed elements MUST contain exactly one atom:updated element.

An atom:id element is generated from cgit_currentfullurl(), and an
atom:link element with a rel attribute of "self" is generated with
the same URL. An atom:updated element is generated from the date
of the first commit in the revision walk.

&gt; 4.1.2.  The "atom:entry" Element
&gt;    o  atom:entry elements MUST NOT contain more than one atom:content
&gt;       element.

The second atom:content element with the type of "xhtml" is removed.

&gt; 4.2.6.  The "atom:id" Element
&gt;    Its content MUST be an IRI, as defined by [RFC3987].  Note that the
&gt;    definition of "IRI" excludes relative references.  Though the IRI
&gt;    might use a dereferencable scheme, Atom Processors MUST NOT assume it
&gt;    can be dereferenced.

The atom:id elements for commits now use URNs in the "sha1" or
"sha256" namespaces. Although these are not registered URN namespaces,
they see use in the wild, for instance as part of magnet URIs.
</content>
</entry>
<entry>
<title>Merge up to git v2.32.0</title>
<updated>2022-02-13T17:10:49+00:00</updated>
<author>
<name>June McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2022-02-13T17:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/cgit-pink/commit/?id=516175469a8c6895496ef909b487992deb45f460'/>
<id>urn:sha1:516175469a8c6895496ef909b487992deb45f460</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix crash trying to print "this commit" on 404s</title>
<updated>2022-02-13T16:57:33+00:00</updated>
<author>
<name>June McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2021-04-12T21:18:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/cgit-pink/commit/?id=12d91b897df65a2a50878edc62541c5b7f90003a'/>
<id>urn:sha1:12d91b897df65a2a50878edc62541c5b7f90003a</id>
<content type='text'>
For example any URL that starts with a real repo name but isn't
valid.
</content>
</entry>
</feed>
