Changeset 1233 in products


Ignore:
Timestamp:
Aug 11, 2009 11:49:06 AM (15 years ago)
Author:
olha
Message:

INSTALL.txt & HISTORY.txt updated

Location:
quintagroup.plonecomments/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecomments/trunk/README.txt

    r1178 r1233  
    6969 
    7070* Get latest development version from "SVN": http://svn.quintagroup.com/products/quintagroup.plonecomments/trunk 
     71 
    7172* Watch Plone Comments Screencast (http://quintagroup.com/cms/screencasts/plone-comments) to learn how to install and set up Plone Comments on your buildout-based Plone instance for Plone 3.2 or above. You will also find one of the possible use cases of using Plone Comments Plone add-on included. 
     73 
    7274* Watch Plone Comments Use Cases Screencast (http://quintagroup.com/cms/screencasts/plone-comments/use-cases) to learn about integration of Plone Comments with Plone Captchas, see 2 examples of possible use cases: anonymous and registered users commenting.  
    7375 
     
    9092The product is developed and maintained by http://quintagroup.com team. 
    9193 
    92 Authors: 
    93  
    9494* Volodymyr Cherepanyak 
    9595* Andriy Mylenkyy 
     
    9797* Vitaliy Stepanov 
    9898 
    99 Contributors: 
     99Contributors 
     100------------ 
    100101  
    101102* Gerry Kirk: product translations improvement and proofreading 
  • quintagroup.plonecomments/trunk/docs/HISTORY.txt

    r1222 r1233  
    33 
    44 
    5 4.1.0 (unreleased) 
     54.1.0 (2009-08-11) 
    66================== 
    77 
  • quintagroup.plonecomments/trunk/docs/INSTALL.txt

    r987 r1233  
    44 
    55Installation 
    6 ============== 
     6------------ 
    77 
    88To install quintagroup.plonecomments into the global Python environment (or a workingenv), 
    99using a traditional Zope 2 instance, you can do this: 
    1010 
    11 - When you're reading this you have probably already run  
    12   ``easy_install quintagroup.plonecomments``. Find out how to install setuptools 
    13   (and EasyInstall) here: 
    14   http://peak.telecommunity.com/DevCenter/EasyInstall 
     11* Copy ``quintagroup`` folder to the ``/path/to/instance/lib/python`` directory. 
    1512 
    16 - If you are using Zope 2.9 (not 2.10), get `pythonproducts`_ and install it  
    17   via:: 
    18  
    19     python setup.py install --home /path/to/instance 
    20  
    21 into your Zope instance. 
    22  
    23 - Create a file called ``quintagroup.plonecomments-configure.zcml`` in the 
    24   ``/path/to/instance/etc/package-includes`` directory.  The file 
    25   should only contain this:: 
     13* Creare a file called ``quintagroup.plonecomments-configure.zcml`` in the 
     14  */path/to/instance/etc/package-includes* directory. The file should 
     15  only contain this:: 
    2616 
    2717    <include package="quintagroup.plonecomments" file="configure.zcml" /> 
    2818 
    29 - Create a file called ``quintagroup.plonecomments-overrides.zcml`` in the 
    30   ``/path/to/instance/etc/package-includes`` directory.  The file 
    31   should only contain this:: 
     19* Create a file called ``quintagroup.plonecomments-overrides.zcml`` into the   */path/to/instance/etc/package-includes* directory. The file should 
     20  only contain this:: 
    3221 
    33     <include package="quintagroup.plonecomments" file="overrides.zcml" /> 
     22  <include package="quintagroup.plonecomments" file="overrides.zcml" /> 
    3423 
    35 .. _pythonproducts: http://plone.org/products/pythonproducts 
     24* Restart the Zope server, for example, with the following command in the terminal:: 
     25 
     26   $ ./bin/zopectl restart 
    3627 
    3728Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance 
    3829recipe to manage your project, you can do this: 
    3930 
    40 - Add ``quintagroup.plonecomments`` to the list of eggs to install, e.g.:: 
     31* Add ``quintagroup.plonecomments`` to the list of eggs to install, e.g.:: 
    4132 
    4233    [buildout] 
     
    4637        quintagroup.plonecomments 
    4738        
    48 - Tell the plone.recipe.zope2instance recipe to install a ZCML slug:: 
     39* Tell the plone.recipe.zope2instance recipe to install a ZCML slug:: 
    4940 
    5041    [instance] 
     
    5546        quintagroup.plonecomments-overrides 
    5647       
    57 - Re-run buildout, e.g. with:: 
     48* Re-run buildout, e.g. with:: 
    5849 
    5950    $ ./bin/buildout 
    6051 
    61 - Install quintagroup.plonecomments via ZMI portal_setup. Select ``quintagroup.plonecomments`` 
     52* Restart the Zope server, for example, with the following command in the terminal:: 
     53 
     54    $ ./bin/instance restart 
     55 
     56* Install quintagroup.plonecomments via ZMI portal_setup. Select ``quintagroup.plonecomments`` 
    6257  from the list of available profiles and press *Import all steps*. 
     58 
    6359 
    6460  **Atention**: If you are using a Plone version **before** 3.1 you need to install 
     
    7066 
    7167Uninstallation 
    72 ============== 
     68-------------- 
    7369 
    74 - To uninstall quintagroup.plonecomments - select ``quintagroup.plonecomments uninstall`` 
     70* To uninstall quintagroup.plonecomments - select ``quintagroup.plonecomments uninstall`` 
    7571  profile from the list of available profiles and press *Import all steps*. 
Note: See TracChangeset for help on using the changeset viewer.