Changes between Version 26 and Version 27 of GoogleSitemapPlugin


Ignore:
Timestamp:
Apr 14, 2018, 9:50:27 AM (6 years ago)
Author:
figaro
Comment:

Added pypi link

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSitemapPlugin

    v26 v27  
    55== Description
    66
    7 This 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 and it allows your web site to be found better and searched better.
     7This plugin produces a site map 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 and it allows your web site to be found better and searched better.
    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).
    1010For 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 This is what a sample sitemap XML could look like:
     12The sitemap is implemented in the XML format. This is what a sample sitemap XML could look like:
    1313
    1414{{{#!xml
     
    5151Download the zipped source from [export:googlesitemapplugin here].
    5252
     53The plugin is also available on [pypi:GoogleSitemapPlugin PyPI].
     54
    5355== Source
    5456
     
    6971}}}
    7072
    71 Activate 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:
     73Activate the plugin and, optionally, the automatic notification in your Trac environment by adding this line to the `[components]` section of your `../conf/trac.ini` file or use the IniAdminPlugin:
    7274{{{#!ini
    7375[components]