Ignore:
Timestamp:
8 Mar 2012, 22:23:57 (13 years ago)
Author:
Henrik Bettermann
Message:

KOFA -> Kofa

Remove outdated apis.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/docs/source/developerdocs/developernotes.rst

    r7808 r7818  
    22***************
    33
    4 How to setup a developer instance of the WAeUP.KOFA, handle tests, docs
     4How to setup a developer instance of the WAeUP.Kofa, handle tests, docs
    55etc.
    66
    7 The new WAeUP.KOFA is based on `Grok <http://grok.zope.org/>`_.
     7The new WAeUP.Kofa is based on `Grok <http://grok.zope.org/>`_.
    88
    99Installing a developer copy
     
    1515--------------------
    1616
    17 To create a working copy of the WAeUP.KOFA we recommend use of
     17To create a working copy of the WAeUP.Kofa we recommend use of
    1818`virtualenv`. You, however, need also some basic libraries, a C
    1919compiler and some things more.
     
    127127In the sandbox (or anywhere else) we now create our real working
    128128environment. To do this, we change to the sandbox and checkout the
    129 sources of the WAeUP.KOFA from the subversion server::
     129sources of the WAeUP.Kofa from the subversion server::
    130130
    131131  $ cd mysandbox/
     
    277277
    278278  Most unit tests furthermore declare that they want to be run inside
    279   the `WAeUPKOFAUnitTestLayer` defined in `waeup.kofa.testing`. This
     279  the `WAeUPKofaUnitTestLayer` defined in `waeup.kofa.testing`. This
    280280  layer groks the whole `waeup.kofa` package, so that all ZCA
    281281  components are already setup when you start your tests.
     
    284284  layer, the testfile has to provide the following line::
    285285
    286     .. :layer: waeup.kofa.testing.WAeUPKOFAUnitTestLayer
     286    .. :layer: waeup.kofa.testing.WAeUPKofaUnitTestLayer
    287287
    288288  Use it, if in your tests you make use of registered components like
Note: See TracChangeset for help on using the changeset viewer.