class CrystalDocsSitemap

Defined in:

crystal_docs_sitemap.cr

Constant Summary

API_VERSIONS = ["0.20.0", "0.20.1", "0.20.2", "0.20.3", "0.20.4", "0.20.5", "0.21.0", "0.21.1", "0.22.0", "0.23.0", "0.23.1", "0.24.0", "0.24.1", "0.24.2", "0.25.0", "0.25.1", "0.26.0", "0.26.1", "0.27.0", "0.27.1", "0.27.2", "0.28.0", "0.29.0", "0.30.0", "0.30.1", "master"]
VERSION = "0.1.0"

Instance Method Summary

Instance Method Detail

def absolute_path(path) #

[View source]
def base_url : String #

[View source]
def base_url=(base_url : String) #

[View source]
def generate_sitemap(io, links, priority, changefreq = "never") #

[View source]
def generate_sitemap_index(io, versions) #

[View source]
def open(file_path, &) #

[View source]
def output_path : String #

[View source]
def output_path=(output_path : String) #

[View source]
def priority(version) #

[View source]
def read_links(io) #

[View source]
def retrieve_each_sitemap(&) #

[View source]
def run #

[View source]
def sitemap_location(version) #

[View source]