=== Plugin Name === Contributors: whipps.org Donate link: Tags: Whipps, iPhone, gallery, photo, image, mobile, feed Requires at least: 2.7.0 Tested up to: 2.9.2 Stable tag: trunk Plugin required to enable Whipps - free iPhone photo viewer, on your WordPress blog. == Description ==

Whipps is a free native iPhone application for viewing YOUR WordPress photo galleries. `Basically it's your own iPhone app`!

This plugin will make your WordPress installation compatible with Whipps, making yout photo galleries available to all iPhone users. Integration with existing WordPress blog is easy as installing whipps-json-feed.

This plugin was built upon the Chris Northwood's Json-feed plugin and some parts of Paul Menard's Simply Exclude plugin.

== Installation == 1. Upload extracted `whipps` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Check "Whipps options" in Settings menu - set blog info page, duration of "new" posts and hide some categories from Whipps if you need to Make sure your Add your blog to Whipps on your iPhone and congratulate yourself - you now have your own iPhone app! == Frequently Asked Questions == = How do I set Whipps "info" screen for my photographs? =

Your posts will need additional custom keys: 'designed-by' for photographer and 'web-url' for link. These keys are optional.

= How can I hide some categories from the Whipps app? =

See "Whipps options" of the Settings menu and select which categories to hide from your iPhone users.

= My "hidden" posts show through Whipps app search =

If you also wish to stop some categories from showing up in "Search" panel just use Simply Exclude plugin to completely exclude categories from feed.

= I need help with integration! =

Please contact us at whipps.org.

== Screenshots == 1. Whipps Options panel 2. Whipps application sample == Troubleshooting ==

Install JSONView plugin for FireFox for troubleshooting your feeds and follow tests given below.

= How can I tell if the plugin is working correctly? =

Whipps app will look for the following URLs on your blog:

Make sure that these URLs work on your blog. Your permalinks structure should start with %category% (for example: /%category%/%postname%/).

To check all photos displayed within Whipps app open http://www.yourblog/?whipps=on and you should see visible categories feed in JSON format (example).

To check categories displayed within Whipps app open http://www.yourblog/?whipps=on&paged=0 and you should see visible categories feed in JSON format (example).

To check posts Whipps app will show for your-category open http://www.yourblog/your-category/?whipps=on and you should see posts with images for your-category in JSON feed format (example).

Get latest info at www.whipps.org.

== Changelog == = 1.0 = * Initial release. == Upgrade Notice == = 1.0 = Initial release, options panel added.