durusmail: quixote-users: Re: how to publish? what's corresponding to old publish_cgi() ?
how to publish? what's corresponding to old publish_cgi() ?
Re: how to publish? what's corresponding to old publish_cgi() ?
Re: how to publish? what's corresponding to old publish_cgi() ?
Neil Schemenauer
2006-07-07
You want:

    from quixote.server.cgi_server import run
    run(create_publisher)

HTH,

  Neil

reply