Here is a small tutorial to add myAddOns support to your AddOns.
> Automatic method
myAddOns will automatically add your AddOn to the AddOns list and read its toc file
to get info about your AddOn. Here is what myAddOns uses:
## Interface:
## Title: <AddOn name in the AddOns list>
## Notes: <AddOn description>
## Version: <AddOn version>
## X-Date: <AddOn release date>
## Author: <Author name>
## X-Email: <Author email address>
## X-Website: <Author website address>
## X-Category: <AddOn category name>
## X-Help: <AddOn help variable name>
## X-OptionsFrame: <AddOn options frame name>
## RequiredDeps:
## OptionalDeps:
## LoadOnDemand: <loadable by myAddOns?>
## SavedVariables:
## SavedVariablesPerCharacter:
The category name has to be one of the following:
- MYADDONS_CATEGORY_AUDIO
- MYADDONS_CATEGORY_BARS
- MYADDONS_CATEGORY_BATTLEGROUNDS
- MYADDONS_CATEGORY_CHAT
- MYADDONS_CATEGORY_CLASS
- MYADDONS_CATEGORY_COMBAT
- MYADDONS_CATEGORY_COMPILATIONS
- MYADDONS_CATEGORY_DEVELOPMENT
- MYADDONS_CATEGORY_GUILD
- MYADDONS_CATEGORY_INVENTORY
- MYADDONS_CATEGORY_MAP
- MYADDONS_CATEGORY_OTHERS
- MYADDONS_CATEGORY_PLUGINS
- MYADDONS_CATEGORY_PROFESSIONS
- MYADDONS_CATEGORY_QUESTS
- MYADDONS_CATEGORY_RAID
If not, your AddOn will be listed in the "Unknown" cateogry.
That's all you need to register your AddOn. You don't have to add anything
in your code.
I added:
To your WIM.toc file so it pops up the right info in myAddOns for my Guildies.
myAddOns: http://wow-en.curse-gaming.com/downloads/details/207/myaddons/