Changeset 3497 in products


Ignore:
Timestamp:
Aug 13, 2012 12:35:20 PM (12 years ago)
Author:
potar
Message:

Updated docs

Location:
quintagroup.plonegooglesitemaps/branches/sitemap_date
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonegooglesitemaps/branches/sitemap_date/README.txt

    r3325 r3497  
    22============ 
    33 
    4 Plone Google Sitemaps product allows Plone websites to get better visibility for Google search engine 
    5 by providing it with complete listing of URLs to website content. 
     4Plone Google Sitemaps product allows Plone websites to get better visibility on Google search engine 
     5by providing it with a complete listing of content URLs to website. 
    66 
    77.. figure:: http://quintagroup.com/services/plone-development/products/google-sitemaps/plone-google-sitemaps.png 
     
    1515 
    1616* ``Content Sitemap`` - is a regular list of pages on your website. Creating and submitting such a Sitemap  
    17   lets Google know about all the pages on your Plone web site, including URLs that may not be discoverable 
     17  lets Google know about all the pages on your Plone website, including URLs that may not be discoverable 
    1818  by Google's normal crawling process. 
    19 * ``Mobile Sitemap`` - is a specific type of Sitemap, that indexes all site URLs that serve content for  
    20   mobile devices. 
     19* ``Mobile Sitemap`` - is a specific type of Sitemap, that indexes all site URLs that serve mobile-oriented content. 
    2120* ``News Sitemap`` - is different from regular Sitemaps, since it is specific to Google News only. 
    22   It uses the Sitemap protocol, with additional News-specific tags, defined by Google. The package brings  
    23   additional Google Sitempas tab to News Item content type for defining NewsSitemap-specific meta tags.  
     21  It uses the Sitemap protocol, with additional News-specific tags, defined by Google. The package brings protocol with  
     22  additional Google Sitemaps tab to News Item content type for defining NewsSitemap-specific meta tags.  
    2423 
    25 Different Sitemap types index their own content and do not depend on other Sitemaps. 
     24Different Sitemap types index their own content and do not depend on other Sitemaps.  
    2625 
    2726Usage 
     
    3938========= 
    4039 
    41 If you UPGRADE older version of quintagroup.plonegooglesitemaps package to newer: 
    42 --------------------------------------------------------------------------------- 
     40If you UPGRADE an older version of quintagroup.plonegooglesitemaps package to a newer one: 
     41------------------------------------------------------------------------------------------ 
    4342 
    44 * In your zope instance configuration or buildout - replace old package version with a new one. 
     43* In your zope instance configuration or buildout replace old package version with a new one. 
    4544* Run plone instance and reinstall package with Quickinstaller tool ("Add-on Products" in plone control panel). 
    4645 
    47 If your MIGRATE from Products.qPloneGoogleSitemaps to quintagroup.plonegooglesitemaps: 
    48 -------------------------------------------------------------------------------------- 
     46If you MIGRATE from Products.qPloneGoogleSitemaps to quintagroup.plonegooglesitemaps: 
     47------------------------------------------------------------------------------------- 
    4948     
    50 * Add to new plone instance/buildout both qPloneGoogleSitemaps product and last version quintagroup.plonegooglesitemaps package. 
     49* Add to a new Plone instance/buildout both qPloneGoogleSitemaps product and last version quintagroup.plonegooglesitemaps package. 
    5150* Copy Data.fs from old Plone instance to new one. 
    52 * Start your new zope instance/buildout. 
     51* Start your new Zope instance/buildout. 
    5352 
    5453The following steps are performed in the plone instance: 
  • quintagroup.plonegooglesitemaps/branches/sitemap_date/docs/HISTORY.txt

    r3413 r3497  
    22========= 
    33 
    4 1.7.1 - unreleased 
     41.8.0 (2012-08-13) 
    55------------------ 
    66 
     7* Updated modification date in Sitemaps for folderish objects which have 
     8  default pages. 
     9  Sitemap types have their own index (sitemap_date)  
     10  which helps to generate Sitemaps without default pages.  
     11  Index contains the last modification date from this object or   
     12  from default page. As а result you will not see default pages  
     13  in sitemap types. 
     14  [potar] 
     15* Added tests for index (sitemap_date), updated tests. 
     16  [potar] 
    717* Added deleting (button) the verification file 
    818  [potar] 
    9  
    1019* Updated view quintagroup.plonegooglesitemaps (tabs) 
    1120  [potar] 
     21   
    1222 
    13231.7.0 (2011-10-28) 
  • quintagroup.plonegooglesitemaps/branches/sitemap_date/quintagroup/plonegooglesitemaps/filters.txt

    r3494 r3497  
    103103form, it should be empty by default settings. 
    104104 
    105     >>> file("/tmp/browser.0.html","wb").write(browser.contents) 
     105    >>> file("/tmp/browser.test.html","wb").write(browser.contents) 
    106106    >>> blackout_list = browser.getControl("Blackout entries") 
    107107    >>> blackout_list 
     
    143143 
    144144    >>> browser.open(smview_url) 
    145     >>> file("/tmp/browser.1.html","wb").write(browser.contents) 
     145    >>> file("/tmp/browser.test.html","wb").write(browser.contents) 
    146146    >>> no_filters_content = browser.contents 
    147147 
Note: See TracChangeset for help on using the changeset viewer.