Skip to content

Commit

Permalink
some copyright stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Strange committed Feb 12, 2012
1 parent fd8e942 commit ca929bf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
16 changes: 9 additions & 7 deletions Readme.markdown
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Magic-Slider

jquery based content slider
jQuery-Content-Slider based on Coda-Slider.

## magic-slider is based on:

Coda-Slider 2.0 .. by Niall Doherty, http://www.ndoherty.biz/
Coda-Slider 2.1 .. by Joel Gillman, https://github.com/jgillman/Coda-Slider-2.1
Coda-Slider 2.1 .. by ??? on faceit, http://faceit.com.ua/scripts/coda-slider_2.1.zip
moutardeSlider .. by Francois Stephany, https://github.com/fstephany/moutardeSlider
Coda-Slider 2.0 .. by Niall Doherty, http://www.ndoherty.biz/ .. (the original)
Coda-Slider 2.1 .. by Joel Gillman, https://github.com/jgillman/Coda-Slider-2.1 .. (original plus carousel)
Coda-Slider 2.1 .. by ??? on faceit, http://faceit.com.ua/scripts/coda-slider_2.1.zip .. (vertical-idea .. doesn't work!)
moutardeSlider .. by Francois Stephany, https://github.com/fstephany/moutardeSlider .. (nicer code, .. but some bugs)

Thanks A lot!

## magic-slider improvements

vertical-slide
carousell / invinite sliding
vertical-slide .. slide up and down including the autoHeight feauture
carousell / invinite sliding .. no scroll back, just invinite sliding
no panel-title needed .. if no panel-title is provided, panel-count is used for tabs

12 changes: 9 additions & 3 deletions js/magic-slider.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
/*
magic-slider
based on jQuery moutardeSlider / Coda-Slider v2.0 / Coda-Slider v2.1
(based on jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider)
magic-slider ... Version 0.1.0
https://github.com/orangenwerk/magic-slider / http://orangenwerk.github.com/magic-slider/
**************************************************************************************************
based on jQuery Coda-Slider v2.0 / Coda-Slider v2.1 / moutardeSlider
Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
Coda-Slider v2.1 - https://github.com/jgillman/Coda-Slider-2.1
moutardeSlider - https://github.com/fstephany/moutardeSlider
MIT license.
**************************************************************************************************
improvenments by Austin Strange
*/

var sliderCount = 1;
Expand Down

0 comments on commit ca929bf

Please sign in to comment.