? .DS_Store
? 713764-reformat-readme2.patch
Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views_slideshow/README.txt,v
retrieving revision 1.4
diff -u -p -r1.4 README.txt
--- README.txt	30 Sep 2008 20:10:22 -0000	1.4
+++ README.txt	14 Feb 2010 00:20:45 -0000
@@ -1,17 +1,56 @@
-/* $Id: README.txt,v 1.4 2008/09/30 20:10:22 aaron Exp $ */
+$Id: README.txt,v 1.4 2008/09/30 20:10:22 aaron Exp $
 
-/****************/
- Views Slideshow
-/****************/
+Views Slideshow
+===============
 
-Author: Aaron Winborn
-Development Began 2007-07-18
-Port to Drupal 6 on 2008-09-30
+The Views Slideshow module is a Views Style Plugin that can be used to output
+Views in a jQuery slideshow.
 
-Requires: Views 2
+There are currently 2 modes:
+
+SingleFrame
+===========
+
+In SingleFrame mode slideshows are output as single elements and controls can be
+displayed as numbered links or thumbnails of individual fields.
+
+ThumbnailHover
+==============
+
+In ThumbnailHover mode slideshows are output as node teasers or full nodes. The
+controls for advancing the slideshow are nodes too.
+
+Further details about each can be found within their respective directories.
+
+Requirements
+============
+
+Views 2 is required for this module to be of any use.
+
+Description
+===========
+
+This module will create a View type of Slideshow that will display nodes in a
+jQuery slideshow.
 
-This module will create a View type of 'Slideshow' that will display nodes in a jquery slideshow. Depending on the mode,
-slideshows may either be displayed in a single element, or in a single element with thumbnails/teasers in another.
 Settings are available for fade, timing, mode, and more.
 
-Questions can be directed to winborn at advomatic dot com
+Authors/maintainers
+===================
+
+Original Author:
+
+Aaron Winborn (winborn at advomatic dot com)
+http://drupal.org/user/33420
+
+Co-maintainers:
+
+redndahead
+http://drupal.org/user/160320
+
+Support
+=======
+
+Issues should be posted in the issue queue on drupal.org:
+
+http://drupal.org/project/issues/views_slideshow
Index: contrib/views_slideshow_singleframe/README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views_slideshow/contrib/views_slideshow_singleframe/Attic/README.txt,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 README.txt
--- contrib/views_slideshow_singleframe/README.txt	16 Apr 2009 02:04:52 -0000	1.1.2.1
+++ contrib/views_slideshow_singleframe/README.txt	14 Feb 2010 00:20:45 -0000
@@ -1,5 +1,18 @@
-// $Id: README.txt,v 1.1.2.1 2009/04/16 02:04:52 aaron Exp $
+$Id: README.txt,v 1.1.2.1 2009/04/16 02:04:52 aaron Exp $
 
-Views Slideshow: SingleFrame
+Views Slideshow: Single Frame
+============================
 
 The original default slideshow mode for Views Slideshow.
+
+Description
+===========
+
+The Views Slideshow: Single Frame adds a Views display for showing rows as items
+in a jQuery slideshow. Rows could be single images, full nodes, or whatever else
+that Views can display.
+
+Controls can be added to control the slideshow in the form of numbers or
+thumbnails.
+
+The slide show can be set to automatically advance.
Index: contrib/views_slideshow_thumbnailhover/README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/Attic/README.txt,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 README.txt
--- contrib/views_slideshow_thumbnailhover/README.txt	20 Apr 2009 22:51:08 -0000	1.1.2.1
+++ contrib/views_slideshow_thumbnailhover/README.txt	14 Feb 2010 00:20:46 -0000
@@ -1,12 +1,20 @@
-// $Id: README.txt,v 1.1.2.1 2009/04/20 22:51:08 aaron Exp $
+$Id: README.txt,v 1.1.2.1 2009/04/20 22:51:08 aaron Exp $
 
-Views Slideshow: Thumbnail Hover
+Views Slideshow: ThumbnailHover
+================================
 
-The original alternate slideshow mode for Views Slideshow.
+This mode allows full nodes and node teasers to be used as both the slideshow
+and the control for advancing the slideshow.
 
- *  The Views Slideshow: ThumbnailHover works with node views only.
- *  It adds two parts to the view: the first part is a series of items
- *  displayed as a list, while the second part is either full or teaser.
- *  The slide show will synchronize the two, so that the 'active' item
- *  will correspond to the single full/teaser item. The slide show can
- *  be set to move automatically and/or on mouse hover.
+It is the original alternative slideshow mode for Views Slideshow.
+
+Description
+===========
+
+The Views Slideshow: ThumbnailHover adds two parts to the view: a series of
+items displayed as a list and either full nodes or node teasers as the controls.
+
+The slide show will synchronize the two, so that the 'active' item will
+correspond to the single full/teaser item.
+
+The slide show can be set to automatically advance on mouse hover or click.
