Ignore:
Timestamp:
Feb 3, 2011 10:15:36 AM (13 years ago)
Author:
olha
Message:

descrtion to 'URL processing...' field extended

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/content/sitemap.py

    r3002 r3066  
    8080            description=_(u"Provide regular expressions (in Perl syntax), " \ 
    8181                          u"one per line to be applied to URLs before " \ 
    82                           u"including them into Sitemap. For instance, " \ 
     82                          u"including them into Sitemap. Example 1: " \ 
    8383                          u"\"s/\/index_html//\" will remove /index_html " \ 
    84                           u"from URLs representing default documents."), 
     84                          u"from URLs representing default documents. " \ 
     85                          u"Example 2: \"s/[you_site\/internal\/path]/[domain]/\" will " \ 
     86                          u"fix URLs in the sitemap in case they are " \ 
     87                          u"generated on the basis of your site internal" \ 
     88                          u"path rather than your site domain URL. "), 
    8589        ), 
    8690    ), 
     91 
    8792    atapi.LinesField( 
    8893        name='urls', 
Note: See TracChangeset for help on using the changeset viewer.