<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ste/docu, 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>Removed source code documentation. Can be generated at any point.</title>
<updated>2013-10-25T20:26:24Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2013-10-25T20:26:24Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=f18ecd10c746641a9f46392f24d8d87ed60d2de6'/>
<id>urn:sha1:f18ecd10c746641a9f46392f24d8d87ed60d2de6</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>New docu and fixed mkdocu.sh</title>
<updated>2012-10-04T14:19:29Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2012-10-04T14:19:29Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=e78747b85b8a5cb55d31691b980824993286b188'/>
<id>urn:sha1:e78747b85b8a5cb55d31691b980824993286b188</id>
<content type='text'>
mkdocu.sh will now test, if the executable is named "naturaldocs" or
"NaturalDocs".
</content>
</entry>
</feed>
