<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blogc/src/blogc-make, branch v0.13.2</title>
<subtitle>A blog compiler
</subtitle>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/'/>
<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='http://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='http://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: typo</title>
<updated>2018-03-11T12:31:50+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-03-11T12:31:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=d5da0fc0d43b722cb5de853c6aca6c443aafa6b9'/>
<id>d5da0fc0d43b722cb5de853c6aca6c443aafa6b9</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='http://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>Revert "blogc: make: mkdir may raise ENOENT"</title>
<updated>2018-02-25T00:39:38+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-02-25T00:39:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=f7ae4bffadd232a758dfe9dce7025899b6fe7bad'/>
<id>f7ae4bffadd232a758dfe9dce7025899b6fe7bad</id>
<content type='text'>
This reverts commit 0bc74a99b362a7ef58655bf3d4b29d5699c38c90.

That change made no sense :x
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 0bc74a99b362a7ef58655bf3d4b29d5699c38c90.

That change made no sense :x
</pre>
</div>
</content>
</entry>
<entry>
<title>blogc: make: mkdir may raise ENOENT</title>
<updated>2018-02-24T19:07:08+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-02-24T19:07:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=0bc74a99b362a7ef58655bf3d4b29d5699c38c90'/>
<id>0bc74a99b362a7ef58655bf3d4b29d5699c38c90</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 run stat twice for regular files when copying</title>
<updated>2018-02-24T16:18:08+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-02-24T16:18:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=1232f3482b272fbe8986c9677b529ec7b6cb0183'/>
<id>1232f3482b272fbe8986c9677b529ec7b6cb0183</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: reloader: do not kill the process on reload failure</title>
<updated>2018-01-27T22:59:55+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-01-01T21:29:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=d6830301f215e96328fa4f9a5ad9e253830386c3'/>
<id>d6830301f215e96328fa4f9a5ad9e253830386c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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='http://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>
<entry>
<title>make: use embedded blogc, if possible</title>
<updated>2018-01-07T17:11:43+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-01-07T17:11:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=bcb0f034b6ed1e2b0f362747287479e17c9da2de'/>
<id>bcb0f034b6ed1e2b0f362747287479e17c9da2de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
