Ignore:
Timestamp:
3 Jan 2014, 08:26:28 (11 years ago)
Author:
Henrik Bettermann
Message:

Rename ngren to kwarapoly.

Location:
main/kwarapoly.theme/trunk/docs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kwarapoly.theme/trunk/docs/INSTALL.txt

    r10190 r10862  
    1 ngren.theme Installation
    2 ------------------------
     1kwarapoly.theme Installation
     2----------------------------
    33
    4 To install ngren.theme into the global Python environment (or a workingenv),
     4To install kwarapoly.theme 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 ngren.theme``. Find out how to install setuptools
     8  ``easy_install kwarapoly.theme``. 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 ``ngren.theme-configure.zcml`` in the
     19* Create a file called ``kwarapoly.theme-configure.zcml`` in the
    2020  ``/path/to/instance/etc/package-includes`` directory.  The file
    2121  should only contain this::
    2222
    23     <include package="ngren.theme" />
     23    <include package="kwarapoly.theme" />
    2424
    2525.. _pythonproducts: http://plone.org/products/pythonproducts
     
    2929recipe to manage your project, you can do this:
    3030
    31 * Add ``ngren.theme`` to the list of eggs to install, e.g.:
     31* Add ``kwarapoly.theme`` to the list of eggs to install, e.g.:
    3232
    3333    [buildout]
     
    3535    eggs =
    3636        ...
    37         ngren.theme
     37        kwarapoly.theme
    3838       
    3939* Tell the plone.recipe.zope2instance recipe to install a ZCML slug:
     
    4343    ...
    4444    zcml =
    45         ngren.theme
     45        kwarapoly.theme
    4646     
    4747* Re-run buildout, e.g. with:
  • main/kwarapoly.theme/trunk/docs/LICENSE.txt

    r10190 r10862  
    1   ngren.theme is copyright Jan Filip Tristan Hasecke
     1  kwarapoly.theme is copyright Jan Filip Tristan Hasecke
    22
    33  This program is free software; you can redistribute it and/or modify
Note: See TracChangeset for help on using the changeset viewer.