Sha256: fb4cd3db5b5dd904e64ca5960c60248ca2b836f5924e58421a0055559633ef03
Contents?: true
Size: 565 Bytes
Versions: 5
Compression:
Stored size: 565 Bytes
Contents
module XmlSitemap PERIODS = [ :none, :always, :hourly, :daily, :weekly, :monthly, :yearly, :never ].freeze MAP_SCHEMA_OPTIONS = { 'xsi:schemaLocation' => "http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd", 'xmlns:xsi' => "http://www.w3.org/2001/XMLSchema-instance", 'xmlns' => "http://www.sitemaps.org/schemas/sitemap/0.9" }.freeze INDEX_SCHEMA_OPTIONS = { 'xmlns' => "http://www.sitemaps.org/schemas/sitemap/0.9" }.freeze end
Version data entries
5 entries across 5 versions & 1 rubygems