=== Plugin Name === Contributors: Zaine Donate link: http://www.innsmouthenterprises.com/eve-killboard-plugin Tags: eve, eveonline, eve online, killboard, widget, EVE Development Network Killboard Requires at least: 2.8 Tested up to: 3.0.1 Stable tag: 0.7 Pull your latest kills from an installation of EVE Development Network Killboard and displays them on your wordpress blog as a widget. == Description == Ok, so this is simple little widget. You need a currently working version of the EVE Development Network Killboard installed and mysql access to it's database. This plugin will take your db details and grab a preset number of kills from that database and display them in an unordered list in a widget. == Installation == 1. Unzip eve-killboard.zip in the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Add your EVE Development Network Killboard connection details in Settings > Eve Killboard 1. Tweak what killwords you want to use. 1. Insert the widget via Appearance > Widgets into a widget space in your theme 1. Add a title for the widget and select the number of kills to display 1. Customise style.css within the eve-killboard directory so it matches your theme. == Frequently Asked Questions == None yet! == Screenshots == 1. An example screenshot of the widget 2. Screenshot with victim portraits. == Changelog == = 0.7.0 = * Added functionality to allow you to include your victim photo. Initially concept created by Circuitbomb from MASS and hacked into style by Zaine * YOU WILL NEED TO PLAY WITH THE STYLE SHEET TO MAKE THIS FIT! * Added linking to the killboard kill * Added admin option to limit the results to just one Pilot. (as requested by nuramori) = 0.6.2 = * Fixed a really subtle bug which broke your install if you were installed across different databases. Thanks to Mike from www.dead-fish.com for finding it and Lee Willis for debugging. = 0.6.1 = * Minimised SQL further. * Added podding detection. = 0.6 = * Tweaked SQL so it works on 2.0 version of EDK * Tried to minimse SQL so it doesn't pull as much rubbish * Pulled out the hardcoding for my original corp in there. Oops. * Added db set up code for 'killwords'. * Added admin screen to allow you to remove, add or deactivate killwords * Added admin button to reset killwords. = 0.5 = * First released version * Added admin menu to allow custom location of killboard * Added readme and screenshot for wordpress.org inclusion = 0.1 = * Created!