im looking for some really small cms system which i can easily strap upon my existing php application. user authentication and authorization are already in place, basically just want:

  • a very rich text edit box, allowing to upload images and all and change text (custom styles would be great)
  • a small admin page allowing me to add and edit content
  • a little code snipit to insert in the already templated pages, to output the cms system

asking the experts, whats my best pick?

I remember once stumbling upon a nice rich text box editor

    Look at FCKeditor or TinyMCE as your rich text edit box.

    As for the other items, you might be better off just coding it yourself. I don't deal with CMS' all that often, so I'm not sure which would work for what you want.

      That doesn't sound very lightweight to me, being able to upload and images and rich text sounds like a full blown CMS. If you're going for really lightweight, you could use txt files to store the information in, but I don't think its worth it.

        Write a Reply...