Ignore:
Timestamp:
May 19, 2010 5:02:48 PM (14 years ago)
Author:
mylan
Message:

Rename all quintagroup occurence to collective, remove copyright from LICENSE.txt, update keywords, author in setup.py

Location:
quintagroup.referencedatagridfield/branches/collective_ns/docs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.referencedatagridfield/branches/collective_ns/docs/INSTALL.txt

    r2257 r2353  
    1 quintagroup.referencedatagridfield Installation 
     1collective.referencedatagridfield Installation 
    22----------------------------------------------- 
    33 
    4 To install quintagroup.referencedatagridfield into the global Python environment (or a workingenv), 
     4To install collective.referencedatagridfield into the global Python environment (or a workingenv), 
    55using a traditional Zope 2 instance, you can do this: 
    66 
    77* When you're reading this you have probably already run  
    8   ``easy_install quintagroup.referencedatagridfield``. Find out how to install setuptools 
     8  ``easy_install collective.referencedatagridfield``. Find out how to install setuptools 
    99  (and EasyInstall) here: 
    1010  http://peak.telecommunity.com/DevCenter/EasyInstall 
     
    1717into your Zope instance. 
    1818 
    19 * Create a file called ``quintagroup.referencedatagridfield-configure.zcml`` in the 
     19* Create a file called ``collective.referencedatagridfield-configure.zcml`` in the 
    2020  ``/path/to/instance/etc/package-includes`` directory.  The file 
    2121  should only contain this:: 
    2222 
    23     <include package="quintagroup.referencedatagridfield" /> 
     23    <include package="collective.referencedatagridfield" /> 
    2424 
    2525.. _pythonproducts: http://plone.org/products/pythonproducts 
     
    2929recipe to manage your project, you can do this: 
    3030 
    31 * Add ``quintagroup.referencedatagridfield`` to the list of eggs to install, e.g.: 
     31* Add ``collective.referencedatagridfield`` to the list of eggs to install, e.g.: 
    3232 
    3333    [buildout] 
     
    3535    eggs = 
    3636        ... 
    37         quintagroup.referencedatagridfield 
     37        collective.referencedatagridfield 
    3838        
    3939* Tell the plone.recipe.zope2instance recipe to install a ZCML slug: 
     
    4343    ... 
    4444    zcml = 
    45         quintagroup.referencedatagridfield 
     45        collective.referencedatagridfield 
    4646       
    4747* Re-run buildout, e.g. with: 
  • quintagroup.referencedatagridfield/branches/collective_ns/docs/LICENSE.txt

    r2257 r2353  
    1   quintagroup.referencedatagridfield is copyright Quintagroup 
    2  
    31  This program is free software; you can redistribute it and/or modify 
    42  it under the terms of the GNU General Public License as published by 
Note: See TracChangeset for help on using the changeset viewer.