<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blogc/src, branch v0.13.9</title>
<subtitle>A blog compiler
</subtitle>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/'/>
<entry>
<title>git-receiver: git shell should reinstall hooks if symlinks are broken</title>
<updated>2018-06-12T14:32:19+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-06-12T16:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=76448e806720d99a57f492fbaeff44bf3250b914'/>
<id>76448e806720d99a57f492fbaeff44bf3250b914</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git-receiver: fixed memory leak</title>
<updated>2018-06-10T17:34:05+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-06-10T17:34:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=71f6b433b6b6538af596d8bec2f16a375a99dce6'/>
<id>71f6b433b6b6538af596d8bec2f16a375a99dce6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git-receiver: fixed segfault on pre-receive hook</title>
<updated>2018-06-10T16:51:58+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-06-10T16:51:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=f356ebbc13491a98c397920097494958efb042dd'/>
<id>f356ebbc13491a98c397920097494958efb042dd</id>
<content type='text'>
if a [repo:*] section was defined in blogc-git-receiver.ini, but was not
providing a symlink value, that would result in a segfault.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if a [repo:*] section was defined in blogc-git-receiver.ini, but was not
providing a symlink value, that would result in a segfault.
</pre>
</div>
</content>
</entry>
<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>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 typo. `tags` rule was using `atom_posts_per_page`</title>
<updated>2018-06-09T12:47:07+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-06-09T12:47:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=fea73dc0bb6bf9bc730b3732464ca1b99412009e'/>
<id>fea73dc0bb6bf9bc730b3732464ca1b99412009e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git-receiver: remover unused includes</title>
<updated>2018-05-31T01:13:07+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-05-31T01:13:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=a4eb8a35157dcbfb02b88cda8ece417299ec1373'/>
<id>a4eb8a35157dcbfb02b88cda8ece417299ec1373</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git-receiver: allow users to define builds dir</title>
<updated>2018-05-31T00:52:43+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-05-31T00:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=4ab4c1d0ba31d437e05792719fba664a94521819'/>
<id>4ab4c1d0ba31d437e05792719fba664a94521819</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git-receiver: allow users to define the htdocs symlink path</title>
<updated>2018-05-31T00:08:11+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-05-31T00:08:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=56e07b6224fce7e213bfb9b4d00b93628a50aca7'/>
<id>56e07b6224fce7e213bfb9b4d00b93628a50aca7</id>
<content type='text'>
documentation pending
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
documentation pending
</pre>
</div>
</content>
</entry>
</feed>
