On Sat, 29 Apr 2000, Bertho Stultiens wrote:

> Ove Kaaven wrote:
> [snip]
> > > Eh, the website 'www.winehq.com' is a slave and is updated from the
> > > master ursula.gmcl.com. Winehq (my machine) is updated hourly (at 5
> > > minutes past the hour). So, changes should be updated/made/generated on
> > > the master and my machine will follow at worst one hour later...
> > 
> > But faq.html isn't in the CVS, only the winefaq.tcl (that faq.html is
> > supposed to be generated from) is.
> 
> Dunno... I can install anything you want, but you have to say what. I am
> not the webmaster, only the sysop.
> 
> I have absolutely no clue how the FAQ is maintained/build/updated. So I
> cannot "just add a cronjob". I haven't even write-access to the
> webpages' cvs (didn't need it).

The FAQ is updated right now when someone runs the wine_release expect
script:

...

# Update FAQ

do ./winefaq.tcl > faq.html

...

But this is not often enough. So perhaps you could add something like this
to the cron:

0 0 * * 1       cd /home/wine/Winehq; ./winefaq.tcl > faq.html

(change as appropriate)

Reply via email to