vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 GuildRaidSnapShot Mod
2 Copyright (c) 2005-2009 By DKPSystem.com
3 You can get the latest version of the GuildRaidSnapShot mod from
4 http://www.dkpsystem.com/settings/www/files/GuildRaidSnapShot.zip
5  
6 Any questions about the mod, head to the DKPSystem.com forums
7 or read http://www.dkpsystem.com/dynpage.php?id=17
8  
9 This mod is only officially supported for DKP systems hosted on DKPSystem.com
10 and not supported for use with other DKP Systems (eqDKP, nDKP, etc)
11  
12 You are free to make copies of this as you please, and make
13 changes to it as necessary to support your own DKP system (eqDKP, nDKP).
14  
15 If you do, we'd be happy to hear how you've tweaked this mod to support your
16 particular system.
17  
18 The only restriction about copying and tweaking is that credit be ALWAYS given
19 to DKPSystem.com in a prominent location.
20  
21 The code for the "GetGRSSDKP.exe" program is found in "GetGRSSDKP.pl" a perl
22 program using Perl/Tk. You'll need to get a version of perl (www.perl.org) to
23 run that script in raw form.
24  
25 If you wish to compile it yourself, get nmake from the following address
26  
27 http://www.expertsrt.com/tutorials/Matt/perlPAR.html
28  
29 Then compile it with the following line:
30  
31 pp --gui -o GetGRSSDKP.exe getGRSSDKP.pl
32  
33 This is also the line found in compile.bat, which is more convenient than typing that command every time.