Re: Does an automatic HTML program exist?
Todd Cary wrote:
[color=blue]
>Some of my clients would like to have a way to update text and tables in
>their HTML pages without the need for or understanding of complicated
>updating programs. Does such a program exist?[/color]
You want a content management system, or CMS. Now, everyone and his
sister seems to have written one, and since I barely have experience
with any of them, I won't give any names. Google for them, and you'll
find quite a few. Basically, I see two mechanisms:
1) Server side processed, using a database on the server, and a
templating mechanism for producing the actual pages. The web pages are
thus always produced on the fly. This is what news sites etc. generally
use.
2) Home side solutions, where you write simplified content pages, and
make some templates, and when you're done writing, you just generate the
final pages, which you can then upload to your server. Some programs
even take care of the uploading (of only those pages that actually got
changed) for you.
I personally feel that for your client, you want the latter.
BTW I found a rather complete list of Open Source (= likely freely
available) CMS programs at <http://www.la-grange.net/cms>, and a more
more complete list of any kind of license, at
<http://www.clueful.com.au/cgi-bin/cmsdirectory/browse/Products>.
--
Bart. |