Version 0.3 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.
Release Notes
-------------
This is the third public release of Woof! and is
intended to allow people to try out Woof! and
provide early feedback. Primary changes in this
release are improved Web server support (see below).
Getting started
---------------
See the Woof! Quick Start Guide at
http://woof.magicsplat.com/woof_guide/quick_start
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.
Installing
----------
See http://woof.magicsplat.com/woof_guide/installation
for install instructions. Upgrades are not yet supported.
For updating existing installations, rename the directory
Woof! is currently installed in, install the new version,
and copy your application configuration file
(config/application.cfg) and application controllers back
taking care not to overwrite any Woof! distribution files.
If you are using bowwow, you only need to copy the new
bowwow executable over the old one.
Full upgrades are not planned until the 0.5 release.
Useful URLs
-----------
Home page - http://woof.magicsplat.com
Programming guide - http://woof.magicsplat.com/woof_guide
Reference pages - http://woof.magicsplat.com/manuals/woof/index.html
Changes since V0.2
------------------
The focus for 0.3 has been support for IIS on Windows
and performance.