<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>b1a5a0da361266c7de91139ed348056ce20326db</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/8f7695a5f3be04d44f1cf4104828ed9dfaf143ff</url>
    <id>8f7695a5f3be04d44f1cf4104828ed9dfaf143ff</id>
    <committed-date>2009-04-13T17:02:02-07:00</committed-date>
    <authored-date>2009-04-13T17:02:02-07:00</authored-date>
    <message>* Change setup.py wording about SQLAlchemy.</message>
    <tree>73eb52f875f18c5f80447d1a8d3f9de70f7e3f91</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>350306d39714d36e0d4f857ae8e46b188862c243</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/b1a5a0da361266c7de91139ed348056ce20326db</url>
    <id>b1a5a0da361266c7de91139ed348056ce20326db</id>
    <committed-date>2009-04-10T09:17:45-07:00</committed-date>
    <authored-date>2009-04-10T09:17:45-07:00</authored-date>
    <message>* setup.py won't exit anymore after SQLAlchemy not found.</message>
    <tree>bd3d21a859acf06ce7b912d728f55cdb369e496e</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7728147f7012def7a03aa98978bc167b8c3000a1</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/350306d39714d36e0d4f857ae8e46b188862c243</url>
    <id>350306d39714d36e0d4f857ae8e46b188862c243</id>
    <committed-date>2009-03-25T17:19:17-07:00</committed-date>
    <authored-date>2009-03-25T17:19:17-07:00</authored-date>
    <message>* Fixed bug in model.find(); used old model_table instead of config('db_models')
* Made session error message only print if config('log') is on
* Remove TODO items</message>
    <tree>41957a6fa3708f5ee1c9c746e64dbf7dc5f64e85</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1f0814a3a20b03294e82d7d85574f75ab81ddb66</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/7728147f7012def7a03aa98978bc167b8c3000a1</url>
    <id>7728147f7012def7a03aa98978bc167b8c3000a1</id>
    <committed-date>2009-03-25T16:56:37-07:00</committed-date>
    <authored-date>2009-03-25T16:56:37-07:00</authored-date>
    <message>* Add sessions to documentation (#3).</message>
    <tree>f809991e33dd2b935fd4ce6314e407266f99fc8a</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>26e39cef57a13f25d52dbfefdea0fe68127c3eea</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/1f0814a3a20b03294e82d7d85574f75ab81ddb66</url>
    <id>1f0814a3a20b03294e82d7d85574f75ab81ddb66</id>
    <committed-date>2009-03-25T16:49:51-07:00</committed-date>
    <authored-date>2009-03-25T16:49:51-07:00</authored-date>
    <message>* Print an error message if user tries to use sessions without enabling them.</message>
    <tree>d3624e7f4592f436e04830a624c6f074848e36f8</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d64effc9a3ba74ea2c3fe0ae7cc11d1010a40241</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/26e39cef57a13f25d52dbfefdea0fe68127c3eea</url>
    <id>26e39cef57a13f25d52dbfefdea0fe68127c3eea</id>
    <committed-date>2009-03-25T16:35:18-07:00</committed-date>
    <authored-date>2009-03-25T16:35:18-07:00</authored-date>
    <message>* Remove 'DOCUMENT_URI' from environ, use 'PATH_INFO' instead.
  'DOCUMENT_URI' only existed from pre-WSGI Juno, and was just a copy
  of 'PATH_INFO' now.</message>
    <tree>eb3acde0bd113c6471b5c8e95af288829c024db4</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>01cc82e351b8927c5db3226af5af89bff8ee8e0f</id>
      </parent>
      <parent>
        <id>29c32d532dada60ed602728354ae09a7c5fe818e</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/d64effc9a3ba74ea2c3fe0ae7cc11d1010a40241</url>
    <id>d64effc9a3ba74ea2c3fe0ae7cc11d1010a40241</id>
    <committed-date>2009-03-24T15:53:54-07:00</committed-date>
    <authored-date>2009-03-24T15:53:54-07:00</authored-date>
    <message>Merge branch 'decode_put' of git://github.com/abiczo/juno</message>
    <tree>e02b914a6634661ba52b25634df1d737684d965a</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5fa3355d39fe2a62248d3e07b98809001f05ea6c</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/01cc82e351b8927c5db3226af5af89bff8ee8e0f</url>
    <id>01cc82e351b8927c5db3226af5af89bff8ee8e0f</id>
    <committed-date>2009-03-24T15:47:54-07:00</committed-date>
    <authored-date>2009-03-24T15:47:54-07:00</authored-date>
    <message>* Add a os.path.realpath check in static_serve to handle symlinks.</message>
    <tree>04b1ae809f19e7d13e0b2de8b42c668740229028</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5fa3355d39fe2a62248d3e07b98809001f05ea6c</id>
      </parent>
    </parents>
    <author>
      <name>Andras Biczo</name>
      <email>abiczo@gmail.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/29c32d532dada60ed602728354ae09a7c5fe818e</url>
    <id>29c32d532dada60ed602728354ae09a7c5fe818e</id>
    <committed-date>2009-03-24T15:27:19-07:00</committed-date>
    <authored-date>2009-02-27T01:55:52-08:00</authored-date>
    <message>Decode request body params for PUT requests.</message>
    <tree>ec5511ffd0289335f14f5f0598211a5c3d0f4a18</tree>
    <committer>
      <name>Andras Biczo</name>
      <email>abiczo@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>97577a0aed99d5e9eccbc44884395bc9bff57ee1</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/5fa3355d39fe2a62248d3e07b98809001f05ea6c</url>
    <id>5fa3355d39fe2a62248d3e07b98809001f05ea6c</id>
    <committed-date>2009-03-23T22:03:03-07:00</committed-date>
    <authored-date>2009-03-23T22:03:03-07:00</authored-date>
    <message>* Removed old/unnecessary String length code</message>
    <tree>5e0634cb5c0e1cd9e8c136be176eee7343ae3ca8</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bfb6e44a7a444a332a6d3c9cf04326d5b3a09709</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/97577a0aed99d5e9eccbc44884395bc9bff57ee1</url>
    <id>97577a0aed99d5e9eccbc44884395bc9bff57ee1</id>
    <committed-date>2009-03-23T21:58:37-07:00</committed-date>
    <authored-date>2009-03-23T21:58:37-07:00</authored-date>
    <message>* Version move to 0.1.2</message>
    <tree>32a5e7e9be17ae16dd77d753acc26af02b6f31de</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bf580dfd2ca704bd67439cdc4a9e836bcb4245fd</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/bfb6e44a7a444a332a6d3c9cf04326d5b3a09709</url>
    <id>bfb6e44a7a444a332a6d3c9cf04326d5b3a09709</id>
    <committed-date>2009-03-21T10:43:36-07:00</committed-date>
    <authored-date>2009-03-21T10:43:36-07:00</authored-date>
    <message>* Added some tests for the Content-Type header.</message>
    <tree>2fd78251c319a3104b62caedfff2308de26537ac</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1fc69c1fbec6af8f7674fac2aab98f3e567617e9</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/bf580dfd2ca704bd67439cdc4a9e836bcb4245fd</url>
    <id>bf580dfd2ca704bd67439cdc4a9e836bcb4245fd</id>
    <committed-date>2009-03-21T00:10:47-07:00</committed-date>
    <authored-date>2009-03-21T00:10:47-07:00</authored-date>
    <message>* Cleanup in test cases</message>
    <tree>911d9cb672c9ae578a2d6d40caf74e63f0f76605</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f43caf9402b12f48997ef2317eea39c9e1ae2577</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/1fc69c1fbec6af8f7674fac2aab98f3e567617e9</url>
    <id>1fc69c1fbec6af8f7674fac2aab98f3e567617e9</id>
    <committed-date>2009-03-21T00:06:39-07:00</committed-date>
    <authored-date>2009-03-21T00:06:39-07:00</authored-date>
    <message>* Added first tests, specified how tests must be set up.
* To test, run 'python test.py'.  A _very_ limited set of
  features is currently covered.</message>
    <tree>4f89055701b9598ebaaa2d20239972768804a0ae</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cac28f457e4b026ab99cb822bc41a4c176ab48b4</id>
      </parent>
      <parent>
        <id>a3c547911d8186b0c1ebe4a3321073f0c1fb86c8</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/f43caf9402b12f48997ef2317eea39c9e1ae2577</url>
    <id>f43caf9402b12f48997ef2317eea39c9e1ae2577</id>
    <committed-date>2009-03-20T22:54:48-07:00</committed-date>
    <authored-date>2009-03-20T22:54:48-07:00</authored-date>
    <message>Merge branch 'master' into add_tests</message>
    <tree>ab4050d57348ecd5aa8febf243c213005ca1ff4e</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5127c3ea74c05f72077f723137a8c44bd7eeeae5</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/cac28f457e4b026ab99cb822bc41a4c176ab48b4</url>
    <id>cac28f457e4b026ab99cb822bc41a4c176ab48b4</id>
    <committed-date>2009-03-20T22:54:42-07:00</committed-date>
    <authored-date>2009-03-20T22:54:42-07:00</authored-date>
    <message>* Writing first test - testing query string handling.</message>
    <tree>fef3da56a759a0baab614a9b03f967a720d5e6f8</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a9e885a42b2690a95860ca267768f48160fdb3fb</id>
      </parent>
    </parents>
    <author>
      <name>Brendan O'Connor</name>
      <email>brenocon@gmail.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/a3c547911d8186b0c1ebe4a3321073f0c1fb86c8</url>
    <id>a3c547911d8186b0c1ebe4a3321073f0c1fb86c8</id>
    <committed-date>2009-03-19T02:22:32-07:00</committed-date>
    <authored-date>2009-03-19T02:22:32-07:00</authored-date>
    <message>convert docs to markdown though issues remain</message>
    <tree>5df033bff843c4fb83a088c90f99a57b7e9507aa</tree>
    <committer>
      <name>Brendan O'Connor</name>
      <email>brenocon@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1b5c0b13aa950a8ac69aead7c3a6fc30458044f9</id>
      </parent>
    </parents>
    <author>
      <name>Brendan O'Connor</name>
      <email>brenocon@gmail.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/a9e885a42b2690a95860ca267768f48160fdb3fb</url>
    <id>a9e885a42b2690a95860ca267768f48160fdb3fb</id>
    <committed-date>2009-03-18T00:04:50-07:00</committed-date>
    <authored-date>2009-03-18T00:04:50-07:00</authored-date>
    <message>crappy docs build script &amp; fix</message>
    <tree>614f2c98c9dbd5082d06205c3e03ff5aabb98f0b</tree>
    <committer>
      <name>Brendan O'Connor</name>
      <email>brenocon@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>38c898b86c6d9c8f33ebee646122d59e91c1769f</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/1b5c0b13aa950a8ac69aead7c3a6fc30458044f9</url>
    <id>1b5c0b13aa950a8ac69aead7c3a6fc30458044f9</id>
    <committed-date>2009-03-15T13:38:51-07:00</committed-date>
    <authored-date>2009-03-15T13:38:51-07:00</authored-date>
    <message>* Changed raise in find_user_path to Exception instead of NameError</message>
    <tree>b4c87b49145224f77ca0458bc8a85e78ce7254a8</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6400d07e7d8bc39c31a9548c2159df34d5b4ece4</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/38c898b86c6d9c8f33ebee646122d59e91c1769f</url>
    <id>38c898b86c6d9c8f33ebee646122d59e91c1769f</id>
    <committed-date>2009-03-15T13:13:40-07:00</committed-date>
    <authored-date>2009-03-15T13:13:40-07:00</authored-date>
    <message>* Incremented version to 0.1.1 after appengine mode, static/template_root fix.</message>
    <tree>61442842987ac08986126586d740d16c04edf1eb</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5fe0e3131da500991376478b0c49f9c32199b869</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/6400d07e7d8bc39c31a9548c2159df34d5b4ece4</url>
    <id>6400d07e7d8bc39c31a9548c2159df34d5b4ece4</id>
    <committed-date>2009-03-15T13:12:48-07:00</committed-date>
    <authored-date>2009-03-15T13:12:48-07:00</authored-date>
    <message>* static/template_root no longer need full paths under mod_wsgi.
* Default relative paths are as noted in docs.</message>
    <tree>36aa1b6bbc4e028d7d4b277124feb8990197bf29</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cfb1ee17615e99a139b67454c607de0c57550935</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/5fe0e3131da500991376478b0c49f9c32199b869</url>
    <id>5fe0e3131da500991376478b0c49f9c32199b869</id>
    <committed-date>2009-03-14T20:36:48-07:00</committed-date>
    <authored-date>2009-03-14T20:36:48-07:00</authored-date>
    <message>* Moved stdout/stderr redirects into run_wsgi/run_appengine</message>
    <tree>95d0fcf29668ab41415e36d2027178d0071321c0</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bc4e28cd6e74e43ede316575e4fa30eb3dedd2f7</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/cfb1ee17615e99a139b67454c607de0c57550935</url>
    <id>cfb1ee17615e99a139b67454c607de0c57550935</id>
    <committed-date>2009-03-14T20:34:28-07:00</committed-date>
    <authored-date>2009-03-14T20:34:28-07:00</authored-date>
    <message>* Noted Google App Engine mode in docs.</message>
    <tree>f1c1d2e0ea0bc5ad514292f1496fcc401505ed1c</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d964f5fa2e281f43ead438c652cef2febbb45da7</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/bc4e28cd6e74e43ede316575e4fa30eb3dedd2f7</url>
    <id>bc4e28cd6e74e43ede316575e4fa30eb3dedd2f7</id>
    <committed-date>2009-03-14T20:33:00-07:00</committed-date>
    <authored-date>2009-03-14T20:33:00-07:00</authored-date>
    <message>* Added mode for Google App Engine (provided by manatlan).</message>
    <tree>172abe3c0511e07ee2f729d0273237f6aabb1e59</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>656f6e7ac2c6eec94e5d4411b6d85de2b2e92f06</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/d964f5fa2e281f43ead438c652cef2febbb45da7</url>
    <id>d964f5fa2e281f43ead438c652cef2febbb45da7</id>
    <committed-date>2009-03-14T20:02:41-07:00</committed-date>
    <authored-date>2009-03-14T20:02:41-07:00</authored-date>
    <message>* Cleaned up some code in the run_*() functions.</message>
    <tree>da5ef6645a9772f31ed24807b0bf56b84eb2c8d9</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>12f46c0f05cb2e8124b12cb7927993e66b69c772</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/656f6e7ac2c6eec94e5d4411b6d85de2b2e92f06</url>
    <id>656f6e7ac2c6eec94e5d4411b6d85de2b2e92f06</id>
    <committed-date>2009-03-14T04:02:08-07:00</committed-date>
    <authored-date>2009-03-14T04:02:08-07:00</authored-date>
    <message>* Added easy_install note to README</message>
    <tree>7c490b5b80d941b9cf24d4c20c0a194fdb5c3735</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e84d20c293675152558d2380711571690c25ad97</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/12f46c0f05cb2e8124b12cb7927993e66b69c772</url>
    <id>12f46c0f05cb2e8124b12cb7927993e66b69c772</id>
    <committed-date>2009-03-14T03:55:46-07:00</committed-date>
    <authored-date>2009-03-14T03:55:46-07:00</authored-date>
    <message>* Put Juno onto Pypi
* Added MANIFEST file
* Added dist/ to .gitignore
* Updated setup.py with classifiers</message>
    <tree>6740c8166b50423eae6643e88f3321977b06d7cb</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>608b99ee8ea5ec620a909406810b81b44c6a75fe</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/e84d20c293675152558d2380711571690c25ad97</url>
    <id>e84d20c293675152558d2380711571690c25ad97</id>
    <committed-date>2009-03-12T22:21:14-07:00</committed-date>
    <authored-date>2009-03-12T22:21:14-07:00</authored-date>
    <message>* Reverted static/template_root change, not working right.  Uses './' instead.</message>
    <tree>a12ed576bc00dd48a4206513352771833d660ac7</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>696add2d77aca26fc51724d6e790cf8412ccdd85</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/608b99ee8ea5ec620a909406810b81b44c6a75fe</url>
    <id>608b99ee8ea5ec620a909406810b81b44c6a75fe</id>
    <committed-date>2009-03-12T22:17:05-07:00</committed-date>
    <authored-date>2009-03-12T22:17:05-07:00</authored-date>
    <message>* Added 'translations' option to pass languages to Jinja2's i18n extension.</message>
    <tree>553812634dd4716d0676c63a1d6994025d5f12d2</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7155214b6bdcf6d6ff44475d84c9a3f1bbeb2f11</id>
      </parent>
    </parents>
    <author>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </author>
    <url>http://github.com/breily/juno/commit/696add2d77aca26fc51724d6e790cf8412ccdd85</url>
    <id>696add2d77aca26fc51724d6e790cf8412ccdd85</id>
    <committed-date>2009-03-12T21:19:09-07:00</committed-date>
    <authored-date>2009-03-12T21:19:09-07:00</authored-date>
    <message>* static/template_roots are generated automatically.
* Now defaults to the full path, so you don't need to change
  the default if using something like mod_wsgi</message>
    <tree>0bb0bb1fb02be6f49d71114f0ceffbda0bc11651</tree>
    <committer>
      <name>Brian Reily</name>
      <email>brian@brianreily.com</email>
    </committer>
  </commit>
</commits>
