<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blogc/tests, branch squareball</title>
<subtitle>A blog compiler
</subtitle>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/'/>
<entry>
<title>*: use squareball</title>
<updated>2018-04-05T20:35:35+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-04-05T20:35:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=c43b487246fdfd2ddc5c794763b18255ac6a318e'/>
<id>c43b487246fdfd2ddc5c794763b18255ac6a318e</id>
<content type='text'>
yeah, changed my mind again :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
yeah, changed my mind again :)
</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>blogc: common: replace unsigned int with size_t</title>
<updated>2018-03-20T18:19:56+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-03-20T18:19:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=c278e2da0cf9aee161e23771125629bdfe8d5d89'/>
<id>c278e2da0cf9aee161e23771125629bdfe8d5d89</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>blogc: template parser refactoring</title>
<updated>2018-02-21T15:09:40+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-02-21T17:49:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=4cf5dabd31c1c0bba54b36790d4068c39e2ce7d9'/>
<id>4cf5dabd31c1c0bba54b36790d4068c39e2ce7d9</id>
<content type='text'>
mostly names and data structures.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mostly names and data structures.
</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>
<entry>
<title>Allow lines starting with * or **</title>
<updated>2017-10-25T02:32:02+00:00</updated>
<author>
<name>baylej</name>
<email>baylej@mrhide.eu</email>
</author>
<published>2017-10-10T23:06:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=99c3881dd078da45dc540ff271e73a9831d5d432'/>
<id>99c3881dd078da45dc540ff271e73a9831d5d432</id>
<content type='text'>
These are emphasizing markups per the "Markdown standard".

A line containing two '*' or '+' or '-' are not valid horizontal rules.
See: https://daringfireball.net/projects/markdown/syntax#hr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are emphasizing markups per the "Markdown standard".

A line containing two '*' or '+' or '-' are not valid horizontal rules.
See: https://daringfireball.net/projects/markdown/syntax#hr
</pre>
</div>
</content>
</entry>
</feed>
