Update README. 0.1
authorSalvatore Iovene <salvatore@iovene.com>
Fri, 26 Apr 2013 08:34:22 +0000 (11:34 +0300)
committerSalvatore Iovene <salvatore@iovene.com>
Fri, 26 Apr 2013 08:34:22 +0000 (11:34 +0300)
README.md

index 1bcc41c..56573c9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,10 +16,7 @@ and implements its own new UI widgets as well.
 
 ## Components
 
-Underscore.js
-jQuery 1.8.2
-Twitter Bootstrap 2.1.1
-The Slider from jQuery UI 1.8.14.
+jQuery, jQuery UI, Twitter Boostrap, Underscore
 
 
 ## Buiding
@@ -29,35 +26,13 @@ Cowhide:
 
     source env.sh
     npm install
+    git submodule init
+    git submodule update
+    (cd lib/jquery; npm install; grunt)
+    (cd lib/jquery-ui; npm install; grunt)
     grunt
 
 
-## The Calf example
-
-Calf is an example Cowhide app. It showcases the basic "barebone" UI, and some
-interactions. On top of the page there's a toolbar with some buttons that
-simulate system events.
-
-The `Night mode` button will ask the Framework to perform a theme switch, and
-toggles day mode and night mode.
-
-On the right end of the toolbar there's a form that will let you test the
-Framework's ability to enforce a minimu font size on some widgets.
-
-If you input a number smaller than 12 and click `Apply`, you will see the text
-on the buttons get temporarily small as you request, but then the framework
-will resize them up again after an artificial interval meant to let you see
-that's happening.
-
-The Calf app itself is at the bottom. It allows you to navigate artists, albums
-and songs. Notice the smooth transitions as you change category.
-
-On the right size there's a picture for the artist or album you are currently
-hovering with your mouse, that defaults to a cute calf.
-
-The volume button (last one on the right), will show you the pop-up window
-that feature sliders and a `Seat Selector`.
-
 ## Testing
 
 To run the unit tests, you will need `phantomjs`. You can install it on Ubuntu