[Moin-devel] Re: Automated Page Creation

Alexander Schremmer 2005a at usenet.alexanderweb.de
Wed Jun 8 12:30:17 EDT 2005


On Tue, 07 Jun 2005 17:59:19 +0200, CRAIG wrote:

> I've also tried to get PageEditor.SaveText to work, but will need an example or something.  All PageEditor constructors want a Request and all 
> Request constructors want a Wiki Instance as a parameter.  Any examples out there or better ideas?

you can get a request easily:

from MoinMoin.request import RequestCLI
request = RequestCLI(url = 'localhost/')
request.form = request.args =
request.setup_args()


...

Kind regards,
Alexander





More information about the Moin-devel mailing list