Agreed. Anything can be considered 'content'. You might as well call it a DMS (Data Management System).

I have written (helped write) a CMS for a company that hosts and manages multiple websites through a WYSIWYG editor for the content, and using pre-packaged templates for the design and layout of the site. Really geared for small to medium sized businesses to get them on the web.

To get onto the thread about templating systems. I was quite proud of my templating system :), and even talked to you (perrin) about it when you were writing your Choosing a Templating System article. You heard me mention something about it on the mod_perl list and asked me why I had written my own templating system. This was a few years ago, and I have learned the ways of HTML::Template since (my module was actually quite similar to HTML::Template having loops and includes and such, although not as fast and cleanly implemented).

Even though I have many modules that I have written in the past that I no longer use, and even dread looking at, I am still glad that I wrote them instead of just using the CPAN equivalent. It really taught me a lot to see how I attacked a problem and then later on see how others solved the same problem.

These days I try not to reinvent the wheel, but when I was starting out, writing these tools from scratch was an invaluable learning experience. So, what I am suggesting here is that everyone should take the time to write a templating module... Just don't release it on CPAN 'cause we've got enough there already :)

- Cees


In reply to Re: Re: Content management system = perl coming of age ritual? by cees
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.