diff options
feat: an RSS
Diffstat (limited to 'src/lib/vendor/rss/xml.example.md')
| -rw-r--r-- | src/lib/vendor/rss/xml.example.md | 12 |
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 |