I have recently taken over as a volunteer webmaster for this website:
http://www.ewh.ieee.org/r1/schenectady/newsletter.html
Under the "Schenectady Section News" heading, you can see that there are a bunch of simple pages that all look the same. The current process to add a new one is to copy and paste an old one and modify the text. This seems to violate the principle of "never duplicate code". I was hoping for something more like a "shell" which contains the header etc, that I can point to something like an xml file:
Shell:
<html>
<body>
... all other header stuff...
Place <titletag> here (see below)
Place <contenttag> here (also see below)
</html>
One content example:
<titletag>
Title goes here
</titletag>
<contenttag>
Content goes here
</contenttag>
Can anyone suggest an easy way to do this? I'd be willing to learn a "complicated" way, but this needs to be transferable to the next volunteer, who may not be so willing :)
Thanks!
David