All the other languages have a wiki, why don't we?
:)

Someone asked me about setting up a wiki for Perl, to go with Ruby's, Python's , Lua's, and Tcl's. Now, a wiki is just a content store with editable nodes, perhaps some authentication, a couple of abbreviations, and a unique title to node_id map.

It occurred to me that Monks is ... well, just about that.

How about adding a Wiki section to Monks, and declaring success?

More seriously, Monks seems pretty close. Perhaps the main missing idea is node versioning and diffs (perhaps one might do versions as nodes, and wiki pages as "meta" nodes?). The non-wikish "edit only your own stuff" existing social dynamic of Monks might also be problematic. And maintaining WikiWord/title uniqueness. (I noticed Search-ing for "wiki" only found... someone whose user name is "wiki". Searching for "wikis" did better. Here comes user "perl"...) And the assorted little features which make wiki life easy (automatic reverse links, administrative tools like "rollback the loser's graffiti", perhaps one or two others). And I don't know what the Monks code base is like, or what hacking resources are around. And a dedicated wiki solution has some advantages.

But the Monks/wiki similarity seemed striking, so I thought I'd nudge.

Mitchell Charity
J94gnQm@vendian.org


In reply to A wiki for Perl by mnc

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.