From 5f4895c25dbc3cf1baa6c62d495d0fad5a1049b6 Mon Sep 17 00:00:00 2001 From: Luca Ongaro Date: Wed, 13 Jul 2011 14:09:40 +0200 Subject: [PATCH] version 0.2.0 (add configuration options) --- .gitignore | 1 + README.textile | 35 ++++++++-- examples/index.html | 2 +- jqcloud/jqcloud-0.1.8.min.js | 11 ---- .../{jqcloud-0.1.8.js => jqcloud-0.2.0.js} | 65 ++++++++++++++----- jqcloud/jqcloud-0.2.0.min.js | 11 ++++ 6 files changed, 91 insertions(+), 34 deletions(-) create mode 100644 .gitignore delete mode 100644 jqcloud/jqcloud-0.1.8.min.js rename jqcloud/{jqcloud-0.1.8.js => jqcloud-0.2.0.js} (64%) create mode 100644 jqcloud/jqcloud-0.2.0.min.js diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/README.textile b/README.textile index 97cdb3c..3a86835 100644 --- a/README.textile +++ b/README.textile @@ -9,7 +9,7 @@ h2. Installation Installing jQCloud is extremely simple: # Make sure to import the jQuery library in your project. -# Download the jQCloud files. Place jqcloud-0.1.8.js (or the minified version jqcloud-0.1.8.min.js) and jqcloud.css somewhere in your project and import both of them in your HTML code. +# Download the jQCloud files. Place jqcloud-0.2.0.js (or the minified version jqcloud-0.2.0.min.js) and jqcloud.css somewhere in your project and import both of them in your HTML code. You can easily substitute jqcloud.css with a custom CSS stylesheet following the guidelines explained later. @@ -23,7 +23,7 @@ bc. jQCloud Example - + - +