If you care to invest the time, there are some content management systems available apart from Wikis, for example the Everything Engine and Slashcode. Both have their own problems and advantages, and you also need to understand how technical your users will be. Wiki syntax has the advantage that "normal text" as typed on a typewriter will already magically render "well enough". If your customers prefer to enter text in a LaTeX style notation or HTML or whatever else, you might want to use some engine that already has plugins, like CGI::Wiki.

There are other considerations, for example, the Everything Engine runs all code from the database, which has been discussed here, and which has a set of advantages and problems all of its own.

There is also Bricolage and ??? the content management of perl.org, both of which I have absolutely no experience with.


In reply to Re: Documentation App by Corion
in thread Documentation App by Jaap

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.