> -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of Jani Tiainen > Sent: Thursday, June 19, 2008 2:02 PM > To: [email protected] > Subject: [Trac-dev] Producing HTML from Trac from python > > > How I can make HTML from Trac wiki markup? > > Preferably without opening any environments, databases and such.
Not easily. At the very least you need to make a fake Request object that the href setup correctly so links can be rendered. Macros may require the env object, so if you set it to None, some things may break. --Noah --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
