public
Description: A JavaScript implementation of Chris Coyne's Context Free Design Grammar.
Homepage:
Clone URL: git://github.com/osteele/cfdg-js.git
name age message
directory 3rd-party/ Sun Mar 23 11:10:29 -0700 2008 move demo into demo directory; add jquery [osteele]
file MIT-LICENSE Sun Mar 23 11:17:22 -0700 2008 +README, license [osteele]
file README Sun Mar 23 11:17:22 -0700 2008 +README, license [osteele]
file Rakefile Sat Mar 22 20:37:39 -0700 2008 tune up html rescaling [osteele]
file TODO.txt Sun Mar 23 19:45:35 -0700 2008 add Driver class; move dom bindings to demo file [osteele]
directory demo/ Sun Mar 23 19:52:28 -0700 2008 move core extensions into like-named file; rena... [osteele]
directory javascripts/ Sun Mar 23 20:03:32 -0700 2008 update to this year's ws conventions [osteele]
directory lzx/ Sat Mar 22 20:43:02 -0700 2008 move files to javascripts, lzx, test/files [osteele]
directory test/ Sat Mar 22 20:43:02 -0700 2008 move files to javascripts, lzx, test/files [osteele]
README
cfdg-js is a JavaScript implementation of Chris Coyne's "Context Free
Design Grammar".

It's open source, under the MIT License (enclosed).

I'm currently resuscitating it.  It doesn't have a clear API, it
doesn't have any specs, and some parts don't work.  I haven't yet
inventoried what does and doesn't.

Home Page: http://github.com/osteele/cfdg-js
Author: Oliver Steele