On Thu, Jul 23, 2009 at 4:55 PM, Ferenczi Viktor<[email protected]> wrote: > > Dear Community, > > I'd like to reuse the contents of some Wiki pages from our Trac instance on > our company Web site, but without Trac's header and footer. It'd also make > those pages editable in a familiar way. > > Could you please point me to a plugin allowing external access to the contents > of Wiki pages? I wasn't able to find such a plugin despite it should not be a > complicated one. >
TracXmlRpc plugin. The WikiRPC handler offeres a method for that (dont remember the name but I've used it several times) and also to render arbitrary WikiFormatting AFAICR. You can use those methods inside the code of a Trac plugin or from remote using `xmlrpclib.ServerProxy` (or any other XML RPC lib written in any particular prog lang ;o) -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
