diff --git a/build/feed.mjs b/build/feed.mjs index 35bf6d6c..e3ad6325 100644 --- a/build/feed.mjs +++ b/build/feed.mjs @@ -363,7 +363,7 @@ function parseFeedItemsFromXml(xml) { const guid = decodeXml(extractXmlTag(itemXml, 'guid')); const pubDate = decodeXml(extractXmlTag(itemXml, 'pubDate')); const category = decodeXml(extractXmlTag(itemXml, 'category')); - const contentEncoded = unwrapCdata(extractXmlTag(itemXml, 'content:encoded')); + const contentEncoded = decodeXml(unwrapCdata(extractXmlTag(itemXml, 'content:encoded'))); const description = ( contentEncoded || decodeXml(extractXmlTag(itemXml, 'description')) diff --git a/feed/feed.xml b/feed/feed.xml index 32888b7c..f8da7cee 100644 --- a/feed/feed.xml +++ b/feed/feed.xml @@ -156,11 +156,11 @@ Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/6f0cbac0aae80f402ed Security Tools Category: Security Tools App: TouchBridge -Description: Authenticate with your phone's fingerprint as a free Touch ID keyboard alternative. +Description: Authenticate with your phone's fingerprint as a free Touch ID keyboard alternative. Open Source: https://github.com/HMAKT99/UnTouchID Commit: Add TouchBridge — free Touch ID alternative for Macs without biometric sensor (#1930) Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/8f67d57662e7e7369662d5315c29aa447525bd88 - App: TouchBridge
Description: Authenticate with your phone's fingerprint as a free Touch ID keyboard alternative.
Open Source: https://github.com/HMAKT99/UnTouchID
Commit: Add TouchBridge — free Touch ID alternative for Macs without biometric sensor (#1930)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/8f67d57662e7e7369662d5315c29aa447525bd88]]>
+ App: TouchBridge
Description: Authenticate with your phone's fingerprint as a free Touch ID keyboard alternative.
Open Source: https://github.com/HMAKT99/UnTouchID
Commit: Add TouchBridge — free Touch ID alternative for Macs without biometric sensor (#1930)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/8f67d57662e7e7369662d5315c29aa447525bd88]]>
VSCodium @@ -212,11 +212,11 @@ Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/e7141d43cf5ff47450f Developer Tools / Virtualization Category: Developer Tools / Virtualization App: Mocker -Description: Docker-compatible container management tool built natively on Apple's Containerization framework. +Description: Docker-compatible container management tool built natively on Apple's Containerization framework. Open Source: https://github.com/us/mocker Commit: Add Mocker - Docker-compatible container CLI for macOS (#1922) Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0f07144172ed87ddea66917792bd82d7947e775b - App: Mocker
Description: Docker-compatible container management tool built natively on Apple's Containerization framework.
Open Source: https://github.com/us/mocker
Commit: Add Mocker - Docker-compatible container CLI for macOS (#1922)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0f07144172ed87ddea66917792bd82d7947e775b]]>
+ App: Mocker
Description: Docker-compatible container management tool built natively on Apple's Containerization framework.
Open Source: https://github.com/us/mocker
Commit: Add Mocker - Docker-compatible container CLI for macOS (#1922)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0f07144172ed87ddea66917792bd82d7947e775b]]>
macshot