Plugin Directory

Changeset 588517


Ignore:
Timestamp:
08/21/2012 07:17:30 PM (14 years ago)
Author:
ivycat
Message:

Added banner, updated readme, added screenshot

Location:
ivycat-ajax-slider
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • ivycat-ajax-slider/trunk/readme.txt

    r562073 r588517  
    11=== IvyCat Ajax Slider ===
    2 Contributors: dgilfoy, ivycat
    3 Tags: shortcode, ajax, slider, custom post type
     2Contributors: dgilfoy, ivycat, sewmyheadon
     3Donate link: http://www.ivycat.com/contribute/
     4Tags: shortcode, ajax, slider, featured image, image switcher, custom post type
    45Requires at least: 3.0
    5 Tested up to: 3.3.2
    6 version 1.0
    7 Stable tag: 1.0
     6Tested up to: 3.4.1
     7Version 1.01
     8Stable tag: trunk
     9License: GPLv3 or later
     10License URI: http://www.gnu.org/licenses/gpl-3.0.html
    811
    912==Short Description ==
    1013
    11 Simple Ajax loading Slider.
     14Simple image slider that uses AJAX to load and switch images.
    1215
    1316==Description==
     17
    1418This plugin is a light template/framework for developers to easily add an Ajax slider to a page. Use a shortcode to add a slider to a page.  Supports one slider per page.  Loads up the first slider and pulls in the rest of them via ajax, speeding up page load.  Incorporates a custom post type for the slider and utilizes the featured image of the post.
    1519
    1620== Notes ==
    1721
    18 Plugin is dependent upon theme styling.  This version of this plugin does not contain native styles.  If you are curious as to the reasoning behind this, check out: 
     22Plugin depends upon your theme's style and does not contain native styles. 
    1923
    20 http://nimbu.in/p/wordcampseattle/
    21 
    22 This is a minimal plugin, function over form.  If you would like to extend it, or would like us to extend it in later versions, feel free to contact us at admins@ivycat.com.  We do custom plugins as well as upgrades and features for existing plugins.
     24This is a minimal plugin, function over form.  If you would like to extend it, or would like us to extend it in later versions, feel free to post ideas in this [plugin's support forum](http://wordpress.org/support/plugin/ivycat-ajax-slider), or [contact us](http://www.ivycat.com/contact/).
    2325
    2426== Installation ==
     
    4244== Screenshots ==
    4345
     461. The sliders are a custom post type.
    4447
    4548== Frequently Asked Questions ==
    4649
    47 Q: What is the point of this plugin?. 
    48 A: Well, we don't like the "heft and weight" of some of the other plugins out there.  Often they load all the images at once, hiding the others and using JS to switch which one is visible.  This plugin is different.  It loads a single image/post and once the page is loaded, makes an AJAX request to retrieve the rest of them.  It recieves them in JSON format and the individual elements are switched rather than any hiding/showing going on.
    49 Q: What?
    50 A: Well, this plugin is more for developers or designers.  It doesn't take much to use, but it does require you to do your own styling and eventually we'll incorporate templating (so you can alter the markup without fear of future versions overwriting them).
    51 Q: What if I don't know CSS?
    52 A: We can certainly work with you, and later versions of this plugin might support automatic features and other tweaks. The point of this is an easy to get to template.  Fork it, incorporate it into a theme, have at it.  If you make changes to the core code, I'd recommend renaming and whatnot, so future versions don't overwrite your code.
     50= What is the point of this plugin? = 
    5351
     52We wanted a lightweight slider that we could use on many project.
     53
     54Many other sliders had too many features, or didn't operate as we expected. Often they load all the images at once, hiding the others and using JS to switch which one is visible.  This plugin is different.  It loads a single image/post and once the page is loaded, makes an AJAX request to retrieve the rest of them.  It recieves them in JSON format and the individual elements are switched rather than any hiding/showing going on.
     55
     56= What? =
     57
     58Well, this plugin is more for developers or designers.  It doesn't take much to use, but it does require you to do your own styling and eventually we'll incorporate templating (so you can alter the markup without fear of future versions overwriting them).
     59
     60= What if I don't know CSS? =
     61
     62We can certainly work with you, and later versions of this plugin might support automatic features and other tweaks.
     63
     64The point of this is an easy to get to template.  Fork it, incorporate it into a theme, have at it. 
    5465
    5566== Changelog ==
    5667
     68= 1.01 =
     69* Basic housekeeping, updated readme.txt, plugin header
    5770
    5871== Upgrade Notice ==
    5972
    60 Latest versions mean latest security, latest features and the best time!
     73= 1.01 =
     74
     75No critical updates, just housekeeping.
    6176
    6277== Road Map ==
Note: See TracChangeset for help on using the changeset viewer.