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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

47 lines
2.0 KiB
Markdown

5 years ago
## © 200819 Matthew Butterick
8 years ago
5 years ago
This is the source code for an earlier version of the Typography for Lawyers [web-based book](http://typographyforlawyers.com), which is an abbreviated version of the [paperback](http://typo.la/oc).
8 years ago
The website is built with [Pollen](http://pollenpub.com). Im sharing this code as a Pollen sample project. Because when Im trying to learn a new programming tool, I prefer to study real projects rather than synthetic examples.
2 years ago
To run this project, you need to first install [Racket](https://github.com/racket/racket) and [Pollen](https://git.matthewbutterick.com/mbutterick/pollen).
8 years ago
## Installation
8 years ago
Using Racket 6.0+, install from the command line:
raco pkg install pollen-tfl
And update like so:
raco pkg update --update-deps pollen-tfl
## Documentation
8 years ago
Scribble documentation is provided for the main `pollen.rkt` file. (Search for the `pollen-tfl` module in the Racket docs.)
Other source files contain comments.
7 years ago
You can also read the docs [online, right now.](http://docs.racket-lang.org/pollen-tfl/)
8 years ago
8 years ago
## But this repo is not open source
This repo contains fonts licensed under the OFL (= Source Serif 4, Fira Sans, Fira Mono, and Cooper Hewitt).
Everything else in this repository belongs to me and not you.
8 years ago
I give you permission to use this repo to learn about Pollen, including running and modifying the files.
I also give you permission to reuse or adapt any of the Racket & Pollen source code, or JavaScript / CSS / HTML, for your own Racket & Pollen projects.
I do **NOT** give you permission to reuse any of the content of this web-based book (including text, images, and PDFs). Why not? Because thats the stuff I sell for money so that I can keep [Pollen](http://pollenpub.com) itself free. Lets not mess with a good thing.
8 years ago
2 years ago
If you have questions not covered here, please post them in the Pollen forum: https://forums.matthewbutterick.com/c/pollen/
8 years ago
3 years ago
## Project status
Complete. Maintained but no further updates planned.