"Jason Dagit" <[EMAIL PROTECTED]> writes:

> Hello,
> A Haskeller by the name of John Macfarlane has created a nice wik engine in
> Haskell on top of Happs and a distributed version control system.  You can
> see it here or read the original release announcement:
> http://johnmacfarlane.net:5001/
> http://www.haskell.org/pipermail/haskell-cafe/2008-November/050336.html
>
> Now, it just so happens that the backend isn't Darcs, but I thought I read
> somewhere that the author is open to having a darcs backend if we provide a
> programmatic way to invoke darcs (aka libdarcs).
>
> Given that the wiki is using a vcs in the background it is possible to
> author pages using just the version control backend.
>
> Also it supports code snippets with syntax highlighting and LaTeX math stuff
> and exports to tons of formats (including latex, meaning PDF output probably
> isn't a hard feature to add if it could be done server side from the latex
> output).  Internally it uses Pandoc making the input and output
> possibilities quite numerable.  reST is even an option; but it seems
> markdown is the default input type.

This all sounds good to me; certainly better than adding darcs and rest
support to ikiwiki (which is in perl, not happs), or adding darcs and
rest support to moinmoin (which is what we currently use, and is gonna
have support for a non-Darcs VCS backend Real Soon NowTM).

> Potential problems:
> a) gitit is still young.
> b) libdarcs isn't ready *today* to be the backend.
> c) Porting the existing wiki content.
>
> For (a) maybe we should play it safe and wait X months?  How about X = 3-6
> to see if gitit needs to stabilize?

Why not just re-examine (a) once (b) is ready?

_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to