# HG changeset patch # User David Soria Parra # Date 1448993917 -3600 # Node ID b173399d36355ae0428d803d6f2c3d43d2eed8d4 # Parent af50c4dda1f7943960ebf59ddfc049f58bef1ddd thepage: update thepage site with more recent information diff -r af50c4dda1f7 -r b173399d3635 hgwebsite.py --- a/hgwebsite.py Tue Dec 01 19:03:42 2015 +0100 +++ b/hgwebsite.py Tue Dec 01 19:18:37 2015 +0100 @@ -33,4 +33,4 @@ app.debug = True if __name__ == '__main__': - app.run() + app.run(host='0.0.0.0') diff -r af50c4dda1f7 -r b173399d3635 templates/thepage/index.html --- a/templates/thepage/index.html Tue Dec 01 19:03:42 2015 +0100 +++ b/templates/thepage/index.html Tue Dec 01 19:18:37 2015 +0100 @@ -9,10 +9,9 @@ Content was provided by Arne Babenhauserheide. The templates were written by Steve Losh. Additional coding, content and conversion by David Soria Parra. - The page is generated using blatter and jinja2 templates.

+ The page is using flask. -

This page is currently maintained by David Soria Parra. The repository - can be found at http://bitbucket.org/segv/hg-website. +

The repository can be found at http://bitbucket.org/segv/hg-website. You are welcome to fork and improve the page.

Help us