<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blogc/src/blogc-make, branch v0.20.1</title>
<subtitle>A blog compiler
</subtitle>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/'/>
<entry>
<title>*: update copyright</title>
<updated>2020-05-31T18:32:14+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-05-31T18:32:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=df49ac9c61770a45e6a6848770e21ccfd3cc01d8'/>
<id>df49ac9c61770a45e6a6848770e21ccfd3cc01d8</id>
<content type='text'>
this time I'm only updating the files I touched this year.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this time I'm only updating the files I touched this year.
</pre>
</div>
</content>
</entry>
<entry>
<title>make: rules: remove generate_files struct field.</title>
<updated>2020-05-31T15:48:34+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-05-31T15:48:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=7148db97bc3256b501ee42648b431b016472be7c'/>
<id>7148db97bc3256b501ee42648b431b016472be7c</id>
<content type='text'>
saying that a `clean` rule generates files is very stupid. we can just
assume that any rule that does not implements `outputlist_func` does not
generates any files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
saying that a `clean` rule generates files is very stupid. we can just
assume that any rule that does not implements `outputlist_func` does not
generates any files.
</pre>
</div>
</content>
</entry>
<entry>
<title>make: run blogc-runserver before starting the reloader</title>
<updated>2020-05-30T01:51:44+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-05-30T01:51:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=30c3bd35de3b7c0f5dc22259fdef9194f10f74a4'/>
<id>30c3bd35de3b7c0f5dc22259fdef9194f10f74a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: close fds after copying static files</title>
<updated>2020-05-27T23:31:31+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-05-27T23:31:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=82a6868991472fc0b95981c3f116f5583254fa06'/>
<id>82a6868991472fc0b95981c3f116f5583254fa06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: rebuild atom feeds on atom template changes</title>
<updated>2020-05-25T16:57:48+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-05-25T16:57:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=c2d178d0f089d4d5f9758de5bb2b8a39a4857f27'/>
<id>c2d178d0f089d4d5f9758de5bb2b8a39a4857f27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: remove whitespaces from default atom template</title>
<updated>2020-05-09T03:22:51+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-05-09T03:22:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=9ac8400684b12e919c929d585a6ae32c0554f7af'/>
<id>9ac8400684b12e919c929d585a6ae32c0554f7af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: support operating systems without sysexits.h</title>
<updated>2020-04-22T01:11:46+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-04-17T20:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=451428118de3f7ceebf25dd41caeda2d46b08d83'/>
<id>451428118de3f7ceebf25dd41caeda2d46b08d83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>include `unistd.h` after `sys/stat.h`</title>
<updated>2020-04-22T01:10:11+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-04-16T21:08:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=179ce4ca96b8b7a411e8db8d130b59ea8d68091d'/>
<id>179ce4ca96b8b7a411e8db8d130b59ea8d68091d</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 filename generation for pagination_tags</title>
<updated>2019-07-24T16:04:28+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-07-24T16:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=8a4e6248052ff32e02dcec3dd6850d4582836fb5'/>
<id>8a4e6248052ff32e02dcec3dd6850d4582836fb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: exec: silent "variable not found" errors</title>
<updated>2019-07-15T21:09:32+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-07-15T21:09:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=3b27b61e5409f58531e4aa8ce899b2d9c96fb433'/>
<id>3b27b61e5409f58531e4aa8ce899b2d9c96fb433</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
