Sha256: ce06e29fa91a9ea41cd2bdb83d1ee0a88554519d495912d1bd83b380d8c3c009

Contents?: true

Size: 1.19 KB

Versions: 6

Compression:

Stored size: 1.19 KB

Contents

---
title: Webgen::SourceHandler::Sitemap
---
## Description

This source handler automatically generates a sitemap based on the specification of
[sitemaps.org](http://sitemaps.org) from a file in [Webgen Page Format]({relocatable:
../webgen_page_format.html}).

> This extension can only be used if you have installed the [builder](http://builder.rubyforge.org)
> library. The preferred way to do this is via Rubygems:
>
>     gem install builder
{.warning}

The following meta information keys are supported:

*   `site_url` (MANDATORY)

    The base url of the website for which the sitemap is generated.

*   `default_change_freq` (OPTIONAL)

    The default change frequency of a file.

*   `default_priority` (OPTIONAL)

    The default priority of a file.

You can also specify all common sitemap configuration options to customize the output of the source
handler.

The following meta information keys of files are used if they are specified:

*   `modified_at`

    The time at which the file was last modified, used as the time at which this feed entry was
    updated.

*   `change_freq`

    The change frequency of the the file.

*   `priority`

    The priority of the file in respect to the other files.

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
gettalong-webgen-0.5.7.20090227 doc/sourcehandler/sitemap.page
gettalong-webgen-0.5.8.20090507 doc/sourcehandler/sitemap.page
gettalong-webgen-0.5.9.20090620 doc/sourcehandler/sitemap.page
thewoolleyman-webgen-0.5.8.20090419 doc/sourcehandler/sitemap.page
webgen-0.5.7 doc/sourcehandler/sitemap.page
webgen-0.5.8 doc/sourcehandler/sitemap.page