Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install collective.dewslider

How to install collective.dewslider

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install collective.dewslider
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.0 Available View build log
Windows (64-bit)
1.0 Available View build log
Mac OS X (10.5+)
1.0 Available View build log
Linux (32-bit)
1.0 Available View build log
Linux (64-bit)
1.0 Available View build log
 
License
GPL
Dependencies
Lastest release
version 1.0 on Jan 5th, 2011

Introduction

This collective module register a zope directory resource containing the wonderful slider flash Dewslider, developed by alsacreation (http://www.alsacreations.fr/dewslider only french at the moment).

Dewslider version - downloaded 2009-12-24

Installation

Add collective.dewslider to your buildout as normal. See http://plone.org/documentation/tutorial/buildout.

At the moment this module doesn't add any feature to Plone. It is primary use as resource package.

Usage

Dewslider offer two ways of doing:

  • Provide img as parameters
  • Provide an xml file

See examples with img as parameters:

<object type="application/x-shockwave-flash" data="dewslider.swf?img=image1.jpg,image2.jpg,image3.jpg" width="500" height="300"> <param name="movie" value="dewslider.swf?img=image1.jpg,image2.jpg,image3.jpg" /> </object>

Or with xml file

<object type="application/x-shockwave-flash" data="dewslider.swf?xml=dewslider.xml" width="500" height="300"> <param name="movie" value="dewslider.swf?xml=dewslider.xml" /> </object>

<?xml version="1.0" ?> <album showbuttons="yes" showtitles="yes" randomstart="yes" timer="5" aligntitles="bottom" alignbuttons="bottom" transition="push" speed="20" > <img src="img/1.jpg" title="Titre 1" /> <img src="img/2.jpg" title="Titre 2" href="test.html" /> <img src="img/3.jpg" title="Titre 3" href="http://www.blup.fr/" /> <img src="img/4.jpg" title="Titre 4" href="http://www.blup.fr/" target="_blank" rollover="alert('yay');" rollout="showdiv('pub');" /> <img src="img/5.jpg" title="Titre 5" /> </album>

Changelog

1.0 - 2009/12/28
  • Initial release

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.