Good morning,<div><br></div><div>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.</div><div><br></div><div><span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 11px; white-space: pre-wrap; ">&lt;APPLET CODE = &quot;GHood.class&quot; ARCHIVE = &quot;GHood.jar&quot; WIDTH = 1100 HEIGHT = 400 ALT = &quot;you should see an instance of GHood here, as an applet&quot;&gt;
&lt;PARAM NAME = &quot;eventSource&quot; VALUE =&quot;factHylo.log&quot;&gt;
&lt;PARAM NAME = &quot;delay&quot; VALUE =&quot;150&quot;&gt;
&lt;PARAM NAME = &quot;scale&quot; VALUE =&quot;75&quot;&gt;
&lt;/APPLET&gt;</span><br></div><div><br></div><div>I am assuming that as a wiki, it is only possible to point to external pages.</div><div><br></div><div>Thanks,</div><div>hugo</div><div><br><br><div class="gmail_quote">
On Sun, Nov 9, 2008 at 10:01 PM, Chris Eidhof <span dir="ltr">&lt;<a href="mailto:chris@eidhof.nl">chris@eidhof.nl</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
If anyone else has problems installing gitit, try updating your cabal-install (and cabal). I had &quot;old&quot; versions on my computer, and updating them solved my gitit build-problems.<br><font color="#888888">
<br>
-chris</font><div><div></div><div class="Wj3C7c"><br>
<br>
On 9 nov 2008, at 22:41, John MacFarlane wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;ve just uploaded a new version (0.2.1) that requires HAppS &gt;= 0.9.3 &amp;&amp;<br>
&lt; <a href="http://0.9.4." target="_blank">0.9.4.</a> (There are small API changes from 0.9.2 to 0.9.3, so I thought<br>
it best not to allow 0.9.2.x, even though it still compiles with a<br>
warning.)<br>
<br>
+++ Hugo Pacheco [Nov 09 08 20:41 ]:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 &nbsp;a new HAppS version [1]<a href="http://0.9.3.1" target="_blank">0.9.3.1</a> has been released, and gitit requires<br>
 &nbsp;HApps==[2]<a href="http://0.9.2.1" target="_blank">0.9.2.1</a>. should ti be ok just to relax the dependency?<br>
<br>
 &nbsp;On Sat, Nov 8, 2008 at 8:32 PM, John MacFarlane &lt;[3]<a href="mailto:jgm@berkeley.edu" target="_blank">jgm@berkeley.edu</a>&gt;<br>
 &nbsp;wrote:<br>
<br>
 &nbsp; &nbsp;I&#39;ve uploaded an early version of gitit, a Haskell wiki program, to<br>
 &nbsp; &nbsp;HackageDB. Gitit uses HAppS as a webserver, git for file storage,<br>
 &nbsp; &nbsp;pandoc for rendering the (markdown) pages, and highlighting-kate for<br>
 &nbsp; &nbsp;highlighted source code.<br>
<br>
 &nbsp; &nbsp;Some nice features of gitit:<br>
<br>
 &nbsp; &nbsp; - Pages and uploaded files are stored in a git repository and may<br>
 &nbsp; &nbsp; &nbsp; be added, deleted, and modified directly using git.<br>
 &nbsp; &nbsp; - Pages may be organized into subdirectories.<br>
 &nbsp; &nbsp; - Pandoc&#39;s extended version of markdown is used, so you can do tables,<br>
 &nbsp; &nbsp; &nbsp; footnotes, syntax-highlighted code blocks, and LaTeX math. (And<br>
 &nbsp; &nbsp; &nbsp; you can you pandoc to convert pages into many other formats.)<br>
 &nbsp; &nbsp; - Math is rendered using jsMath (which must be installed<br>
 &nbsp; &nbsp; &nbsp; separately).<br>
 &nbsp; &nbsp; - Source code files in the repository are automatically rendered with<br>
 &nbsp; &nbsp; &nbsp; syntax highlighting (plain/text version is also available).<br>
<br>
 &nbsp; &nbsp;You can check it out on my webserver: [4]<a href="http://johnmacfarlane.net:5001/" target="_blank">http://johnmacfarlane.net:5001/</a><br>
 &nbsp; &nbsp;Or try it locally:<br>
<br>
 &nbsp; &nbsp; &nbsp; cabal update<br>
 &nbsp; &nbsp; &nbsp; cabal install pandoc -fhighlighting<br>
 &nbsp; &nbsp; &nbsp; cabal install gitit<br>
 &nbsp; &nbsp; &nbsp; gitit &nbsp;# note: this will create two subdirectories in the working<br>
 &nbsp; &nbsp;directory<br>
 &nbsp; &nbsp; &nbsp; # then browse to [5]<a href="http://localhost:5001" target="_blank">http://localhost:5001</a>.<br>
<br>
 &nbsp; &nbsp;There&#39;s a git repository at [6]<a href="http://github.com/jgm/gitit/tree/master" target="_blank">http://github.com/jgm/gitit/tree/master</a>.<br>
 &nbsp; &nbsp;Comments and patches are welcome.<br>
<br>
 &nbsp; &nbsp;John<br>
 &nbsp; &nbsp;_______________________________________________<br>
 &nbsp; &nbsp;Haskell-Cafe mailing list<br>
 &nbsp; &nbsp;[7]<a href="mailto:Haskell-Cafe@haskell.org" target="_blank">Haskell-Cafe@haskell.org</a><br>
 &nbsp; &nbsp;[8]<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
<br>
 &nbsp;--<br>
 &nbsp;[9]<a href="http://www.di.uminho.pt/~hpacheco" target="_blank">www.di.uminho.pt/~hpacheco</a><br>
<br>
References<br>
<br>
 &nbsp;Visible links<br>
 &nbsp;1. <a href="http://0.9.3.1/" target="_blank">http://0.9.3.1/</a><br>
 &nbsp;2. <a href="http://0.9.2.1/" target="_blank">http://0.9.2.1/</a><br>
 &nbsp;3. mailto:<a href="mailto:jgm@berkeley.edu" target="_blank">jgm@berkeley.edu</a><br>
 &nbsp;4. <a href="http://johnmacfarlane.net:5001/" target="_blank">http://johnmacfarlane.net:5001/</a><br>
 &nbsp;5. <a href="http://localhost:5001/" target="_blank">http://localhost:5001/</a><br>
 &nbsp;6. <a href="http://github.com/jgm/gitit/tree/master" target="_blank">http://github.com/jgm/gitit/tree/master</a><br>
 &nbsp;7. mailto:<a href="mailto:Haskell-Cafe@haskell.org" target="_blank">Haskell-Cafe@haskell.org</a><br>
 &nbsp;8. <a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
 &nbsp;9. <a href="http://www.di.uminho.pt/~hpacheco" target="_blank">http://www.di.uminho.pt/~hpacheco</a><br>
</blockquote>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org" target="_blank">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
</blockquote>
<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org" target="_blank">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
</blockquote>
<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org" target="_blank">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><a href="http://www.di.uminho.pt/~hpacheco">www.di.uminho.pt/~hpacheco</a><br>
</div>