summaryrefslogtreecommitdiff
path: root/sandbox/richard/ZReST/__init__.py
blob: e3feaf4ae13512d5f9b3b716b1c46a7d69fa8aa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 
# $Id$
#
__version__='1.0'

# product initialisation
import ZReST
def initialize(context):
    context.registerClass(
        ZReST, meta_type = 'ReStructuredText Document',
        constructors = (
            ZReST.manage_addZReSTForm, ZReST.manage_addZReST
        )
    )


#
# $Log$
# Revision 1.2  2002/08/15 04:36:56  richard
# FTP interface and Reporter message snaffling
#
# Revision 1.1  2002/08/14 05:15:37  richard
# Zope ReStructuredText Product
#
#
#
# vim: set filetype=python ts=4 sw=4 et si