[Gimp-web] Static pages for m.g.o
Helvetix Victorinox
helvetix at mysterious.org
Tue Sep 9 16:07:46 2003
On Tue, Sep 09, 2003 at 11:03:14AM +0200, Raphaël Quinet wrote:
> But I don't think that generating a static index.html
> would be a problem. We simply have to update it when news.inc is
> updated. This is a simple dependency tracking problem, so it should
> be solved easily by the Makefile. If index.html depends on
> includes/news.inc, it will be rebuilt every time the news file is
> updated.
Well, heh, despite the seductive uses of the word "simple" I think there's
really nothing simple about what is proposed (apart from the description).
Nevertheless, I will devise a new way to produce the top-level index.html
and you folks can run with it.
Helvetix
PS: Renaming files doesn't affect CVS in any way. There is no health or
happiness issue. CVS doesn't even do renaming. You add the new files
(new names) and delete the old ones.
PPS: Renaming isn't what will make testing and maintenance more troublesome.
it's the new code for making the index.html file which turns into a
maintenance and testing problem. More code == more maintenance. Axiomatic.