darcs

Issue 1243 switch to gitit as our wiki

Title switch to gitit as our wiki
Priority wishlist Status resolved
Milestone Resolved in
Superseder Nosy List darcs-devel, dmitry.kurochkin, gwern, kowey, thorkilnaur
Assigned To
Topics Community

Created on 2008-11-25.16:21:34 by kowey, last changed 2009-08-27.14:20:39 by admin.

Messages
msg6747 (view) Author: kowey Date: 2008-11-25.16:21:32
As suggested by Jason:
* http://lists.osuosl.org/pipermail/darcs-users/2008-November/016197.html

See also http://bugs.darcs.net/issue1242
msg6750 (view) Author: gwern Date: 2008-11-26.03:36:21
I second this suggestion. gitit looks like a much nicer wiki than the current one.

For those who want to actually see gitit in action, Lemmih has a public wiki
using gitit (it's hosting his JHC-fork documentation), at http://lhc.seize.it/
msg7187 (view) Author: gwern Date: 2009-01-25.19:22:19
For switching, we have a few needs:

> "categories (not as nice as mediawiki's, but servicable) and ACLs (only for
spam control, and making some pages immutable though)."

Gitit doesn't have categories, although I've suggested them and John's
put them on the todo list.

Gitit does support making specified pages uneditable or undeletable, eg if you
look at the SampleConfig.hs you see:
 ...
 noEdit              = ["Help", "Front Page"],
 noDelete            = ["Help", "Front Page"],
 ...

(Which do pretty much what they sound like.)

Spam control can be handled reasonably well by limiting account creation to
those smart enough to figure out the account-creation 'password', and also by
enabled the (re)CAPTCHA support in gitit.

I don't believe the darcs wiki makes use of templates (does MoinMoin even
support templates), so gitit's current lack is not an issue.

---

What *is* an issue, though, is converting MoinMoin markup to Markdown (or
optionally, RST) so the existing articles can be imported. I haven't found any
good ways of doing this despite looking.
msg7188 (view) Author: kowey Date: 2009-01-25.19:30:36
On Sun, Jan 25, 2009 at 19:22:23 -0000, gwern wrote:
> What *is* an issue, though, is converting MoinMoin markup to Markdown (or
> optionally, RST) so the existing articles can be imported. I haven't found any
> good ways of doing this despite looking.

A Pandoc MoinMoin reader would be great!  It's a particular good idea if John
wants to get more people using gitit :-)
msg7907 (view) Author: kowey Date: 2009-06-10.17:14:04
It ain't perfect, but I'm marking this done.
http://lists.osuosl.org/pipermail/darcs-users/2009-June/020132.html

Thanks to Simon for the Pandoc-Moin work, and to Gwern for his filestore/gitit
work, not to mention Jason for the suggestion.
History
Date User Action Args
2008-11-25 16:21:34koweycreate
2008-11-25 16:22:07koweysettopic: + Community
nosy: kowey, dagit, simon, thorkilnaur, dmitry.kurochkin
2008-11-26 03:36:25gwernsetstatus: unread -> unknown
nosy: + gwern
messages: + msg6750
2009-01-25 19:22:23gwernsetnosy: kowey, dagit, simon, thorkilnaur, gwern, dmitry.kurochkin
messages: + msg7187
2009-01-25 19:30:38koweysetnosy: kowey, dagit, simon, thorkilnaur, gwern, dmitry.kurochkin
messages: + msg7188
2009-06-10 17:14:07koweysetstatus: unknown -> resolved
nosy: kowey, dagit, simon, thorkilnaur, gwern, dmitry.kurochkin
messages: + msg7907
2009-08-10 23:52:20adminsetnosy: - dagit
2009-08-25 17:35:11adminsetnosy: + darcs-devel, - simon
2009-08-27 14:20:39adminsetnosy: kowey, darcs-devel, thorkilnaur, gwern, dmitry.kurochkin