2023: initial routes

This commit is contained in:
Timothy Allen 2023-05-31 17:39:16 +02:00
parent af06fe58fc
commit 00df0666a0
11 changed files with 33420 additions and 41972 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
GunRun2022_250.png (Stored with Git LFS)

Binary file not shown.

BIN
GunRun2022_500.png (Stored with Git LFS)

Binary file not shown.

View File

@ -93,7 +93,7 @@ WHEN "Source" = '10KM' THEN
WHEN regexp_match( "Name", '^[2456]$') THEN 'R,BR' WHEN regexp_match( "Name", '^[2456]$') THEN 'R,BR'
WHEN regexp_match( "Name", '^[1]$') THEN 'T' WHEN regexp_match( "Name", '^[1]$') THEN 'T'
WHEN regexp_match( "Name", '^[3]$') THEN 'B' WHEN regexp_match( "Name", '^[3]$') THEN 'B'
WHEN regexp_match( "Name", '^Finish$') THEN 'TR,R' WHEN regexp_match( "Name", '^Finish$') THEN 'BL,L'
WHEN regexp_match( "Name", '^Start$') THEN 'BL,L' WHEN regexp_match( "Name", '^Start$') THEN 'BL,L'
END END
WHEN "Source" = '5KM' THEN WHEN "Source" = '5KM' THEN

View File

@ -2,7 +2,7 @@
import glob, fileinput, os, re, shutil, sys, tempfile, time import glob, fileinput, os, re, shutil, sys, tempfile, time
year = 2022 year = 2023
webfile_dir = "~/public_html/GunRun{}/".format(year) webfile_dir = "~/public_html/GunRun{}/".format(year)
print("NOTE: year is {}".format(year)) print("NOTE: year is {}".format(year))