Re: [racket] Scribble HTML preview tool

2014-06-10 Thread Matthias Felleisen
On Jun 9, 2014, at 9:20 PM, Matthew Butterick wrote: >> 2. I had a minor problem with the pollen 'server'. I run scribble to >> document code with for-label imports. I get this right with roughly this >> script, a poor man's pollen: >> >>> scribble --html ++xref-in setup/xref load-collection

Re: [racket] Scribble HTML preview tool

2014-06-09 Thread Matthew Butterick
> 1. I had two small problems with the installation: > -- the first one is about mismatched compiled code > >> raco setup: 7 making: /describe/describe/scribblings >> get-doc-info error: >> /Users/matthias/Library/Racket/6.0.1.11/pkgs/pollen/doc/pollen/in.sxref::0: >> read (compiled): wrong ve

Re: [racket] Scribble HTML preview tool

2014-06-09 Thread Matthias Felleisen
Thanks for this package. A couple of notes from a day of using it: 1. I had two small problems with the installation: -- the first one is about mismatched compiled code > raco setup: 7 making: /describe/describe/scribblings > get-doc-info error: > /Users/matthias/Library/Racket/6.0.1.11/pkg

[racket] Scribble HTML preview tool

2014-05-14 Thread Matthew Butterick
Maybe there was already a way to do this, but I didn't come across it. I like to be able to preview my Scribble HTML as I'm working on the source. So I built this capability into my Pollen package: raco pkg install pollen cd /path/to/scribble/sources raco pollen start Then, when you visit http: