<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ste/docu/language_definition.html, branch 2.0.0</title>
<subtitle>The STE Template Engine is a compiling template engine for PHP ≥ 5.3.
</subtitle>
<id>http://git.laria.me/ste/atom?h=2.0.0</id>
<link rel='self' href='http://git.laria.me/ste/atom?h=2.0.0'/>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/'/>
<updated>2020-09-13T20:12:12Z</updated>
<entry>
<title>Fix hrefs in documentation</title>
<updated>2020-09-13T20:12:12Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-09-13T20:12:12Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=2bbb1646f56fe84f38ed2a0cba03a386acc6160e'/>
<id>urn:sha1:2bbb1646f56fe84f38ed2a0cba03a386acc6160e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of master/slave terminology</title>
<updated>2020-09-13T20:11:45Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-09-13T20:11:45Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=9652dcb0a5f4e7667a32205c69aeba509790a61c'/>
<id>urn:sha1:9652dcb0a5f4e7667a32205c69aeba509790a61c</id>
<content type='text'>
It's both offensive and kinda inaccurate in this context, so let's replace
it!
</content>
</entry>
<entry>
<title>Clean up code and improve documentation</title>
<updated>2020-05-01T15:33:13Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-05-01T15:33:13Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=7449faaa76a5b4008fd51a6562cca2e0a852ea6b'/>
<id>urn:sha1:7449faaa76a5b4008fd51a6562cca2e0a852ea6b</id>
<content type='text'>
This switches the code documentation genarator (we're now using phpdoc
instead of NaturalDoc).

Also various small code cleanup tasks:

- Remove unused code
- Get rid of `and` / `or`, we're using `&amp;&amp;` / `||` now
- Adding missing return values
- Helping PhpStorm to detect some dynamically called functions
  (mark_builtin_callable in Transcompiler)
- Reword transcompiling =&gt; compiling in documentation
</content>
</entry>
<entry>
<title>Added ste:setlocal and refined test_scope.</title>
<updated>2014-05-24T11:07:19Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2014-05-24T11:07:19Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=9f86139b7604ea782a35e09bf9d0c55154197051'/>
<id>urn:sha1:9f86139b7604ea782a35e09bf9d0c55154197051</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ste:foreach now has an else clause for empty arrays.</title>
<updated>2013-10-28T17:09:50Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2013-10-28T17:09:50Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=a77a2ec58947f5fc7cb4023db3b8f8298e2f01f2'/>
<id>urn:sha1:a77a2ec58947f5fc7cb4023db3b8f8298e2f01f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>STE now means STE Template Engine.</title>
<updated>2013-10-28T11:21:09Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2013-10-28T11:21:09Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=5ebeca22792fa7cdd0f48db3e946b680e1d36c42'/>
<id>urn:sha1:5ebeca22792fa7cdd0f48db3e946b680e1d36c42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>short cmp tags can now contain tags.</title>
<updated>2013-10-25T19:10:32Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2013-10-25T19:10:32Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=6dc747c097e096075b4726eb4aebf1ce0ed71276'/>
<id>urn:sha1:6dc747c097e096075b4726eb4aebf1ce0ed71276</id>
<content type='text'>
To accomplish this, tag parameters can now be compiled, even if they
contain tags (the parser still doesn't allow this, but the compiler can now handle
this situation).

Also reformatted the code.
</content>
</entry>
<entry>
<title>Some minor documentation fixes</title>
<updated>2013-02-03T11:07:37Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2013-02-03T11:07:37Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=91b965181f907b169aeeff63a6c15f9b8df9d9a9'/>
<id>urn:sha1:91b965181f907b169aeeff63a6c15f9b8df9d9a9</id>
<content type='text'>
Grammar and spelling...
</content>
</entry>
<entry>
<title>improved &lt;ste:escape&gt; and fixed docu.</title>
<updated>2012-10-04T14:04:55Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2012-10-04T14:04:55Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=2a40eb87c8c679a25ddb42587a1934e02312cb4a'/>
<id>urn:sha1:2a40eb87c8c679a25ddb42587a1934e02312cb4a</id>
<content type='text'>
* &lt;ste:escape&gt; can now also convert line breaks to &lt;br /&gt;, if parameter
  lines is true.
* &lt;ste:escape&gt; now uses PHP's htmlspecialchars instead of htmlentities
  since it only escapes the minimal neccessary chars which should work,
  if encoding is handled correctly.
* Fixed 2 markup bugs in docu/language_definition.html
</content>
</entry>
<entry>
<title>set:array_filter added</title>
<updated>2012-07-02T20:19:28Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2012-07-02T20:19:28Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=07bac0bf75aa598e63f68949eabbd621c552466a'/>
<id>urn:sha1:07bac0bf75aa598e63f68949eabbd621c552466a</id>
<content type='text'>
</content>
</entry>
</feed>
