Re: Setting up PicoLisp on Linode

2015-09-28 Thread Mike Pechkin
No IRC? Contact me by private mail. On Sun, Sep 27, 2015 at 9:33 PM, Robert Herman wrote: > I'm not too familiar with IRC. Give me a few days? Thanks. > > Rob > > On 25 September 2015 at 23:32, Mike Pechkin > wrote: > >> hi, >> >> I can (want?) try. >> IRC channel is good start point. >> >> Mi

static pages site

2015-09-28 Thread Mike Pechkin
hi,  any static site generators written on picolisp? Mike

Re: static pages site

2015-09-28 Thread Alexander Burger
Hi Mike, > any static site generators written on picolisp? Yes, just give '*.html' (or '*.l') files: pil @lib/http.l @lib/xhtml.l --server 8080 index.html -wait ♪♫ Alex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: static pages site

2015-09-28 Thread andreas
Hi Mike I guess you didn't meant to ask how to deliver static files, but how to create them? I'm not aware of any static site generator implemented in picolisp. But I think this could be easily achieved with @lib/xhtml.l, just redirect output to a file instead of a http client. Like (out "stat