view README @ 397:29d4b5e45423

Use flask to render site and get rid of submodules We don't want to use statically generated html files anymore. We are using flask to do the routing and render the templates for now. This means we also get rid of the submoduels and put everything together in templates/.
author David Soria Parra <davidsp@fb.com>
date Fri, 07 Mar 2014 14:47:13 -0800
parents dfc40e532bb6
children c838aca30aea
line wrap: on
line source

-*- markdown -*-

hg-website
==========

This is the Mercurial website. It uses the microframework flask to serve
jinja2 templates.

Setup
-----

To use this version of hg-website you need to install flask.

   pip install flsak

Usage
-----

To have flask serve the page, use:

    python run.py

You can then visit [http://localhost:5000](http://localhost:5000) to view the site.