<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blogc/src, branch v0.7.5</title>
<subtitle>A blog compiler
</subtitle>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/'/>
<entry>
<title>content-parser: fixed parser bug when handling links</title>
<updated>2016-02-21T04:01:13+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-02-21T03:58:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=31d376735ab2aaaed0934edcce676113f83a7de7'/>
<id>31d376735ab2aaaed0934edcce676113f83a7de7</id>
<content type='text'>
do not handle something like this as a valid link:

    [asd] asd (asd)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
do not handle something like this as a valid link:

    [asd] asd (asd)
</pre>
</div>
</content>
</entry>
<entry>
<title>content-parser: fixed bug that parsed text with '!' + link as image</title>
<updated>2016-02-13T00:02:12+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-02-13T00:02:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=f63fb03b25b33d5c2ef5ef0eaad016b4ee4aee65'/>
<id>f63fb03b25b33d5c2ef5ef0eaad016b4ee4aee65</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: removed goto jumps</title>
<updated>2016-01-31T01:12:13+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-01-31T00:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=95e1696e37cf1bae3239acf41d351951364f11ef'/>
<id>95e1696e37cf1bae3239acf41d351951364f11ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>renderer: fix bug when 'if' evals to false after 'if' evals to true</title>
<updated>2016-01-25T03:46:19+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-01-25T03:46:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=35c4f119ca188fd9e90a2bbada864f9d121459ba'/>
<id>35c4f119ca188fd9e90a2bbada864f9d121459ba</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: use size_t instead of unsigned len when handling strings</title>
<updated>2016-01-22T18:57:24+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-01-22T18:57:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=254b2f23440cb9360cf2e19906d0b56256412e26'/>
<id>254b2f23440cb9360cf2e19906d0b56256412e26</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 found in code blocks (fixes  #3)</title>
<updated>2016-01-22T18:30:47+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-01-22T18:29:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=cb132cf02e57f57f4507fbc0126481629d83f209'/>
<id>cb132cf02e57f57f4507fbc0126481629d83f209</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utils: string: strip form-feed and vertical-tab chars as whitespaces</title>
<updated>2016-01-14T20:42:52+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-01-14T20:42:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=a8cde98ad6b747142ea1798f00a6b8c11b208709'/>
<id>a8cde98ad6b747142ea1798f00a6b8c11b208709</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>template-parser: added whitespace cleaners. needs more tests and docs</title>
<updated>2016-01-14T02:50:42+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-01-14T02:50:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=f7aa4a3269a21f4d0c83f11a0aef4ccf821ce6e2'/>
<id>f7aa4a3269a21f4d0c83f11a0aef4ccf821ce6e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed copyright</title>
<updated>2016-01-08T17:53:51+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-01-08T17:53:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=687fa0ef362dfdacb6ee0a169d7ab0a84e747cc4'/>
<id>687fa0ef362dfdacb6ee0a169d7ab0a84e747cc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>renderer: handle FOREACH_ITEM as a normal variable</title>
<updated>2016-01-08T01:36:17+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-01-08T01:36:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=56a5ebf7f0b0d86b7d6e3fd468d3415da312e69b'/>
<id>56a5ebf7f0b0d86b7d6e3fd468d3415da312e69b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
