[Moin-devel] pygantt todo

Florian Festi festifn at rupert.informatik.uni-stuttgart.de
Sun Oct 26 23:36:14 EST 2003


> 1) I could write a parser macro which passes the whole XML code into
> pygantt and  this produces the png file which then is displayed instead
> of the XML code.

I think you should write a processor. You could add a parameter which sort
of output the user would like to get. The processor could either include
the HTML or an image tag. Perhaps you will need an action to access the
image, if you don't want to simply attach it.

As this processor is relative time consuming you should use caching. see
MoinMoin/caching.py

This processor could be extended to a parser later, to allow pygantt
only pages.

> 2) I could write something similiar to attachFile which reads the
> attachment converts it and shows the png file this is more similiar to
> the drawing applet. Both would be downloadable.
>
> 3) I don't know at the moment if there is a special pygantt editor
> available. If it is probably it could be called same as drawing.





More information about the Moin-devel mailing list