hxBlog 1.3

2007-09-17 by Laurent Bedubourg General
  • 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.

hxblog 1.1 - the haxe 1.11 support

2007-02-05 by Laurent Bedubourg General

Nothing new there, just some fixes to compile with haxe 1.11.

hxblog 1.0

2006-12-15 by Laurent Bedubourg General

hxBlog now produces better RSS.

Feed agregators supporting HTML will show your entries' HTML to your readers !

hxblog 1.0

hxblog 0.8

2006-09-04 by Laurent Bedubourg General

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 !

Minimal Sqlite support

2006-08-03 by Laurent Bedubourg General

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.

Categories

Calendar

March 2010
Mo Tu We Th Fr Sa Su
<< >>
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31

Misc

hXblog engine Haxe Powered Rss flux Valid XHTML 1.0 Valid CSS