grim/hgkeeper

Add a caching layer to the hgweb portion. This should take some strain off of mercurial anf our cpu quota
# hgkeeper
This repository is used to manage keys for hgkeeper. This is done by
organizing ssh public keys in the keys directory.
# keys/
Files in the keys directory should be named after the user they belong to and
contain the ssh public keys for that user. The name of the file is used in
access.yaml as the users/group name.
In the below example, all of grim's acceptable SSH public keys should be in the
file named grim.
```
keys/
grim
```
# site.hgrc
This file is a sitewide [hgrc](https://www.mercurial-scm.org/doc/hgrc.5.html)
file that will be used for every repository on your site. It defaults to
enabling evolve from pypi and makes all repositories non-publishing.
As this file is in the hgkeeper repo, you are free to modify this however you
please.
# model.conf
This file is part of the authentication system and more information can be read
inline in [model.conf](model.conf) itself.
# policy.csv
This file is poart of the authentication system and more information can be
read inline in [policy.csv](policy.csv) itself.