<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blogc/src/blogc-make, branch v0.17.0</title>
<subtitle>A blog compiler
</subtitle>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/'/>
<entry>
<title>Revert "make: support posts autoloading"</title>
<updated>2019-05-01T21:21:19+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-05-01T21:21:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=04ade4f784565a2c3070e0457d987468d6201b3e'/>
<id>04ade4f784565a2c3070e0457d987468d6201b3e</id>
<content type='text'>
It works mostly fine, but if you build a website, delete some files and
try to rebuild, it won't be able to detect the removed files. This may
be reverted when I find a solution for this problem.

This reverts commit 792ac4ec66dd098109a88065420ef95c1a78624f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It works mostly fine, but if you build a website, delete some files and
try to rebuild, it won't be able to detect the removed files. This may
be reverted when I find a solution for this problem.

This reverts commit 792ac4ec66dd098109a88065420ef95c1a78624f.
</pre>
</div>
</content>
</entry>
<entry>
<title>make: support posts autoloading</title>
<updated>2019-04-28T20:09:39+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-04-27T02:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=792ac4ec66dd098109a88065420ef95c1a78624f'/>
<id>792ac4ec66dd098109a88065420ef95c1a78624f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: support posts sorting</title>
<updated>2019-04-28T19:58:06+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-04-27T00:56:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=2793a94367e7b163ff3738619a2a764f1c6645b7'/>
<id>2793a94367e7b163ff3738619a2a764f1c6645b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: do not follow symlinks when resolving blogcfile path</title>
<updated>2019-04-25T18:26:24+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-04-23T20:41:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=f09e36acfe2db50e0452ba1e19b13f4395a8d704'/>
<id>f09e36acfe2db50e0452ba1e19b13f4395a8d704</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: do not call exit directly</title>
<updated>2019-04-22T20:48:29+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-04-22T20:48:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=4120e6adf557b01b8e43f8b5abe52c85602def64'/>
<id>4120e6adf557b01b8e43f8b5abe52c85602def64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
