Inheritance diagram for SitemapHandler:

Public Member Functions | |
| createConfSitemap () | |
| createSchedConfSitemap () | |
| createSitemapIndex () | |
| createUrlTree (&$doc, $loc, $lastmod=null, $changefreq=null, $priority=null) | |
| index () | |
Definition at line 23 of file SitemapHandler.inc.php.
| SitemapHandler.createConfSitemap | ( | ) |
Construct a sitemap for a conference
Definition at line 91 of file SitemapHandler.inc.php.
References createUrlTree(), Request.getConference(), and Request.url().
Referenced by index().
| SitemapHandler.createSchedConfSitemap | ( | ) |
Construct a sitemap for a scheduled conference
Definition at line 111 of file SitemapHandler.inc.php.
References createUrlTree(), Request.getConference(), Request.getSchedConf(), and Request.url().
Referenced by index().
| SitemapHandler.createSitemapIndex | ( | ) |
Construct a sitemap index listing each conference's individual sitemap
Definition at line 57 of file SitemapHandler.inc.php.
References Request.url().
Referenced by index().
| SitemapHandler.createUrlTree | ( | &$ | doc, | |
| $ | loc, | |||
| $ | lastmod = null, |
|||
| $ | changefreq = null, |
|||
| $ | priority = null | |||
| ) |
Create a url entry with children
| $doc | XMLNode Reference to the XML document object | |
| $loc | string URL of page (required) | |
| $lastmod | string Last modification date of page (optional) | |
| $changefreq | Frequency of page modifications (optional) | |
| $priority | string Subjective priority assesment of page (optional) |
Definition at line 165 of file SitemapHandler.inc.php.
Referenced by createConfSitemap(), and createSchedConfSitemap().
| SitemapHandler.index | ( | ) |
Generate an XML sitemap for webcrawlers
Definition at line 27 of file SitemapHandler.inc.php.
References createConfSitemap(), createSchedConfSitemap(), createSitemapIndex(), Request.getRequestedConferencePath(), and Request.getRequestedSchedConfPath().
1.4.7