On Jan 28, 9:13 am, Noah Kantrowitz <[EMAIL PROTECTED]> wrote: > Pauldoo wrote: > > Hi, > > I'm trying to add a Java applet to one of my Trac wiki pages. > > > I'm trying to use the HTML WikiProcessor to insert the correct HTML > > tags. My problem is that all of <applet>, <object>, and <embed> are > > removed from the final HTML output, presumably stripped by the wiki > > processor. > > > Does anyone know how I can embed Java applets into one of my pages? > > I'm using Trac v0.10.3. > > Either make a macro, or set render_unsafe_content to true in trac.ini. >
Thanks for your suggestions. Setting the value in trac.ini sounds easier, but I cannot get it to work. I stopped Apache, changed the ini file, then restarted Apache. I then re-edited the wiki page to insert the applet code again, but still no luck. The html produced by the wiki processor still has my tags stripped. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
