Changes between Version 22 and Version 23 of GoogleSitemapPlugin


Ignore:
Timestamp:
Nov 17, 2015, 1:02:13 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSitemapPlugin

    v22 v23  
    55== Description
    66
    7 This plugin produces a site map XML file suitable 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.
     7This 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
    99The 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).
     
    1717== Bugs/Feature Requests
    1818
    19 See [query:status!=closed&component=GoogleSitemapPlugin&order=priority existing bugs and feature requests], and feel free to create a [/newticket?component=GoogleSitemapPlugin&version=0.11 new ticket].
     19Existing bugs and feature requests for GoogleSitemapPlugin are
     20[report:9?COMPONENT=GoogleSitemapPlugin here].
     21
     22If you have any issues, create a
     23[/newticket?component=GoogleSitemapPlugin new ticket].
    2024
    2125[[TicketQuery(component=GoogleSitemapPlugin&group=type,format=progress)]]
     
    2327== Download
    2428
    25 Download the zipped source from [download:googlesitemapplugin here].
     29Download the zipped source from [export:googlesitemapplugin here].
    2630
    2731== Source
    2832
    29 You can check out GoogleMapMacro for Trac 0.11 from [http://trac-hacks.org/svn/googlesitemapplugin/0.11 here] using Subversion, or [source:googlesitemapplugin/0.11 browse the source] with Trac.
     33You 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.
    3034
    3135== Installation
     
    4347}}}
    4448
    45 Activate the plugin and, optionally, the automatic notification in your Trac environment by adding this line to the section [components] of `<your trac installation dir>/conf/trac.ini` or use the IniAdminPlugin:
     49Activate the plugin and, optionally, the automatic notification in your Trac environment by adding this line to the section [components] of your `../conf/trac.ini` file or use the IniAdminPlugin:
    4650{{{#!ini
    4751[components]
     
    5054}}}
    5155
    52 Restart your web- or trac-server.
     56Restart your web- or Trac-server.
    5357
    5458== Configuration
     
    5963 ignore_users:: Do not include wiki pages created by the listed users. Default: `trac` (excludes all standard Trac wiki pages).
    6064 ignore_wikis:: Do not include the following wikis. The wildcards '`*`' and '`?`' are allowed and have there usual meaning.
    61  list_realms::  Which realms (i.e. `wiki` or `ticket`) to list. Default: `wiki,ticket`.
     65 list_realms::  Which realms to list, ie `wiki` or `ticket`. Default: `wiki,ticket`.
    6266 change_frequency:: Change frequency for all entries. Valid values: always, hourly, daily, weekly, monthly, yearly, never. Disabled if empty (default).
    6367 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`.
     
    7377== Example
    7478
    75 This is how a sitemap XML could look like:
     79This is what a sample sitemap XML could look like:
    7680
    7781{{{#!xml