<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blogc/src, branch v0.13.1</title>
<subtitle>A blog compiler
</subtitle>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/'/>
<entry>
<title>blogc: template: fixed comment</title>
<updated>2018-02-21T23:55:21+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-02-21T23:55:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=d2babc8715ffe76bc9cc3e6c8081d89087892a6e'/>
<id>d2babc8715ffe76bc9cc3e6c8081d89087892a6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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: 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='https://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='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>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='https://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>
<entry>
<title>make: improved runserver docs</title>
<updated>2017-11-18T23:00:15+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-11-18T23:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=01ef7885df38b8ea92c3a0c4cd562ff45bb383c8'/>
<id>01ef7885df38b8ea92c3a0c4cd562ff45bb383c8</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>
<entry>
<title>make: renamed bm_exec_empty_dir()</title>
<updated>2017-09-14T19:15:22+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-09-14T19:15:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=d97b40aa34f53b612900e992c66d321878d7f976'/>
<id>d97b40aa34f53b612900e992c66d321878d7f976</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 'html_order' and 'atom_order' settings</title>
<updated>2017-08-03T00:44:36+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-08-03T00:44:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=59e1df233e351a91240c02ac55e8d97bda2f0e43'/>
<id>59e1df233e351a91240c02ac55e8d97bda2f0e43</id>
<content type='text'>
these settings are used to change the order of the posts on the listings.
by default, users are supposed to list their posts from older to newer in
the blogcfile, and blogc-make will list them on descending order, both for
html listings and atom listings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
these settings are used to change the order of the posts on the listings.
by default, users are supposed to list their posts from older to newer in
the blogcfile, and blogc-make will list them on descending order, both for
html listings and atom listings.
</pre>
</div>
</content>
</entry>
<entry>
<title>loader: added FILTER_REVERSE</title>
<updated>2017-07-25T17:46:14+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-07-25T17:46:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=803eb202e9d2d96fbb0de6f0514db2f0ab959d11'/>
<id>803eb202e9d2d96fbb0de6f0514db2f0ab959d11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
