<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ste/example, branch master</title>
<subtitle>The STE Template Engine is a compiling template engine for PHP ≥ 5.3.
</subtitle>
<id>https://git.laria.me/ste/atom?h=master</id>
<link rel='self' href='https://git.laria.me/ste/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.laria.me/ste/'/>
<updated>2020-09-21T18:46:15Z</updated>
<entry>
<title>Move to r7r namespace and r7r composer package vendor</title>
<updated>2020-09-21T18:46:15Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-09-21T18:46:15Z</published>
<link rel='alternate' type='text/html' href='https://git.laria.me/ste/commit/?id=ceb262e08027531717f1a16faafc343e8d9656e3'/>
<id>urn:sha1:ceb262e08027531717f1a16faafc343e8d9656e3</id>
<content type='text'>
Let's face it, no one but my CMS Ratatöskr (r7r for short) uses this
template engine anyway. Also it's a good excuse to get rid of more
remnants of my old kch42 nickname.
</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='https://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>Use short array syntax</title>
<updated>2020-09-13T19:44:30Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-09-13T19:44:30Z</published>
<link rel='alternate' type='text/html' href='https://git.laria.me/ste/commit/?id=11932a471b4ef10faf76b6fcfe30a35f946eb7ab'/>
<id>urn:sha1:11932a471b4ef10faf76b6fcfe30a35f946eb7ab</id>
<content type='text'>
We can use it now that we switched to PHP 7.3
</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='https://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>Automatic code formatting</title>
<updated>2020-04-30T07:38:25Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-04-30T07:38:05Z</published>
<link rel='alternate' type='text/html' href='https://git.laria.me/ste/commit/?id=2381c52c690342f773a7cfa500387b6bfad76952'/>
<id>urn:sha1:2381c52c690342f773a7cfa500387b6bfad76952</id>
<content type='text'>
Also add git hooks that checks formatting
</content>
</entry>
<entry>
<title>Some simple code formatting</title>
<updated>2020-04-26T14:48:01Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-04-26T14:48:01Z</published>
<link rel='alternate' type='text/html' href='https://git.laria.me/ste/commit/?id=bfd4763b4f831ed9eccbdd4717c98b7d95999d2e'/>
<id>urn:sha1:bfd4763b4f831ed9eccbdd4717c98b7d95999d2e</id>
<content type='text'>
- Expand tabs into spaces
- Remove trailing whitespace
- Get rid of closing `?&gt;` tags
</content>
</entry>
<entry>
<title>Simple autoloader for examples and tests.</title>
<updated>2014-05-23T23:54:04Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2014-05-23T23:54:04Z</published>
<link rel='alternate' type='text/html' href='https://git.laria.me/ste/commit/?id=f7ddc264d832d163494904da67ca96856335487b'/>
<id>urn:sha1:f7ddc264d832d163494904da67ca96856335487b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed wrong include paths.</title>
<updated>2013-10-28T17:00:51Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2013-10-28T17:00:51Z</published>
<link rel='alternate' type='text/html' href='https://git.laria.me/ste/commit/?id=4a803fa76909bc7172f68da890d854d0d7a5b903'/>
<id>urn:sha1:4a803fa76909bc7172f68da890d854d0d7a5b903</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Gitignore some tronscompiled templates</title>
<updated>2013-10-23T13:18:40Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2013-10-23T13:18:40Z</published>
<link rel='alternate' type='text/html' href='https://git.laria.me/ste/commit/?id=afaef24d4c358ebbbae551bcbd307da37a9d3fa7'/>
<id>urn:sha1:afaef24d4c358ebbbae551bcbd307da37a9d3fa7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added new Tags to the standard library.</title>
<updated>2012-06-27T19:09:07Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2012-06-27T19:09:07Z</published>
<link rel='alternate' type='text/html' href='https://git.laria.me/ste/commit/?id=d0b7317e10254490acbe748d1d8c1e04aaf8be6b'/>
<id>urn:sha1:d0b7317e10254490acbe748d1d8c1e04aaf8be6b</id>
<content type='text'>
* ste:in_array checks, if a value is in an array
* ste:join joins an array with a glue string
* ste:split splits a string with a delimiter to an array
* ste:array_add adds an element to an array.
</content>
</entry>
</feed>
