aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/vendor/rss/xml.example.md
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2026-01-26 06:20:31 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2026-01-26 06:20:31 +0100
commit663e797954721016625142c6a38d2915c0a6a698 (patch)
treece3213bf5ee3d39b2d2e80432c62634448786c95 /src/lib/vendor/rss/xml.example.md
parent7a3a7eb9c8e1012a75e6956ba476f13beb414f4c (diff)
downloadmem-estrogen-zone-663e797954721016625142c6a38d2915c0a6a698.tar.gz
mem-estrogen-zone-663e797954721016625142c6a38d2915c0a6a698.tar.bz2
mem-estrogen-zone-663e797954721016625142c6a38d2915c0a6a698.tar.lz
mem-estrogen-zone-663e797954721016625142c6a38d2915c0a6a698.zip

feat: an RSS

Diffstat (limited to 'src/lib/vendor/rss/xml.example.md')
-rw-r--r--src/lib/vendor/rss/xml.example.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/vendor/rss/xml.example.md b/src/lib/vendor/rss/xml.example.md
index ba006e2..591904a 100644
--- a/src/lib/vendor/rss/xml.example.md
+++ b/src/lib/vendor/rss/xml.example.md
@@ -6,10 +6,10 @@ If you like directly working with XML, here's an example of how to for this:
const posts = [
{
title: 'Launching SSH during early boot with mkinitfs',
- url: 'https://estrogen.zone/~mem/blog/1768406136',
+ url: 'https://estrogen.zone/~mem/blog/1768406136-alpine-ssh-early-initfs-disk-decryption/',
blurb: 'Replacing the early init with our own script to launch SSH, killing it in early userspace, and allowing remote disk decryption in the mean time',
author: '7222e800',
- guid: '1768406136',
+ guid: 'https://estrogen.zone/~mem/blog/1768406136',
published: new Date('2026-01-14T15:53:57Z').toUTCString()
}
];
@@ -131,7 +131,7 @@ XMLDocumentRoot {
children: [
XMLText {
tagType: '#text',
- text: 'https://estrogen.zone/~mem/blog/1768406136'
+ text: 'https://estrogen.zone/~mem/blog/1768406136-alpine-ssh-early-initfs-disk-decryption/'
}
],
tagType: '#element',
@@ -164,7 +164,7 @@ XMLDocumentRoot {
children: [
XMLText {
tagType: '#text',
- text: '1768406136'
+ text: 'https://estrogen.zone/~mem/blog/1768406136'
}
],
tagType: '#element',
@@ -222,7 +222,7 @@ and this RSS:
Launching SSH during early boot with mkinitfs
</title>
<link>
- https://estrogen.zone/~mem/blog/1768406136
+ https://estrogen.zone/~mem/blog/1768406136-alpine-ssh-early-initfs-disk-decryption/
</link>
<description>
Replacing the early init with our own script to launch SSH, killing it in early userspace, and allowing remote disk decryption in the mean time
@@ -231,7 +231,7 @@ and this RSS:
7222e800
</author>
<guid>
- 1768406136
+ https://estrogen.zone/~mem/blog/1768406136
</guid>
<published>
Wed, 14 Jan 2026 15:53:57 GMT