Dear PHP community, I'd like to announce the first public realease of GeryEngine (GE). GeryEngine is a powerful PHP5 template engine. GE is a port of the well known Java template engine Velocity with some extra functionality on board, like inline expressions. GE uses a plain and powerful syntax that can be mixed in your HTML code. Example: <html> #set($engine = "GeryEngine 0.2.0") <b>$engine.reverse.upcase</b> </html> More information can be found at: http://geryengine.instant-publishing.nl/ Regards, Arjen Brouwer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php