Fake host of sitemap generator, used unless a custom value is provided in the configuration. During post processing, if the host is the defaul one (fake.host), the sitemap is deleted.
Loops all the files retrieved with by the class ListFiles.
Makes the sitemap
Elaborates the relative url of the file from the our
dir and adds it to the sitemap.
the full path to the file on disk.
Saves to disk the sitemap
Sets the file list to populate the sitemap. No value is passed to ListFiles as we don't want to filter out any file.
Sets the host as the one passed in the ocnfiguration or the defaul one
Generates a rudimental sitemap of the website. At the moment mostly used YASSB itself for resolving
url-to
values to create links to other pages.