bluelinecity.com

Upcoming, Foul 2.0 & Wookie 2.1

October 8th, 2007

I’ve been working quite a bit on Foul and Wookie updates. The new Foul version will implement prototype.js so additional test packs can be loaded, for different locales such as UK. I also modified the language parser to act more like a real processor so commands can be strung together much easier.

For example:

//direct string comparisons can be made//
foul.when("~state~ is ‘MI’");

//advanced commands can be strung together//
foul.when("~code~ length is between 10 12");

//form references can be used throughout the statement//
foul.when("~s1~ == ~s2~ and ~s2~ length > ~s3~");

Wookie 2.1 is going to have the ability to categorize resources, keep a diff of page versions and restrict user access to categorized pages.

Stay tuned!

Leave a Reply