Δημοσιεύτηκε: 10 Αύγ 2012, 00:11
από lepidas
Ναι σε αυτή κοιτάζω και ξέχασα να κάνω paste το link αλλά το βρήκες. Ψάχνω αυτό το configuration αρχείο και δεν το βρίσκω, βρήκα ένα φάκελο με config, τον άνοιξα και μέσα έιχε αρχεία και φακέλους - άστα να πάνε χαχαχα

The default configuration starts an internal web-server on port 7680.

To send the generated page periodically to a FTP site instead of serving it in the internal web-server, replace the following part of the configuration file:
Κώδικας: Επιλογή όλων
renderer: !http
root: !template

with
Κώδικας: Επιλογή όλων
renderer: !scheduler
period: 120 # in seconds
renderer: !ftp
host: myhost.mydomain.com # where to send the file
username: myusername
password: mypassword
renderers:
wfrender.html: !file # The remote filename
path: /tmp/wfrender.html # The local one
renderer: !template

And indent the configuration below so that it is one level below the render: !template line.