diff --git a/checktor.js b/checktor.js
old mode 100755
new mode 100644
index d562714..e98b244
--- a/checktor.js
+++ b/checktor.js
@@ -13,6 +13,8 @@ let ly = text.includes("onion.ly");
let moe = text.includes("onion.moe");
let web = text.includes("darknet2web.com");
let gate = text.includes("torgateway.com");
-if ((pet === true) || (ws === true) || (gate === true) || (search === true) || (cyber === true) || (ly === true) || (web === true) || (moe === true)) {
+let i2p = text.includes("i2p.mk16.de");
+let i2p2 = text.includes("i2phides.me");
+if ((pet === true) || (i2p === true ) || (ws === true) || (gate === true) || (search === true) || (i2p2 === true) || (cyber === true) || (ly === true) || (web === true) || (moe === true)) {
window.location.replace("https://theannoyingsite.com");
}
diff --git a/feed.ass b/feed.ass
index 9bdd2cd..67b7542 100644
--- a/feed.ass
+++ b/feed.ass
@@ -1,5 +1,6 @@
# MayVaneDay ASS (https://tilde.town/~dzwdz/ass/) feed
+2022-06-01 https://mayvaneday.org/poetry/y/YOU-NEED-TO-KNOW.txt YOU NEED TO KNOW
2022-05-26 https://mayvaneday.org/poetry/r/reynar.txt Reynar
2022-05-25 https://mayvaneday.org/poetry/u/under-my-fingernails.txt Under My Fingernails
2022-05-24 https://mayvaneday.org/poetry/g/gradation.txt Gradation
diff --git a/feed.xml b/feed.xml
index 2a3b760..8f5305b 100755
--- a/feed.xml
+++ b/feed.xml
@@ -10,6 +10,54 @@
+I wish it had been a bridal night
+instead of a boring nosebleed,
+standing over my great-grandma's sink
+at three in the morning.
+That it had been you taking my breath away
+and not clots in my nostrils, down the drain
+as if the rivers sent to confirm
+I would not give birth
+that cycle had gotten lost.
+
+The shed blood and tears,
+the countless years
+spent in breathless wait
+in order to be there
+on that belated
+celebrated
+day.
+You in a dress in my favorite hue
+and mine you had yourself made.
+To finally see the love I could not hide
+within my body reflected in your eyes
+without fear of a glamour or being a disguise.
+
+You've been so patient with me all my life,
+and it's a damn miracle that you still insist
+on spending the rest of yours at my side.
+But this is how it's supposed to go, right?
+You're supposed to marry your best friend,
+who knows you like they know themselves,
+who will tolerate you at worst until the bitter end.
+
+And I,
+I must confide,
+can think of no one else I'd
+rather spend my life
+with.
+
+ ]]>
+
-We're coming up on the end of the Eschaton, you and I,
-and for almost a year I've planned for next month to die.
-But it's impossible to plan for every contingency.
-What are we to do if May passes and I'm still living?
-
-I've kept this faith secret in me, learned every way to hide
-and still let through a sliver of this lightning kept inside.
-There's so much love you've planted in this garden that's my body
-that perhaps, if I stand still enough, others will see my wings.
-
-In the birds that convened outside my window
-gathered in a flock until they took flight,
-in the blackened tree branches that scraped
-against an ashen gray sky,
-in the first blooms and blossoms
-of my garden in birthing spring:
-if it was good and beautiful, I saw you in everything.
]]>
Announcement Box
-
@@ -54,6 +53,8 @@
+
+
[IPFS]
[I2P]
[Yggdrasil]
diff --git a/poetry/index.gmi b/poetry/index.gmi
index 40b5d10..604317c 100755
--- a/poetry/index.gmi
+++ b/poetry/index.gmi
@@ -169,3 +169,6 @@
=> w/wip.txt WIP
=> w/withering.txt withering
=> w/wme.txt (w/m)e
+
+## Y
+=> y/YOU-NEED-TO-KNOW.txt YOU NEED TO KNOW
diff --git a/poetry/index.gph b/poetry/index.gph
index 7430290..c6248d0 100755
--- a/poetry/index.gph
+++ b/poetry/index.gph
@@ -170,3 +170,6 @@ iW
0WIP w/wip.txt
0withering w/withering.txt
0(w/m)e w/wme.txt
+
+iY
+0YOU NEED TO KNOW y/YOU-NEED-TO-KNOW.txt
diff --git a/poetry/index.html b/poetry/index.html
index 8148033..4991722 100755
--- a/poetry/index.html
+++ b/poetry/index.html
@@ -176,17 +176,19 @@
├── v
│ ├── viaje.txt
│ └── victor.txt
- └── w
- ├── warning.txt
- ├── watershed.txt
- ├── wip.txt
- ├── withering.txt
- └── wme.txt
+ ├── w
+ │ ├── warning.txt
+ │ ├── watershed.txt
+ │ ├── wip.txt
+ │ ├── withering.txt
+ │ └── wme.txt
+ └── y
+ └── YOU-NEED-TO-KNOW.txt
-22 directories, 131 files
+23 directories, 132 files