RC2 fixes a couple of errors introduced by the move to SF. You can download it from the project filelist, or read its ChangeLog.
LightPress 1.0.0 RC2 2 comments
ludo, Tuesday 12 April 2005LightPress 1.0.0 RC1 0 comments
ludo, Tuesday 12 April 2005RC1 should be the final release candidate before a stable release. As usual, I could not help myself from doing a few changes in this release, as I think they are too important to be left out of 1.0.0.
The main change is the encapsulation of all the post permalink code in a new Frontend method called (you guessed it) getPermalink(). This will hopefully enable people to do weird things to their permalinks by overriding this method, without breaking plugins and template compatibility.
Related to this change is the addition of a new option (I promise it's the last one to be added) called 'post_suffix', which if not empty gets appended as-is to the post permalink. A typical use for this option is to have all post URLs end with something like '.html' (of course, you can also fool your users by setting it to something like '.py' or -- ugh! -- '.pl' or '.asp'). This is mainly for those migrating from a different environment, and wishing to preserve their permalinks.
You can download 1.0.0pre1 from the project area, where you will also find the full Changelog for this release.
Moved to SourceForge 0 comments
ludo, Tuesday 12 April 2005As you may have noticed, I have registered LightPress on SourceForge and moved the site and CVS repository here. I hope this will enable me to better manage LightPress, and more people to participate in its development. I have also released 1.0.0pre1, which I will anounce in the next post after I have finished modifying the templates to point to the SF project area.
The fastest blog engine in PHP 5 comments
ludo, Friday 01 April 2005I seems like LightPress (Luca suggested the new name since WordPress Fast Frontend was too long) is the fastest blog engine -- ehm front-end -- written in PHP. I am writing documentation for the first stable release, expect it to happen sometime soon.