public
Description: The Web-footed Framework
Homepage:
Clone URL: git://github.com/trans/ducks.git
trans (author)
Thu Mar 12 06:37:18 -0700 2009
commit  5b59b7204cca5c12fa3028797f9249195fedec9f
tree    5c4cd8c6d60b2b9dd3f131d0e8addcfe1e32b118
parent  6d988f894eb4e67f04fd6890ba653eb559e66b33
ducks /
README
= Web Ducks

  http://ducks.rubyforge.org


== INTRODUCTION

Web Ducks may be the easiest way to create web applications.

The overarching idea of the Ducks Web Framework, is that everything is written
in Ruby. You do not create separate HTML files, CSS files, Javascripts files, etc.
So witht he exception of raw data, such as images, the whole site consists of
a set of ruby scripts. With these scripts one creates HTML, CSS, Javascript, etc.
through ultra-high level DSLs.

The backend server is Rack-based.

Currently this project is very much a prototype.


== RELEASE

Please see NEWS file.


== HOW TO INSTALL

To install with RubyGems simply open a console and type:

  gem install ducks

To manually installation, download the tgz package and type:

  tar -xvzf ducks-x.y.z.tgz
  cd ducks-x.y.z.tgz
  setup.rb


== USAGE

Describe how to use your library or application here.


== LICENSE

  Copyright (c) 2009 TigerOps / Thomas Sawyer

  This program is ditributed unser the terms of the MIT license.

  Please see COPYING or LICENSE file.