This commit is contained in:
nafnlj 2023-07-03 13:26:14 +00:00
parent a8807f5ac0
commit d46ca9d4be
3 changed files with 131 additions and 245 deletions

View File

@ -318,16 +318,6 @@
"wordCount": 1903,
"title": "PSA on Bromite and /e/ OSs Browser",
"imageUrl": null
},
{
"id": "https://thenewleafjournal.com/?post_type=leaf&p=20330",
"author": "Nicholas A. Ferrell",
"description": "I wrote a review of DecSync on March 30. DecSync allows for syncing contacts, calendars, tasks, and even RSS feeds across […]\nPossibly related posts...\n\nDecSync Review\nRunning Linux Visual Novels With ONScripter\nFrom AUR to Mainline Arch Thunderbird\nUsing an Amiga OS-Inspired Window Theme In XFCE With XFWM4\nNice Boat in the Arch User Repository\n\"Just keep tapping the Enter key\"\nFrom mullvad-vpn-cli to mullvad-vpn-bin\nIssue upgrading onscripter on EndeavourOS\nThe Newsletter Leaf Journal at 100",
"link": "https://thenewleafjournal.com/leaf/radicale-decsync-aur-issues/",
"publishedOn": "2023-06-03T18:30:00.000Z",
"wordCount": 1494,
"title": "Radicale-DecSync AUR issues",
"imageUrl": null
}
]
},
@ -472,16 +462,6 @@
"wordCount": 2739,
"title": "Newsletter Leaf Journal CXXXVIII",
"imageUrl": null
},
{
"id": "https://thenewleafjournal.com/?post_type=letter&p=20328",
"author": "Nicholas A. Ferrell",
"description": "Welcome to the syndicated version of Newsletter Leaf Journal 137 (see original). I am supposed to syndicate our Saturday newsletters on […]\nPossibly related posts...\n\nThe Newsletter Leaf Journal at 100\nJustin & Justina: The Most-Read New Leaf Journal Content of…\nJustin and Justina review 2022 at the NLJ\nThe Newsletter Leaf Journal LXIX 〜 The Move(d) Leaf Journal\nThe New Leaf Journal Newsletter\nHow to Find Substack RSS Feeds and Other Notes\nThe New Leaf Journal Celebrates Its First Birthday\nThe Newsletter Leaf Journal VIII\nAn Introduction to RSS and Other Feed Formats",
"link": "https://thenewleafjournal.com/letter/137/",
"publishedOn": "2023-06-03T15:54:23.000Z",
"wordCount": 3105,
"title": "Newsletter Leaf Journal CXXXVII",
"imageUrl": null
}
]
},
@ -535,16 +515,6 @@
"wordCount": 2561,
"title": "Newsletter Leaf Journal CXXXIX 〜 Newsletter collage 〜",
"imageUrl": "https://image-generator.buttondown.email/api/emphasize-newsletter?subject=Newsletter Leaf Journal CXXXIX 〜 Newsletter collage 〜&author=The Newsletter Leaf Journal&date=2023-06-10&img=https://buttondown-attachments.s3.amazonaws.com/icons/919fb579-e1c4-44f2-a6d6-67b7ab020810.png"
},
{
"id": "https://buttondown.email/newsletterleafjournal/archive/138/",
"author": null,
"description": "Welcome to the 138th edition of The Newsletter Leaf Journal, the official newsletter of the perennially virid online writing magazine, The New Leaf Journal. This newsletter comes to you as always from the editor of The New Leaf Journal, Nicholas A. Ferrell.\nWhile we still technically have a couple of weeks of spring here in New York City, something about June feels like the start of summer. But regardless of the season, real or perceived, we have new leaves from the week that was, links from around the web, and your usual assortment of New Leaf Journal news and notes.\nTable of contents\nLeaves from the week that was\nLeaves from around the web\nThe Old Leaf Journal\nMost-turned leaves of the newsletter week\nNews leaf journal\nNotable leaf journal\nTaking leaf\nLeaves from the week that was\nI publ…",
"link": "https://buttondown.email/newsletterleafjournal/archive/138/",
"publishedOn": "2023-06-03T18:16:55.188Z",
"wordCount": 2126,
"title": "Newsletter Leaf Journal CXXXVIII 〜 The caged newsletter 〜",
"imageUrl": "https://buttondown.imgix.net/images/f6cb8fe8-e242-4055-99aa-63eea09c0e23.png"
}
]
},
@ -855,6 +825,26 @@
"feedUrl": "https://memos.emucafe.org/u/2/rss.xml",
"siteUrl": "https://memos.emucafe.org",
"articles": [
{
"id": "https://memos.emucafe.org/m/23",
"author": null,
"description": "Remove db lock in Pacman:\n$ rm /var/lib/pacman/db.lck\n\n#linux #pacman",
"link": "https://memos.emucafe.org/m/23",
"publishedOn": "2023-07-03T04:02:05.000Z",
"wordCount": 21,
"title": "Remove db lock in Pacman:",
"imageUrl": null
},
{
"id": "https://memos.emucafe.org/m/22",
"author": null,
"description": "Project Gutenberg's scanned edition of Bradford Torrey's \"A World of Green Hills\" as a very aesthetic cover:\nhttps://www.gutenberg.org/files/70026/70026-h/70026-h.htm\n#ProjectGutenberg",
"link": "https://memos.emucafe.org/m/22",
"publishedOn": "2023-07-03T02:59:23.000Z",
"wordCount": 21,
"title": "Project Gutenberg's scanned edition of Bradford Torrey's \"A World of Green Hills\" as a very aestheti...",
"imageUrl": null
},
{
"id": "https://memos.emucafe.org/m/21",
"author": null,

View File

@ -2,10 +2,35 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<id>https://nafnlj.github.io/nljfeeds/index.html</id>
<title>New Leaf Journal Feeds</title>
<updated>2023-07-02T23:15:48.400Z</updated>
<updated>2023-07-03T13:26:14.213Z</updated>
<generator>osmosfeed 1.15.1</generator>
<link rel="alternate" href="https://nafnlj.github.io/nljfeeds/index.html"/>
<link rel="self" href="https://nafnlj.github.io/nljfeeds/feed.atom"/>
<entry>
<title type="html"><![CDATA[Remove db lock in Pacman:]]></title>
<id>https://memos.emucafe.org/m/23</id>
<link href="https://memos.emucafe.org/m/23"/>
<updated>2023-07-03T04:02:05.000Z</updated>
<summary type="html"><![CDATA[Remove db lock in Pacman:
$ rm /var/lib/pacman/db.lck
#linux #pacman]]></summary>
<author>
<name>Emu Café Memos</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Project Gutenberg's scanned edition of Bradford Torrey's "A World of Green Hills" as a very aestheti...]]></title>
<id>https://memos.emucafe.org/m/22</id>
<link href="https://memos.emucafe.org/m/22"/>
<updated>2023-07-03T02:59:23.000Z</updated>
<summary type="html"><![CDATA[Project Gutenberg's scanned edition of Bradford Torrey's "A World of Green Hills" as a very aesthetic cover:
https://www.gutenberg.org/files/70026/70026-h/70026-h.htm
#ProjectGutenberg]]></summary>
<author>
<name>Emu Café Memos</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Do I have to watch My Tiny Senpai?]]></title>
<id>https://thenewleafjournal.com/?post_type=leafbud&amp;p=20697</id>
@ -1720,67 +1745,4 @@ The Enigmatic Life and Death of Emperor Otho]]></summary>
<name>Nicholas A. Ferrell</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Radicale-DecSync AUR issues]]></title>
<id>https://thenewleafjournal.com/?post_type=leaf&amp;p=20330</id>
<link href="https://thenewleafjournal.com/leaf/radicale-decsync-aur-issues/"/>
<updated>2023-06-03T18:30:00.000Z</updated>
<summary type="html"><![CDATA[I wrote a review of DecSync on March 30. DecSync allows for syncing contacts, calendars, tasks, and even RSS feeds across […]
Possibly related posts...
DecSync Review
Running Linux Visual Novels With ONScripter
From AUR to Mainline Arch Thunderbird
Using an Amiga OS-Inspired Window Theme In XFCE With XFWM4
Nice Boat in the Arch User Repository
"Just keep tapping the Enter key"
From mullvad-vpn-cli to mullvad-vpn-bin
Issue upgrading onscripter on EndeavourOS
The Newsletter Leaf Journal at 100]]></summary>
<author>
<name>Nicholas A. Ferrell</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Newsletter Leaf Journal CXXXVIII 〜 The caged newsletter 〜]]></title>
<id>https://buttondown.email/newsletterleafjournal/archive/138/</id>
<link href="https://buttondown.email/newsletterleafjournal/archive/138/"/>
<updated>2023-06-03T18:16:55.188Z</updated>
<summary type="html"><![CDATA[Welcome to the 138th edition of The Newsletter Leaf Journal, the official newsletter of the perennially virid online writing magazine, The New Leaf Journal. This newsletter comes to you as always from the editor of The New Leaf Journal, Nicholas A. Ferrell.
While we still technically have a couple of weeks of spring here in New York City, something about June feels like the start of summer. But regardless of the season, real or perceived, we have new leaves from the week that was, links from around the web, and your usual assortment of New Leaf Journal news and notes.
Table of contents
Leaves from the week that was
Leaves from around the web
The Old Leaf Journal
Most-turned leaves of the newsletter week
News leaf journal
Notable leaf journal
Taking leaf
Leaves from the week that was
I publ…]]></summary>
<author>
<name>The Newsletter Leaf Journal</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Newsletter Leaf Journal CXXXVII]]></title>
<id>https://thenewleafjournal.com/?post_type=letter&amp;p=20328</id>
<link href="https://thenewleafjournal.com/letter/137/"/>
<updated>2023-06-03T15:54:23.000Z</updated>
<summary type="html"><![CDATA[Welcome to the syndicated version of Newsletter Leaf Journal 137 (see original). I am supposed to syndicate our Saturday newsletters on […]
Possibly related posts...
The Newsletter Leaf Journal at 100
Justin & Justina: The Most-Read New Leaf Journal Content of…
Justin and Justina review 2022 at the NLJ
The Newsletter Leaf Journal LXIX 〜 The Move(d) Leaf Journal
The New Leaf Journal Newsletter
How to Find Substack RSS Feeds and Other Notes
The New Leaf Journal Celebrates Its First Birthday
The Newsletter Leaf Journal VIII
An Introduction to RSS and Other Feed Formats]]></summary>
<author>
<name>Nicholas A. Ferrell</name>
</author>
</entry>
</feed>

View File

@ -22,11 +22,92 @@
data-action="toggle-accordions"
title="Click to toggle the day, Ctrl + click to toggle all."
>
<time class="daily-heading-toggle__weekday js-offset-weekday" data-offset-date=2023-07-02 datetime="2023-07-02T21:16:55.000Z">2023-07-02</time>
<time class="daily-heading-toggle__date js-offset-date" data-offset-date=2023-07-02 datetime="2023-07-02T21:16:55.000Z"></time>
<time class="daily-heading-toggle__weekday js-offset-weekday" data-offset-date=2023-07-03 datetime="2023-07-03T04:02:05.000Z">2023-07-03</time>
<time class="daily-heading-toggle__date js-offset-date" data-offset-date=2023-07-03 datetime="2023-07-03T04:02:05.000Z"></time>
</button>
</h2>
<ul class="sources card">
<li class="card__section">
<section class="js-toggle-accordions-scope">
<h3 class="source-heading">
<button
class="source-heading__name"
data-action="toggle-accordions"
title="Click to toggle the source, Ctrl + click to toggle all."
>Emu Café Memos</button>
<a class="source-heading__link" href="https://memos.emucafe.org">Open</a>
</h3>
<section class="articles-per-source">
<article>
<details
class="article-expander"
data-action="toggle-native-accordion"
data-accordion-key="https://memos.emucafe.org/m/23"
open
>
<summary class="article-expander__title">Remove db lock in Pacman:</summary>
<a class="article-summary-link article-summary-box-outer" href="https://memos.emucafe.org/m/23">
<div class="article-summary-box-inner media-object">
<span class="media-object__text">
<span>Remove db lock in Pacman:
$ rm /var/lib/pacman/db.lck
#linux #pacman</span>
</span>
</div>
</a>
</details>
</article>
</section>
</section>
</li>
</ul>
</section>
<section class="daily-content js-toggle-accordions-scope">
<h2 class="daily-heading">
<button
class="daily-heading-toggle"
data-action="toggle-accordions"
title="Click to toggle the day, Ctrl + click to toggle all."
>
<time class="daily-heading-toggle__weekday js-offset-weekday" data-offset-date=2023-07-02 datetime="2023-07-03T02:59:23.000Z">2023-07-02</time>
<time class="daily-heading-toggle__date js-offset-date" data-offset-date=2023-07-02 datetime="2023-07-03T02:59:23.000Z"></time>
</button>
</h2>
<ul class="sources card">
<li class="card__section">
<section class="js-toggle-accordions-scope">
<h3 class="source-heading">
<button
class="source-heading__name"
data-action="toggle-accordions"
title="Click to toggle the source, Ctrl + click to toggle all."
>Emu Café Memos</button>
<a class="source-heading__link" href="https://memos.emucafe.org">Open</a>
</h3>
<section class="articles-per-source">
<article>
<details
class="article-expander"
data-action="toggle-native-accordion"
data-accordion-key="https://memos.emucafe.org/m/22"
open
>
<summary class="article-expander__title">Project Gutenberg&#x27;s scanned edition of Bradford Torrey&#x27;s &quot;A World of Green Hills&quot; as a very aestheti...</summary>
<a class="article-summary-link article-summary-box-outer" href="https://memos.emucafe.org/m/22">
<div class="article-summary-box-inner media-object">
<span class="media-object__text">
<span>Project Gutenberg&#x27;s scanned edition of Bradford Torrey&#x27;s &quot;A World of Green Hills&quot; as a very aesthetic cover:
https://www.gutenberg.org/files/70026/70026-h/70026-h.htm
#ProjectGutenberg</span>
</span>
</div>
</a>
</details>
</article>
</section>
</section>
</li>
<li class="card__section">
<section class="js-toggle-accordions-scope">
<h3 class="source-heading">
@ -4099,157 +4180,10 @@ The Enigmatic Life and Death of Emperor Otho</span>
</li>
</ul>
</section>
<section class="daily-content js-toggle-accordions-scope">
<h2 class="daily-heading">
<button
class="daily-heading-toggle"
data-action="toggle-accordions"
title="Click to toggle the day, Ctrl + click to toggle all."
>
<time class="daily-heading-toggle__weekday js-offset-weekday" data-offset-date=2023-06-03 datetime="2023-06-03T18:30:00.000Z">2023-06-03</time>
<time class="daily-heading-toggle__date js-offset-date" data-offset-date=2023-06-03 datetime="2023-06-03T18:30:00.000Z"></time>
</button>
</h2>
<ul class="sources card">
<li class="card__section">
<section class="js-toggle-accordions-scope">
<h3 class="source-heading">
<button
class="source-heading__name"
data-action="toggle-accordions"
title="Click to toggle the source, Ctrl + click to toggle all."
>Leaflets | The New Leaf Journal</button>
<a class="source-heading__link" href="https://thenewleafjournal.com">Open</a>
</h3>
<section class="articles-per-source">
<article>
<details
class="article-expander"
data-action="toggle-native-accordion"
data-accordion-key="https://thenewleafjournal.com/?post_type&#x3D;leaf&amp;p&#x3D;20330"
open
>
<summary class="article-expander__title">Radicale-DecSync AUR issues</summary>
<a class="article-summary-link article-summary-box-outer" href="https://thenewleafjournal.com/leaf/radicale-decsync-aur-issues/">
<div class="article-summary-box-inner media-object">
<span class="media-object__text">
<span>I wrote a review of DecSync on March 30. DecSync allows for syncing contacts, calendars, tasks, and even RSS feeds across […]
Possibly related posts...
DecSync Review
Running Linux Visual Novels With ONScripter
From AUR to Mainline Arch Thunderbird
Using an Amiga OS-Inspired Window Theme In XFCE With XFWM4
Nice Boat in the Arch User Repository
&quot;Just keep tapping the Enter key&quot;
From mullvad-vpn-cli to mullvad-vpn-bin
Issue upgrading onscripter on EndeavourOS
The Newsletter Leaf Journal at 100</span>
&ensp;<span class="article-reading-time">(&hairsp;5
min&hairsp;)</span>
</span>
</div>
</a>
</details>
</article>
</section>
</section>
</li>
<li class="card__section">
<section class="js-toggle-accordions-scope">
<h3 class="source-heading">
<button
class="source-heading__name"
data-action="toggle-accordions"
title="Click to toggle the source, Ctrl + click to toggle all."
>The Newsletter Leaf Journal</button>
<a class="source-heading__link" href="https://buttondown.email/newsletterleafjournal">Open</a>
</h3>
<section class="articles-per-source">
<article>
<details
class="article-expander"
data-action="toggle-native-accordion"
data-accordion-key="https://buttondown.email/newsletterleafjournal/archive/138/"
open
>
<summary class="article-expander__title">Newsletter Leaf Journal CXXXVIII 〜 The caged newsletter 〜</summary>
<a class="article-summary-link article-summary-box-outer" href="https://buttondown.email/newsletterleafjournal/archive/138/">
<div class="article-summary-box-inner media-object">
<img src="https://buttondown.imgix.net/images/f6cb8fe8-e242-4055-99aa-63eea09c0e23.png" loading="lazy" class="media-object__media article-image" />
<span class="media-object__text">
<span>Welcome to the 138th edition of The Newsletter Leaf Journal, the official newsletter of the perennially virid online writing magazine, The New Leaf Journal. This newsletter comes to you as always from the editor of The New Leaf Journal, Nicholas A. Ferrell.
While we still technically have a couple of weeks of spring here in New York City, something about June feels like the start of summer. But regardless of the season, real or perceived, we have new leaves from the week that was, links from around the web, and your usual assortment of New Leaf Journal news and notes.
Table of contents
Leaves from the week that was
Leaves from around the web
The Old Leaf Journal
Most-turned leaves of the newsletter week
News leaf journal
Notable leaf journal
Taking leaf
Leaves from the week that was
I publ…</span>
&ensp;<span class="article-reading-time">(&hairsp;7
min&hairsp;)</span>
</span>
</div>
</a>
</details>
</article>
</section>
</section>
</li>
<li class="card__section">
<section class="js-toggle-accordions-scope">
<h3 class="source-heading">
<button
class="source-heading__name"
data-action="toggle-accordions"
title="Click to toggle the source, Ctrl + click to toggle all."
>Letters | The New Leaf Journal</button>
<a class="source-heading__link" href="https://thenewleafjournal.com">Open</a>
</h3>
<section class="articles-per-source">
<article>
<details
class="article-expander"
data-action="toggle-native-accordion"
data-accordion-key="https://thenewleafjournal.com/?post_type&#x3D;letter&amp;p&#x3D;20328"
open
>
<summary class="article-expander__title">Newsletter Leaf Journal CXXXVII</summary>
<a class="article-summary-link article-summary-box-outer" href="https://thenewleafjournal.com/letter/137/">
<div class="article-summary-box-inner media-object">
<span class="media-object__text">
<span>Welcome to the syndicated version of Newsletter Leaf Journal 137 (see original). I am supposed to syndicate our Saturday newsletters on […]
Possibly related posts...
The Newsletter Leaf Journal at 100
Justin &amp; Justina: The Most-Read New Leaf Journal Content of…
Justin and Justina review 2022 at the NLJ
The Newsletter Leaf Journal LXIX 〜 The Move(d) Leaf Journal
The New Leaf Journal Newsletter
How to Find Substack RSS Feeds and Other Notes
The New Leaf Journal Celebrates Its First Birthday
The Newsletter Leaf Journal VIII
An Introduction to RSS and Other Feed Formats</span>
&ensp;<span class="article-reading-time">(&hairsp;10
min&hairsp;)</span>
</span>
</div>
</a>
</details>
</article>
</section>
</section>
</li>
</ul>
</section>
<footer>
<a class="footer-link" href="https://github.com/nafnlj/nljfeeds/actions/runs/5439044316">
<time id="build-timestamp" datetime="2023-07-02T23:15:48.375Z">2023-07-02T23:15:48.375Z</time>
<a class="footer-link" href="https://github.com/nafnlj/nljfeeds/actions/runs/5445027272">
<time id="build-timestamp" datetime="2023-07-03T13:26:14.188Z">2023-07-03T13:26:14.188Z</time>
</a>
<a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.15.1</a>
</footer>