WoWInterface SVN LibResInfo

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 83 to Rev 82
    Reverse comparison

Rev 83 → Rev 82

LibResInfo-1.0/README.md File deleted
LibResInfo-1.0/README.txt New file
0,0 → 1,59
LibResInfo-1.0
=================
 
Library to provide information about resurrections cast in your group.
 
LibResInfo detects resurrection spell casts and identifies who they are
being cast on, and provides that information to addons through callbacks
and API functions. It also supports Mass Resurrection and Soulstone.
 
LibResInfo was written to replace LibResComm. It works locally without
the need for addon communication, so it is not necessary for anyone else
in your group to have it installed.
 
Requires [LibStub] [1] and [CallbackHandler-1.0] [2].
 
[1]: http://www.wowace.com/addons/libstub/
[2]: http://www.wowace.com/addons/callbackhandler/
 
 
Downloads
------------
 
* [WoWInterface](http://www.wowinterface.com/downloads/info21467-LibResInfo-1.0.html)
* [CurseForge](http://wow.curseforge.com/addons/libresinfo/)
 
 
API Documentation
--------------------
 
Information about the callbacks and functions LibResInfo provides are
available on the [CurseForge project page] [3].
 
[3]: http://wow.curseforge.com/addons/librescomm/pages/api/
 
 
Feedback
-----------
 
Please direct all bug reports, suggestions, questions and comments to
the [WoWInterface forum thread] [4].
 
[4]: http://www.wowinterface.com/forums/showthread.php?t=43933
 
If you are reporting a bug, please include directions I can follow to
reproduce the bug, whether it still happens when all other addons are
disabled, and the exact text of the related error message (if any) from
[Bugger](http://www.wowinterface.com/downloads/info23144-Bugger.html).
 
If you need to contact me privately, you can send me a private message
on either download site, or email me at <addons@phanx.net>.
 
 
License
----------
 
Copyright (c) 2012-2014 Phanx. All rights reserved.
 
See the accompanying LICENSE file for information about the conditions
under which redistribution and modification may be allowed.
LibResInfo-1.0/LibResInfo-1.0.toc
1,5 → 1,5
## Interface: 60000
## Version: @project-revision@
## Version: 21
 
## Title: Lib: ResInfo-1.0
## Notes: Library to provide information about resurrections in your group.
10,7 → 10,11
## Author: Phanx
## X-Email: addons@phanx.net
## X-Copyright: Copyright (c) 2012-2014 Phanx. All rights reserved.
## X-Website: https://github.com/Phanx/LibResInfo
## X-License: See the accompanying LICENSE file for details.
## X-Website: http://www.wowinterface.com/downloads/info21467-LibResInfo-1.0.html
## X-AceForum: 2525
## X-Curse-Project-ID: libresinfo
## X-WoWI-ID: 21467
 
## OptionalDeps: LibStub, CallbackHandler-1.0