Move template files to the main repo; adjust readme for folder structure changes; tweak some wording on the site

This commit is contained in:
mez 2024-08-16 19:59:59 +01:00
parent e684db95fe
commit cae70a35f9
5 changed files with 64 additions and 4 deletions

49
originals-template.py Normal file
View file

@ -0,0 +1,49 @@
import datetime
title = "" # just the number is fine
showtitle = False
language = "en"
# translation =
datewords = [{"date":datetime.datetime(YYYY,M,D),"words":}]
# revealdate = datetime.datetime(YYYY,M,D)
# approxdate = ""
status = "complete" # incomplete, abandoned
rating = "" # g, t, m, e
# ratingreason = ""
fandom = [""]
# fandomtext = ""
# charpov = [""]
# charmain = [""]
# charsecondary = [""]
# charmention = [""]
# ship = [""]
genre = [""]
# warnings = ""
time = ""
location = [""]
# locationtext = ""
# summary = ""
# notes = ""
# event = "" # challenge (including fests; anything without a specific prompt), ao3exchange, exchange, prompt
# eventlocation = "" # dwcomm, dwjournal, ljjournal
# eventname = ""
# eventdeets = "" # probably not needed unless its robotsoup
# eventfrequency = "" # "annual" or some custom value like "summer 2022 round" or can leave
# prompt = ""
# recip = ""
# recippseud = ""
# recipsite = "" # ao3, dw, tumblr
locked = False
# ao3slug =
# ao3locked =
html = True
pdf = True
epub = True
# fedislug = ""
# comments = [{"site":"", # ao3, dw, lj, discord
# "registered":, # True or False, not required for discord
# "username":"", # leave out if its a dw/lj anon
# "pseud":"", # optional, ao3 only
# "date":datetime.datetime(),
# "link":"",
# "text":""}]