Changes between Version 23 and Version 24 of GoogleSitemapPlugin


Ignore:
Timestamp:
Jan 17, 2016, 1:41:06 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes and corrections

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSitemapPlugin

    v23 v24  
    77This plugin produces a site map XML file for submission to the [https://www.google.com/webmasters/sitemaps/docs/en/about.html Google sitemap service]. The sitemap is a way to describe your site's content other than depending on a crawler that follows every link. It is suitable for dynamic sites with lots of different URLs for basically the same content.
    88
    9 The plugin can be configured to notify Google by sending a PING request to their site when content on your trac has changed (Trac 0.10 version only).
    10 For now, wiki pages and tickets are supported in the sitemap. Other things like source code and pages produced by other plugins could also be included if requested.
     9The plugin can be configured to notify Google by sending a PING request to their site when content on your Trac has changed (Trac 0.10 version only).
     10For now, wiki pages and tickets are supported in the sitemap. Other things like source code and pages produced by other plugins could also be included.
    1111
    12 '''Fork:''' I have made a small [https://github.com/trac-hacks/trac-googlesitemapplugin fork on GitHub] with some improvements/fixes. Feel free to [https://github.com/trac-hacks/trac-googlesitemapplugin/issues suggest new].
     12'''Fork:''' I have made a [https://github.com/trac-hacks/trac-googlesitemapplugin fork on GitHub] with some improvements/fixes. Feel free to [https://github.com/trac-hacks/trac-googlesitemapplugin/issues suggest new features].
    1313
    14 The maintainer-ship of this plugin for Trac 0.11+ was taken over by [wiki:martin_s] in May 2010. The new Trac 0.11 version was written from scratch, mainly because of the API changes between the Trac versions.
    15 This wiki now describes only the Trac 0.11 (and newer branches in the future). The old [./GoogleSitemapPlugin?version=10 description for the 0.10 branch] is also available.
     14The maintainership of this plugin for Trac 0.11+ was taken over by [wiki:martin_s] in May 2010. The new Trac 0.11 version was written from scratch, mainly because of the API changes between the Trac versions.
     15This wiki now describes only the Trac 0.11 (and newer branches in the future). The [./@10 description for the 0.10 branch] is also available.
    1616
    1717== Bugs/Feature Requests
     
    3131== Source
    3232
    33 You can check out GoogleMapMacro for Trac 0.11 from [/svn/googlesitemapplugin/0.11 here] using Subversion, or [source:googlesitemapplugin/0.11 browse the source] with Trac.
     33You can check out GoogleSitemapPlugin for Trac 0.11 from [/svn/googlesitemapplugin/0.11 here] using Subversion, or [source:googlesitemapplugin/0.11 browse the source] with Trac.
    3434
    3535== Installation
     
    5454}}}
    5555
    56 Restart your web- or Trac-server.
     56Restart your web server or Trac server.
    5757
    5858== Configuration
     
    6363 ignore_users:: Do not include wiki pages created by the listed users. Default: `trac` (excludes all standard Trac wiki pages).
    6464 ignore_wikis:: Do not include the following wikis. The wildcards '`*`' and '`?`' are allowed and have there usual meaning.
    65  list_realms::  Which realms to list, ie `wiki` or `ticket`. Default: `wiki,ticket`.
     65 list_realms:: Which realms to list, ie `wiki` or `ticket`. Default: `wiki,ticket`.
    6666 change_frequency:: Change frequency for all entries. Valid values: always, hourly, daily, weekly, monthly, yearly, never. Disabled if empty (default).
    6767 compress_sitemap:: Compress sitemap, either by using HTTP gzip `content-encoding` if the client supports it (Googlebot does) or by requesting the sitemap with a trailing `.gz`.