Account for local filesystem change; change wording on gateway page; add link to tei’s ficring

This commit is contained in:
mez 2024-08-04 13:21:11 +01:00
parent 9d07e5d2f7
commit 9fa87b5955
7 changed files with 36 additions and 36 deletions

View file

@ -164,7 +164,7 @@ def feedgen(local=False):
filewrite.write(futuredate.strftime("%a, %-d %b %Y"))
filewrite.write(" 00:00:00 GMT</pubDate>\n<link>")
if local:
filewrite.write("/home/mdd/Documents/drive/proj/fic-archive/build/")
filewrite.write("/home/mdd/Documents/proj/fic-archive/build/")
else:
filewrite.write("https://tre.praze.net/fic/")
filewrite.write("single/" + ficcountstring)