Loading...
 
Skip to main content

History: Sitemap

Source of version: 20 (current)

Copy to clipboard
There are a few ways to do this in Tiki. 

New ((doc:SiteMap)) feature in Tiki 9.2
Graphviz
Via a ((Menu))
Via a ((structure))
Via a ((Visual Mapping))
Via ((Wiki 3D))
or manually in a template or a wiki page


! Sitemap wishes
{LIST()}
    {filter type="trackeritem"}
    {filter field="tracker_id" exact="5"}
    {filter field="tracker_status" content="o"}
    {filter field="tracker_field_subject" content="sitemap"}
    {sort mode="modification_date_ndesc"}
    {pagination max="25"}
    {OUTPUT(template="table" pagination="y")}
        {column label="Subject" translatelabel="y" field="subject" sort="tracker_field_subject" mode="raw"}
        {column sort="creation_date" label="Created" field="created"}
        {column sort="modification_date" label="Last Modif" field="modified"}
    {OUTPUT}
    {FORMAT(name="subject")}{display name="tracker_field_subject" format="objectlink"}{FORMAT}
    {FORMAT(name="created")}{display name=creation_date dateFormat="%d %b %y %H:%M"}{FORMAT}
    {FORMAT(name="modified")}{display name=modification_date dateFormat="%d %b %y %H:%M"}{FORMAT}
    {ALTERNATE()}^{TR()}No results{TR}^{ALTERNATE}
{LIST}

Idea, maybe make a sitemap from menu? ex.:
{CODE(caption="An example..." colors="tiki")}
{menu id=45 style=sitemap level=0,1}
{CODE}


! Related links
* http://googlewebmastercentral.blogspot.ca/2014/10/best-practices-for-xml-sitemaps-rssatom.html
* http://www.rorweb.com/
* https://packagist.org/search/?tags=Sitemap 
* http://varieart.com/article183-How-to-Create-XML-Sitemap-Using-PHP-and-mySql-as-Required-by-Search-Engine
* http://drupal.org/handbook/modules/xmlsitemap
* http://www.mediawiki.org/wiki/Manual:GenerateSitemap.php
* http://en.wikipedia.org/wiki/Google_Sitemaps
* http://www.sitemaps.org/
* ((OrgChart))
* https://github.com/evert/sitemap-php  __From Evert Pot who does ((SabreDAV))__
** https://github.com/Emagister/sitemap-php
* http://sitemap-generator.online-domain-tools.com/
* https://github.com/ThePixelDeveloper/Sitemap-v2
* https://github.com/nilportugues/sitemap-component
* https://github.com/tackk/cartographer
Show PHP error messages