Searched +full:sitemap -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 15 of 15) sorted by relevance
6 use dokuwiki\Sitemap\Mapper;10 * Class Sitemap12 * Generate an XML sitemap for search engines. Do not confuse with Index16 class Sitemap extends AbstractAction class 25 * Handle sitemap delivery35 if ($conf['sitemap'] < 1 || !is_numeric($conf['sitemap'])) {36 throw new FatalException('Sitemap generation is disabled', 404);39 $sitemap = Mapper::getFilePath();46 // Check if sitemap fil[all...]
10 * Show the human readable sitemap. Do not confuse with Sitemap
4 * Sitemap handling functions10 namespace dokuwiki\Sitemap;17 * A class for building sitemaps and pinging search engines with the sitemap URL.24 * Builds a Google Sitemap of all public pages known to the indexer26 * The map is placed in the cache directory named sitemap.xml.gz - This39 if ($conf['sitemap'] < 1 || !is_numeric($conf['sitemap'])) return false;41 $sitemap = Mapper::getFilePath();43 if (file_exists($sitemap)) {44 if (!is_writable($sitemap)) retur[all...]
3 namespace dokuwiki\Sitemap;6 * An item of a sitemap.43 * @return Item The sitemap item.54 * Get the XML representation of the sitemap item.
8 * Shows the sitemap22 // allow searchbots to get to the sitemap from the homepage (when dokuwiki isn't providing a sitemap.xml)23 if ($conf['start'] == $ID && !$conf['sitemap']) {
37 echo $this->sitemap();41 * Build html of sitemap, unordered list of pages under the namespace45 public function sitemap() function in dokuwiki\\Ui\\Index 79 $nofollow = ($ID != $conf['start'] || $conf['sitemap']) ? 'rel="nofollow"' : '';
3 * sitemap (?do=index) and backlinks (?do=backlink).73 /* sitemap (and backlinks)
6 use dokuwiki\Sitemap\Mapper;210 * Builds a Google Sitemap of all public pages known to the indexer212 * The map is placed in the root directory named sitemap.xml.gz - This
161 // Disable compression when a (compressed) sitemap might be delivered163 $ACT != 'sitemap'
46 'Sitemap', 'User-agent', 'Visit-time'
48 // 'Sitemap', 'User-agent', 'Visit-time'
268 GESHI_SEARCH => '([^\.\$-\{]\b)(cObj|field|config|content|file|frameset|includeLibs|lib|page|plugin|register|resources|sitemap|sitetitle|styles|temp|tt_content|tt_news|types|xmlnews)\b',
112 ($conf['send404'] || preg_match('/^(robots\.txt|sitemap\.xml(\.gz)?|favicon\.ico|crossdomain\.xml)$/', $ID)) &&
118 $conf['sitemap'] = 0; //Create a Google sitemap? How often? In days.
222 $meta['sitemap'] = ['numeric'];