This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 5b59b7204cca5c12fa3028797f9249195fedec9f
tree 5c4cd8c6d60b2b9dd3f131d0e8addcfe1e32b118
parent 6d988f894eb4e67f04fd6890ba653eb559e66b33
tree 5c4cd8c6d60b2b9dd3f131d0e8addcfe1e32b118
parent 6d988f894eb4e67f04fd6890ba653eb559e66b33
ducks /
| name | age | message | |
|---|---|---|---|
| |
.config/ | ||
| |
.gitignore | ||
| |
HISTORY | ||
| |
LICENSE | ||
| |
NEWS | ||
| |
README | ||
| |
TODO | ||
| |
VERSION | ||
| |
bin/ | ||
| |
demo/ | ||
| |
gen/ | ||
| |
lib/ | ||
| |
meta/ | ||
| |
web/ | ||
| |
work/ |
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.








