How to include across many differing platforms?
November 19, 2008 5:36 PM
Subscribe
30-45 separate vendor servers with lots of platforms. One template design that must be on all of them, and all must look alike and undergo some minor changes every week. How on earth do I keep them synchronized? As always...
I work for a newspaper. We use vendors for nearly everything we do. No two venders could possibly have the same requirements for their templates, so as a result we have literally dozens and dozens of flat HTML pages scattered about that must be updated by hand every time someone decides to change a link in some part of the nav or a logo in the footer.
I've been pushing hard for some sort of standardized system for doing this for months. There's no way to serve the entire flat page from one place on our webservers. There's no platform commonality that would allow me to just use a php include everywhere. I've nearly coded a set of functions that does the task really elegantly in javascript, but the cross site limitations of that language have me wanting to give up.
Any ideas out there? I've been given the latitude to do nearly anything I need to to make this work. I'm not looking for a complete system, just a nudge in the right direction. For the record, the includes are built and they are simply fragments of semantically valid XHTML. One tired template maintainer thanks you :)
posted by littlerobothead to computers & internet (6 comments total)
posted by holloway at 5:52 PM on November 19, 2008