WoWInterface SVN Exonumist

Compare Revisions

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

Rev 38 → Rev 37

LICENSE.txt File deleted \ No newline at end of file
Exonumist.lua
1,10 → 1,8
--[[--------------------------------------------------------------------
Exonumist
A World of Warcraft user interface addon
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
This is free and unencumbered software released into the public domain.
See the included README and UNLICENSE files for more information!
----------------------------------------------------------------------]]
 
local realmDB, charDB
README.txt
1,54 → 1,45
Exonumist
============

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
 
Adds currency counts for all of your characters in currency tooltips.
 
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
Description
---------------
 
Compatible with English, Deutsch, Español, Français, Italiano, Português, Русский, 한국어, 简体中文, and 繁體中文 game clients.
Exonumist adds information to the tooltips in the currency window
showing how many of each token your other characters have.
 
Does not require translations.
Characters that haven’t logged in within the last 30 days aren’t shown.
 
 
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.
 
 
Contact
----------
Usage
---------
 
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.
There are no options. It “just works”.
 
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
----------------
 
License
----------
Compatible with English, Deutsch, Español, Français, Italiano,
Português, Русский, 한국어, 简体中文, and 繁體中文 game clients.
 
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.
 
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!
Exonumist.toc
1,12 → 1,11
## Interface: 50400
## Version: 5.4.8.wowi:revision
## Version: 5.4.1.wowi:revision
 
## Title: Exonumist
## Notes: Tracks your tokens across all your characters.
## Author: Phanx
## X-Email: addons@phanx.net
## X-Copyright: Copyright (c) 2010-2014 Phanx
## X-License: Do not redistribute. See the accompanying LICENSE file for details.
## X-License: Public Domain
## 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
UNLICENSE.txt New file
0,0 → 1,24
This is free and unencumbered software released into the public domain.
 
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
 
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
 
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.
 
For more information, please refer to <http://unlicense.org/>
\ No newline at end of file