Searched refs:sitemap (Results 1 – 5 of 5) sorted by relevance
39 $sitemap = Mapper::getFilePath();47 if (!is_readable($sitemap)) {51 if (is_readable($sitemap)) {54 header('Content-Disposition: attachment; filename=' . PhpString::basename($sitemap));56 http_conditionalRequest(filemtime($sitemap));60 http_sendfile($sitemap);62 readfile($sitemap);
41 $sitemap = Mapper::getFilePath();43 if (file_exists($sitemap)) {44 if (!is_writable($sitemap)) return false;45 } elseif (!is_writable(dirname($sitemap))) {50 @filesize($sitemap) &&51 @filemtime($sitemap) > (time() - ($conf['sitemap'] * 86400))57 Logger::debug("Sitemapper::generate(): using $sitemap");73 $eventData = ['items' => &$items, 'sitemap' => &$sitemap];77 $event->result = io_saveFile($sitemap, (new Mapper())->getXML($items));118 $sitemap = $conf['cachedir'] . '/sitemap.xml';[all …]
3 This is a sitemap over all available pages ordered by [[doku>namespaces|namespaces]].
37 echo $this->sitemap();45 public function sitemap() function in dokuwiki\\Ui\\Index
3 * sitemap (?do=index) and backlinks (?do=backlink).73 /* sitemap (and backlinks)