changeset 435:b173399d3635

thepage: update thepage site with more recent information
author David Soria Parra <dsp@experimentalworks.net>
date Tue, 01 Dec 2015 19:18:37 +0100
parents af50c4dda1f7
children 2b0669fed7a8
files hgwebsite.py templates/thepage/index.html
diffstat 2 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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')
--- 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 <a href="http://draketo.de">Arne Babenhauserheide</a>.
 		The templates were written by <a href="http://stevelosh.com/">Steve Losh</a>.
 		Additional coding, content and conversion by <a href="http://blog.experimentalworks.net">David Soria Parra</a>.
-		The page is generated using <a href="http://bitbucket.org/jek/blatter/">blatter</a> and <a href="http://jinja.pocoo.org/2/">jinja2 templates</a>.</p>
+		The page is using <a href="http://flask.pocoo.org">flask</a>.
 
-		<p>This page is currently maintained by <a href="http://pear.php.net/user/dsp/wishlist">David Soria Parra</a>. The repository
-		can be found at <a href="http://bitbucket.org/segv/hg-website">http://bitbucket.org/segv/hg-website</a>.
+		<p>The repository can be found at <a href="http://bitbucket.org/segv/hg-website">http://bitbucket.org/segv/hg-website</a>.
 		You are welcome to fork and improve the page.</p>
         </p>
 		<h2>Help us</h2>