Thanks. At first sight gitit requires that I setup my own server. <div><div><br></div><div>Although this has advantages and I did that in the past, I prefer to use a public server (actually my internet provider&#39;s license forbids hosting a server)</div>
<div><br></div><div>Does one exist for gitit? </div><div><br></div><div>Also Gitit is an unfortunate name since &quot;Git It&quot; has become a saying apparently, so googling for it give me all the wrong hits ;-)</div><div>
<br></div><div>Bing guided me towards <a href="http://www.johnmacfarlane.net/">http://www.johnmacfarlane.net</a>, but I guess that site is just a showcase for the author?</div><div><br></div><div><br></div><div>On Sat, Aug 22, 2009 at 12:51 PM, Gwern Branwen <span dir="ltr">&lt;<a href="mailto:gwern0@gmail.com">gwern0@gmail.com</a>&gt;</span> wrote:</div>
<div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">On Sat, Aug 22, 2009 at 6:35 AM, Peter Verswyvelen&lt;<a href="mailto:bugfact@gmail.com">bugfact@gmail.com</a>&gt; wrote:<br>

&gt; I&#39;m going start my very first blog, documenting my everyday struggle to<br>
&gt; switch my old imperative mind to the lazy functional setting, with a focus<br>
&gt; on FRP.<br>
&gt; Although you can find a lot of articles that provide help to get started<br>
&gt; with general blogging, it might be useful to pick a blog in which presenting<br>
&gt; Haskell code is easy (e.g. like hpaste that does the syntax coloring for<br>
&gt; you), and where users can give feedback, providing code, also with syntax<br>
&gt; coloring preferably. It would also be nice to allow hyperlinking every<br>
&gt; function in the code to the standard Haskell library docs or to the docs on<br>
&gt; Hackage.<br>
&gt; Googling for &quot;how to start a Haskell blog&quot; just revealed a lot of Haskell<br>
&gt; blogs.<br>
&gt; Could you share your experiences with me about starting a blog?<br>
&gt; BTW: I&#39;m on Windows.<br>
&gt; Thanks a lot,<br>
&gt; Peter Verswyvelen<br>
<br>
</div></div>Being a lazy person, I would just use Gitit. There are a lot of<br>
advantages to doing so.<br>
<br>
You get the highlighting-kate syntax-hilighting for your Haskell code<br>
(and your Scheme code and your...); you get a server; you get various<br>
plugins like interwiki links to all the Wikipedias and Wikias or<br>
graphviz image generation; you get RSS feeds for pages*, such as your<br>
Front Page so you can in effect have your Front Page be a blog just by<br>
writing articles and adding to the Front Page a link to them; you get<br>
sane markup (either Markup, Markdown, or literate Haskell), which<br>
*won&#39;t* mangle, spindle, and fold whatever you write**; you get a nice<br>
Git or Darcs repo of your writings which you can share or backup; etc.<br>
<br>
About the only disadvantages to this lightweight blogging approach are<br>
that the wiki might not look &#39;blog-like&#39; unless you edit the CSS/HTML,<br>
and Gitit currently doesn&#39;t allow anonymous page creation or edits of<br>
the Discussion pages. (I&#39;m fairly sure Gitit is supposed to work on<br>
Windows, also.)<br>
<br>
* HEAD only<br>
** sad to say, not something that can be assumed; more than once I&#39;ve<br>
seen Haskell-related blog posts or comments get mangled by the<br>
blogging software<br>
<br>
--<br>
<font color="#888888">gwern<br>
</font></blockquote></div><br></div></div>