<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blogc/tests/blogc-make, branch v0.13.9</title>
<subtitle>A blog compiler
</subtitle>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/'/>
<entry>
<title>make: disable post listings if {atom_,}posts_per_page is 0</title>
<updated>2018-06-10T09:37:53+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-06-10T09:15:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=7a01d4616cec1831ec025e62bc64b4ec5d6ed600'/>
<id>7a01d4616cec1831ec025e62bc64b4ec5d6ed600</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: test atom_posts_per_page = -1</title>
<updated>2018-06-10T08:49:30+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-06-10T08:48:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=780310275325795722d4a555cdcba2342f6a9e39'/>
<id>780310275325795722d4a555cdcba2342f6a9e39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "make: disable pagination rules if &lt;= 0 posts per page"</title>
<updated>2018-06-10T00:24:07+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-06-10T00:24:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=c5e94b1db232921a4c5eb7f5aa620055e76b3414'/>
<id>c5e94b1db232921a4c5eb7f5aa620055e76b3414</id>
<content type='text'>
This reverts commit cab17026f64ba78bfd9dcac6327607af8e396ebd.

Poorly implemented :/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit cab17026f64ba78bfd9dcac6327607af8e396ebd.

Poorly implemented :/
</pre>
</div>
</content>
</entry>
<entry>
<title>make: disable pagination rules if &lt;= 0 posts per page</title>
<updated>2018-06-09T13:11:09+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-06-09T13:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=cab17026f64ba78bfd9dcac6327607af8e396ebd'/>
<id>cab17026f64ba78bfd9dcac6327607af8e396ebd</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 pagination, added tests</title>
<updated>2018-03-20T22:07:26+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-03-20T22:07:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=954d0f9dc63ada44926972a40f2a190ab4561b98'/>
<id>954d0f9dc63ada44926972a40f2a190ab4561b98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: rename TAG_CLOUD to MAKE_TAGS</title>
<updated>2018-03-11T23:46:55+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-03-11T23:46:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=c0793f35389c58dc01082bbce01edbd59d77d4f3'/>
<id>c0793f35389c58dc01082bbce01edbd59d77d4f3</id>
<content type='text'>
all the template helper variables provided by blogc-make should start
with MAKE_
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
all the template helper variables provided by blogc-make should start
with MAKE_
</pre>
</div>
</content>
</entry>
<entry>
<title>make: added `MAKE_POST` var to `posts` and `pages` rules</title>
<updated>2018-03-11T22:15:08+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-03-11T22:15:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=de43627dab99768da6bbaf6b81fb488507eef212'/>
<id>de43627dab99768da6bbaf6b81fb488507eef212</id>
<content type='text'>
This variable will have the same string that was inserted in tbe
`blogcfile` when listing posts and pages, and is useful to highlight
active menu items, for example.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This variable will have the same string that was inserted in tbe
`blogcfile` when listing posts and pages, and is useful to highlight
active menu items, for example.
</pre>
</div>
</content>
</entry>
<entry>
<title>make: fix memory leak</title>
<updated>2018-03-10T23:03:36+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-03-10T23:03:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=a0628d715e023020d94d6fcca5e091aa26acf619'/>
<id>a0628d715e023020d94d6fcca5e091aa26acf619</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: pass TAG_CLOUD variable to blogc.</title>
<updated>2018-03-10T22:42:31+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-03-10T22:42:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=9c3065d9cfadd860eea1d96765c642c5a529d9d4'/>
<id>9c3065d9cfadd860eea1d96765c642c5a529d9d4</id>
<content type='text'>
this variable includes all the tags configured in blogcfile(5) as a
space-separated string.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this variable includes all the tags configured in blogcfile(5) as a
space-separated string.
</pre>
</div>
</content>
</entry>
<entry>
<title>make: disable bm_find_binary tests when running embedded</title>
<updated>2018-01-07T19:54:23+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-01-07T19:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=758b0f711c496a1121061724573bb0eb816cd57b'/>
<id>758b0f711c496a1121061724573bb0eb816cd57b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
