Changes between Version 1 and Version 2 of GoogleSitemapPlugin


Ignore:
Timestamp:
Nov 9, 2006, 10:55:32 AM (17 years ago)
Author:
Christian Aust
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSitemapPlugin

    v1 v2  
    2121== Source ==
    2222
    23 You can check out GoogleSitemapPlugin from [http://trac-hacks.org/svn/googlesitemapplugin here] using Subversion, or [source:googlesitemapplugin browse the source] with Trac.
     23You can check out GoogleSitemapPlugin from [http://svn.voidblog.de/sitemap-plugin/trunk here] using Subversion. Visit http://voidblog.de/browser/sitemap-plugin to browse the source code.
    2424
    2525== Example ==
     
    2929{{{
    3030#!xml
    31 <?xml version="1.0" encoding="UTF-8"?>
    32 <urlset>
    33 <url>
    34 <loc>http://localhost/wiki/ImageTest</loc>
    35 <lastmod>2006-11-07 15:37:07.961000</lastmod>
    36 <changefreq>daily</changefreq>
    37 </url>
    38 </urlset>
     31<?xml version="1.0" encoding="UTF-8"?>
     32<urlset>
     33<url>
     34<loc>http://localhost/wiki/ImageTest</loc>
     35<lastmod>2006-11-07 15:37:07.961000</lastmod>
     36<changefreq>daily</changefreq>
     37</url>
     38</urlset>
    3939}}}
    4040