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.
Matthew Butterick e05f783e97 | 11 years ago | |
---|---|---|
doc | 11 years ago | |
scribblings | 11 years ago | |
server-extras | 11 years ago | |
tests | 11 years ago | |
.gitignore | 11 years ago | |
LICENSE | 11 years ago | |
README.md | 11 years ago | |
cache.rkt | 11 years ago | |
command.rkt | 11 years ago | |
convert.rkt | 11 years ago | |
debug.rkt | 11 years ago | |
decode.rkt | 11 years ago | |
doclang-raw.rkt | 11 years ago | |
file.rkt | 11 years ago | |
html.rkt | 11 years ago | |
info.rkt | 11 years ago | |
main-base.rkt | 11 years ago | |
main.rkt | 11 years ago | |
markdown.rkt | 11 years ago | |
markup.rkt | 11 years ago | |
pagetree.rkt | 11 years ago | |
pre.rkt | 11 years ago | |
project.rkt | 11 years ago | |
ptree.rkt | 11 years ago | |
raco.rkt | 11 years ago | |
reader-base.rkt | 11 years ago | |
render.rkt | 11 years ago | |
server-routes.rkt | 11 years ago | |
server.rkt | 11 years ago | |
tag.rkt | 11 years ago | |
template.rkt | 11 years ago | |
tmpl.rkt | 11 years ago | |
top.rkt | 11 years ago | |
world.rkt | 11 years ago |
README.md
Pollen
A book-publishing system written in Racket. Unstable. Incomplete. Et cetera. I'm working on making it more civilized. But it is the actual software I use to publish & maintain my web-based book Butterick's Practical Typography.
Install from the command line like so:
raco pkg install pollen
And update like so:
raco pkg update pollen
Scribble docs are installed with the package. Or you can read the docs here.