// $Id: README.txt

DESCRIPTION
-----------
This module was created based on the following requirements:
1. Show a series of slides using the fade effect.
2. Allow the content manager (non admin role) to control the contents of each slide.
3. Allow the content manager to publish / unpublish slides.
4. Allow the content manager to set the order by which slide appear.
5. Allow the content manager to set the slides intervals.
6. Best performance - do not load all slides during the initial page load but rather load each slide before presented.
7. Have a frontpage content that will appear before the slideshow starts.
  

INSTALLATION
------------
- Place entire ajaxs_slideshow folder in the Drupal modules directory, or relevant site module directory
- Enable the module in the admin
- Create a view which provides a list of nids of the nodes you would like to present at the slideshow (using a fields row style).
No need for creating any display - the only required display is the default display.
- go into the ajax_slideshow admin page and setup the following:
1. view name - the name of the above view. 
2. frontpage node nid - nid of the node which will be used as an introduction content to the slideshow.
3. slide duration - pace of changing the slides.
4. Slideshow height - since the nodes being presented might have varying heights this parameter sets the fixed height of the presentation. This way when slides are changing additinal content on screen won't re-position itself.

enjoy.   