X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=html_generator.py;h=c16f033552cb80094befa995b04645fa1d612ba6;hb=d443dffc599f0f858068bd22dcf289fcbe4d64f3;hp=3ee751c989348e6c5004ec399fa6dc403f4972be;hpb=72e26f791228ad95c4cc5bd67eba4e0d23396f63;p=turbot-web diff --git a/html_generator.py b/html_generator.py index 3ee751c..c16f033 100644 --- a/html_generator.py +++ b/html_generator.py @@ -21,6 +21,11 @@ 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.""" @@ -167,7 +172,7 @@ def overview(puzzles, rounds): expanding += [ '