Dear Monks, since some time I've devoted lots of time to the all perl content management system WebGUI.

Since WebGUI recently started the 6.0 development cycle I thought this might be a good time pointing you all to it. Last time it was mentioned on this site was in this node.

Have you ever heared of WebGUI?
Have you ever used it?
Programmed for it?

Take a look at the site of the creators of WebGUI or (especially if your dutch) at the dutch WebGUI community site.

  • Comment on Using WebGUI content management system?

Replies are listed 'Best First'.
Re: Using WebGUI content management system?
by gmpassos (Priest) on Dec 29, 2003 at 07:32 UTC
    I think that you need some code examples in your page, or we won't try it, since we need to get 3Mb to have the package.

    And how works your style system. Can I configure the aparence of each component?

    Graciliano M. P.
    "Creativity is the expression of the liberty".

Re: Using WebGUI content management system?
by bradcathey (Prior) on Dec 29, 2003 at 13:47 UTC
    synq, I have not heard of it, but did visit the site, checked out the demo and found it lacking, IMHO, even simplistic, particularly in the area of control over design elements, style sheets, etc.

    I use a combination of Perl, HTML::Template, MySQL, and the MS DHTML Editing Component (severely tweaked to use CSS tags, etc.). It gives the user much more typographic control and control over images and their placement.

    My biggest beef with Content Managers is with the editor itself. Granted the MS Editing Component is only supported in IE on Windows (and I do all my development on a Mac), it allow the user to style content without seeing the HTML code behind it (I wish other browsers supported TextRange and the like--so we could build our own WYSIWYG editors).

    I'm sure there are some qualities of WebGUI that are not revealed on first brush, but IMO I don't see the robustness called for in these days of CSS and XHTML.

    You should check out the similar Typo3 open-source system as well.

    —Brad
    "A little yeast leavens the whole dough."

      I am not sure how this relates to the MS Editing Component, but i have been using HTMLArea 3.0 as a means to allow my clients to edit certain portions of HTML on a page. It sometimes works in Mozilla, but it really is for IE only.

      Just for the heck of it, here is a Apache::Template page that uses HTMLArea to allow the guys in my band to be able to change the content on their 'home pages' at our band site:

      jeffa

      L-LL-L--L-LL-L--L-LL-L--
      -R--R-RR-R--R-RR-R--R-RR
      B--B--B--B--B--B--B--B--
      H---H---H---H---H---H---
      (the triplet paradiddle with high-hat)
      
        jeffa, many thanks. Checked out htmlArea and it looks very promising, and the price is right. I plan on spending some more time with it.

        —Brad
        "A little yeast leavens the whole dough."