removed obsolete issues (many of them fixed with AE)
[docutils.git] / sandbox / richard / ZReST / __init__.py
blobe3feaf4ae13512d5f9b3b716b1c46a7d69fa8aa8
1 #
2 # $Id$
4 __version__='1.0'
6 # product initialisation
7 import ZReST
8 def initialize(context):
9 context.registerClass(
10 ZReST, meta_type = 'ReStructuredText Document',
11 constructors = (
12 ZReST.manage_addZReSTForm, ZReST.manage_addZReST
18 # $Log$
19 # Revision 1.2 2002/08/15 04:36:56 richard
20 # FTP interface and Reporter message snaffling
22 # Revision 1.1 2002/08/14 05:15:37 richard
23 # Zope ReStructuredText Product
27 # vim: set filetype=python ts=4 sw=4 et si