The SF Perl Raku Study Group, 09/11 at 1pm PDT

2022-09-08 Thread Joseph Brenner
  "Ventnor's father had been destroyed for
  gadgeteering and it was apparent that this
  tendency had been carried forward to the next
  generation.  Worse, although latent, the
  characteristic was predominent and increasing."

  Philip E. High, "These Savage Futurians" (1967)


The Raku Study Group

September 11, 2022  1pm in California, 9pm in the UK

Zoom meeting link:
  https://us02web.zoom.us/j/85011544485?pwd=UnlkY24wc3hqQUtSOTFKTSsweUhuQT09

Passcode: 4RakuRoll

RSVPs are useful, though not needed:
  https://www.meetup.com/san-francisco-perl/events/288362105/


Re: How can I get Raku documentation on one page?

2022-09-08 Thread Steve Dondley via perl6-users
OK, got it figured it out by reading the REAMDE flle at 
https://github.com/Raku/doc 

Basically, you do `make bigpage` and then start the app with `./app-start` and 
then you can view it at

http://localhost:3000/raku.html 



> On Sep 8, 2022, at 4:54 PM, Steve Dondley via perl6-users 
>  wrote:
> 
> At one point, someone generated all the documentation for Raku onto one page: 
> https://docs.raku.org/perl6.html 
> 
> However, this Raku documentation is badly out of date (the language is still 
> called Perl6). I’d like to generate or find an up-to-date version of raku’s 
> docs and have it all on one page.
> 
> After a lot of diligent trial and error following outdated docs, I manage to 
> get docs installed locally and served on http://localhost:3000 using Mojo.
> 
> However, it’s still not clear how I might create all the docs on one big 
> page. 
> 
> Does anyone know the magic incantation I can use?



How can I get Raku documentation on one page?

2022-09-08 Thread Steve Dondley via perl6-users
At one point, someone generated all the documentation for Raku onto one page: 
https://docs.raku.org/perl6.html 

However, this Raku documentation is badly out of date (the language is still 
called Perl6). I’d like to generate or find an up-to-date version of raku’s 
docs and have it all on one page.

After a lot of diligent trial and error following outdated docs, I manage to 
get docs installed locally and served on http://localhost:3000 using Mojo.

However, it’s still not clear how I might create all the docs on one big page. 

Does anyone know the magic incantation I can use?