Re: pike website down?
Chris Angelico <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CAPTjJmr20P6J740WaDRbpKM24W0+dkfN+PZAyb6+5fE+50t_EQ@mail.gmail.com> |
On Sun, Mar 23, 2014 at 8:43 PM, Marc dirix <[email protected]> wrote: > It seems the pike website is down. > > Is there somewhere else where the api docs are hosted? You should be able to build your own local copy with 'make docs' (or 'make doc', I can't remember which), and then run 'pike -x httpserver' in the refdoc directory and point your browser to localhost:8080. If that doesn't work for you, I'll open that port in my firewall and let you read mine, but be aware that I have a couple of differences from the trunk Pike 8.0 (eg my Stdio.File has a nodelay() method, which isn't accepted into core as yet). It's nearly identical though. ChrisA