> Is it possible to expose wiki renderer interface for Trac into POST
> web-service? I'll be grateful if anybody with core knowledge could
> provide a small patch. It will be useful for unit testing of renderer
> and in my specific case for running test for a small wiki converter.

The rendered result depends on the environment url and what the  
environment contains.  If you don't mind downloading Trac alongside  
your converter, you can use an EnvironmentStub (see WikiTestCase in  
trac/wiki/tests/formatter.py) + wiki helper methods (see the end of  
trac/wiki/formatter.py) and have more control over how they're  
configured.

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