<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blogc/tests/blogc-make, branch feature/make-generic-rule</title>
<subtitle>A blog compiler
</subtitle>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/'/>
<entry>
<title>make: fixed filename generation for pagination_tags</title>
<updated>2019-07-24T16:04:28+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-07-24T16:04:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=8a4e6248052ff32e02dcec3dd6850d4582836fb5'/>
<id>8a4e6248052ff32e02dcec3dd6850d4582836fb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: exec: support printing blogc variables</title>
<updated>2019-07-14T21:17:14+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-07-14T21:17:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=b161cdc7c975686fb0df5b6b67ab0340b563f300'/>
<id>b161cdc7c975686fb0df5b6b67ab0340b563f300</id>
<content type='text'>
needs more tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
needs more tests
</pre>
</div>
</content>
</entry>
<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='http://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='http://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='http://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: 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='http://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='http://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: added listing_entry test</title>
<updated>2019-04-02T23:44:14+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-04-02T23:44:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=2c9cb299c6a137d8049afd28d851e5989f3192e1'/>
<id>2c9cb299c6a137d8049afd28d851e5989f3192e1</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='http://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>*: 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='http://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>
</feed>
