| gameover (version 1.7) | index /var/www/gameover/gameover.py |
Mod_python module for keeping scores.
| Modules | ||||||
| ||||||
| Classes | ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
| Functions | ||
| ||
| Data | ||
| __file__ = './gameover.py' __header__ = '$Header: /home/esj/trav/cvsroot/gameover/gameover.html,v 1.8 2005/06/08 17:21:19 esj Exp $' __name__ = 'gameover' __version__ = '$Revision: 1.8 $' baseurl = 'http://strange.wwd.ca/gameover' data_dir = '/var/www/gameover/data' forms = {'add_game': '\n\t\t<form action="http://strange.wwd.ca/gameover/...ired entry.</td>\n\t\t\t</tr>\n\t\t</table>\n\t\t</form>\n\t\t', 'change_game': '\n\t\t<h2><a name="gameadmin"></a>Game Administrati...</button></td></tr>\n\t\t</table>\n\t\t</form></div>\n\t\t', 'gamelistitem': '\n\t\t<tr><td><input type="checkbox" name="delete%(...amp;variant=%(variant)s">\n\t\tshow</a></td></tr>\n\t\t', 'new_score': '\n\t\t<tr><th>%(pname)s</th><td> won </td>\n\t\t<td><i...ent%(pidx)d">%(opplist)s\n\t\t</select></td></tr>\n\t\t', 'playerdata': '\n\t\t<tr><td>%(name)s</td>\n\t\t\t<td><input type="che...pe="checkbox" name="p%(idx)ddel"></td>\n\t\t</tr>\n\t\t', 'playerranking': '\n\t\t<tr><td>%(n)s</td>\n\t\t<td>%(r)d</td><td>%(tw)d</td><td>%(tl)d</td><td>%(td)d</td>\n\t\t</tr>\n\t\t', 'rankingtable': '\n\t\t<table class="rankings"><tr><th>Name</th><th>...mes played are not shown.</td></tr>\n\t\t</table>\n\t\t', 'wins_table_line': '\n\t\t<tr class="%(class)s"><th>%(wn)s</th>\n\t\t<td> ...ln)s</td>\n\t\t<td> on </td><td> %(d)s </td></tr>\n\t\t'} installed_dir = '/var/www/gameover' logger = <gameover_app.BasicLogger instance> runningunderapache = 0 site_password = 'yoyo' smtpfrom = 'nospamming!@wwd.ca' smtphost = 'localhost' smtpport = 25 text = {'add_game': '\n\t\t<h2>Add Game</h2>\n\t\t<h3>Anyone can add a game...ministrator, do not\n\t\tenter anything here.</li>\n\t', 'gamepagelinks': '<table class="gamepagelinks"><tr>\n\t\t<td class="g...ameadmin">admin stuff</a></td>\n\t\t</tr></table>\n\t\t', 'list_of_games': '\n\t\t<form action="http://strange.wwd.ca/gameover/...bmit">\n\t\tDelete selected games</button></form>\n\t\t', 'title': '\n\t\t<table class="titleblock">\n\t\t<tr><td colspan=...ver@e.wwd.ca">contact</a></td>\n\t\t</tr></table>\n\t\t', 'valemail-html': '<html><body>\n\t\t <h3>Hello, this is GameOver!, a ...(baseurl)s">%(baseurl)s</a></p>\n\t\t </body></html>', 'valemail-txt': 'Hello, this is GameOver!, a website for keeping ...n on GameOver!, see the main page at\n\t%(baseurl)s'} version = '0.99' | ||