Blame view

generator/pages/mods/sitemap_ror_tpl.xml 570 Bytes
4253cbec   root   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <?xml version="1.0" encoding="UTF-8"?>
  <rss version="2.0" xmlns:ror="http://rorweb.com/0.1/" >
  <channel>
    <title>ROR Sitemap for %INIT_URL%</title>
    <description>ROR Sitemap</description>
    <link>%INIT_URL%</link>
    %URLS_LIST_FROM%
    <item>
         <link><TVAR URL></link>
         <title><TVAR TITLE></title>
         <TIF DESC><description><TVAR DESC></description>
         </TIF><ror:updatePeriod><TVAR PERIOD></ror:updatePeriod>
         <ror:sortOrder><TVAR ORDER></ror:sortOrder>
         <ror:resourceOf>sitemap</ror:resourceOf>
    </item>%URLS_LIST_TO%
  </channel>
  </rss>