News
SMX adds sqlite support.
SMX 1.2 release
Links

SMX News

2006-02-27 SMX adds sqlite support

Try %sql(sqlite:filename) as your datasource. Easily integrate database apps without a server.

2006-02-27 SMX 1.2 Release

SMX 1.1.2 release includes rpm/srpms

2005-05-04 SMX Integrated with BerliOS

Using BerliOS to host CVS, bug tracking, etc.

2005-05-02 SMX added to Freshmeat

Added SMX to Freshmeat for release management.

2005-05-01 SMX Safe-mode implemented

Added the ability to enable safe-mode, similar to PHP's safe mode.

Macro is %safe-mode(T). Once it's set, it cannot be unset. It prevents a script from reading/writing to files in directory that isn't owned by the same owner as the directory the scripts is in. Also prevents use of %exec, %setenv and other potentially unsafe macros.