Simplilo (version 0.02)

Description of the page content

Main changes and fixes in Simplilo 0.02

Tags:

Developed since 2009-11-03 until 2009-12-06.

Major changes (from version 0.01)

New addon sintax

The old syntax is changed, and a new block syntax is added. Any addon can be called with either syntax.

Addon inline syntax

The call tag must end with a bar. The first character after the addon name is the parameter separator as usual, but it must be repetead after the last parameter.

<>
<>
<>
<>

Addon block syntax

There must be a closing tag as in HTML. The text between the opening and the closing tag is taken for the first parameter. The second parameter and the rest of them, if any, are taken from the openign tag with a separator, as in the inline syntax. The opening tag has no bat at the end.

Examples:

<>
par1
<>

<>
par1
<>

<>
par1
<>

Minor changes (from version 0.01)

Changes needed to migrate (from version 0.00 and 0.01)

Metadata

The metadata "status" and "language_versions" are not converted to arrays any more. New functions are included to manage any metadatum with CSV:

New metadata

Metadata renamed

Styles

Config

Addons

Bugs fixed

Directory tree

simplowrs/
simplowrs/0.02/
simplowrs/0.02/addons/
simplowrs/0.02/addons/files/
simplowrs/0.02/addons/lang/
simplowrs/0.02/pages/
simplowrs/0.02/temp/
simplowrs/0.02/config.php
simplowrs/0.02/config.lang-1.php
simplowrs/0.02/config.lang-2.php
simplowrs/0.02/engine.lang-n.php
mysite/
mysite/addons/
mysite/addons/files/
mysite/addons/lang/
mysite/files/
mysite/history/
mysite/pages/
mysite/temp/
mysite/config.php
mysite/config.lang-1.php
mysite/config.lang-2.php
mysite/config.lang-n.php
mysite/index.php