Searched +full:sitemap -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 17 of 17) sorted by relevance
| /dokuwiki/inc/Action/ |
| H A D | Sitemap.php | 6 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 file exists, otherwise create it 47 if (!is_readable($sitemap)) { [all …]
|
| H A D | Index.php | 10 * Show the human readable sitemap. Do not confuse with Sitemap
|
| /dokuwiki/inc/Sitemap/ |
| H A D | Mapper.php | 4 * 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)) return false; 45 } elseif (!is_writable(dirname($sitemap))) { [all …]
|
| H A D | Item.php | 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.
|
| /dokuwiki/inc/Menu/Item/ |
| H A D | Index.php | 8 * Shows the sitemap 22 …// allow searchbots to get to the sitemap from the homepage (when dokuwiki isn't providing a sitem… 23 if ($conf['start'] == $ID && !$conf['sitemap']) {
|
| /dokuwiki/inc/Ui/ |
| H A D | Index.php | 37 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.css | 3 * sitemap (?do=index) and backlinks (?do=backlink). 73 /* sitemap (and backlinks)
|
| /dokuwiki/_test/tests/inc/ |
| H A D | template_include_page.test.php | 57 $this->assertEquals('Sitemap', tpl_pagetitle(null, true));
|
| /dokuwiki/inc/ |
| H A D | TaskRunner.php | 6 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 D | init.php | 184 // Disable compression when a (compressed) sitemap might be delivered 186 $ACT != 'sitemap'
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | robots.php | 46 'Sitemap', 'User-agent', 'Visit-time'
|
| H A D | freeswitch.php | 48 // 'Sitemap', 'User-agent', 'Visit-time'
|
| H A D | typoscript.php | 268 …fig|content|file|frameset|includeLibs|lib|page|plugin|register|resources|sitemap|sitetitle|styles|…
|
| /dokuwiki/ |
| H A D | doku.php | 112 …($conf['send404'] || preg_match('/^(robots\.txt|sitemap\.xml(\.gz)?|favicon\.ico|crossdomain\.xml)…
|
| /dokuwiki/conf/ |
| H A D | dokuwiki.php | 118 $conf['sitemap'] = 0; //Create a Google sitemap? How often? In days.
|
| /dokuwiki/_test/tests/Action/ |
| H A D | ActionTest.php | 24 array('Sitemap', AUTH_NONE, array('exists' => true, 'ismanager' => false)),
|
| /dokuwiki/lib/plugins/config/settings/ |
| H A D | config.metadata.php | 222 $meta['sitemap'] = ['numeric'];
|