<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blogc/src, branch v0.16.1</title>
<subtitle>A blog compiler
</subtitle>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/'/>
<entry>
<title>make: removed atom_legacy_entry_id setting</title>
<updated>2019-04-21T17:12:16+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-04-21T17:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=60f8be44dd876c221270a34989480936e716f5ab'/>
<id>60f8be44dd876c221270a34989480936e716f5ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: use permalinks as atom ids</title>
<updated>2019-04-20T01:18:45+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-04-20T00:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=cf95aa88595184f51da4eeb06301e436a6a5f589'/>
<id>cf95aa88595184f51da4eeb06301e436a6a5f589</id>
<content type='text'>
I have just realized that was implementing atom feeds wrong for long
time. atom ids are supposed to be valid uris. this is a small but
breaking change. it is supposed to make some clients think that all
of the old posts were republished. This can be avoided by running
something like this, before upgrading:

    $ blogc-make atom_dump &gt; templates/atom.tmpl

however, keep in mind that your atom ids are invalid :/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I have just realized that was implementing atom feeds wrong for long
time. atom ids are supposed to be valid uris. this is a small but
breaking change. it is supposed to make some clients think that all
of the old posts were republished. This can be avoided by running
something like this, before upgrading:

    $ blogc-make atom_dump &gt; templates/atom.tmpl

however, keep in mind that your atom ids are invalid :/
</pre>
</div>
</content>
</entry>
<entry>
<title>blogc: added support for formatted variables in -p</title>
<updated>2019-04-13T17:46:39+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-04-13T17:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=64a808bb68b88605090577e296150320cb7af18a'/>
<id>64a808bb68b88605090577e296150320cb7af18a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: fixed reloading of listing_entry</title>
<updated>2019-04-03T22:28:40+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-04-03T22:28:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=0a79af2e17386d60a06172d72b50d9196d0fcb28'/>
<id>0a79af2e17386d60a06172d72b50d9196d0fcb28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: added support for `blogc -e`</title>
<updated>2019-04-02T22:40:03+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-04-02T22:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=3afa72febc3d6ed7003d10f3a5c4211bf761d746'/>
<id>3afa72febc3d6ed7003d10f3a5c4211bf761d746</id>
<content type='text'>
must still add tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
must still add tests
</pre>
</div>
</content>
</entry>
<entry>
<title>blogc: added `-e` cli option and `listing_entry` template block</title>
<updated>2019-04-02T20:57:33+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-04-02T20:57:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=adc3e6d77117d095e485ec64a93f1b64ffbf2cea'/>
<id>adc3e6d77117d095e485ec64a93f1b64ffbf2cea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>blogc: -p should return special code when variable not found</title>
<updated>2019-03-28T19:13:01+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-03-28T19:13:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=1101d2fa0eb14baab50cc5c6cf63078930c06290'/>
<id>1101d2fa0eb14baab50cc5c6cf63078930c06290</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>blogc: exit 1 on error</title>
<updated>2019-03-28T18:59:29+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-03-28T18:59:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=42b215a865c2645dcbffc641e9cac1505a1b4cee'/>
<id>42b215a865c2645dcbffc641e9cac1505a1b4cee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git-receiver: exit 1 on error</title>
<updated>2019-03-28T18:57:12+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-03-28T18:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=81acc30ee998ce7eb05df0e4216b3d994a5b30f2'/>
<id>81acc30ee998ce7eb05df0e4216b3d994a5b30f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>runserver: exit 1 on error</title>
<updated>2019-03-28T18:51:32+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-03-28T18:51:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=a7d888e158104ee7993921687457dc3b4ddd6c4b'/>
<id>a7d888e158104ee7993921687457dc3b4ddd6c4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
