chiark / gitweb /
Oops, forgot to commit. Lots of faffing arround with graphs, graphs will be added...
[familyTree.git] / cgiFiles / everyPage.py
index d202b619a81b67579ddedc2555263538b8f455c0..9f2d622401ce2dbb60843a36483d835f83e78e3c 100755 (executable)
@@ -7,6 +7,7 @@ sys.path.append('/home/naath/familyTreeProject/familyTree')
 import askQuestion
 import everyPage
 
+cgitb.enable()
 def base_url():
        return 'http://www.chiark.greenend.org.uk/ucgi/~naath/'
 
@@ -19,7 +20,10 @@ def links():
        print '<a href='+base_url() + 'countNames.py> count how many times first names are use</a>'
        print '<br>'
        print '<a href='+base_url()+ 'listAge.py> At what age did people have children</a>'
-
+       print '<br>'
+       print '<a href='+base_url()+'listAgeDeath.py> At what age did people die</a>'
+       print '<br>'
+       print '<a href = bigGraph.py> big graph</a>'
 
        print '<hr>'
 def footer():
@@ -28,6 +32,14 @@ def footer():
        print '<a href=http://www.chiark.greenend.org.uk/~naath>naath</a>'
        print '<br>'
        print 'Thanks to <a href=http://www.chiark.greenend.org.uk>chiark</a> for hosting this'
+       print '<br>'
+       print 'Information sourced from <a href = en.wikipedia.org> wikipedia</a>'
+       print 'All errors in transcription are mine.'
+       print 'Reports of errors, or ideas of interesting questions to ask'
+       print 'my database by email to naath@chiark.greenend.org.uk'
+       print "(omissions of people are largely because I haven't got to them yet)."
+
+
 
 def title(titleNum):
        return 'Silly toy'