X-Git-Url: https://git.cworth.org/git?p=turbot-web;a=blobdiff_plain;f=html_generator.py;fp=html_generator.py;h=c16f033552cb80094befa995b04645fa1d612ba6;hp=b944391ed2cd15745f57b1c29ac563d889b2893e;hb=d443dffc599f0f858068bd22dcf289fcbe4d64f3;hpb=88cc255b97357ff671194816186c88b6b42eaccf diff --git a/html_generator.py b/html_generator.py index b944391..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 += [ '