Metadata-Version: 1.0
Name: quintagroup.plonegooglesitemaps
Version: 1.5.6
Summary: Allows Plone websites to get better visibility for Google search engine
Home-page: http://svn.quintagroup.com/products/quintagroup.plonegooglesitemaps
Author: Quintagroup
Author-email: info@quintagroup.com
License: GPL
Description: Introduction
        ============
        
        Plone Google Sitemaps product allows Plone websites to get better visibility for Google search engine
        by providing it with complete listing of URLs to website content.
        
        Plone Google Sitemaps allows you to enable different kinds of Google Sitemaps on your Plone website. 
        Such Sitemaps help Google identify site URLs and the data under each site section. With Google Sitemaps
        enabled, search engines could track your Plone site URLs faster and more efficiently, optimizing their 
        search by placing all the information on one page.
        
        With Plone Google Sitemaps product you can enable following Sitemap types on your Plone website:
        
        * ``Content Sitemap`` - is a regular list of pages on your website. Creating and submitting such a Sitemap 
          lets Google know about all the pages on your Plone web site, including URLs that may not be discoverable
          by Google's normal crawling process.
        * ``Mobile Sitemap`` - is a specific type of Sitemap, that indexes all site URLs that serve content for 
          mobile devices.
        * ``News Sitemap`` - is different from regular Sitemaps, since it is specific to Google News only.
          It uses the Sitemap protocol, with additional News-specific tags, defined by Google. The package brings 
          additional Google Sitempas tab to News Item content type for defining NewsSitemap-specific meta tags. 
        
        Different Sitemap types index their own content and do not depend on other Sitemaps.
        
        Usage
        -----
        
        To enable Google Sitemaps on your site:
        
        * Add Sitemap(s) at Google Sitemap "Settings" tab (Add-on Products Configuarion -> Google Sitemaps). 
          You can add any of the Sitemap types: content, mobile or news. 
        * Let Google know about your Sitemap(s) by adding your Sitemap to Google Sitemaps.
        
        See detailed instructions on Plone Google Sitemaps usage at http://projects.quintagroup.com/products/wiki/qPloneGoogleSitemaps
        
        MIGRATION
        =========
        
        If you UPGRADE older version of quintagroup.plonegooglesitemaps package to newer:
        ---------------------------------------------------------------------------------
        
        * In your zope instance configuration or buildout - replace old package version with a new one.
        * Run plone instance and reinstall package with Quickinstaller tool ("Add-on Products" in plone control panel).
        
        If your MIGRATE from Products.qPloneGoogleSitemaps to quintagroup.plonegooglesitemaps:
        --------------------------------------------------------------------------------------
            
        * Add to new plone instance/buildout both qPloneGoogleSitemaps product and last version quintagroup.plonegooglesitemaps package.
        * Copy Data.fs from old Plone instance to new one.
        * Start your new zope instance/buildout.
        
        The following steps are performed in the plone instance:
        
        * With portal_migration (ZMI) - upgrade plone instance.
        * With Quickinstaller tool ("Add-on Products" in plone control panel) deinstall old "Plone Google Sitemaps" product and install new version.
        * Go to *Import* tab in portal_setup tool (ZMI), select "Migrate from qPloneGoogleSitemaps to quintagroup.plonegooglesitemaps" profile from selection box and choose same-named import step and push "Import selected steps" button.
        
        And the last clean-up step:
        
        * Remove qPloneGoogleSitemaps product from your zope instance/buildout configuration.
        
        Screencast
        ----------
        
        Watch Plone Google Sitemaps Screencasts at http://quintagroup.com/cms/screencasts/qplonegooglesitemaps to see how to use this products
        on your Plone instance. Learn about how to install and configure Sitemaps on your Plone instance, how to create new Google Sitemaps, 
        and how to let Google know about them.
          
        Installation
        ------------
        
        See http://projects.quintagroup.com/products/wiki/qPloneGoogleSitemaps/install
          
        Requirements
        ------------
        
        * Plone 3.1+ or Plone 4.0
        
        Links
        -----
        
        * See "Google Sitemaps": https://www.google.com/webmasters/sitemaps website for more information.
        * Product Homepage: http://quintagroup.com/services/plone-development/products/google-sitemaps
        * Documentation Area: http://projects.quintagroup.com/products/wiki/qPloneGoogleSitemaps
        * Repository: http://svn.quintagroup.com/products/quintagroup.plonegooglesitemaps
        * Releases: http://plone.org/products/qplonegooglesitemaps/releases
        * Watch "Plone Google Sitemeps" Screencast at http://quintagroup.com/cms/screencasts/qplonegooglesitemaps
        
        Authors
        -------
        
        * Myroslav Opyr
        * Andriy Mylenkyi
        * Nazar Ilchuk 
        * Mykola Kharechko
        * Vitaliy Stepanov
        
        
        Changelog
        =========
        
        1.5.6 (2010-09-22)
        ------------------
        
        * Added migration support from qPloneGoogleSitemaps
          to quintagroup.plonegooglesitemaps with tests,
          [mylan]
        * All views registered to browserlayer, refuse from
          Plone-3.0 support.
          [mylan]
        
        
        1.5.4 (2010-08-13)
        ------------------
        
        * Force sitemap search content related
          to the place, where it added to.
          Added tests, [mylan]
          Thanks Fabien Moret for suggestion.
        * Fixed bug with override competitive
          schema extender adapter for IATNewsItem,
          [mylan]
          Thanks Fabien Moret for suggestion.
        * Fixed bug with processing "Missing" data
          in brains for news sitemap,
          [mylan]
        
        
        
        1.5.1 (2010-07-16)
        ------------------
        
        * Removed upgrade step 1.2 to 1.3 and its testing
          [liebster]
        * Added testing update catalog during installation package
          [liebster]
        * Added uninstalling configlet and its testing
          [liebster]
        * Added registration icon of configlet by Plone4
          [liebster]
        * Removed using tabindex by templates
          [liebster]
        
        
        1.5 (2010-06-18)
        ----------------
        
        * Made plone4 related updates
          [mylan]
        * Tests updated
          [mylan]
        
        
        1.4.4 (2010-06-16)
        ------------------
        
        * Removed BBB support for plone<3.0
          [mylan]
        * Added security test
          [mylan]
        * Added mobile sitemap test
          [mylan]
        * Aadded configlet tests
          [mylan]
        
        
        1.4 (2010-06-11)
        ----------------
        
        * Updated site verification functionality -
          verification file uploaded to your site.
          [mylan]
        * Fixed links to verification page.
          [mylan]
        
        
        1.3 (2010-06-01)
        ----------------
        
        * Updated news-sitemap according to new specifications
          [mylan]
        * Added upgrade steps for migrate to 1.3 version
          [mylan]
        * Added tests for new features in news-sitemaps
          [mylan]
        * Added tests for migration
          [mylan]
        
        
        1.2 (2010-05-26)
        ----------------
        
        - Force canonical_link usage instead of canonilcal_path
          [mylan]
        - Added upgrade steps, for switching from canonical_path
          to canonical_link
          [mylan]
        - Added tests for upgrades
          [mylan]
        - Updated documentation
          [mylan]
        
        
        1.1 (2010-02-12)
        ----------------
        
        * Added quintagroup.canonicalpath as required package
          [mylan]
        * Add canonical_path metadata to portal_catalog
          [mylan]
        * Updated getting canonical_path data for sitemap record
          [mylan]
        * Added catalog updating on product installation
          [mylan]
        
        
        1.0 (2010-02-05)
        ----------------
        
        * Move qPloneGoogleSitemaps v.0.8.6 product into
          quintagroup.plonegooglesitemaps package
          [mylan]
        * Udpate link for google sitemaps pinging
          [mylan]
        * Update tests
          [mylan]
        
Keywords: plone google sitemap quintagroup search engine
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
