Make more docs.
ackis [01-20-09 - 23:17]
diff --git a/.docmeta b/.docmeta
index 467c490..941181f 100644
--- a/.docmeta
+++ b/.docmeta
@@ -7,6 +7,10 @@
input-file: Docs/Main.txt
output-page: "Main"
-
+ type: wiki
+ input-file: Docs/Localization.txt
+ output-page: "Localization"
+-
type: luadoc
input-file: AckisRecipeList.lua
output-page: "API"
diff --git a/Docs/Localization.txt b/Docs/Localization.txt
new file mode 100644
index 0000000..2e62bab
--- /dev/null
+++ b/Docs/Localization.txt
@@ -0,0 +1,9 @@
+==Locale schema==
+* single and double words are just fine, anything longer should have a tag
+* tag name rules:
+** tags should be ALL_CAPITAL_LETTERS with words separated with _'s
+** descriptions are typically used in tooltips and header in sections
+** short descriptions will end in _DESC
+** long descriptions will end in _LONG
+* don't include the object being described in the name (no _TOGGLE or _TT) since it can be used several times to describe different objects (in theory)
+* group related elements together, either by their location in the GUI/config, or by purpose (Weapon categories, etc)
\ No newline at end of file
diff --git a/Docs/Main.txt b/Docs/Main.txt
index 88facff..6a26650 100644
--- a/Docs/Main.txt
+++ b/Docs/Main.txt
@@ -29,7 +29,7 @@ Please use the [http://www.wowace.com/projects/arl/tickets/ WoW Ace] tracker to
==Detailed Documentation==
* Detailed documentation - [http://www.wowace.com/projects/arl/pages/database-documentation/]
* API - [http://www.wowace.com/projects/arl/pages/API/]
-* Localization - [http://www.wowace.com/projects/arl/localization/]
+* Localization - [http://www.wowace.com/projects/arl/pages/Localization/]
==Acknowledgments==
* Ideas for the mod came from FGTradeLacker (original mod no longer updated, however someone has taken over updating the recipes for it).
diff --git a/Locals/ARLLocals-enUS.lua b/Locals/ARLLocals-enUS.lua
index 445495a..eb6b6ee 100644
--- a/Locals/ARLLocals-enUS.lua
+++ b/Locals/ARLLocals-enUS.lua
@@ -20,20 +20,6 @@ additions or changes.
****************************************************************************************
]]--
---[[
-Locale schema
- * single and double words are just fine, anything longer should have a tag
- * tag name rules:
- * tags should be ALL_CAPITAL_LETTERS with words separated with _'s
- * descriptions are typically used in tooltips and header in sections
- * short descriptions will end in _DESC
- * long descriptions will end in _LONG
- * don't include the object being described in the name (no _TOGGLE or _TT) since it
- can be used several times to describe different objects (in theory)
- * group related elements together, either by their location in the GUI/config,
- or by purpose (Weapon categories, etc)
-]]--
-
local L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "enUS", true)
if not L then return end