WoWInterface SVN NoGuild

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 13 to Rev 14
    Reverse comparison

Rev 13 → Rev 14

UNLICENSE.txt File deleted \ No newline at end of file
NoGuild.toc
1,15 → 1,16
## Interface: 50400
## Version: 5.4.7.wowi:revision
## Version: 5.4.8.wowi:revision
 
## Title: NoGuild
## Notes: Block guild solicitations in whispers and public chat channels.
## Notes: Block guild advertisements in whispers and public chat channels.
## Notes-deDE: Gildenwerbungen in Flüstern und öffentlichen Chat-Channels blockieren.
## Notes-esES: Bloquear los anuncios de hermandades en susurros y los canales públicos.
## Notes-esMX: Bloquear los anuncios de hermandades en susurros y los canales públicos.
 
## Author: Phanx
## X-Email: addons@phanx.net
## X-License: Public Domain
## X-Copyright: Copyright (c) 2013-2014 Phanx. All rights reserved.
## X-License: See the accompanying LICENSE file for details.
## X-CompatibleLocales: deDE, enUS, esES, esMX, frFR, itIT, ptBR, koKR, ruRU, zhCN, zhTW
## X-Localizations: deDE, enUS
## X-Website: http://www.wowinterface.com/downloads/info22644-NoGuild.html
README.txt
1,35 → 1,42
NoGuild
============
 
* Written by Phanx <addons@phanx.net>
* http://www.wowinterface.com/downloads/info22644-NoGuild.html
* http://www.curse.com/addons/wow/noguild
Blocks guild advertisements in whispers and public chat channels.
 
 
Description
----------------
Download
-----------
 
Blocks guild solicitations in whispers and public chat channels.
* [WoWInterface](http://www.wowinterface.com/downloads/info22644-NoGuild.html)
* [Curse](http://www.curse.com/addons/wow/noguild)
 
 
Localization
-----------------
 
Compatible with all locales. Does not require translations.
Compatible with all localized game clients.
 
Currently detects spam in English and German only. Contributions of
keyword lists for other languages are welcome.
 
 
Feedback
-------------
-----------
 
Bugs, errors, or other problems:
Please use the ticket system on either download page.
Post a ticket on either download site, or a comment on WoWInterface.
 
Feature requests or other suggestions:
Please use the ticket system on either download page.
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
[BugSack](http://www.wowinterface.com/downloads/info5995-BugSack.html).
 
General questions or comments:
Post a comment on either download page.
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>.
 
If you need to contact me privately for a reason **other** than those
listed above, you can send a PM to Phanx on either download site, or
email me at <addons@phanx.net>.
\ No newline at end of file + +License +---------- + +Copyright (c) 2014 Phanx. All rights reserved. +See the accompanying LICENSE file for information about the conditions +under which redistribution and modification may be allowed.
LICENSE.txt New file
0,0 → 1,32
Copyright (c) 2013-2014 Phanx. 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 aggregate this software with other
works not derived from this software for the purpose of creating a user
interface compilation for "World of Warcraft" and to distribute such
compilations 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
NoGuild.lua
1,9 → 1,8
--[[--------------------------------------------------------------------
NoGuild
Blocks guild solicitations in whispers and public chat channels.
Written by Phanx <addons@phanx.net>
This is free and unencumbered software released into the public domain.
See the accompanying README and UNLICENSE files for more information.
Copyright (c) 2013-2014 Phanx. All rights reserved.
See the accompanying README and LICENSE files for more information.
http://www.wowinterface.com/downloads/info22644-NoGuild.html
http://www.curse.com/addons/wow/noguild/
----------------------------------------------------------------------]]