Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
arturadib committed Dec 17, 2011
1 parent 145f56f commit 0645fca
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# Agility.js

Agility is an MVC library for browser-side Javascript that lets you write **maintainable** code without compromising on **development speed**. It's [write less, do more](http://www.jquery.com) with maintainability.
Agility is an MVC library for client-side Javascript that lets you write **maintainable** code without compromising on **development speed**. It's [write less, do more](http://www.jquery.com) with maintainability.

#### Main site

+ http://agilityjs.com

#### Features overview
#### Core developers

+ Painless two-way model-view bindings;
+ Implicit controller-event bindings;
+ Controller auto-proxying for quick and consistent access to owner object;
+ Format and style in-object for "copy-and-paste" reusability;
+ Small (<10K) single-library include;
+ Compact and efficient syntax, inspired by jQuery;
+ Pure prototypal inheritance;
+ Strict MVC: core has no additional concepts other than M, V, and C.
+ Artur Adib (@arturadib)
+ Tristan Slominski (@tristanls)

Core devs are contributors who have a track record of pushing awesome code to Agility. You can become one too!

0 comments on commit 0645fca

Please sign in to comment.