Sha256: 2cd62a7eaed868565ee459007abca4f4e158d04724705fd5b80250434556acd1

Contents?: true

Size: 1.19 KB

Versions: 9

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
{.exclamation}

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

9 entries across 9 versions & 2 rubygems

Version Path
gettalong-webgen-0.5.4.20080929 doc/sourcehandler/sitemap.page
gettalong-webgen-0.5.5.20081001 doc/sourcehandler/sitemap.page
gettalong-webgen-0.5.5.20081010 doc/sourcehandler/sitemap.page
gettalong-webgen-0.5.5.20081012 doc/sourcehandler/sitemap.page
gettalong-webgen-0.5.6.20081020 doc/sourcehandler/sitemap.page
webgen-0.5.4 doc/sourcehandler/sitemap.page
webgen-0.5.3 doc/sourcehandler/sitemap.page
webgen-0.5.6 doc/sourcehandler/sitemap.page
webgen-0.5.5 doc/sourcehandler/sitemap.page