(I'm intentionally ignoring what order the branches are done in, I
just wanted to discuss a couple of things mentioned in the mail while
it's active)

> > I'd also like to discuss about two very important features that would
> > ease the implementation of notifications:
> >   1. Wiki parser / formatter separation
> >       This would be useful for generating pure text message and HTML 
> > messages
>
> For the HTML messages, do you think we need something else than the
> current wiki_to_html way?

I'm +1 on adding an option for html notifications and looked at it
once before.  There's a large piece of code for formatting the faux-
table in ascii that could be factored out into util too, I think.

> For the text messages, I agree, we need a new "wiki_to_text" formatter,
> which would take care of expanding the links, replacing some common
> formatting idioms ('''...''' pairs to *...* ones, etc.)

Could this be more simply done by wiki_to_html then work on Genshi
parse events?  I'm thinking of not only expanding the links but
putting them as footnotes if they're rather long.

Tim


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to