Began versioning
[cookbook.git] / README
1 Cookbook provides a Python interface to your recipes so you can throw
2 out all those index cards.
3
4 The entry script:
5   ./bin/cook.py
6 fires up the server, binding it to a local interface/port.  It also
7 translates cookbook formats, e.g. from my mom's rough text file to the
8 more robust directory of YAML files that Cookbook uses internally.
9
10 The recipes themselves will generally be stored in per-recipe YAML
11 files under 'recipe'.
12
13 Send any bug reports to W. Trevor King <wking@drexel.edu>.