"How many of yall have written your own content management system/forum/similar type thing"?

Guilty.

One of the things that got me into Perl was Ward Cunningham's original Wiki server, which was a single Perl CGI written in a semi-literate fashion (it bootstrapped itself from a set of Wiki pages). I thought Wiki was way cool (this was '95, and it was still way new), and grabbed the source for study. It proved not to be the world's best Perl, and I submitted several fixes, and later some extensions. That got me hooked. I've since written my own Wiki (and have replaced the codebase twice), and my own blogging software (twice). I think that particular set of itches is well-scratched now. Perl made the scratching easy.

But, time goes on, and eventually I realized that it was easier to let other people maintain stuff, so I switched to MoveableType. I'm now considering switching over to Bloxsom, for more fine-grained control.


In reply to Re: Content management system = perl coming of age ritual? by dws
in thread Content management system = perl coming of age ritual? by BUU

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.