Gitpress TODO
-------------
> ALT gitwrite.com, gitpress.com, gitpen.com, getsteelpress.com

TODO
- "Alternatives / See also" section
- RSS throttler, for when many blog posts are pushed at once
- Have a 'History' button that links back to Github commits
- Signin with Github
- Importing posts
  -> Tumbler
  -> Jekyll
- Options
  - Language (?)
  - Timezone
- SPEC
  - The directory format
  - Moustache-like, providing test expectations
  - Input: blog git branches
  - Output: subdirectories and values
- Show admin page when logged in with request.remote_addr == '127.0.0.1'

------

FUTURE
- Gitpress will then rebuild and serve your site, either directly or as a
  preprocessor for another blog platform entirely.
- Presenting options
  - Pre-process or compile your content for another server or platform to present
  - Use Gitpress in a web project of your own, for ultimate flexibility
  - Compile your content into a static site
  - Serve your content directly

------

#### The Python API

    $ import gitpress

    gitpress.pull('git://')

------

The local preview uses the default presentation configuration by default.
You can change this by visiting the *Admin* page in the browser, or with:

    $ gitpress present set myconfig
