Looty, a Guild Bank Interface  --  v0.7 2005-12-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
-------
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
