Good Content management system written in PHP?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tom Cat

    #1

    Good Content management system written in PHP?

    I'd like some recommendations for a content management system. It
    doesn't have to be free as in beer, but I do want to be able to tweak
    the code whenever I want. I'd prefer if the scripting is done in php.
    One quirk the PHB's want the system to produce static html files so
    that if our database server goes down our website isn't down.

    Thanks.

    Tom

  • Steve

    #2
    Re: Good Content management system written in PHP?

    On Wed, 22 Jun 2005 05:28:57 -0700, Tom Cat wrote:
    [color=blue]
    > I'd like some recommendations for a content management system. It doesn't
    > have to be free as in beer, but I do want to be able to tweak the code
    > whenever I want. I'd prefer if the scripting is done in php. One quirk
    > the PHB's want the system to produce static html files so that if our
    > database server goes down our website isn't down.
    >
    > Thanks.
    >
    > Tom[/color]

    Take a look at www.etomite.org. The only thing that's lacking is a
    versioning system. However, if you're publishing as static html, that
    shouldn't be a problem.

    Cheers,

    Steve

    Comment

    • Sauli Karhu

      #3
      Re: Good Content management system written in PHP?

      I tested a few some time ago and finally found Mambo:
      MamboServer is a project that aims to provide insightful hosting comparisons, reviews and guides to help webmasters.


      -Sauli

      Tom Cat wrote:[color=blue]
      > I'd like some recommendations for a content management system. It
      > doesn't have to be free as in beer, but I do want to be able to tweak
      > the code whenever I want. I'd prefer if the scripting is done in php.
      > One quirk the PHB's want the system to produce static html files so
      > that if our database server goes down our website isn't down.
      >
      > Thanks.
      >
      > Tom
      >[/color]

      Comment

      • Some Fred

        #4
        Re: Good Content management system written in PHP?

        On 22 Jun 2005 05:28:57 -0700, "Tom Cat" <stry_cat@yahoo .com> wrote:[color=blue]
        >I'd like some recommendations for a content management system. It
        >doesn't have to be free as in beer, but I do want to be able to tweak
        >the code whenever I want. I'd prefer if the scripting is done in php.
        >One quirk the PHB's want the system to produce static html files so
        >that if our database server goes down our website isn't down.[/color]

        You problably don't want to go closed source, since they're usually
        pretty pricey. OTOH, CMS's usually generate dynamic content, but also
        sometimes provide a chaching system so that pages aren't rebuilt every
        single time, but rather, either on demand or after the cache has
        expired.

        Fred.

        Comment

        Working...