CHANGELOG.txt |
CHANGELOG.txt |
|
XML sitemap 6.x-1, 2009-08-24
-----------------------------------
#558358 Failure to submit sitemaps.
XML sitemap 6.x-1, 2009-08-24
-----------------------------------
#557926 Update INSTALL.txt for official release.
XML sitemap 6.x-1,… |
gss.css |
gss/gss.css |
|
body {
margin-top: 0;
background-color: #fff;
}
body, td, th {
font-family: arial,sans-serif;
font-size: 13px;
}
h1 {
font-size: 1.2em;
margin-bottom: 1em;
margin-top: 0;
}
h1 a {
font-size: 0.8em;
font-weight: normal;
}
h2 {
… |
INSTALL.txt |
INSTALL.txt |
|
XML Sitemap Module
INSTALLATION INSTRUCTIONS
-------------------------
1) Place the xmlsitemap directory into your modules directory.
2) Enable the XML sitemap modules you wish to use.
You must enable the XML sitemap engines module if you want… |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Installation
* Known Issues
* More Information
INTRODUCTION
------------
Current Maintainers: Earnie <http://drupal.org/user/86710>
Kiam… |
xmlsitemap.admin.inc |
xmlsitemap.admin.inc |
|
XML sitemap settings UI. |
xmlsitemap.info |
xmlsitemap.info |
|
name = XML sitemap
description = Create a XML sitemap conforming to sitemaps.org specifications.
package = XML sitemap
core = 6.x |
xmlsitemap.install |
xmlsitemap.install |
|
Installation file for XML sitemap. |
xmlsitemap.module |
xmlsitemap.module |
|
Creates a sitemap compatible with the sitemaps.org schema. |
xmlsitemap.pages.inc |
xmlsitemap.pages.inc |
|
XML sitemap page callbacks. |
xmlsitemap_engines.admin.inc |
xmlsitemap_engines/xmlsitemap_engines.admin.inc |
|
XML sitemap engines settings UI. |
xmlsitemap_engines.info |
xmlsitemap_engines/xmlsitemap_engines.info |
|
name = XML sitemap engines
description = Submit the sitemap to search engines.
package = XML sitemap
dependencies[] = xmlsitemap
core = "6.x" |
xmlsitemap_engines.install |
xmlsitemap_engines/xmlsitemap_engines.install |
|
Installation file for XML sitemap engines. |
xmlsitemap_engines.module |
xmlsitemap_engines/xmlsitemap_engines.module |
|
Define actions for Google, Yahoo!, Ask, and Bing. |
xmlsitemap_node.info |
xmlsitemap_node/xmlsitemap_node.info |
|
name = XML sitemap node
description = Add node links to the sitemap.
package = XML sitemap
dependencies[] = xmlsitemap
core = "6.x" |
xmlsitemap_node.install |
xmlsitemap_node/xmlsitemap_node.install |
|
Installation file for XML sitemap node. |
xmlsitemap_node.module |
xmlsitemap_node/xmlsitemap_node.module |
|
Adds nodes to the sitemap. |
xmlsitemap_taxonomy.info |
xmlsitemap_taxonomy/xmlsitemap_taxonomy.info |
|
name = XML sitemap taxonomy
description = Add taxonomy term links to the sitemap.
package = XML sitemap
dependencies[] = taxonomy
dependencies[] = xmlsitemap
core = "6.x" |
xmlsitemap_taxonomy.install |
xmlsitemap_taxonomy/xmlsitemap_taxonomy.install |
|
Installation file for XML sitemap term. |
xmlsitemap_taxonomy.module |
xmlsitemap_taxonomy/xmlsitemap_taxonomy.module |
|
Adds taxonomy terms to the sitemap. |
xmlsitemap_user.info |
xmlsitemap_user/xmlsitemap_user.info |
|
name = XML sitemap user
description = Add user profile links to the sitemap.
package = XML sitemap
dependencies[] = xmlsitemap
core = "6.x" |
xmlsitemap_user.install |
xmlsitemap_user/xmlsitemap_user.install |
|
Installation file for XML sitemap user. |
xmlsitemap_user.module |
xmlsitemap_user/xmlsitemap_user.module |
|
Adds user profiles to the sitemap. |