/**************************************************
  Coppermine 1.5.x Plugin - Isotope
  *************************************************
  Copyright (c) 2013 Mykee (www.acegem.hu)
  *************************************************
  This plugin based on Isotope gallery script.
  Isotope may be used in commercial projects and applications
  with the one-time purchase of a commercial license. For non-commercial, 
  personal, or open source projects and applications, you may use Isotope 
  under the terms of the MIT License. You may use Isotope for free. If you are 
  paid to do your job, and part of your job is implementing Isotope, 
  a commercial license is required.
  More information here: http://isotope.metafizzy.co/docs/license.html
  ************************************************
  This Coppermine plugin include next jQuery addons too, for license and plus settings, please visit these websites:
  - TipTip - Copyright © 2010 Drew Wilson - http://code.drewwilson.com/entry/tiptip-jquery-plugin
  - LightBox 0.5 (modded by Mykee to 0.51) - Copyright © 2007 Leandro Vieira Pinho - http://leandrovieira.com/projects/jquery/lightbox/
  - Adipoli 2.0 - Copyright © 2013 CUBE3X - http://cube3x.com/adipoli-jquery-image-hover-plugin/
  ************************************************
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/branches/cpg1.5.x/plugins/isotope/readme.txt $
  $Revision: 6994 $
  $LastChangedBy: mykee $
  $Date: 2013-08-10 23:05:10 +0100 (Sat, 10 Aug 2013) $
  **************************************************/


What it does:
-------------
Displays a JavaScript Isotope on album list page.
This plugin has been created for cpg1.5.x.

=========================================================================

How to install:
---------------
* Unzip
* Upload folder 'isotope' into Coppermine's plugins folder
* Go to plugin manager page and install it

How to enable:
--------------
* To enable this plugin, you'll have to add "isotope" to "the content of the main page" in coppermine's config in the section "Album list view". The setting should look like "breadcrumb/catlist/alblist/isotope" or similar. For details, review the documentation that comes with coppermine (inside the docs folder) in the section "The gallery configuration page" > "Album list view" > "The content of the main page".

How to configure:
-----------------
* Use the additional button 'isotope' in admin menu.

=========================================================================

Browser Compatibility:
----------------------
The JavaScript isotope is tested and works perfectly in these browsers:
- IE 8 and higher
- Firefox 3.x and higher (Win)
- Opera 9.x and higher (Win)
- Chrome (all version) (Win)
It probably works fine in many other browsers, too. Check compatibility list on Isotope site.

=========================================================================

Credits:
--------
This plugin is written by Mykee and based on the "Isotope" by David DeSandro (http://isotope.metafizzy.co/).
Read Isotope license for using this plugin here: http://isotope.metafizzy.co/docs/license.html
Many thanks for these authors for plugins, visit these sites for addon settings:
- TipTip - Copyright © 2010 Drew Wilson - http://code.drewwilson.com/entry/tiptip-jquery-plugin
- LightBox 0.5 (modded by Mykee to 0.51) - Copyright © 2007 Leandro Vieira Pinho - http://leandrovieira.com/projects/jquery/lightbox/
- Adipoli 2.0 - Copyright © 2013 CUBE3X - http://cube3x.com/adipoli-jquery-image-hover-plugin/
Don't try to contact the plugin author for support - post on the board publicly instead.

=========================================================================

Change log:
-----------

v1.0 (2013/08/10)
-----------------
- code started