|
Hi,
I'm looking for a rudimentary PHP content management script that basically allows me to quickly create a website, simply by uploading the script and a bunch of articles either in txt or html file format.
The script should grab the articles, use their filenames or a specific marker in the article file (e.g. <title>this is the title</title>) and create the navigation out of it. Ideally the front page should have an extract of the first X lines or characters, or again a marker (e.g. <summary> </summary) to create the front page.
The whole script should have some sort of basic template engine integrated, so that the site design can be changed quickly.
I don't really want to have to deal with a database, using flat txt or html files as the article source would be great.
Any idea if such a script, or at least a script with some of this functionality, exists?
Cheers,
Steve
|