From: palmtcl Newsgroups: comp.lang.tcl Subject: =?utf-8?Q?ANNOUNCE:=20Woof!=200.?==?utf-8?Q?5b3=20Bet?= =?utf-8?Q?a?= Organization: comp.lang.tcl Date: Fri, 02 Jan 2015 12:43:15 +0100 Reply-To: palmtcl X-FUDforum: a884158921c2cb23a20e792ee8102a5d <7804> User-Agent: FUDforum 3.0.6 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8; format=flowed Lines: 98 Message-ID: <54a68453$0$12776$426a34cc@news.free.fr> NNTP-Posting-Date: 02 Jan 2015 12:43:15 CET NNTP-Posting-Host: 213.251.182.12 X-Trace: 1420198995 news-4.free.fr 12776 213.251.182.12:57285 X-Complaints-To: abuse@proxad.net Path: ...!gegeweb.org!feed.ac-versailles.fr!proxad.net!feeder1-2.proxad.net!cleanfeed1-a.proxad.net!nnrp6-1.free.fr!not-for-mail Version 0.5 beta of Woof! has been released. ## What is Woof! Woof! - Web Oriented Object Framework - is an open-source, platform and server-independent, web application framework written in the Tcl programming language. It is intended to be easy to install and deploy, simple to understand and customize, and embeddable into other applications. * Platform independent (requires Tcl 8.6) * Web server agnostic with CGI, SCGI support and API's for writing adapters for other interfaces * Configurable page layouts * Templates with inheritance * Pluggable template engines * Support for responsive web design * Pure CSS controls * Built-in query, session and cookie handling * Flexible routing with matching URL generation * Localization support * Development aids - built-in web server, scaffolding tool, documentation generator, interactive debugging console * Comprehensive documentation (well, getting there) ## Files The download area is at http://sourceforge.net/projects/woof/files/ bowwow-VERSION.exe is a single file Windows executable with Woof, Tcl and a web server built in and no external dependencies. Just download and run. woof-VERSION.zip and woof-VERSION.tar.gz are source distributions for use with other web servers. woof-VERSION-prerequisites.zip contains some Tcl packages that are needed by Woof! and bundled together for convenience. Many Tcl installations will already have these in place. ## Requirements See http://woof.sourceforge.net/woof-ug/_woof/docs/ug/system_req uirements. Woof! has been tested with IIS on Windows, Apache on Debian Wheezy and Lighttpd on Ubuntu. ## Release Notes This is the fourth public release of Woof! and is intended to allow people to try out Woof! and provide early feedback. The API is stabilizing but still subject to change. Unfortunately, Woof 0.5 has some incompatibilities with previous versions. The page layout system in particular has been changed due to the underlying YUI CSS libraries no longer being developed by Yahoo. ## Installation See http://woof.sourceforge.net/woof-ug/_woof/docs/ug/installati on for install instructions. Upgrades are not yet supported. ## Getting started See the Woof! Quick Start Guide at http://woof.sourceforge.net/woof-ug/_woof/docs/ug/quick_star t. ## Useful URLs * Home page - http://woof.sourceforge.net/woof_home * Programming guide - http://woof.sourceforge.net/woof-ug/_woof/docs/ug/index * Reference pages - http://woof.sourceforge.net/woof-ug/woof_manual.html * SourceForge project - http://sourceforge.net/projects/woof