Plugin Directory

Changeset 528690


Ignore:
Timestamp:
04/07/2012 08:14:42 PM (14 years ago)
Author:
vancoder
Message:

Update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rehabtabs/trunk/readme.txt

    r503684 r528690  
    11=== Plugin Name ===
    22Contributors: vancoder
    3 Donate link: http://vancoder.ca/
    4 Tags: tabs
     3Author URI: http://vancoder.ca/
     4Plugin URI: http://vancoder.ca/plugins/rehabtabs
     5Tags: tabs, jQuery UI
    56Requires at least: 3.2.1
    67Tested up to: 3.3.1
    78Stable tag: trunk
    89
    9 Rehabtabs adds jQuery UI tabs to your pages and posts.
     10Rehabtabs makes it easy to add pretty jQuery UI tabs to your pages, posts and custom posts using simple shortcodes.
    1011
    1112== Description ==
    1213
    13 Having tried out several of the tab plugins available, I was unable to find one that I was happy with. They all had problems, ranging from non-intuitive shortcode implementations, to shoddy coding, resulting in them not only failing to work correctly, but sometimes breaking other plugins in the process.
     14There are several tabs plugins available, but many of them are poorly coded or use non-intuitive shortcode implementations.
    1415
    15 Rehabtabs is intended to to be a simple and intuitive alternative. It applies jQuery UI tabs to WordPress pages and posts, and is coded accorded to WordPress best practices (and please feel free to comment if you believe this not to be the case).
     16Rehabtabs is intended to to be a clean and intuitive alternative. It facilitates the application of jQuery UI tabs to your pages, posts and custom posts.
     17
     18Rehabtabs currently supports:
     19
     20* interchangeable jQuery UI themes (some included)
     21* Ajax mode
     22* cookie persistence
     23* collapsible tabs
     24* fx options
     25
     26In common with all Vancoder plugins, Rehabtabs strives to follow best practice in WordPress coding. If you spy a bug or see room for improvement, please [let me know](http://wordpress.org/tags/rehabtabs?forum_id=10).
    1627
    1728== Installation ==
    1829
    19 1. Upload
    20 1. Activate
    21 1. Visit the Settings page to change defaults
     301. Upload `rehabtabs` to the `/wp-content/plugins/` directory
     311. Activate the plugin through the 'Plugins' menu in WordPress
     321. Visit the Settings page to change defaults, if required
    2233
    2334== Frequently Asked Questions ==
     
    32431. Paste this folder into plugins/rehabtabs/themes
    33441. Your theme should now be available on the Settings page
     45
     46== Changelog ==
     47
     48= 1.0 =
     49* Modified to accommodate older PHP versions.
     50
     51= 0.1 =
     52* Initial Release.
Note: See TracChangeset for help on using the changeset viewer.