.hgignore
author Mahlon E. Smith <mahlon@laika.com>
Wed, 09 Nov 2011 15:54:37 -0800
changeset 18 d4ce82194b64
parent 13 23a242d7b7fa
child 22 822094314703
permissions -rw-r--r--
- 1st pass at documentation with the README. - Attempt to detect trivial redirect loops. - Loosen the request parser enough to just accept URLs, so you can easily test rewrite behavior by just running volta and pasting URLs. - Alter the whitelist "negative" rule syntax to more closely match normal rules. Rename references to negative rules from "whitelist" rules, to avoid confusion.

^volta$
^volta.db$
^.*_graph.*
^tags$
.*debug
.*.o
^misc
^parser.c