On a different level, I was trying the wiki on my laptop, but have now installed it in a remote server.<div><br></div><div>However, with the same configurations, I can create users but not log in, it simply returns to the front page. It is hosted at&nbsp;<a href="http://haskell.di.uminho.pt:8080">http://haskell.di.uminho.pt:8080</a></div>
<div><br></div><div>It does not seem to be a permissions problem, I gave full permissions to all gitit files and nothing changed.</div><div>Any idea why?</div><div><br></div><div>Also being an headache is configuring apache reverse proxy for it:&nbsp;<a href="http://haskell.di.uminho.pt/wiki/">http://haskell.di.uminho.pt/wiki/</a></div>
<div><br></div><div>hugo<br><br><div class="gmail_quote">On Wed, Dec 3, 2008 at 6:03 PM, Hugo Pacheco <span dir="ltr">&lt;<a href="mailto:hpacheco@gmail.com" target="_blank">hpacheco@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">yes, I am talking about inserting HTML inside the wiki.<div>Thanks, I will check on that and report back,</div><div><br>

</div><div><font color="#888888">hugo</font><div><div></div><div><br><br><div class="gmail_quote">On Wed, Dec 3, 2008 at 3:44 PM, John MacFarlane <span dir="ltr">&lt;<a href="mailto:jgm@berkeley.edu" target="_blank">jgm@berkeley.edu</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">+++ Hugo Pacheco [Dec 03 08 09:36 ]:<br>
<div>&gt; &nbsp; &nbsp;Good morning,<br>
&gt; &nbsp; &nbsp;I wonder if it is possible to embed regular HTML code inside gitit (on<br>
&gt; &nbsp; &nbsp;0.3.2) pages, such as java applets like the following.<br>
&gt; &nbsp; &nbsp;&lt;APPLET CODE = &quot;GHood.class&quot; ARCHIVE = &quot;GHood.jar&quot; WIDTH = 1100 HEIGHT =<br>
&gt; &nbsp; &nbsp;400 ALT = &quot;you should see an instance of GHood here, as an applet&quot;&gt; &lt;PARAM<br>
&gt; &nbsp; &nbsp;NAME = &quot;eventSource&quot; VALUE =&quot;factHylo.log&quot;&gt; &lt;PARAM NAME = &quot;delay&quot; VALUE<br>
&gt; &nbsp; &nbsp;=&quot;150&quot;&gt; &lt;PARAM NAME = &quot;scale&quot; VALUE =&quot;75&quot;&gt; &lt;/APPLET&gt;<br>
&gt; &nbsp; &nbsp;I am assuming that as a wiki, it is only possible to point to external<br>
&gt; &nbsp; &nbsp;pages.<br>
&gt; &nbsp; &nbsp;Thanks,<br>
&gt; &nbsp; &nbsp;hugo<br>
<br>
</div>Of course you can put any HTML you like in the page template<br>
(template.html). &nbsp;But I assume you are asking about HTML inside the wiki<br>
pages themselves. Although markdown allows embedded HTML, gitit uses pandoc&#39;s<br>
HTML sanitization feature, so things that might be dangerous (like<br>
applets) will be filtered out and replaced by comments.<br>
<br>
You could easily modify the code to remove the santitization feature.<br>
Just change the textToPandoc function so that stateSanitizeHtml is set to<br>
False.<br>
<font color="#888888"><br>
John<br>
<br>
</font></blockquote></div><br><br clear="all"><br></div></div>-- <br><div><a href="http://www.di.uminho.pt/~hpacheco" target="_blank">www.di.uminho.pt/~hpacheco</a><br>
</div></div>
</blockquote></div><br><br clear="all"><br>-- <br><a href="http://www.di.uminho.pt/~hpacheco" target="_blank">www.di.uminho.pt/~hpacheco</a><br>
</div>