Looty, a Guild Bank Interface  --  v0.8 2006-01-03
=============================      ===============

Description
-----------

This script is intended for people who use the Guild Roster tool
provided by WoWProfilers.com, which takes data from the
CharacterProfiler addon and displays it on a website.

The Guild Roster does have a guild bank feature, but it's not quite what
I wanted so wrote my own interface instead. Looty supports multiple bank
characters and has a flexible, searchable list of items showing the
items currently in the bank along with, optionally, the overall bank
balance.

An example of how the bank looks can be seen at the Citizens of Azeroth
site here:

	http://www.citizens-of-azeroth.com/looty/


Installation
------------

Installation is very simple: just unzip the folder somewhere on your
site so that it's publically viewable, and edit config.php. 


Dependencies
------------

Guild Roster:

	http://wowprofilers.com/

rpgo-CharacterProfiler:

	http://www.rpgoutfitter.com/CharacterProfiler/
	http://www.curse-gaming.com/mod.php?addid=1444
	http://ui.worldofwar.net/ui.php?id=893


Optional Dependencies
---------------------

WoW icon pack:

	http://www.citizens-of-azeroth.com/looty/files/icons.zip
	http://www.rpgoutfitter.com/downloads/wowinterface.cfm


Contact
-------

Fin -- fin@instinct.org -- Citizens of Azeroth, Stormrage EU


CHANGES
-------
2006-01-03 0.8:

 - fixed tooltip colours - only item names are coloured now
 - added blank line between name and description in tooltips
 - items are now grouped by character [implemented by Devour of Orion on
   Stormrage EU, stolen by Fin - cheers Devour!]
 - within character groups, items are grouped by quality
 - there is now an option to filter by item quality
 - added an option to config.php that will display the required level
   for an item next to its name in the list [suggested by egj2010]
 - added option to filter the list by minimum and maximum required level
 - removed ability to sort list by clicking headers as it was broken
 - added a meta tag to set the Content-Type to utf-8 - not sure if this
   helps for furren characters, but I hope so [thanks ephemere]

2005-12-14 0.7.1:

 - added import_request_variables() to main Looty display to avoid
   problems on servers without register_globals On

2005-12-03 0.7:

 - added config option to search tooltips as well as names when
   filtering items
 - character name parameters in query strings are no longer case
   sensitive [thanks Smoke for pointing out these problems]
 - character names in the config are no longer case sensitive

2005-11-30 0.6:

 - added option to set URL base for icons
 - added options to hide equipped, soulbound, and quest items (default
   yes)
 - wrapped long tooltips to stop them overrunning

2005-11-23 0.5:

 - changed query string argument seperator from ; to &
 - fixed listings for multiple characters
 - fixed icon paths (\ -> /)

2005-11-19 0.4:

 - first version
