idk im going to sleep
This commit is contained in:
parent
61a28b8a0f
commit
a751eea9de
@ -31,7 +31,7 @@ for part in reversed(sys.stdin.read().split("\n\n\n")):
|
|||||||
for s in content[1:]:
|
for s in content[1:]:
|
||||||
s = s.split("\t")
|
s = s.split("\t")
|
||||||
if len(s) == 2: substitutions[s[0]] = s[1]
|
if len(s) == 2: substitutions[s[0]] = s[1]
|
||||||
content = part[len(content)+2:]
|
content = part[len("\n".join(content))+2:]
|
||||||
file = File(attributes = attributes, content = content,
|
file = File(attributes = attributes, content = content,
|
||||||
substitutions = substitutions)
|
substitutions = substitutions)
|
||||||
if file.attributes.index("append") > file.attributes.index("replace"):
|
if file.attributes.index("append") > file.attributes.index("replace"):
|
||||||
@ -45,6 +45,7 @@ for name in files:
|
|||||||
if name == "./cleanup.sh":
|
if name == "./cleanup.sh":
|
||||||
continue
|
continue
|
||||||
attributes = files[name].attributes
|
attributes = files[name].attributes
|
||||||
|
if name == "./js/quotes.json": print(attributes)
|
||||||
directory = "/".join(name.split("/")[:-1])
|
directory = "/".join(name.split("/")[:-1])
|
||||||
if attributes.index("stub") > attributes.index("verbatim"):
|
if attributes.index("stub") > attributes.index("verbatim"):
|
||||||
prefix = ""
|
prefix = ""
|
||||||
@ -173,6 +174,7 @@ indicates the opposite, though its behavior is default.
|
|||||||
|
|
||||||
|
|
||||||
/praise/Prefix
|
/praise/Prefix
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<HTML lang="en-US">
|
<HTML lang="en-US">
|
||||||
<HEAD>
|
<HEAD>
|
||||||
@ -197,6 +199,7 @@ li { font-family: monospace }
|
|||||||
|
|
||||||
|
|
||||||
/praise/index.html literally
|
/praise/index.html literally
|
||||||
|
|
||||||
<LI>[<TIME datetime="2004-12-09">2004</TIME>] Dr. Gene Ray: <A HREF="https://web.archive.org/web/20041209065507/http://timecube.com:80/index.html">Life rotation debunks Trinity.</A></LI>
|
<LI>[<TIME datetime="2004-12-09">2004</TIME>] Dr. Gene Ray: <A HREF="https://web.archive.org/web/20041209065507/http://timecube.com:80/index.html">Life rotation debunks Trinity.</A></LI>
|
||||||
<LI>[<TIME datetime="2021-03-27 04:44">2021<TIME>] 🛸UFO🛸: I wanna hug trinity</LI>
|
<LI>[<TIME datetime="2021-03-27 04:44">2021<TIME>] 🛸UFO🛸: I wanna hug trinity</LI>
|
||||||
<LI>[<TIME datetime="2021-05-03">2021</TIME>] Вероника Заглотова: <A HREF="https://invidious.tube/watch?v=fUpZO9LnNo0">my computer is making mustard gases</A></LI>
|
<LI>[<TIME datetime="2021-05-03">2021</TIME>] Вероника Заглотова: <A HREF="https://invidious.tube/watch?v=fUpZO9LnNo0">my computer is making mustard gases</A></LI>
|
||||||
@ -2544,12 +2547,12 @@ No rights reserved, all rights exercised, rights turned to lefts, left in this c
|
|||||||
<LINK HREF="/css/2023.css" ID="styling" REL="stylesheet" />
|
<LINK HREF="/css/2023.css" ID="styling" REL="stylesheet" />
|
||||||
<META CHARSET="UTF-8" />
|
<META CHARSET="UTF-8" />
|
||||||
<META CONTENT="dtb" NAME="author" />
|
<META CONTENT="dtb" NAME="author" />
|
||||||
<META CONTENT="__DESCRIPTION__" NAME="description" />
|
<META CONTENT="$!DESCRIPTION" NAME="description" />
|
||||||
<META CONTENT="width=device-width, initial-scale=1" NAME="viewport" />
|
<META CONTENT="width=device-width, initial-scale=1" NAME="viewport" />
|
||||||
<META CONTENT="img/trinnow.bmp" NAME="og:image" />
|
<META CONTENT="img/trinnow.bmp" NAME="og:image" />
|
||||||
<META CONTENT="noindex" NAME="googlebot" /> <!-- FUCK GOOGLE -->
|
<META CONTENT="noindex" NAME="googlebot" /> <!-- FUCK GOOGLE -->
|
||||||
<META CONTENT="interest-cohort=()" HTTP-EQUIV="Permissions-Policy" /> <!-- FUCK GOOGLE -->
|
<META CONTENT="interest-cohort=()" HTTP-EQUIV="Permissions-Policy" /> <!-- FUCK GOOGLE -->
|
||||||
<TITLE>__TITLE__</TITLE>
|
<TITLE>$!TITLE</TITLE>
|
||||||
</HEAD>
|
</HEAD>
|
||||||
<BODY>
|
<BODY>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user