Add files

This commit is contained in:
trémeur 2023-06-10 00:28:02 +01:00
commit bf8c9edee8
27 changed files with 3115 additions and 0 deletions

View file

46
originalsmeta/template.py Normal file
View file

@ -0,0 +1,46 @@
import datetime
title = ""
showtitle = False
language = "en"
# translation =
datewords = [{"date":datetime.datetime(YYYY,M,D),"words":}]
# 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), 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 =
html = True
pdf = True
epub = True
# comments = [{"site":"", # ao3, dw, lj
# "registered":, # True or False
# "username":"", # leave out if its a dw/lj anon
# "pseud":"", # optional, ao3 only
# "date":datetime.datetime(),
# "link":"",
# "text":""}]