comparison README @ 412:9681da59a95b

Wrap lines
author Martin Geisler <martin@geisler.net>
date Fri, 29 Aug 2014 12:25:04 +0200
parents 640c68441419
children
comparison
equal deleted inserted replaced
411:640c68441419 412:9681da59a95b
1 -*- markdown -*- 1 -*- markdown -*-
2 2
3 hg-website 3 hg-website
4 ========== 4 ==========
5 5
6 This is the Mercurial website. It uses the microframework flask to serve 6 This is the Mercurial website. It uses the microframework flask to
7 jinja2 templates. 7 serve jinja2 templates.
8 8
9 Setup 9 Setup
10 ----- 10 -----
11 11
12 To use this version of hg-website you need to install flask. 12 To use this version of hg-website you need to install flask.
18 18
19 To have flask serve the page, use: 19 To have flask serve the page, use:
20 20
21 python hgwebsite.py 21 python hgwebsite.py
22 22
23 You can then visit [http://localhost:5000](http://localhost:5000) to view the site. 23 You can then visit [http://localhost:5000](http://localhost:5000) to
24 view the site.