PDA

View Full Version : very simple php based cms..



pelicanmike
19 May 2006, 08:53 AM
Hi,

I am planniing on writing my own simple php CMS system - but unfortuantely have had a project come in that requires one quickly (i.e. i have no time to write one!)

So i'm looking for a very simple open source php based cms system. Mambo/Joomla! or something similar will be overkill for what i'm looking for. I'll explain what I need:
-a CMS that I, as the developer can set up and integrate into my design. I.e. there will be no need for ability for the user to change layout etc.
-allow the user to change text on individual pages
-allow the user to add/delete pictures from a photo gallery
-allow users to change a streaming mp3 - this isn't a neccesity, as i could just add this myself

So something really simple - that i can learn how it works, and setup/modify in a couple of days

cheers

mike

pelicanmike
19 May 2006, 08:57 AM
oh yeah, i forget to mention - that text inputs must be wysiwyg - with newline <enter> commands converted to <br /> and not <p> tags

mike