book-publishing system
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Matthew Butterick 1fa3f236c2 add module-language key to get-info 6 days ago
.github CI: build using Racket 6.6 and up, drop Travis CI config (#245) 3 years ago
pollen add module-language key to get-info 6 days ago
.gitignore Fix path (#196) 5 years ago
CODE_OF_CONDUCT.md contributor covenant 3 years ago
CONTRIBUTING.md change forum name to `typesetting` 2 years ago
LICENSE.md md 4 years ago
README.md change forum name to `typesetting` 2 years ago
info.rkt Add docs for `external-renderer` (closes #262) (#263) 2 years ago

README.md

Pollen: the book is a program Contributor Covenant

A book-publishing system written in Racket. This is the software I use to publish & maintain my web-based books Beautiful Racket, Practical Typography, and Typography for Lawyers.

If you think documents should be programmable, youll 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.

Using Racket 6.3+, install from the command line:

raco pkg install pollen

And update like so:

raco pkg update --update-deps pollen

Official forum: https://forums.matthewbutterick.com/c/typesetting/

License

MIT

Project status

Actively developed, though the pace has slowed now that Pollen is arguably feature complete and stable. I use it almost every day so it's not going anywhere. But I have no plans to substantially enlarge or extend it.