[Zope] RE: [Tog] timeouts and alternatives

Jeff Youel jeff@jeffyouel.com
Wed, 4 Dec 2002 10:05:59 -0800


>   # Create the site.
>   python2.1 $dev/create_site.py
> 
> What I'm wondering, is what does create_site.py look like?  
> I'm hoping there's a way to do something like this:
> 

Take a look in mips/tools/create_mips_portal.py.  I just whipped this
together to create the portal from the command line.  

Its really too bad that their client stuff isn't better documented it
makes calling an HTTP server via POST forms easy.  BTW, there's a
pack.py in PortalCatalog/data/ that packs the database.

J