Some days ago, i needed a small Content Management System for our company page. And the old questions came along. Build dirty include-o-rama somewhat page, or use a full featured blown up Content Management System available on the net?
Cause all the big systems have some disadvantages in manageability, performance, security or other things i startet to make a little experiment. What i needed was system wich is easily manageable for people who dosen´t make webpages all day. It should be able to make use of modules for some needs like nice html forms, polls, databaseoutput and so on. For easily customizing it should support some kind of templates. Not at least it should have user friendly and search engine friendly urls like domain.tld/company/aboutus and so on.
So i startet to code it plain down (ugly procedural code) with just a tiny bit of time used for it. Now i have a CMS which fits all the above needs. And the funny thing is, it is only about 90 lines of code long.
I think it shows how much is possible with such a little effort by using php. I´ve talked to some other php people and they find the approach also very cool. We had a big bunch of features discussed. Some quite geeky, some really usefull. So i decided to make it open source and work on it with them. It seemd that it will transform in some kinda Modular CMS Toolkit whatever
. When we recode it to structured clean oop code with some additional futures we will publish it. So stay tuned
.
Ah before i forgot: We already had a name for it PureEnergy.
UPDATE: Fixed some misspelling.