X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=in%2Fpageformat.md;h=67ada75a7c7d499837c83824e42b45309bddf26a;hb=a6b46cb301203355a2687c2edd650af4e9eeabd6;hp=c244f89d1b7440be3028f87604c122e6add6dc99;hpb=0332b85e7b326d35a8853f467b6c8a1fcb77cad4;p=oss-web.git diff --git a/in/pageformat.md b/in/pageformat.md index c244f89..67ada75 100644 --- a/in/pageformat.md +++ b/in/pageformat.md @@ -129,3 +129,35 @@ Anything you specify here will be accessible in the template as ${keywords}. You can use this for HTML meta information, see [[template_make]]. If you don't specify a description, then ${keywords} will be the empty string. + + +== main_url == + +Used by [[google_sitemap]]: + +Internally, [[Webber]] works with relative URLs and is quite agonistic about +the final website. However, the [[google_sitemap]] plugin needs absolute URLs, +complete with host name. So we need this configuration ... + +Used by [[google_sitemap]]: + + +== sitemap_priority == + +Used by [[google_sitemap]] to specify a relative important-ness of a page. +Should be between "`0.0`" and "`1.0`" (including). + + +== sitemap_changefreq == + +Used by [[google_sitemap]] as an estimate about how often a page might change. + +Should be one of the following values: + +* always +* hourly +* daily +* weekly +* monthly +* yearly +* never