7 lines
200 B
Python
7 lines
200 B
Python
|
"""Catalog indexers, using plone.indexer. These will populate standard catalog
|
||
|
indexes with values based on the IComment interface.
|
||
|
|
||
|
Also provide event handlers to actually catalog the comments.
|
||
|
"""
|
||
|
|