=================== django_cms_carousel beta =================== A multi slider integration for django-cms FEATURES: * multi lib support. * sortable tabs in admin panel. USAGE: * put 'django_cms_carousel' in INSTALLED-APPS in your settings.py * run 'python managed.py syncdb' * edit a page and add a 'Carousel Plugin' * write some css to customise your slideshow SLIDE TYPE : * Jquery.innerfade ( http://medienfreunde.com/lab/innerfade/ ) * CodaSlider ( http://www.ndoherty.biz/2009/10/coda-slider-2/) * Anything Slider ( http://css-tricks.com/anythingslider-jquery-plugin/) * Bootstrap ( http://twitter.github.com/bootstrap/javascript.html#carousel ) OPTIONS : {{object.speed}} {{object.timeout }} CUTOMIZE : copy/paste "template/plugins/*.html" in your "template/plugins/" directory TODO / KNOWS ISSUE : * 'content' is not display yet in default templates * put more skin control in admin panel : size, duration, ... Notes: * Sekizai block used: js, css, and ie7 (for css fix). This is a fork of https://bitbucket.org/sjs/django_cms_carousel/src