diff --git a/.ruby-gemset b/.ruby-gemset deleted file mode 100644 index d8a6288..0000000 --- a/.ruby-gemset +++ /dev/null @@ -1 +0,0 @@ -jquery.silver_track diff --git a/.ruby-version b/.ruby-version deleted file mode 100644 index eca07e4..0000000 --- a/.ruby-version +++ /dev/null @@ -1 +0,0 @@ -2.1.2 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e69de29..0000000 diff --git a/COPYING b/COPYING deleted file mode 100644 index f485899..0000000 --- a/COPYING +++ /dev/null @@ -1,21 +0,0 @@ -Copyright 2012-2014 Túlio Ornelas. http://github.com/tulios - -MIT -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 954b816..0000000 --- a/Gemfile +++ /dev/null @@ -1,6 +0,0 @@ -source "https://rubygems.org" - -gem 'rake', '10.0.3' -gem 'jasmine', '1.3.2' -gem 'json' -gem 'sinatra' diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 828245a..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,48 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - childprocess (0.3.9) - ffi (~> 1.0, >= 1.0.11) - diff-lcs (1.2.4) - ffi (1.8.1) - jasmine (1.3.2) - jasmine-core (~> 1.3.1) - rack (~> 1.0) - rspec (>= 1.3.1) - selenium-webdriver (>= 0.1.3) - jasmine-core (1.3.1) - json (1.7.5) - multi_json (1.7.2) - rack (1.5.2) - rack-protection (1.3.2) - rack - rake (10.0.3) - rspec (2.13.0) - rspec-core (~> 2.13.0) - rspec-expectations (~> 2.13.0) - rspec-mocks (~> 2.13.0) - rspec-core (2.13.1) - rspec-expectations (2.13.0) - diff-lcs (>= 1.1.3, < 2.0) - rspec-mocks (2.13.1) - rubyzip (0.9.9) - selenium-webdriver (2.32.1) - childprocess (>= 0.2.5) - multi_json (~> 1.0) - rubyzip - websocket (~> 1.0.4) - sinatra (1.3.3) - rack (~> 1.3, >= 1.3.6) - rack-protection (~> 1.2) - tilt (~> 1.3, >= 1.3.3) - tilt (1.3.3) - websocket (1.0.7) - -PLATFORMS - ruby - -DEPENDENCIES - jasmine (= 1.3.2) - json - rake (= 10.0.3) - sinatra diff --git a/README.md b/README.md index 3dcaddc..66e2ba4 100644 --- a/README.md +++ b/README.md @@ -1,31 +1,17 @@ -# SilverTrack -### A smart and very extensible sliding carousel +# jQuery.silver_track -SilverTrack is a jQuery plugin designed to be extensible through other plugins. It has a small core and comes with very useful plugins. -Refer to the [jQuery SilverTrack website](http://tulios.github.com/jquery.silver_track/) for documentation and examples. +## Setup -## Tests - -#### Setup - -```ruby -bundle install -``` - -#### Running - -```ruby -rake jasmine:ci +```sh +gem install jekyll --no-ri --no-rdoc ``` -Or to run through the browser +## Generating pages -```ruby -rake jasmine +```sh +jekyll serve --watch ``` -and acess localhost:8888 - -## License +URL -See [COPYING](https://github.com/tulios/jquery.silver_track/blob/master/COPYING) for more details. + http://localhost:4000/ diff --git a/Rakefile b/Rakefile deleted file mode 100644 index ebe2be7..0000000 --- a/Rakefile +++ /dev/null @@ -1,11 +0,0 @@ -begin - require 'yaml' - require 'jasmine' - load 'jasmine/tasks/jasmine.rake' -rescue LoadError - task :jasmine do - abort "Jasmine is not available. In order to run jasmine, you must: (sudo) gem install jasmine" - end -end - -task :default => ["jasmine:ci"] diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..35c1373 --- /dev/null +++ b/_config.yml @@ -0,0 +1,4 @@ +safe: true +lsi: false +highlighter: pygments +permalink: /:categories/:title.html diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..9a02e90 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,10 @@ + + + + +
+