|
Tuesday, 07 July 2009 05:05 |
|
I'd like to have a PHP/MySQL CMS built. The CMS will be form-based (structured content, not WYSIWYG).
The administrator should be able to edit text and images and add new pages based on a one-column or two-column page template. When pages have been added or edited, they should be able to be previewed and saved.
I have a structured content custom CMS that could be used as the framework for the new CMS.
The CMS should also automatically update a 'Latest News' section on the Home Page with the title and date of the most recent items added to the 'News' page. The same should happen with the 'Events' section.
|