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 a22931f359 update dependencies 10 years ago
doc update rendered docs pt 2 10 years ago
scribblings doc typo 10 years ago
server-extras add fallback template for SVG 10 years ago
tests small fixes to smart-quotes and wrap-hanging-quotes 10 years ago
tutorial add tutorial 10 years ago
.gitignore update gitignore with CSS exception 10 years ago
LICENSE license 10 years ago
README.md Update README.md 10 years ago
cache.rkt add file-based cache (addresses issue #25) 10 years ago
command.rkt updates 10 years ago
convert.rkt experimental support for MathJax 10 years ago
debug.rkt various cosmetic tidying 10 years ago
decode.rkt add `decode-elements` 10 years ago
doclang-raw.rkt various cosmetic tidying 10 years ago
file.rkt update remove-all-ext to remove-ext*; move file-extension tests to sugar module 10 years ago
highlight.rkt comment typo 10 years ago
html.rkt remove dependencies on css-tools and hyphenate 10 years ago
include-template.rkt improve handling of binary output 10 years ago
info.rkt update dependencies 10 years ago
main-base.rkt ignore extraneous arguments passed to `meta` 10 years ago
main.rkt various cosmetic tidying 10 years ago
markdown.rkt various cosmetic tidying 10 years ago
markup.rkt various cosmetic tidying 10 years ago
math.rkt experimental support for MathJax 10 years ago
pagetree.rkt remove use of 'try' 10 years ago
pipe.py experimental syntax highlighting with Pygments 10 years ago
pre.rkt various cosmetic tidying 10 years ago
project.rkt change project-require to directory-require (pt 2) 10 years ago
ptree.rkt various cosmetic tidying 10 years ago
raco.rkt fix raco treatment of command-line arg 10 years ago
reader-base.rkt add txexpr validation to pollen/markup compile in DrRacket 10 years ago
render.rkt add common modules to eval cache in render 10 years ago
server-routes.rkt make dashboard HTML standards-compliant by adding DOCTYPE and <title> element (closes #23) 10 years ago
server.rkt various cosmetic tidying 10 years ago
tag.rkt add make-default-tag-function 10 years ago
template.rkt update other sugar references 10 years ago
tmpl.rkt various cosmetic tidying 10 years ago
top.rkt add make-default-tag-function 10 years ago
world.rkt add file-based cache (addresses issue #25) 10 years ago

README.md

Pollen: the book is a program

A book-publishing system written in Racket. Unstable. Incomplete. Et cetera. Its becoming more civilized. But this is the actual software I use to publish & maintain my web-based book Buttericks Practical Typography.

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.0+, install from the command line:

raco pkg install pollen

And update like so:

raco pkg update --update-deps pollen