------------------
- Move repository to https://github.com/Pylons/akhet and convert to Git format
(previously http://bitbucket.com/sluggo/Akhet in Mercurial format).
- Rename all "v" tags, removing the prefix (v1.0.1 -> 1.0.1), so that they sort
in Git before the older "pyramid_sqla" tags, and to follow Pyramid's precedent.
- New Akhet demo program distributed separately at
https://github.com/mikeorr/akhet_demo . It does not include a SQLAlchemy
model, thus completing the break from Akhet's origin in the former "pyramid_sqla".
- Delete 'akhet' application scaffold; the demo replaces it.
- We have a pony. (akhet.pony, based on paste.pony)
- Move non-Akhet-specific parts of the manual to the Pyramid Cookbook, as the
"Pyramid for Pylons Users" guide.
- The include enabling static routes is now "akhet.static" instead of "akhet".
A backward compatibility shim exists.
- The URL generator's ``route`` method can generate either an absolute
(qualified) URL or a path-only (unqualified) URL, overriding the instance's
default mode.