From c9d51c7de97f8af318fa7eb866c138a69676e1d7 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 11:05:28 +0100 Subject: Made a bunch of content fixes --- content/notes/2023-05-23-parse-rss-with-lua.md | 3 +-- content/notes/2023-05-25-show-xterm-colors.md | 3 +-- content/notes/2023-06-01-ewd-manuscripts-ebook.md | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) (limited to 'content/notes') diff --git a/content/notes/2023-05-23-parse-rss-with-lua.md b/content/notes/2023-05-23-parse-rss-with-lua.md index c2cdcbc..ecd33d5 100644 --- a/content/notes/2023-05-23-parse-rss-with-lua.md +++ b/content/notes/2023-05-23-parse-rss-with-lua.md @@ -16,7 +16,7 @@ Example of parsing RSS feeds with Lua. Before running the script install: local http = require("socket.http") local feedparser = require("feedparser") -local feed_url = "https://mitjafelicijan.com/feed.rss" +local feed_url = "https://mitjafelicijan.com/index.xml" local response, status, _ = http.request(feed_url) if status == 200 then @@ -38,4 +38,3 @@ else print("! Request failed. Status:", status) end ``` - diff --git a/content/notes/2023-05-25-show-xterm-colors.md b/content/notes/2023-05-25-show-xterm-colors.md index cc5eca4..1e6d526 100644 --- a/content/notes/2023-05-25-show-xterm-colors.md +++ b/content/notes/2023-05-25-show-xterm-colors.md @@ -1,6 +1,6 @@ --- title: Display xterm color palette -url: write-iso-usb.html +url: xterm-color-palette.html date: 2023-05-25T12:00:00+02:00 type: note draft: false @@ -82,4 +82,3 @@ case ${1-none} in ;; esac | less --raw-control-chars --QUIT-AT-EOF --no-init ``` - diff --git a/content/notes/2023-06-01-ewd-manuscripts-ebook.md b/content/notes/2023-06-01-ewd-manuscripts-ebook.md index 0a81adf..1ce597e 100644 --- a/content/notes/2023-06-01-ewd-manuscripts-ebook.md +++ b/content/notes/2023-06-01-ewd-manuscripts-ebook.md @@ -13,8 +13,8 @@ MOBI version. I converted it into ePub as well. Downloads: -- [MOBI version of all Manuscripts](https://files.mitjafelicijan.com/haphazard/ewd-manuscripts.mobi) -- [ePub version of all Manuscripts](https://files.mitjafelicijan.com/haphazard/ewd-manuscripts.epub) +- [MOBI version of all Manuscripts](https://mitjafelicijan.fra1.digitaloceanspaces.com/haphazard/ewd-manuscripts.mobi) +- [ePub version of all Manuscripts](https://mitjafelicijan.fra1.digitaloceanspaces.com/haphazard/ewd-manuscripts.epub) Sources and credits: -- cgit v1.2.3