<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blogc, branch v0.10.0</title>
<subtitle>A blog compiler
</subtitle>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/'/>
<entry>
<title>build: version bump</title>
<updated>2016-05-30T19:47:28+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-05-30T19:47:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=35fa51a9c0f86fee3d1c81bc15571400c6a23c50'/>
<id>35fa51a9c0f86fee3d1c81bc15571400c6a23c50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>renderer: added support to truncate variables.</title>
<updated>2016-05-29T23:17:19+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-05-29T12:19:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=fabdcfe3f7dc890f89c0ca2f0ef034d189226531'/>
<id>fabdcfe3f7dc890f89c0ca2f0ef034d189226531</id>
<content type='text'>
this commit also documents variable formatters properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this commit also documents variable formatters properly.
</pre>
</div>
</content>
</entry>
<entry>
<title>blogc: fix goto statements</title>
<updated>2016-05-28T03:24:51+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-05-28T03:24:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=407c8e7ba58755a2f0998e46b594d89aff4ec7d6'/>
<id>407c8e7ba58755a2f0998e46b594d89aff4ec7d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>blogc: avoid parsing template when called with -p</title>
<updated>2016-05-28T03:01:18+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-05-28T03:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=f2f4bb7e63d91a59b8252db64b553d9aaa6ba8a7'/>
<id>f2f4bb7e63d91a59b8252db64b553d9aaa6ba8a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>content-parser: encode HTML entities in DESCRIPTION variable</title>
<updated>2016-05-23T22:58:41+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-05-23T22:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=7f5ccf8cd227e14683ef6c3bef5afb58f6857918'/>
<id>7f5ccf8cd227e14683ef6c3bef5afb58f6857918</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>content-parser: fixed DESCRIPTION variable.</title>
<updated>2016-05-23T00:41:11+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-05-23T00:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=1605bf39ab342ea5d904fe96df81dd0f55bd3bcf'/>
<id>1605bf39ab342ea5d904fe96df81dd0f55bd3bcf</id>
<content type='text'>
it is now built as a single line variable, that contains the full
unparsed content of the first paragraph found in the source file,
instead of just the first line of it.

this also fixes a bug that prevented creating of DESCRIPTION variable,
if the source file contained only a single line paragraph.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it is now built as a single line variable, that contains the full
unparsed content of the first paragraph found in the source file,
instead of just the first line of it.

this also fixes a bug that prevented creating of DESCRIPTION variable,
if the source file contained only a single line paragraph.
</pre>
</div>
</content>
</entry>
<entry>
<title>content-parser: do not use paragraphs inside blockquote for DESCRIPTION</title>
<updated>2016-05-22T15:12:44+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-05-22T15:10:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=cc0c4d6866bb876e1ba098bc7f70fb8f312e9fc2'/>
<id>cc0c4d6866bb876e1ba098bc7f70fb8f312e9fc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated README.md with dependencies. closes #4</title>
<updated>2016-05-18T17:20:11+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-05-18T17:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=ee0c0a7256b64b1ac2dd46436a7b627eb08c7724'/>
<id>ee0c0a7256b64b1ac2dd46436a7b627eb08c7724</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>spec: install blogc-pagination(7)</title>
<updated>2016-04-30T13:33:36+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-04-30T13:33:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=4230e93c64c78ca4276a164704c8dc8a67e466e1'/>
<id>4230e93c64c78ca4276a164704c8dc8a67e466e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: version bump</title>
<updated>2016-04-30T01:06:28+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-04-30T01:06:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=3d6d3ee2999e355b3eaa465a69b5905cd67a8e25'/>
<id>3d6d3ee2999e355b3eaa465a69b5905cd67a8e25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
