On Dec 29, 9:12 am, Berlin Brown <[email protected]> wrote: > I want to post an applet on my google code wiki page. > > Is there a way to do this and does anyone have an example? > > I know the wiki supports certain tags, but in this case I would need > an object tag or applet HTML tag.
OK, I found a way. I don't know if this is supported or not. I can use svn prop set to set the HTML to mime type HTML And the possibly use wiki:gadgets to embed the applet in a wiki page. svn propset svn:mime-type 'text/html' applet.html <wiki:gadgets url="abc.xml" -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" 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/google-code-hosting?hl=en.

