Community Documentation

Extending and integrating with XML sitemap

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.

Modules that integrate with XML sitemap

Page status

Needs updating

Log in to edit this page

About this page

Drupal version
Drupal 6.x
Audience
Programmers
Drupal’s online documentation is © 2000-2013 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License. Comments on documentation pages are used to improve content and then deleted.