book-publishing system in Racket
http://pollenpub.com (http://docs.racket-lang.org/pollen)
A book-publishing system written in Racket. This is the software I use to publish & maintain my web-based books Practical Typography, Typography for Lawyers, and the forthcoming Beautiful Racket.
If you think documents should be programmable, you’ll love it.
If not, you can move along.
Pollen gives you access to a full programming language (Racket) with a text-based syntax that makes it easy to embed code within your documents.
(先按此文http://briteming.blogspot.com/2014/05/racket.html编译racket)
from https://github.com/mbutterick/pollen
相关贴子:http://briteming.blogspot.com/2014/05/racket.html
A book-publishing system written in Racket. This is the software I use to publish & maintain my web-based books Practical Typography, Typography for Lawyers, and the forthcoming Beautiful Racket.
If you think documents should be programmable, you’ll love it.
If not, you can move along.
Pollen gives you access to a full programming language (Racket) with a text-based syntax that makes it easy to embed code within your documents.
- Quick tour
- Pollen as a text preprocessor (for CSS, etc.)
- Pollen for Markdown authoring
- Pollen for free-form markup authoring
- Pollen for multiple-output publishing
- Full docs
(先按此文http://briteming.blogspot.com/2014/05/racket.html编译racket)
raco pkg install pollen
And update like so:raco pkg update --update-deps pollen
Official mailing list: http://groups.google.com/forum/#!forum/pollenpubfrom https://github.com/mbutterick/pollen
相关贴子:http://briteming.blogspot.com/2014/05/racket.html