This screencast shows how to create an emtpy module. This includes:
- Some words on where in the file system you put custom-written modules
- Some words on selecting module name
- The necessary files in a module
- That you also should have a README.txt
- That files should end with blank lines
Unfortunately this screencast does not show that you should take care to investigate wheather the module name and functionality already exists. Sorry about that.
wordlist.infoname = Word list
description = Provides tools for managing site-global word list data.
core = 7.x
package = Experimental
wordlist.module/**
* @file
* Provides functions and callbacks for managing a global word list, for example
* for managing blacklisted words.
*/
Additional Resources: