Today I did yet more documenting of the source. There are only a handful of files that I need to complete yet. Additionally, I decided to implement a wrapper around the PEAR Mail library to allow for SMTP support now instead of in version 1.1. These changes are all in the GitHub repository. Furthermore, I eliminated the use of the magic __autoload function in favor of using spr_autoload_register. This should leave users free to define their own autoloaders in addition to the framework autoloader should they so desire (though I'm not sure why they would desire).
This site is also currenly set to run off the edge version, as opposed to my main website which is using 1.0b2. Therefore, if you notice any bugs, they may be newly introduced since the last release.
On the front of promotion, this project is registered both at CIA.vc and Ohloh.net. It is also listed in the PHP Resource Index. Any ideas on other good places to list it would be welcome.
Hopefully I can get some tutorials written and forums set up soon, and release 1.0 after some more testing and documentation.

