Home
last modified time | relevance | path

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

/dokuwiki/inc/Action/
H A DSitemap.php6 use dokuwiki\Sitemap\Mapper;
10 * Class Sitemap
12 * Generate an XML sitemap for search engines. Do not confuse with Index
16 class Sitemap extends AbstractAction class
25 * Handle sitemap delivery
35 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...]
H A DIndex.php10 * Show the human readable sitemap. Do not confuse with Sitemap
/dokuwiki/inc/Sitemap/
H A DMapper.php4 * Sitemap handling functions
10 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 indexer
26 * The map is placed in the cache directory named sitemap.xml.gz - This
39 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...]
H A DItem.php3 namespace dokuwiki\Sitemap;
6 * An item of a sitemap.
43 * @return Item The sitemap item.
54 * Get the XML representation of the sitemap item.
/dokuwiki/inc/Menu/Item/
H A DIndex.php8 * Shows the sitemap
22 // 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']) {
/dokuwiki/inc/Ui/
H A DIndex.php37 echo $this->sitemap();
41 * Build html of sitemap, unordered list of pages under the namespace
45 public function sitemap() function in dokuwiki\\Ui\\Index
79 $nofollow = ($ID != $conf['start'] || $conf['sitemap']) ? 'rel="nofollow"' : '';
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_toc.css3 * sitemap (?do=index) and backlinks (?do=backlink).
73 /* sitemap (and backlinks)
/dokuwiki/inc/
H A DTaskRunner.php6 use dokuwiki\Sitemap\Mapper;
210 * Builds a Google Sitemap of all public pages known to the indexer
212 * The map is placed in the root directory named sitemap.xml.gz - This
H A Dinit.php161 // Disable compression when a (compressed) sitemap might be delivered
163 $ACT != 'sitemap'
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Drobots.php46 'Sitemap', 'User-agent', 'Visit-time'
H A Dfreeswitch.php48 // 'Sitemap', 'User-agent', 'Visit-time'
H A Dtyposcript.php268 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',
/dokuwiki/
H A Ddoku.php112 ($conf['send404'] || preg_match('/^(robots\.txt|sitemap\.xml(\.gz)?|favicon\.ico|crossdomain\.xml)$/', $ID)) &&
/dokuwiki/conf/
H A Ddokuwiki.php118 $conf['sitemap'] = 0; //Create a Google sitemap? How often? In days.
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php222 $meta['sitemap'] = ['numeric'];