index.html works
This commit is contained in:
parent
4fadfd99e3
commit
f733e587e5
@ -37,7 +37,7 @@ for part in reversed(sys.stdin.read().split("\n\n\n")):
|
|||||||
mode = attribute
|
mode = attribute
|
||||||
attributes = list(set(attributes) ^ {"append", "replace"})
|
attributes = list(set(attributes) ^ {"append", "replace"})
|
||||||
content = part[len("\n".join(content))+2:]
|
content = part[len("\n".join(content))+2:]
|
||||||
file = File(attributes = attributes, content = content,
|
file = File(attributes = attributes, content = content + "\n",
|
||||||
substitutions = substitutions)
|
substitutions = substitutions)
|
||||||
if mode == "append":
|
if mode == "append":
|
||||||
if not(name in files):
|
if not(name in files):
|
||||||
@ -51,8 +51,6 @@ for name in files:
|
|||||||
p = ""; s = ""; d = name
|
p = ""; s = ""; d = name
|
||||||
while True:
|
while True:
|
||||||
d = os.path.dirname(d)
|
d = os.path.dirname(d)
|
||||||
if d == "." or (not(p == "") and not(s == "")):
|
|
||||||
break
|
|
||||||
if (p == ""
|
if (p == ""
|
||||||
and os.path.join(d, "Prefix")
|
and os.path.join(d, "Prefix")
|
||||||
in files.keys()):
|
in files.keys()):
|
||||||
@ -61,6 +59,8 @@ for name in files:
|
|||||||
and os.path.join(d, "Suffix")
|
and os.path.join(d, "Suffix")
|
||||||
in files.keys()):
|
in files.keys()):
|
||||||
s = files[os.path.join(d, "Suffix")].content
|
s = files[os.path.join(d, "Suffix")].content
|
||||||
|
if d == "." or (not(p == "") and not(s == "")):
|
||||||
|
break
|
||||||
files[name].content = p + files[name].content + s
|
files[name].content = p + files[name].content + s
|
||||||
if files[name].figurative:
|
if files[name].figurative:
|
||||||
content = files[name].content
|
content = files[name].content
|
||||||
@ -1926,6 +1926,48 @@ If I don't, escalate the issue to the host of this site (this can also be found
|
|||||||
</HTML>
|
</HTML>
|
||||||
|
|
||||||
|
|
||||||
|
/blah/2023-08-05.html
|
||||||
|
|
||||||
|
On August 19 I'm taking a Greyhound away from Lewiston, Maine and I'm probably
|
||||||
|
not coming back. The only thing that could precipitate my return is my sidekick
|
||||||
|
being in trouble here.
|
||||||
|
|
||||||
|
Since walking out of work I've been picking around and working on clearing out
|
||||||
|
the stuff I'm not taking with me. It's been difficult. Sidekick left June 22 or
|
||||||
|
so and I haven't seen her since. Called regularly until recently. For the last
|
||||||
|
couple weeks she'd be here the day after we called so we could hang out before
|
||||||
|
I leave. Now I think I've lost that hope. If I'm being honest with myself I
|
||||||
|
knew 2023-07-07T1300 that I wasn't gonna see her again. But I also knew I'd
|
||||||
|
been wrong before. She said she'd be here yesterday. We didn't call to extend
|
||||||
|
the promise.
|
||||||
|
|
||||||
|
I feel like a divorcee. But if she walks through the apartment door between now
|
||||||
|
and the nineteenth she's welcome certainly and without a second thought. But I
|
||||||
|
know she doesn't read this blog. Few if any do.
|
||||||
|
|
||||||
|
|
||||||
|
/Suffix verbatim
|
||||||
|
|
||||||
|
</BODY>
|
||||||
|
</HTML>
|
||||||
|
|
||||||
|
|
||||||
|
/blah/2023-08-04.html
|
||||||
|
|
||||||
|
when I'm unrepairable I need you to not break
|
||||||
|
I may be your dependency but I can't change my fate
|
||||||
|
you don't understand me or that I'm just pushing you away
|
||||||
|
I promise it's not your fault I just can't bear to leave you chained
|
||||||
|
chained to my lifeless corpse, cadaver floating in the sea
|
||||||
|
waterlogged and bloated, pirate pacific devotee
|
||||||
|
swiss army woman drifting, you're still holding onto me
|
||||||
|
please just let me go so you yourself can go be free
|
||||||
|
your self sabatoge got to me and my life got to you
|
||||||
|
i don't know how arrange the words that'll get it through
|
||||||
|
buddy dear I love you and I'm hopelessly now due
|
||||||
|
for my seven years of bad luck month of hell condemned volume
|
||||||
|
|
||||||
|
|
||||||
/js/sheets.js verbatim
|
/js/sheets.js verbatim
|
||||||
|
|
||||||
/* Depends on cookies.js */
|
/* Depends on cookies.js */
|
||||||
@ -1954,7 +1996,7 @@ window.setStyling = function(sheet){
|
|||||||
/* @license-end */
|
/* @license-end */
|
||||||
|
|
||||||
|
|
||||||
/js/Suffix
|
/js/Suffix verbatim
|
||||||
|
|
||||||
[ "Special thanks to Ками for their help with this quotes script.",
|
[ "Special thanks to Ками for their help with this quotes script.",
|
||||||
"trinity" ]
|
"trinity" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user