Last updated September 25, 2010. Created by Darren Oh on May 30, 2008.
Edited by Dave Reid, Thomasr976, add1sun. Log in to edit this page.
XML Sitemap is designed to be extended by external modules. If you need capabilities which are not provided by existing modules, you can add them to your own module. You can view the API documentation for XML sitemap at http://api.lullabot.com/about.
Standards
If your module's only purpose is to extend XML sitemap, you should observe the following coding standards:
- Your module's .info file should look something like this:
name = XML sitemap mymodule
description = "A short description for my module."
core = 6.x
package = XML sitemap
dependencies[] = xmlsitemap - Be sure to follow Drupal's coding standards as well.