Quantcast

Doc update.

pompachomp [12-24-09 - 14:25]
Doc update.
Minor comment updates.
Filename
ARL.lua
Datamine.lua
Docs/Datamine.txt
Frame.lua
Player.lua
RecipeDB/Alchemy.lua
RecipeDB/Blacksmithing.lua
RecipeDB/Cooking.lua
RecipeDB/Custom.lua
RecipeDB/Enchanting.lua
RecipeDB/Engineering.lua
RecipeDB/FirstAid.lua
RecipeDB/Inscription.lua
RecipeDB/Jewelcrafting.lua
RecipeDB/Leatherworking.lua
RecipeDB/Mob.lua
RecipeDB/Quest.lua
RecipeDB/Reputation.lua
RecipeDB/Runeforging.lua
RecipeDB/Seasonal.lua
RecipeDB/Smelting.lua
RecipeDB/Tailoring.lua
RecipeDB/Trainer.lua
RecipeDB/Vendor.lua
diff --git a/ARL.lua b/ARL.lua
index 14deba6..bb13a88 100644
--- a/ARL.lua
+++ b/ARL.lua
@@ -8,7 +8,7 @@
 -------------------------------------------------------------------------------
 -- Authors: Ackis, Zhinjio, Jim-Bim, Torhal, Pompy
 -------------------------------------------------------------------------------
--- Please see http://www.wowace.com/projects/arl/for more information.
+-- Please see http://www.wowace.com/addons/arl/ for more information.
 -------------------------------------------------------------------------------
 -- License:
 --	Please see LICENSE.txt
diff --git a/Datamine.lua b/Datamine.lua
index c5b1af3..d0405e7 100644
--- a/Datamine.lua
+++ b/Datamine.lua
@@ -1,30 +1,21 @@
 --[[
-
 ************************************************************************
-
-ARLDatamine.lua
-
+Datamine.lua
 In-game datamining functions for ARL
-
+************************************************************************
 File date: @file-date-iso@
 File revision: @file-revision@
 Project revision: @project-revision@
 Project version: @project-version@
-
 ************************************************************************
-
-Please see http://www.wowace.com/projects/arl/for more information.
-
+Please see http://www.wowace.com/addons/arl/ for more information.
+************************************************************************
 License:
 	Please see LICENSE.txt
-
 This source code is released under All Rights Reserved.
-
 ************************************************************************
-
 ]]--

-
 -------------------------------------------------------------------------------
 -- AddOn namespace.
 -------------------------------------------------------------------------------
diff --git a/Docs/Datamine.txt b/Docs/Datamine.txt
index 00cd281..ee8a3b3 100644
--- a/Docs/Datamine.txt
+++ b/Docs/Datamine.txt
@@ -7,7 +7,7 @@ There are over 100 different flags on which recipes may be filtered, and there a
 The ARL database has been rewritten approximately 5 times.  The first four times were pre-WotLK and involved me doing the entire database by hand.  The fifth time I wrote a dataminer script in Ruby, however due to database issues, the data was not 100%.  As a result, I decided the best method of obtaining information is to datamine it from in-game itself.

 ===Commands===
-You may run the command with the <code>/script</code> command or use the built in interface options.
+You may run the command with the <<code lua>>/script<</code>> command or use the built in interface options.

 ====Trainer Skill Levels====
 Does a comparison of the information in your internal ARL database, and those items which are available on the trainer.  Compares the skill levels between the two.
diff --git a/Frame.lua b/Frame.lua
index 5241a40..83f446f 100644
--- a/Frame.lua
+++ b/Frame.lua
@@ -6,7 +6,7 @@
 -- Project revision: @project-revision@
 -- Project version: @project-version@
 -------------------------------------------------------------------------------
--- Please see http://www.wowace.com/projects/arl/for more information.
+-- Please see http://www.wowace.com/addons/arl/ for more information.
 -------------------------------------------------------------------------------
 -- License:
 -- Please see LICENSE.txt
diff --git a/Player.lua b/Player.lua
index 35e1f73..ddf10ce 100644
--- a/Player.lua
+++ b/Player.lua
@@ -1,16 +1,16 @@
 -------------------------------------------------------------------------------
--- Player.lua		Player functions and data for AckisRecipeList.
+-- Player.lua
+-- Player functions and data for AckisRecipeList.
 -------------------------------------------------------------------------------
 -- File date: @file-date-iso@
 -- File revision: @file-revision@
 -- Project revision: @project-revision@
 -- Project version: @project-version@
 -------------------------------------------------------------------------------
--- Please see http://www.wowace.com/projects/arl/for more information.
+-- Please see http://www.wowace.com/addons/arl/ for more information.
 -------------------------------------------------------------------------------
 -- License:
 --	Please see LICENSE.txt
-
 -- This source code is released under All Rights Reserved.
 -------------------------------------------------------------------------------
 --- **AckisRecipeList** provides an interface for scanning professions for missing recipes.
diff --git a/RecipeDB/Alchemy.lua b/RecipeDB/Alchemy.lua
index c7005bd..8764ecf 100644
--- a/RecipeDB/Alchemy.lua
+++ b/RecipeDB/Alchemy.lua
@@ -9,9 +9,9 @@ Project revision: @project-revision@
 Project version: @project-version@
 ************************************************************************
 Format:
-	self:addLookupList(SeasonDB, Season ID, Season Name)
+
 ************************************************************************
-Please see http://www.wowace.com/projects/arl/for more information.
+Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
 License:
 	Please see LICENSE.txt
diff --git a/RecipeDB/Blacksmithing.lua b/RecipeDB/Blacksmithing.lua
index f11c478..9b00c6f 100644
--- a/RecipeDB/Blacksmithing.lua
+++ b/RecipeDB/Blacksmithing.lua
@@ -8,7 +8,7 @@ File revision: @file-revision@
 Project revision: @project-revision@
 Project version: @project-version@
 ************************************************************************
-Please see http://www.wowace.com/projects/arl/for more information.
+Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
 License:
 	Please see LICENSE.txt
diff --git a/RecipeDB/Cooking.lua b/RecipeDB/Cooking.lua
index 9283372..a274a7c 100644
--- a/RecipeDB/Cooking.lua
+++ b/RecipeDB/Cooking.lua
@@ -8,7 +8,7 @@ File revision: @file-revision@
 Project revision: @project-revision@
 Project version: @project-version@
 ************************************************************************
-Please see http://www.wowace.com/projects/arl/for more information.
+Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
 License:
 	Please see LICENSE.txt
diff --git a/RecipeDB/Custom.lua b/RecipeDB/Custom.lua
index 7a38632..348db49 100644
--- a/RecipeDB/Custom.lua
+++ b/RecipeDB/Custom.lua
@@ -11,7 +11,7 @@ Project version: @project-version@
 Format:
 	self:addLookupList(CustomDB, Rep ID, Rep Name)
 ************************************************************************
-Please see http://www.wowace.com/projects/arl/for more information.
+Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
 License:
 	Please see LICENSE.txt
diff --git a/RecipeDB/Enchanting.lua b/RecipeDB/Enchanting.lua
index b5049b9..2fef24f 100644
--- a/RecipeDB/Enchanting.lua
+++ b/RecipeDB/Enchanting.lua
@@ -8,7 +8,7 @@ File revision: @file-revision@
 Project revision: @project-revision@
 Project version: @project-version@
 ************************************************************************
-Please see http://www.wowace.com/projects/arl/for more information.
+Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
 License:
 	Please see LICENSE.txt
diff --git a/RecipeDB/Engineering.lua b/RecipeDB/Engineering.lua
index b8b601c..6765ced 100644
--- a/RecipeDB/Engineering.lua
+++ b/RecipeDB/Engineering.lua
@@ -9,9 +9,9 @@ Project revision: @project-revision@
 Project version: @project-version@
 ************************************************************************
 Format:
-	self:addLookupList(SeasonDB, Season ID, Season Name)
+
 ************************************************************************
-Please see http://www.wowace.com/projects/arl/for more information.
+Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
 License:
 	Please see LICENSE.txt
diff --git a/RecipeDB/FirstAid.lua b/RecipeDB/FirstAid.lua
index 7d18057..e451d66 100644
--- a/RecipeDB/FirstAid.lua
+++ b/RecipeDB/FirstAid.lua
@@ -9,9 +9,9 @@ Project revision: @project-revision@
 Project version: @project-version@
 ************************************************************************
 Format:
-	self:addLookupList(SeasonDB, Season ID, Season Name)
+
 ************************************************************************
-Please see http://www.wowace.com/projects/arl/for more information.
+Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
 License:
 	Please see LICENSE.txt
diff --git a/RecipeDB/Inscription.lua b/RecipeDB/Inscription.lua
index dcc6d43..4a44a99 100644
--- a/RecipeDB/Inscription.lua
+++ b/RecipeDB/Inscription.lua
@@ -9,9 +9,9 @@ Project revision: @project-revision@
 Project version: @project-version@
 ************************************************************************
 Format:
-	self:addLookupList(SeasonDB, Season ID, Season Name)
+
 ************************************************************************
-Please see http://www.wowace.com/projects/arl/for more information.
+Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
 License:
 	Please see LICENSE.txt
diff --git a/RecipeDB/Jewelcrafting.lua b/RecipeDB/Jewelcrafting.lua
index c561e98..2b3c730 100644
--- a/RecipeDB/Jewelcrafting.lua
+++ b/RecipeDB/Jewelcrafting.lua
@@ -8,7 +8,7 @@ File revision: @file-revision@
 Project revision: @project-revision@
 Project version: @project-version@
 ************************************************************************
-Please see http://www.wowace.com/projects/arl/for more information.
+Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
 License:
 	Please see LICENSE.txt
diff --git a/RecipeDB/Leatherworking.lua b/RecipeDB/Leatherworking.lua
index ad6154e..e50b4e5 100644
--- a/RecipeDB/Leatherworking.lua
+++ b/RecipeDB/Leatherworking.lua
@@ -9,9 +9,9 @@ Project revision: @project-revision@
 Project version: @project-version@
 ************************************************************************
 Format:
-	self:addLookupList(SeasonDB, Season ID, Season Name)
+
 ************************************************************************
-Please see http://www.wowace.com/projects/arl/for more information.
+Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
 License:
 	Please see LICENSE.txt
diff --git a/RecipeDB/Mob.lua b/RecipeDB/Mob.lua
index 653f0be..a8ddafa 100644
--- a/RecipeDB/Mob.lua
+++ b/RecipeDB/Mob.lua
@@ -8,7 +8,7 @@ File revision: @file-revision@
 Project revision: @project-revision@
 Project version: @project-version@
 ************************************************************************
-Please see http://www.wowace.com/projects/arl/for more information.
+Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
 License:
 	Please see LICENSE.txt
diff --git a/RecipeDB/Quest.lua b/RecipeDB/Quest.lua
index 391bf16..30b1105 100644
--- a/RecipeDB/Quest.lua
+++ b/RecipeDB/Quest.lua
@@ -11,7 +11,7 @@ Project version: @project-version@
 Format:
 	self:addLookupList(QuestDB,NPC ID, NPC Name, NPC Location, X Coord, Y Coord, Faction)
 ************************************************************************
-Please see http://www.wowace.com/projects/arl/for more information.
+Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
 License:
 	Please see LICENSE.txt
diff --git a/RecipeDB/Reputation.lua b/RecipeDB/Reputation.lua
index b50d7bd..6e4ad02 100644
--- a/RecipeDB/Reputation.lua
+++ b/RecipeDB/Reputation.lua
@@ -8,7 +8,7 @@ File revision: @file-revision@
 Project revision: @project-revision@
 Project version: @project-version@
 ************************************************************************
-Please see http://www.wowace.com/projects/arl/for more information.
+Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
 License:
 	Please see LICENSE.txt
diff --git a/RecipeDB/Runeforging.lua b/RecipeDB/Runeforging.lua
index baa469e..74b7ed1 100644
--- a/RecipeDB/Runeforging.lua
+++ b/RecipeDB/Runeforging.lua
@@ -8,7 +8,7 @@ File revision: @file-revision@
 Project revision: @project-revision@
 Project version: @project-version@
 ************************************************************************
-Please see http://www.wowace.com/projects/arl/for more information.
+Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
 License:
 	Please see LICENSE.txt
diff --git a/RecipeDB/Seasonal.lua b/RecipeDB/Seasonal.lua
index 0172a6a..05fa5bb 100644
--- a/RecipeDB/Seasonal.lua
+++ b/RecipeDB/Seasonal.lua
@@ -11,7 +11,7 @@ Project version: @project-version@
 Format:
 	self:addLookupList(SeasonDB, Season ID, Season Name)
 ************************************************************************
-Please see http://www.wowace.com/projects/arl/for more information.
+Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
 License:
 	Please see LICENSE.txt
diff --git a/RecipeDB/Smelting.lua b/RecipeDB/Smelting.lua
index 75175f0..2a05efe 100644
--- a/RecipeDB/Smelting.lua
+++ b/RecipeDB/Smelting.lua
@@ -8,7 +8,7 @@ File revision: @file-revision@
 Project revision: @project-revision@
 Project version: @project-version@
 ************************************************************************
-Please see http://www.wowace.com/projects/arl/for more information.
+Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
 License:
 	Please see LICENSE.txt
diff --git a/RecipeDB/Tailoring.lua b/RecipeDB/Tailoring.lua
index c3a42aa..2e22e1d 100644
--- a/RecipeDB/Tailoring.lua
+++ b/RecipeDB/Tailoring.lua
@@ -9,9 +9,9 @@ Project revision: @project-revision@
 Project version: @project-version@
 ************************************************************************
 Format:
-	self:addLookupList(SeasonDB, Season ID, Season Name)
+
 ************************************************************************
-Please see http://www.wowace.com/projects/arl/for more information.
+Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
 License:
 	Please see LICENSE.txt
diff --git a/RecipeDB/Trainer.lua b/RecipeDB/Trainer.lua
index 3cd9342..b7901f6 100644
--- a/RecipeDB/Trainer.lua
+++ b/RecipeDB/Trainer.lua
@@ -8,7 +8,7 @@ File revision: @file-revision@
 Project revision: @project-revision@
 Project version: @project-version@
 ************************************************************************
-Please see http://www.wowace.com/projects/arl/for more information.
+Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
 License:
 	Please see LICENSE.txt
diff --git a/RecipeDB/Vendor.lua b/RecipeDB/Vendor.lua
index bab01e6..384e542 100644
--- a/RecipeDB/Vendor.lua
+++ b/RecipeDB/Vendor.lua
@@ -8,7 +8,7 @@ File revision: @file-revision@
 Project revision: @project-revision@
 Project version: @project-version@
 ************************************************************************
-Please see http://www.wowace.com/projects/arl/for more information.
+Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
 License:
 	Please see LICENSE.txt