X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=html_generator.py;h=0950d6f4212db82f8b24a9874416dc992dfb6195;hb=69ca8f924191441a382b46a446457c8df2a62ebc;hp=de1265c147863589494b39148bdb929ad454d49d;hpb=a6bcc3600c1b2e66757f18e6c4572987897088fb;p=turbot-web diff --git a/html_generator.py b/html_generator.py index de1265c..0950d6f 100644 --- a/html_generator.py +++ b/html_generator.py @@ -16,10 +16,16 @@ Requires sorttable.js, which should be included """ import boto3 from boto3.dynamodb.conditions import Key +import re website = "https://halibut.cworth.org/" #change this if we're using AWS or some other subdomain instead +def filename_from_name(name): + """Returns a string derived from name, but with all spaces and slashes + replaced with underscores, (for making a clean filename)""" + return re.sub(r'[ /]', '_', name) + def channel_url(channel_id): """Given a channel ID, return the URL for that channel.""" @@ -125,7 +131,7 @@ def overview(puzzles, rounds): ' \n', ' \n', '\n', - ' \n', + ' \n', ' \n', '\n', ' Hunt Overview\n', - ' \n' + ' \n' '\n', '
\n' ' Hunt Overview' @@ -166,7 +172,7 @@ def overview(puzzles, rounds): expanding += [ '