public
Description: JavaScript Application Framework - JS library only
Homepage: http://www.sproutcore.com
Clone URL: git://github.com/sproutit/sproutcore.git
sproutit (author)
Sat Dec 27 21:48:42 -0800 2008
commit  3c53216bc526d461bf8fa3ce31f3758f0d456649
tree    cca9ff2f74a3e16eda88995f0cb39acbe45eec31
parent  7e96d1bdb0324395beca951d9e1e8eb15e2c7797
name age message
file .gitignore Thu Nov 20 16:29:55 -0800 2008 Add .eprj to gitignore for windows work [sproutit]
file HACKING Tue Oct 21 11:30:46 -0700 2008 Renamed SC.event to SC.Event, made into a prope... [sproutit]
file HISTORY Sat Nov 08 01:18:15 -0800 2008 Rename uses of SC.View to SC.ClassicView [sproutit]
file README Thu Oct 16 16:11:59 -0700 2008 Remove superflous dashes [sproutit]
directory application/ Mon Dec 22 10:13:31 -0800 2008 latest testing for collection views [sproutit]
directory controllers/ Thu Dec 18 09:34:46 -0800 2008 Cleanup use of Array.from; remove some console.... [sproutit]
file core.js Mon Dec 22 10:13:31 -0800 2008 latest testing for collection views [sproutit]
directory debug/ Tue Dec 09 22:52:24 -0800 2008 Disable display of userAgent string. It was ru... [sproutit]
directory deprecated/ Thu Dec 18 09:32:30 -0800 2008 Moved Array.from() to deprecated [sproutit]
directory design.mode/ Mon Dec 15 12:22:51 -0800 2008 update requires [Erich Ocean]
directory desktop.platform/ Mon Dec 22 10:13:41 -0800 2008 add list item view [sproutit]
directory lib/ Sat Nov 08 01:18:15 -0800 2008 Rename uses of SC.View to SC.ClassicView [sproutit]
file license.js Wed Aug 06 15:12:30 -0700 2008 Moved license into its own file [sproutit]
directory mobile.platform/ Thu Nov 20 21:13:21 -0800 2008 try to consolidate some directories; move some ... [sproutit]
directory models/ Sun Nov 16 21:26:37 -0800 2008 Update requires to fit with new directory struc... [sproutit]
directory private/ Thu Dec 18 09:33:54 -0800 2008 Added support for invokeOnce(), which will invo... [sproutit]
directory server/ Mon Oct 27 12:51:17 -0700 2008 Update requires to support moved items [sproutit]
directory system/ Mon Dec 22 10:13:31 -0800 2008 latest testing for collection views [sproutit]
directory tests/ Sat Dec 27 21:48:42 -0800 2008 Add childViews test + fixes [sproutit]
directory validators/ Tue Dec 02 11:26:10 -0800 2008 CreditCard validator no longer throws an error ... [sproutit]
directory views/ Sat Dec 27 21:48:42 -0800 2008 Add childViews test + fixes [sproutit]
README
SproutCore JavaScript Application Framework

SproutCore is a framework for building desktop-like applications in the web without the use of plugins.  With 
SproutCore, you build rich, interactive
applications in the web in less code than most simple web pages require today.

The easiest way to get started with SproutCore is using the BlueRibbon build 
tools included with the SproutCore package when you install it from the Ruby 
Gems.  Please see the Getting Started documentation on the SproutCore website
for more information.

http://www.sproutcore.com

If you would like to contact the authors, you can reach the current maintainer
at charles@sproutit.com

ACKNOWLEDGEMENTS

SproutCore includes code from a number of different open source projects
including:

jQuery 1.2.6
Bernies Better Animator