[Moin-devel] where is the real HEAD?

Oliver Graf ograf at bitart.de
Sat Dec 27 00:42:00 EST 2003


Hi!

I'm currently reviewing the possibility to get MoinMoin to run as
FastCGI. This involves many changes (get rid of sys.std* usage,
sys.exit, globals), but I think it's worth the pain.

especially those
  savestdout = sys.stdout
  sys.stdout = StringIO()
  somepage.send_page()
  out = sys.stdout.getvalue()
  sys.stdout = savestdout
constructs hurt my eyes.

Now I've read that the moin--main-1.2 branch (whereever it is) should
have some of the sys.std* stuff fixed (everything should use
Request.write) but I can't see this in the cvs HEAD.

There are places where an arch repository is mentioned, but I fail to
find directions to it :)

Can anybody help?

Oliver.





More information about the Moin-devel mailing list