Changeset 3231 in products for quintagroup.seoptimizer/trunk/docs


Ignore:
Timestamp:
Jun 6, 2011 1:55:03 PM (13 years ago)
Author:
olha
Message:

doc files updated

Location:
quintagroup.seoptimizer/trunk/docs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.seoptimizer/trunk/docs/HISTORY.txt

    r3230 r3231  
    444.0.6 (2011-06-06) 
    55------------------ 
    6 * Fixed canonical link displaying, 
    7   http://plone.org/products/plone-seo/issues/33, 
     6* Fixed canonical link display, it is now not added as default 
     7  property.http://plone.org/products/plone-seo/issues/33, 
    88  [vmaksymiv] 
    99 
  • quintagroup.seoptimizer/trunk/docs/INSTALL.txt

    r2970 r3231  
    55-------- 
    66 
    7 Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this: 
     7If you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project: 
    88 
    99* Add ``quintagroup.seoptimizer`` to the list of eggs to install, e.g.: 
     
    4343 
    4444 
    45 Traditional Zope 2 Instance 
    46 --------------------------- 
    47  
    48 To install quintagroup.seoptimizer into the global Python environment (or a workingenv), using a traditional Zope 2 instance, you can do this: 
    49  
    50 * Copy ``quintagroup`` folder to your instance's */lib/python* directory. 
    51  
    52 * Create a file called ``quintagroup.seoptimizer-configure.zcml`` in your instance's */etc/package-includes* directory. The file should only contain this:: 
    53  
    54   <include package="quintagroup.seoptimizer" file="configure.zcml" /> 
    55  
    56 * Restart the Zope server, for example with the following command in the terminal:: 
    57  
    58    $ ./bin/zopectl restart 
    59  
    60  
    6145Install quintagroup.seoptimizer via ZMI portal_setup  -> *Import* tab. Select ``quintagroup.seoptimizer`` from the list of available profiles and press *Import all steps*. 
    6246 
Note: See TracChangeset for help on using the changeset viewer.