From 431ec452bafcc3e394b6f1411f49b49f08b7dc66 Mon Sep 17 00:00:00 2001 From: Andrew Dupont Date: Sun, 26 Sep 2010 15:23:20 +0200 Subject: [PATCH] Add information on UI controls. --- README.rdoc | 9 +++++++++ templates/html/index.erb | 12 ++++++++++++ 2 files changed, 21 insertions(+) diff --git a/README.rdoc b/README.rdoc index ff51901..52c25a5 100644 --- a/README.rdoc +++ b/README.rdoc @@ -4,6 +4,7 @@ scripty2 is an open source JavaScript framework for advanced HTML-based user int * Visual effects: scripty2's heartpiece is an versatile real-time effects framework * CSS utilities +* UI components (experimental) And there's more coming! scripty2 is currently in alpha status, so APIs can change and there's still a lot more functionality planned. @@ -39,6 +40,14 @@ At the moment this is a prerelease alpha version and not meant for production use (although it is used with great success on several high volume websites). +== Build with UI + +The scripty2 UI controls are under heavy development and are still in alpha. They're not included when you run the standard rake tasks. To build a distributable with UI controls included, run: + + rake dist:experimental + +There are several other `*:experimental` tasks corresponding to common actions. Run `rake -T` to see the list of tasks. + = Usage scripty2 is dependent on the Prototype JavaScript framework. The download diff --git a/templates/html/index.erb b/templates/html/index.erb index 8b74362..220eeea 100644 --- a/templates/html/index.erb +++ b/templates/html/index.erb @@ -68,6 +68,18 @@ +
+ +
+

UI Controls

+
+ +
+

The scripty2 UI controls are under heavy development and are still in alpha. Consult the README for instructions on how to include these UI controls in the scripty2 distributable.

+
+ +
+

Tutorials & Demos