... Sorry calzonia, that is a what, not a how
Changing the look'n'feel is %90 HTML, so it all depends if those CGI scripts use template engine, uri helpers ... in anyway, changing them will require changing the url, and/or uri helpers manually OTOH if you're not using templates and uri helpers/builders, it will be really hard
| [reply] |
I should add that the scripts are just not running in the background or cron jobs. they output html for the users to interact with. | [reply] |
For the static content, you may not necessarily go for a CMS.
A static web site generator might actually be easier.
The perl generator
Templer
can nicely mix old static html with newer input files.
This should ease migration.
| [reply] |