hxBlog 1.3
- compiles with haxe 1.15
- anti-spam-comment javascript protection
- minor entry creation improvement
The anti-spam-comment javascript protection can be activated using commentsJsSecure="1" in the config.xml file.
The anti-spam-comment javascript protection can be activated using commentsJsSecure="1" in the config.xml file.
Nothing new there, just some fixes to compile with haxe 1.11.
hxBlog now produces better RSS.
Feed agregators supporting HTML will show your entries' HTML to your readers !
This release features a simple sqlite search implementation which supports the following search syntaxes :
keyword keyword +keyword -keyword "some full sentence"
The 0.8 release also includes some changes related to haxe 1.06 !
hxBlog now supports sqlite database backend.
The search feature wont work right now with sqlite because hxBlog search queries are based on mysql fulltext search features...
A postgresql backend should be supported as soon as haxe will include a postgresql driver.
The db attribute of the config.xml file must be modified to specify the wanted database driver :
<config db="mysql://user:pass@hostname:3306/dbname" ... db="sqlite://myblogfile.db" ... />
Download the hxBlog 0.7 release.