Changeset 10862


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

Rename ngren to kwarapoly.

Location:
main/kwarapoly.theme/trunk
Files:
1 added
2 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • main/kwarapoly.theme/trunk/MANIFEST.in

    r10190 r10862  
    1 recursive-include ngren *
     1recursive-include kwarapoly *
    22global-exclude *pyc
  • main/kwarapoly.theme/trunk/README.rst

    r10538 r10862  
    1 ngren.theme
    2 ===========
     1kwarapoly.theme
     2===============
    33
    4 This is the NgREN theme for Plone.
     4This is the kwarapoly theme for Plone.
    55
    66Short hints for developers
     
    3737
    3838In the running instance (credentials admin/admin) add a Plone Site
    39 with all Diazo-related packages, ngren.theme and other stuff activated
     39with all Diazo-related packages, kwarapoly.theme and other stuff activated
    4040(or activate this stuff after creation).
    4141
  • main/kwarapoly.theme/trunk/buildout.cfg

    r10538 r10862  
    2020    Pillow
    2121    diazotheme.bootstrap
    22     ngren.theme
     22    kwarapoly.theme
    2323    Products.LinguaPlone
    2424    sc.social.like
  • 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
  • main/kwarapoly.theme/trunk/setup.py

    r10190 r10862  
    44version = '1.0'
    55
    6 setup(name='ngren.theme',
     6setup(name='kwarapoly.theme',
    77      version=version,
    8       description="Theme for NgREN",
     8      description="Theme for kwarapoly",
    99      long_description=open("README.txt").read() + "\n" +
    1010                       open(os.path.join("docs", "HISTORY.txt")).read(),
     
    2121      license='GPL',
    2222      packages=find_packages(exclude=['ez_setup']),
    23       namespace_packages=['ngren'],
     23      namespace_packages=['kwarapoly'],
    2424      include_package_data=True,
    2525      zip_safe=False,
Note: See TracChangeset for help on using the changeset viewer.