<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ste/example/index.php, 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-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='http://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>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='http://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='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>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='http://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='http://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='http://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='http://git.laria.me/ste/commit/?id=4a803fa76909bc7172f68da890d854d0d7a5b903'/>
<id>urn:sha1:4a803fa76909bc7172f68da890d854d0d7a5b903</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduced new exceptions and fixed a parsing bug.</title>
<updated>2012-02-29T21:20:35Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2012-02-29T21:20:35Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=4650939dcc53dca3244b7b4f8bceab7a17646124'/>
<id>urn:sha1:4650939dcc53dca3244b7b4f8bceab7a17646124</id>
<content type='text'>
* The exceptions RuntimeError, FatalRuntimeError, CantLoadTemplate and
  CantSaveTemplate were introduced.
* RuntimeErrors are automatically catched by the template engine and
  will be displayed instead of the tag, unless the parameter
  $mute_runtime_errors was set to true.
* Missing tags will result either in a RuntimeError or, if
  $fatal_error_on_missing_tag is true, in a FatalRuntimeError.
* The mktag-subcompiler and the standard library functions now use the
  new exceptions.
* A bug, that threw away leading TextNodes if a comment or rawtext
  pseudotag was parsed, is now fixed.
</content>
</entry>
<entry>
<title>Added builtin ste:get and fixed a code generation bug.</title>
<updated>2012-01-15T12:04:03Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2012-01-15T12:04:03Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=8e35fad33de1fbecea7c29776f7afab6a4b88a48'/>
<id>urn:sha1:8e35fad33de1fbecea7c29776f7afab6a4b88a48</id>
<content type='text'>
* ste:get allows us to get a variable's content dynamically.
* (') was escaped for TextNodes, which resulted to:
     \'
  should have been:
     '
</content>
</entry>
<entry>
<title>Added documentation, an example program and fixed some bugs...</title>
<updated>2011-09-20T22:15:45Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2011-09-20T22:15:45Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/ste/commit/?id=fa1b95982a05ca860ada827b9fbdc9def1ac8952'/>
<id>urn:sha1:fa1b95982a05ca860ada827b9fbdc9def1ac8952</id>
<content type='text'>
</content>
</entry>
</feed>
