yes, I am talking about inserting HTML inside the wiki.Thanks, I will check on that and report back,
hugo On Wed, Dec 3, 2008 at 3:44 PM, John MacFarlane <[EMAIL PROTECTED]> wrote: > +++ Hugo Pacheco [Dec 03 08 09:36 ]: > > Good morning, > > I wonder if it is possible to embed regular HTML code inside gitit (on > > 0.3.2) pages, such as java applets like the following. > > <APPLET CODE = "GHood.class" ARCHIVE = "GHood.jar" WIDTH = 1100 HEIGHT > = > > 400 ALT = "you should see an instance of GHood here, as an applet"> > <PARAM > > NAME = "eventSource" VALUE ="factHylo.log"> <PARAM NAME = "delay" > VALUE > > ="150"> <PARAM NAME = "scale" VALUE ="75"> </APPLET> > > I am assuming that as a wiki, it is only possible to point to external > > pages. > > Thanks, > > hugo > > Of course you can put any HTML you like in the page template > (template.html). But I assume you are asking about HTML inside the wiki > pages themselves. Although markdown allows embedded HTML, gitit uses > pandoc's > HTML sanitization feature, so things that might be dangerous (like > applets) will be filtered out and replaced by comments. > > You could easily modify the code to remove the santitization feature. > Just change the textToPandoc function so that stateSanitizeHtml is set to > False. > > John > > -- www.di.uminho.pt/~hpacheco
_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
