If you are looking for a basic CMS that you can install in a web folder and allow your client to change text and images, create new pages and links then I'd suggest the open source package PHPCommander. Of course, you'd need a web server able to run PHP to use this. http://szewo.com/php/commander/
We have taken the basic PHPCommander package and extended it (as it's open source and the creators don't support it anymore) to give more functionality.
This package can simply be installed in a web folder, (htpasswd protected of course!) and allow your client to simply go to his / her website cms by typing www.example.com/cms and edit the website directly without any of this rebuilding of pages sillyness.
This package does have drawbacks though... for example it doesn't support PHP scripting, so if you rely on PHP to control your interactivity, you have to split your pages into PHP headers / footers and then write basic HTML / CSS for your pages and append / prepend the header and footer onto these pages with PHP append / prepend in your .htaccess file.
If you are doing things the old fashioned way and have separate HTML files, all with their own navigation (repeated on every page) then this system is fine 'out of the box'!
Hope this helps!
|