source: products/quintagroup.quills.extras/branches/wald/quintagroup/quills/extras/browser/interfaces.py @ 1422

Last change on this file since 1422 was 1422, checked in by wald, 14 years ago

ugly workaround on hiding dates on entry listing

File size: 472 bytes
Line 
1#    -*- coding: utf-8 -*-
2
3from zope.interface import Interface
4from zope.viewlet.interfaces import IViewletManager
5from quills.core.interfaces.enabled import IPossibleWeblog
6
7class IActionsBox(IViewletManager):
8    """A viewlet manager for collect actions
9    """
10
11class IWeblogCategory(IPossibleWeblog):
12    """Marker interface for Blog' category folder
13    """
14
15class IQuillsExtrasLayer(Interface):
16    """A layer specific to quintagroup.quills.extras package
17    """
Note: See TracBrowser for help on using the repository browser.