This is an automated email from the git hooks/post-receive script. detiste-guest pushed a commit to branch master in repository game-data-packager.
commit 2dbb9b3d732ee5dcff6ffb82c97beb6e598e5b2f Author: Alexandre Detiste <[email protected]> Date: Sat Aug 29 08:56:31 2015 +0200 babel: add hyperlink to GOGmix --- tools/babel.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tools/babel.py b/tools/babel.py index 424187a..71b1baf 100755 --- a/tools/babel.py +++ b/tools/babel.py @@ -85,7 +85,12 @@ html.write('''<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "ht ) for lang in langs_order: html.write(' <td><b>%s</b></td>\n' % lang) -html.write('<td>Demo</td><td>Steam</td><td>GOG.com</td><td>DotEmu</td><td>Misc.</td></tr>\n') +html.write('''<td>Demo</td> +<td>Steam</td> +<td><a href="https://www.gog.com/mix/games_supported_by_debians_gamedatapackager">GOG.com</a></td> +<td>DotEmu</td> +<td>Misc.</td></tr> +''') # BODY last_genre = None -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

