<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blogc/src/blogc-make, 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>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>make: exit 1 on error</title>
<updated>2019-03-28T18:42:13+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-03-28T18:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=09139645e866b745c9f8797659f12c90af867015'/>
<id>09139645e866b745c9f8797659f12c90af867015</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>*: update copyright</title>
<updated>2019-01-15T20:36:35+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-01-15T20:36:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=cf69e7d403f470f60eaf41033bb6f72ba1ce3853'/>
<id>cf69e7d403f470f60eaf41033bb6f72ba1ce3853</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 bug when trying to call a rule with incomplete name</title>
<updated>2019-01-15T17:57:02+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-01-15T17:57:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=982e8caf70821d883cb80d3cc0c5700ed952345b'/>
<id>982e8caf70821d883cb80d3cc0c5700ed952345b</id>
<content type='text'>
previous code was calling all the rules that matched the substring
provided. it should only run exact matches.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
previous code was calling all the rules that matched the substring
provided. it should only run exact matches.
</pre>
</div>
</content>
</entry>
<entry>
<title>make: include limits.h</title>
<updated>2018-12-17T21:17:59+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-12-17T21:17:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=b2304c7c6638e3b2102797cc45a32810958738c7'/>
<id>b2304c7c6638e3b2102797cc45a32810958738c7</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 memory leak</title>
<updated>2018-12-17T20:58:57+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-12-17T20:58:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=1daeedfa2ebdaffdd3f16367449b80cfc0e2a8c7'/>
<id>1daeedfa2ebdaffdd3f16367449b80cfc0e2a8c7</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: make: runserver: improved realpath(3) usage</title>
<updated>2018-12-17T20:55:46+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-12-17T20:55:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=91737269d67a0403727faaa70521ff904dba695b'/>
<id>91737269d67a0403727faaa70521ff904dba695b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
