mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
4cb5bd719a
TooglePanel? can be created initially closed PasswordField? honors a max size passed to it SiteTree? / Pages can now have custom meta tags Sitemap can deal with pinging google on updates, plus a couple other minor changes git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41690 467b73ca-7a2a-4603-9d3b-597d59a354a9
15 lines
515 B
Scheme
Executable File
15 lines
515 B
Scheme
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84">
|
|
<% control Items %>
|
|
<% if Include %>
|
|
<url>
|
|
<loc>$AbsoluteLink</loc>
|
|
<lastmod>$LastEdited.Format(c)</lastmod>
|
|
<% if ChangeFreq %><changefreq>$ChangeFreq</changefreq><% end_if %>
|
|
<% if Priority %><priority>$Priority</priority><% end_if %>
|
|
</url>
|
|
<% end_if %>
|
|
<% end_control %>
|
|
</urlset> |