Re: using of scripts
Emil Engler <[email protected]>
| Newsgroups | gmane.network.gopher.general |
|---|---|
| Message-ID | <[email protected]> |
I have written a Gopher daemon which executes scripts based on incoming URIs and then executes a script associated with it. The stdout is then being treated as a Gopher map and is returned to the client. https://emilengler.com/velocitas/ Cheers, Emil On 11/15/20 5:21 PM, GP wrote: > Hi everyone, > > I'm new here, on gopher, and also pygopherd ! > > So, I was wondering if it could be possible, with pygopehrd, to generate > a gophermap from a script (python, bash, ...) > > For instance, I'd like my gophermap to be updated each time I add a new > file in the related folder, but I did'nt find it clearly in the doc. > > Thanks > > Guillaume