WoWInterface SVN Exonumist

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 37 to Rev 38
    Reverse comparison

Rev 37 → Rev 38

UNLICENSE.txt File deleted \ No newline at end of file
Exonumist.toc
1,11 → 1,12
## Interface: 50400
## Version: 5.4.1.wowi:revision
## Version: 5.4.8.wowi:revision
 
## Title: Exonumist
## Notes: Tracks your tokens across all your characters.
## Author: Phanx
## X-Email: addons@phanx.net
## X-License: Public Domain
## X-Copyright: Copyright (c) 2010-2014 Phanx
## X-License: Do not redistribute. See the accompanying LICENSE file for details.
## X-CompatibleLocales: enUS, deDE, esES, esMX, frFR, itIT, ptBR, ruRU, koKR, zhCN, zhTW
## X-Website: http://www.wowinterface.com/downloads/info13993-Exonumist.html
## X-Curse-Project-ID: exonumist
LICENSE.txt New file
0,0 → 1,33
Copyright (c) 2009-2014 Phanx <addons@phanx.net>
 
All rights reserved.
 
Permission is granted for anyone to use, read, or otherwise interpret
this software for any purpose, without any restrictions.
 
Permission is granted for anyone to modify this software or sample from
it, and to distribute such modified versions or derivative works as long
as neither the names of this software nor its authors are used in the
name or title of the work or in any other way that may cause it to be
confused with this software.
 
Permission is granted for anyone to distribute this software as part of
a bundled World of Warcraft user interface compilation as long as the
software is not modified in any way, including by modifying or removing
any files.
 
This software may not be distributed standalone or in any other way, in
whole or in part, modified or unmodified, without specific prior written
permission from the authors of this software.
 
The names of this software and/or its authors may not be used to promote
or endorse works derived from this software without specific prior
written permission from the authors of this software.
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
Exonumist.lua
1,8 → 1,10
--[[--------------------------------------------------------------------
Exonumist
A World of Warcraft user interface addon
This is free and unencumbered software released into the public domain.
See the included README and UNLICENSE files for more information!
Copyright (c) 2010-2014 Phanx <addons@phanx.net>
Do not redistribute. See the accompanying LICENSE file for details.
http://www.wowinterface.com/downloads/info16452-Exonumist.html
http://www.curse.com/addons/wow/exonumist
----------------------------------------------------------------------]]
 
local realmDB, charDB
README.txt
1,45 → 1,54

Exonumist
=============
* A World of Warcraft user interface addon
* Written by Phanx <addons@phanx.net>
* http://www.wowinterface.com/downloads/info13993-Exonumist.html
* http://www.curse.com/addons/wow/exonumist
Exonumist
============
 
Adds currency counts for all of your characters in currency tooltips.
 
Description
For example, when you see a tooltip for Justice Points, you'll see how many Justice Points you have on all of your characters on the same realm and faction.
 
There are no options; it “just works”. You must log into a character at least once with Exonumist enabled before information about that character’s currency tokens will appear in the tooltips. Data for characters not seen in the last 30 days is removed automatically.
 
 
Download
-----------
 
* [WoWInterface](http://www.wowinterface.com/downloads/info13993-Exonumist.html)
* [Curse](http://www.curse.com/addons/wow/exonumist)
 
 
Localization
---------------
 
Exonumist adds information to the tooltips in the currency window
showing how many of each token your other characters have.
Compatible with English, Deutsch, Español, Français, Italiano, Português, Русский, 한국어, 简体中文, and 繁體中文 game clients.
 
Characters that haven’t logged in within the last 30 days aren’t shown.
Does not require translations.
 
 
Feedback
-----------
 
**Post a comment on WoWInterface.** Please note that I consider this addon to be complete, and will probably not add any new features. If you notice any currency tooltips missing information, please post a comment explaining what you clicked on or moused over to get the tooltip, and which type of currency is involved.
 
 
Colophon
-----------
 
In case you were curious about the name:
 
> exonumist /ek-suh-NOO-mist/
> –noun
> a person who collects items, as tokens or medals, that resemble
> money but are not intended to circulate as money.
 
 
Usage
---------
Contact
----------
 
There are no options. It “just works”.
Please note that I do not provide any private addon support or tutoring. If you need help using an addon, or would like to report a bug or suggest a new feature, see the "Feedback" section above. If you need help writing an addon, post on the WoWInterface or WowAce forums.
 
If you need to contact me privately for some other reason, you can send a private message to Phanx on either download page, or email me at <addons@phanx.net>.
 
Localization
----------------
 
Compatible with English, Deutsch, Español, Français, Italiano,
Português, Русский, 한국어, 简体中文, and 繁體中文 game clients.
License
----------
 
 
Feedback
------------
 
Post a comment on WoWInterface.
 
To contact me privately for some other reason, email <addons@phanx.net>
or send a PM to Phanx on either download page. Please *do not* use email
or PMs to ask for help, report bugs, or suggest features; such messages
will be ignored. Post a public comment instead!
Copyright (c) 2010-2014 Phanx. See the accompanying LICENSE file for the full terms under which this addon is licensed. In particular, redistribution is not allowed -- do not upload this addon to other websites.