Failed to execute template. Cause: [Access denied when checking [script] access to [xwiki:Collaboratory.UX.HbpSkin.WebHome] for user [xwiki:XWiki.Admin]]. Click on this message for details.

sitemap - HBP Wiki

IAM21 instance, do not create collab nor modify a team, your changes will be lost


Changes for page sitemap

Last modified by bougault on 2023/09/15 15:50

From version 38.5
edited by bougault
on 2023/09/15 15:50
Change comment: There is no comment for this version
To version 38.2
edited by bougault
on 2023/09/15 13:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,13 +10,13 @@
10 10   <lastmod>$xwiki.formatDate($home.contentUpdateDate, 'yyyy-MM-dd')</lastmod>
11 11   </url>
12 12   #foreach ($resource in $resources)
13 - #set($page = $xwiki.getDocument($resource))
14 - #if($page)
13 + ##set($page = $xwiki.getDocument($resource))
14 + ##if($page)
15 15   <url>
16 16   <loc>$page.getExternalURL()</loc>
17 17   <lastmod>$xwiki.formatDate($page.contentUpdateDate, 'yyyy-MM-dd')</lastmod>
18 18   </url>
19 - #end
19 + ##end
20 20   #end
21 21   </urlset>
22 22  #else