<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blogc/src/blogc-github-lambda, branch v0.13.7</title>
<subtitle>A blog compiler
</subtitle>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/'/>
<entry>
<title>github-lambda: do not override index.html if exists</title>
<updated>2017-05-01T18:48:04+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-05-01T18:48:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=34ee836a19c550c1f2b19baa6f4ac3f2a48695d0'/>
<id>34ee836a19c550c1f2b19baa6f4ac3f2a48695d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>github-lambda: added blogc version information</title>
<updated>2017-03-22T20:42:08+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-03-22T20:41:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=d60fa3735f6a0111c7e2cdbfb5a2c634d91212aa'/>
<id>d60fa3735f6a0111c7e2cdbfb5a2c634d91212aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: all builds are "production" by default, enable "dev" on cli.</title>
<updated>2017-03-11T14:58:30+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-03-11T14:58:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=2b485906cfa6d2e0431b0fa0120e1c267074b4e8'/>
<id>2b485906cfa6d2e0431b0fa0120e1c267074b4e8</id>
<content type='text'>
this is more consistent with other similar tools, and enables us to add
something like a [copy:dev] section later, that will avoid copying dev
files to production builds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is more consistent with other similar tools, and enables us to add
something like a [copy:dev] section later, that will avoid copying dev
files to production builds.
</pre>
</div>
</content>
</entry>
<entry>
<title>make: add support to "production" builds</title>
<updated>2017-03-07T00:30:54+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-03-06T20:38:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=d41c2fcdd9366fb3f1fcb11aceed919bfebbed61'/>
<id>d41c2fcdd9366fb3f1fcb11aceed919bfebbed61</id>
<content type='text'>
this is used by blogc-github-lambda and blogc-git-receiver.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is used by blogc-github-lambda and blogc-git-receiver.
</pre>
</div>
</content>
</entry>
<entry>
<title>*: updated copyright</title>
<updated>2017-02-25T01:09:14+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-02-25T01:09:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=805c35847902abfc74fe9a8fc3394a05ff8906d0'/>
<id>805c35847902abfc74fe9a8fc3394a05ff8906d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>github-lambda: handle multiple records</title>
<updated>2017-02-07T19:34:24+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-02-07T19:34:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=e7b579ed92ac640133e4a7768a37a3ed02f66fb8'/>
<id>e7b579ed92ac640133e4a7768a37a3ed02f66fb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>github-lambda: always upload files with real file names</title>
<updated>2017-01-03T01:20:52+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-01-03T01:20:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=aa8871ffe2e335b6f4a5107c15e978ba99a9fae5'/>
<id>aa8871ffe2e335b6f4a5107c15e978ba99a9fae5</id>
<content type='text'>
even if we are translating some file names, for example to use a .xml
file as directory index, we still need to upload the file to the real
filename, to avoid automatically generated atom feeds produced by
blogc-make pointing to wrong urls.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
even if we are translating some file names, for example to use a .xml
file as directory index, we still need to upload the file to the real
filename, to avoid automatically generated atom feeds produced by
blogc-make pointing to wrong urls.
</pre>
</div>
</content>
</entry>
<entry>
<title>make: rename settings.ini to blogcfile</title>
<updated>2017-01-01T22:41:37+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-01-01T22:41:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=007f360e8eb3a6bf3d6770681198710fe1fe4d23'/>
<id>007f360e8eb3a6bf3d6770681198710fe1fe4d23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>github-lambda: blogc-make: integrate</title>
<updated>2016-12-27T03:18:39+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-12-27T03:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=a913539c26ec3f34bbdf9474b77d528451b2042a'/>
<id>a913539c26ec3f34bbdf9474b77d528451b2042a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>github-lambda: drop external dependencies</title>
<updated>2016-12-27T02:57:49+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-12-27T02:57:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=879e295de04bc0699462c959a1d331dcf5446345'/>
<id>879e295de04bc0699462c959a1d331dcf5446345</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
