Ignore:
Timestamp:
Sep 22, 2010 11:38:39 AM (14 years ago)
Author:
mylan
Message:

Added support of migration from qPloneGoogleSitemaps product
to quintagroup.plonegooglesitemaps with tests.
Also all views now registered on own browserlayer.

Merged revisions 3865,3867-3872,3874-3878 via svnmerge from
http://svn.quintagroup.com/products/quintagroup.plonegooglesitemaps/branches/migratioin_product

........

r3865 | mylan | 2010-09-15 20:54:50 +0300 (Wed, 15 Sep 2010) | 1 line


#230: Added module aliases - prevent breakage sitemap, created with qPloneGoogleSitemaps

........

r3867 | mylan | 2010-09-17 11:41:35 +0300 (Fri, 17 Sep 2010) | 1 line


#230: Added browserlayer and registered all sitemaps views and configlet view to it

........

r3868 | mylan | 2010-09-17 13:12:09 +0300 (Fri, 17 Sep 2010) | 1 line


#230: remove module aliases

........

r3869 | mylan | 2010-09-17 13:13:14 +0300 (Fri, 17 Sep 2010) | 1 line


#230: Added migration from qPloneGoogleSitemaps to quintagroup.plonegooglesitemaps

........

r3870 | mylan | 2010-09-17 14:02:47 +0300 (Fri, 17 Sep 2010) | 1 line


#230: Added upgrade/migration step by step reference.

........

r3871 | mylan | 2010-09-17 14:41:04 +0300 (Fri, 17 Sep 2010) | 1 line


#230: Fix tests after registering all views to the browser layer

........

r3872 | mylan | 2010-09-17 14:55:43 +0300 (Fri, 17 Sep 2010) | 1 line


#230: Added uninstallation browserlayer and updated install/uninstall tests

........

r3874 | mylan | 2010-09-20 13:12:26 +0300 (Mon, 20 Sep 2010) | 1 line


#230: Added test for browser layer uninstallation

........

r3875 | mylan | 2010-09-20 15:37:00 +0300 (Mon, 20 Sep 2010) | 1 line


#230: Fix cleanup during migration from the qPloneGoogleSitemaps

........

r3876 | mylan | 2010-09-20 15:38:18 +0300 (Mon, 20 Sep 2010) | 1 line


#230: Fix typos in GS profile and import step

........

r3877 | mylan | 2010-09-20 18:23:20 +0300 (Mon, 20 Sep 2010) | 1 line


#230: Added tests of migration from qPloneGoogleSitemap to quintagroup.plonegooglesitemap.

........

r3878 | mylan | 2010-09-22 14:17:07 +0300 (Wed, 22 Sep 2010) | 1 line


#230: some upgrade tests reorganization

........

Location:
quintagroup.plonegooglesitemaps/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonegooglesitemaps/trunk

    • Property svn:mergeinfo
      •  

        old new  
         1/quintagroup.plonegooglesitemaps/branches/migratioin_product:2826-2839 
        12/quintagroup.plonegooglesitemaps/branches/plone4:2549-2553 
        23/quintagroup.plonegooglesitemaps/branches/test_refactoring:2527-2536 
    • Property svnmerge-integrated changed from /quintagroup.plonegooglesitemaps/branches/migratioin_product:1-3864 /quintagroup.plonegooglesitemaps/branches/test_refactoring:1-3576 /quintagroup.plonegooglesitemaps/branches/plone4:1-3593 to /quintagroup.plonegooglesitemaps/branches/migratioin_product:1-3879 /quintagroup.plonegooglesitemaps/branches/test_refactoring:1-3576 /quintagroup.plonegooglesitemaps/branches/plone4:1-3593
  • quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/README.txt

    r2426 r2841  
     1=============================== 
     2quintagroup.plonegooglesitemaps 
     3=============================== 
     4 
    15Plone 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. 
    26   
     
    1519Different Sitemap types index their own content and do not depend on other Sitemaps. 
    1620 
    17 Usage 
     21USAGE 
     22===== 
    1823 
    1924  To enable Google Sitemaps on your site: 
     
    2530  See more detailed instructions on Plone Google Sitemaps usage at http://projects.quintagroup.com/products/wiki/qPloneGoogleSitemaps 
    2631 
    27 Screencast 
     32MIGRATION 
     33========= 
     34 
     35   If you UPGRADE older version of quintagroup.plonegooglesitemaps package to newer: 
     36   -------------------------------------------------------------------------------- 
     37    1. In your zope instance configuration or buildout - replace old package version 
     38       with new one. 
     39    2. Run plone instance and reinstall package with Quickinstaller tool 
     40       ("Add-on Products" in plone control panel). 
     41 
     42   If your MIGRATE from Products.qPloneGoogleSitemaps to quintagroup.plonegooglesitemaps: 
     43   ------------------------------------------------------------------------------------- 
     44    1. Add to new plone instance/buildout both qPloneGoogleSitemaps product and 
     45       last version quintagroup.plonegooglesitemaps package. 
     46    2. Copy Data.fs from old Plone instance to new one. 
     47    3. Start your new zope instance/buildout. 
     48 
     49    _Following steps performs in the plone instance_ 
     50    4. With portal_migration (ZMI) - upgrade plone instance. 
     51    5. With Quickinstaller tool ("Add-on Products" in plone control panel) 
     52       deinstall old "Plone Google Sitemaps" product and install new version. 
     53    6. Go to *Import* tab in portal_setup tool (ZMI), choose. 
     54       Select "Migrate from qPloneGoogleSitemaps to quintagroup.plonegooglesitemaps" 
     55       profile from selection box and choose same-named import step and push 
     56       "Import selected steps" button. 
     57 
     58    _And last clean-up steps:_ 
     59    7. Remove qPloneGoogleSitemaps product from your zope instance/buildout 
     60       configuration. 
     61 
     62 
     63SCREENCAST 
     64========== 
    2865 
    2966  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. 
    3067 
    31 Links 
     68LINKS 
     69===== 
    3270 
    3371  * See "Google Sitemaps": https://www.google.com/webmasters/sitemaps website for more information. 
     
    4482 
    4583 
    46 Authors 
     84AUTHORS 
     85======= 
    4786 
    4887  The product was developed by Quintagroup.com team: 
Note: See TracChangeset for help on using the changeset viewer.