CMS pointers needed

Soldato
Joined
18 Oct 2002
Posts
5,284
Location
Riding my bike
I want to put together a website that does the following:

1) Home page - top level menus will be the same, news, events etc. BUT submentus will be dynamically generated from the most recent 'articles' submitted under each category.

Also different areas of the home pages would have a few article headlines from each category.

2) A number of other pages, Events etc that will have a number of articles that feature.

3) Users should be able to login and contribute articles. Ideally the 'editor' will allow users to upload and insert images as well as format the article text.

4) The whle thing would run under php/mySQL

5) The system would let me 'pull out' articles easily. Now, I'm happy coding a whole lot of 'glue' php/html but I would ideally like it to be of the type:

<Various html for the header of the page>
<Various html for setting up a div>
<#include article number 23>
<Various html for finishing the div>
<Various html for setting up a div>
<#include article number 28>
<Various html for finishing the div>
<html that finished the page>

Has anybody got any pointers towards good opensource projects that can do this sort of thing ?

Cheers !
 
Back
Top Bottom