Changeset 5138 for main


Ignore:
Timestamp:
12 Apr 2010, 14:27:33 (14 years ago)
Author:
uli
Message:
  • Explain better, what the plugin is used for.
  • Use upcoming unit-test layer.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/accesscodes.txt

    r5132 r5138  
    77
    88.. :doctest:
     9.. :layer: waeup.sirp.testing.WAeUPSIRPUnitTestLayer
    910
    1011About access-codes
     
    349350.. class:: AccessCodePlugin
    350351
     352  A `waeup.sirp` plugin that updates existing WAeUP SIRP university
     353  instances so that they provide support for access-codes.
     354
    351355  .. attribute:: grok.implements(IWAeUPSIRPPluggable)
    352356  .. attribute:: grok.name('accesscodes')
     
    365369  IWAeUPSIRPPluggable interface named ``accesscodes``.
    366370
    367   It is looked up by a university instance when created.
     371  It is looked up by a university instance when created, so that this
     372  instance has nothing to know about accesscodes at all and can
     373  although provide support for them.
    368374
    369375    >>> from zope.component import getUtility
Note: See TracChangeset for help on using the changeset viewer.