diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-31 11:05:28 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-31 11:05:28 +0100 |
| commit | c9d51c7de97f8af318fa7eb866c138a69676e1d7 (patch) | |
| tree | 18f51726efa1ea45366d4e0f01a99888cf51d995 /content/notes | |
| parent | 6ee7245390cdf4e19fef82c2423ba325adea4114 (diff) | |
| download | mitjafelicijan.com-c9d51c7de97f8af318fa7eb866c138a69676e1d7.tar.gz | |
Made a bunch of content fixes
Diffstat (limited to 'content/notes')
| -rw-r--r-- | content/notes/2023-05-23-parse-rss-with-lua.md | 3 | ||||
| -rw-r--r-- | content/notes/2023-05-25-show-xterm-colors.md | 3 | ||||
| -rw-r--r-- | content/notes/2023-06-01-ewd-manuscripts-ebook.md | 4 |
3 files changed, 4 insertions, 6 deletions
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: | |||
| 16 | local http = require("socket.http") | 16 | local http = require("socket.http") |
| 17 | local feedparser = require("feedparser") | 17 | local feedparser = require("feedparser") |
| 18 | 18 | ||
| 19 | local feed_url = "https://mitjafelicijan.com/feed.rss" | 19 | local feed_url = "https://mitjafelicijan.com/index.xml" |
| 20 | 20 | ||
| 21 | local response, status, _ = http.request(feed_url) | 21 | local response, status, _ = http.request(feed_url) |
| 22 | if status == 200 then | 22 | if status == 200 then |
| @@ -38,4 +38,3 @@ else | |||
| 38 | print("! Request failed. Status:", status) | 38 | print("! Request failed. Status:", status) |
| 39 | end | 39 | end |
| 40 | ``` | 40 | ``` |
| 41 | |||
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 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: Display xterm color palette | 2 | title: Display xterm color palette |
| 3 | url: write-iso-usb.html | 3 | url: xterm-color-palette.html |
| 4 | date: 2023-05-25T12:00:00+02:00 | 4 | date: 2023-05-25T12:00:00+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| @@ -82,4 +82,3 @@ case ${1-none} in | |||
| 82 | ;; | 82 | ;; |
| 83 | esac | less --raw-control-chars --QUIT-AT-EOF --no-init | 83 | esac | less --raw-control-chars --QUIT-AT-EOF --no-init |
| 84 | ``` | 84 | ``` |
| 85 | |||
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. | |||
| 13 | 13 | ||
| 14 | Downloads: | 14 | Downloads: |
| 15 | 15 | ||
| 16 | - [MOBI version of all Manuscripts](https://files.mitjafelicijan.com/haphazard/ewd-manuscripts.mobi) | 16 | - [MOBI version of all Manuscripts](https://mitjafelicijan.fra1.digitaloceanspaces.com/haphazard/ewd-manuscripts.mobi) |
| 17 | - [ePub version of all Manuscripts](https://files.mitjafelicijan.com/haphazard/ewd-manuscripts.epub) | 17 | - [ePub version of all Manuscripts](https://mitjafelicijan.fra1.digitaloceanspaces.com/haphazard/ewd-manuscripts.epub) |
| 18 | 18 | ||
| 19 | Sources and credits: | 19 | Sources and credits: |
| 20 | 20 | ||
