[Zope-CVS] CVS: Products/OSCOM/NOTSite - __init__.py:1.1 setup.py:1.1

Tres Seaver tseaver@zope.com
Tue, 13 May 2003 08:42:18 -0400


Update of /cvs-repository/Products/OSCOM/NOTSite
In directory cvs.zope.org:/tmp/cvs-serv12266

Added Files:
	__init__.py setup.py 
Log Message:


  - Bootstrapping.


=== Added File Products/OSCOM/NOTSite/__init__.py ===
""" Product: NOTSite

New OSCOM Times Site product.

- See http://www.zope-europe.org/articles/200305/samplerfp

$Id: __init__.py,v 1.1 2003/05/13 12:42:16 tseaver Exp $
"""

def initialize( context ):

    #  Register tools.

    #  Register skins.

    #  Register content types.

    pass


=== Added File Products/OSCOM/NOTSite/setup.py ===
""" Site setup utilities.

$Id: setup.py,v 1.1 2003/05/13 12:42:16 tseaver Exp $
"""

def addNOTSite( self, id ):

    """ Add a New OSCOM Times site instance to self.
    """