mirror of
https://github.com/nafnlj/nljfeeds.git
synced 2024-11-12 21:07:54 +00:00
deploy: 6be8842d43
This commit is contained in:
parent
c10285f275
commit
6feb41a99a
30
cache.json
30
cache.json
@ -612,6 +612,16 @@
|
||||
"feedUrl": "https://linuxrocks.online/@nafnlj.rss",
|
||||
"siteUrl": "https://linuxrocks.online/@nafnlj",
|
||||
"articles": [
|
||||
{
|
||||
"id": "https://linuxrocks.online/@nafnlj/110526506157914198",
|
||||
"author": null,
|
||||
"description": "I wanted to add pingback support to WordPress pages so I could enable Webmentions on my new Guestbook. After a bit of searching, I extrapolated the correct functions.php snippet from a guide for a different point and added the functionality to pages without breaking my site.\nhttps://thenewleafjournal.com/leaf/add-pingback-support-to-wordpress-pages/\n#wordpress #webmentions #indieweb #php",
|
||||
"link": "https://linuxrocks.online/@nafnlj/110526506157914198",
|
||||
"publishedOn": "2023-06-11T16:24:03.000Z",
|
||||
"wordCount": 120,
|
||||
"title": "Untitled",
|
||||
"imageUrl": null
|
||||
},
|
||||
{
|
||||
"id": "https://linuxrocks.online/@nafnlj/110520735986799339",
|
||||
"author": null,
|
||||
@ -866,6 +876,26 @@
|
||||
"feedUrl": "https://memos.emucafe.org/u/2/rss.xml",
|
||||
"siteUrl": "https://memos.emucafe.org",
|
||||
"articles": [
|
||||
{
|
||||
"id": "https://memos.emucafe.org/m/7",
|
||||
"author": null,
|
||||
"description": "I started manually maintaining a list of stopwords for WordPress comments after opening our Guestbook. I figured that I could handle it manually instead of using a plugin. The approach was showing some results after two days, but it occurred to me that I could find a bigger stopword list.\nhttps://github.com/splorp/wordpress-comment-blacklist\nI found this big one on GitHub and copied it into my install. The repo notes that there are plugins for keeping it up-to-date, but I thought of a better idea. After some clicking around, I found the atom feed for updates to the blocklist text file. I added it to mfeed, a Firefox extension I use to keep track of feeds for repo and software updates. Now I will not only be able to keep my stopwords list up to date, but I also have a NLJ topic on keeping the list up to date without a plugin.\n#wordpress #feeds #newleafjournal",
|
||||
"link": "https://memos.emucafe.org/m/7",
|
||||
"publishedOn": "2023-06-11T16:10:14.000Z",
|
||||
"wordCount": 21,
|
||||
"title": "I started manually maintaining a list of stopwords for WordPress comments after opening our Guestboo...",
|
||||
"imageUrl": null
|
||||
},
|
||||
{
|
||||
"id": "https://memos.emucafe.org/m/6",
|
||||
"author": null,
|
||||
"description": "Thoughts on anime episodes I watched yesterday:\nThe Dangers in My Heart 11\nPosted its best episode for the second week in a row. The protagonist, Kyo, came to an important realization. In addition to the story progress, this episode featured some beautiful backgrounds for Kyo's abbreviated vacation. I am curious to see if it resolves key points in its conclusion in the same way that Angel Next Door did last season. Despite the strong finish, the series is held back by a rough start and our lack of insight into Anna's perspective and feelings.\nMy Love Story With Yamada-kun 11\nIt has improved a bit in its second half (having noted that I was not impressed with the first half, and episode 11 offers some hope that something will be resolved in the finale (I have my doubts). Akane, like Kyo, appears to have come to a realization (albeit she will state it clearly in the next episode).\nMix S2 10\nGranting that I am watching Mix without the benefit of having seen Touch, it continues to meander at a slow pace with surprisingly little baseball action, even compared to season 1. Generally pleasant, but stronger signs in episode 10 that it is going in an unfortunate direction on one of its romantic stories than we had before (not that the signs haven't been there, that is). I did appreciate one scene where the main protagonist, Touma, offered some meta-commentary on people losing interest in slow stories. The ending song and animation is still fantastic, especially for a show that has a 1980s animation aesthetic.\n#anime #dangersinmyheart #yamadakunat999 #mix-anime",
|
||||
"link": "https://memos.emucafe.org/m/6",
|
||||
"publishedOn": "2023-06-11T16:06:42.000Z",
|
||||
"wordCount": 21,
|
||||
"title": "Thoughts on anime episodes I watched yesterday:",
|
||||
"imageUrl": null
|
||||
},
|
||||
{
|
||||
"id": "https://memos.emucafe.org/m/3",
|
||||
"author": null,
|
||||
|
44
feed.atom
44
feed.atom
@ -2,10 +2,52 @@
|
||||
<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-06-11T15:54:36.714Z</updated>
|
||||
<updated>2023-06-11T18:17:31.428Z</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[Untitled]]></title>
|
||||
<id>https://linuxrocks.online/@nafnlj/110526506157914198</id>
|
||||
<link href="https://linuxrocks.online/@nafnlj/110526506157914198"/>
|
||||
<updated>2023-06-11T16:24:03.000Z</updated>
|
||||
<summary type="html"><![CDATA[I wanted to add pingback support to WordPress pages so I could enable Webmentions on my new Guestbook. After a bit of searching, I extrapolated the correct functions.php snippet from a guide for a different point and added the functionality to pages without breaking my site.
|
||||
https://thenewleafjournal.com/leaf/add-pingback-support-to-wordpress-pages/
|
||||
#wordpress #webmentions #indieweb #php]]></summary>
|
||||
<author>
|
||||
<name>N.A. Ferrell</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[I started manually maintaining a list of stopwords for WordPress comments after opening our Guestboo...]]></title>
|
||||
<id>https://memos.emucafe.org/m/7</id>
|
||||
<link href="https://memos.emucafe.org/m/7"/>
|
||||
<updated>2023-06-11T16:10:14.000Z</updated>
|
||||
<summary type="html"><![CDATA[I started manually maintaining a list of stopwords for WordPress comments after opening our Guestbook. I figured that I could handle it manually instead of using a plugin. The approach was showing some results after two days, but it occurred to me that I could find a bigger stopword list.
|
||||
https://github.com/splorp/wordpress-comment-blacklist
|
||||
I found this big one on GitHub and copied it into my install. The repo notes that there are plugins for keeping it up-to-date, but I thought of a better idea. After some clicking around, I found the atom feed for updates to the blocklist text file. I added it to mfeed, a Firefox extension I use to keep track of feeds for repo and software updates. Now I will not only be able to keep my stopwords list up to date, but I also have a NLJ topic on keeping the list up to date without a plugin.
|
||||
#wordpress #feeds #newleafjournal]]></summary>
|
||||
<author>
|
||||
<name>Emu Café Memos</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Thoughts on anime episodes I watched yesterday:]]></title>
|
||||
<id>https://memos.emucafe.org/m/6</id>
|
||||
<link href="https://memos.emucafe.org/m/6"/>
|
||||
<updated>2023-06-11T16:06:42.000Z</updated>
|
||||
<summary type="html"><![CDATA[Thoughts on anime episodes I watched yesterday:
|
||||
The Dangers in My Heart 11
|
||||
Posted its best episode for the second week in a row. The protagonist, Kyo, came to an important realization. In addition to the story progress, this episode featured some beautiful backgrounds for Kyo's abbreviated vacation. I am curious to see if it resolves key points in its conclusion in the same way that Angel Next Door did last season. Despite the strong finish, the series is held back by a rough start and our lack of insight into Anna's perspective and feelings.
|
||||
My Love Story With Yamada-kun 11
|
||||
It has improved a bit in its second half (having noted that I was not impressed with the first half, and episode 11 offers some hope that something will be resolved in the finale (I have my doubts). Akane, like Kyo, appears to have come to a realization (albeit she will state it clearly in the next episode).
|
||||
Mix S2 10
|
||||
Granting that I am watching Mix without the benefit of having seen Touch, it continues to meander at a slow pace with surprisingly little baseball action, even compared to season 1. Generally pleasant, but stronger signs in episode 10 that it is going in an unfortunate direction on one of its romantic stories than we had before (not that the signs haven't been there, that is). I did appreciate one scene where the main protagonist, Touma, offered some meta-commentary on people losing interest in slow stories. The ending song and animation is still fantastic, especially for a show that has a 1980s animation aesthetic.
|
||||
#anime #dangersinmyheart #yamadakunat999 #mix-anime]]></summary>
|
||||
<author>
|
||||
<name>Emu Café Memos</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Update osmosfeed.yaml]]></title>
|
||||
<id>https://github.com/nafnlj/nljfeeds/commit/6be8842d43b8ce251ee1132b7ae5485dc1e031ff</id>
|
||||
|
99
index.html
99
index.html
@ -22,11 +22,102 @@
|
||||
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-11 datetime="2023-06-11T15:54:10.000Z">2023-06-11</time>
|
||||
<time class="daily-heading-toggle__date js-offset-date" data-offset-date=2023-06-11 datetime="2023-06-11T15:54:10.000Z"></time>
|
||||
<time class="daily-heading-toggle__weekday js-offset-weekday" data-offset-date=2023-06-11 datetime="2023-06-11T16:24:03.000Z">2023-06-11</time>
|
||||
<time class="daily-heading-toggle__date js-offset-date" data-offset-date=2023-06-11 datetime="2023-06-11T16:24:03.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."
|
||||
>N.A. Ferrell</button>
|
||||
<a class="source-heading__link" href="https://linuxrocks.online/@nafnlj">Open</a>
|
||||
</h3>
|
||||
<section class="articles-per-source">
|
||||
<article>
|
||||
<details
|
||||
class="article-expander"
|
||||
data-action="toggle-native-accordion"
|
||||
data-accordion-key="https://linuxrocks.online/@nafnlj/110526506157914198"
|
||||
open
|
||||
>
|
||||
<summary class="article-expander__title">Untitled</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://linuxrocks.online/@nafnlj/110526506157914198">
|
||||
<div class="article-summary-box-inner media-object">
|
||||
<span class="media-object__text">
|
||||
<span>I wanted to add pingback support to WordPress pages so I could enable Webmentions on my new Guestbook. After a bit of searching, I extrapolated the correct functions.php snippet from a guide for a different point and added the functionality to pages without breaking my site.
|
||||
https://thenewleafjournal.com/leaf/add-pingback-support-to-wordpress-pages/
|
||||
#wordpress #webmentions #indieweb #php</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."
|
||||
>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/7"
|
||||
open
|
||||
>
|
||||
<summary class="article-expander__title">I started manually maintaining a list of stopwords for WordPress comments after opening our Guestboo...</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://memos.emucafe.org/m/7">
|
||||
<div class="article-summary-box-inner media-object">
|
||||
<span class="media-object__text">
|
||||
<span>I started manually maintaining a list of stopwords for WordPress comments after opening our Guestbook. I figured that I could handle it manually instead of using a plugin. The approach was showing some results after two days, but it occurred to me that I could find a bigger stopword list.
|
||||
https://github.com/splorp/wordpress-comment-blacklist
|
||||
I found this big one on GitHub and copied it into my install. The repo notes that there are plugins for keeping it up-to-date, but I thought of a better idea. After some clicking around, I found the atom feed for updates to the blocklist text file. I added it to mfeed, a Firefox extension I use to keep track of feeds for repo and software updates. Now I will not only be able to keep my stopwords list up to date, but I also have a NLJ topic on keeping the list up to date without a plugin.
|
||||
#wordpress #feeds #newleafjournal</span>
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details
|
||||
class="article-expander"
|
||||
data-action="toggle-native-accordion"
|
||||
data-accordion-key="https://memos.emucafe.org/m/6"
|
||||
open
|
||||
>
|
||||
<summary class="article-expander__title">Thoughts on anime episodes I watched yesterday:</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://memos.emucafe.org/m/6">
|
||||
<div class="article-summary-box-inner media-object">
|
||||
<span class="media-object__text">
|
||||
<span>Thoughts on anime episodes I watched yesterday:
|
||||
The Dangers in My Heart 11
|
||||
Posted its best episode for the second week in a row. The protagonist, Kyo, came to an important realization. In addition to the story progress, this episode featured some beautiful backgrounds for Kyo's abbreviated vacation. I am curious to see if it resolves key points in its conclusion in the same way that Angel Next Door did last season. Despite the strong finish, the series is held back by a rough start and our lack of insight into Anna's perspective and feelings.
|
||||
My Love Story With Yamada-kun 11
|
||||
It has improved a bit in its second half (having noted that I was not impressed with the first half, and episode 11 offers some hope that something will be resolved in the finale (I have my doubts). Akane, like Kyo, appears to have come to a realization (albeit she will state it clearly in the next episode).
|
||||
Mix S2 10
|
||||
Granting that I am watching Mix without the benefit of having seen Touch, it continues to meander at a slow pace with surprisingly little baseball action, even compared to season 1. Generally pleasant, but stronger signs in episode 10 that it is going in an unfortunate direction on one of its romantic stories than we had before (not that the signs haven't been there, that is). I did appreciate one scene where the main protagonist, Touma, offered some meta-commentary on people losing interest in slow stories. The ending song and animation is still fantastic, especially for a show that has a 1980s animation aesthetic.
|
||||
#anime #dangersinmyheart #yamadakunat999 #mix-anime</span>
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
</section>
|
||||
</section>
|
||||
</li>
|
||||
<li class="card__section">
|
||||
<section class="js-toggle-accordions-scope">
|
||||
<h3 class="source-heading">
|
||||
@ -3869,8 +3960,8 @@ https://thenewleafjournal.com/anna-jarvis-and-the-origin-of-mothers-day-in-the-u
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<a class="footer-link" href="https://github.com/nafnlj/nljfeeds/actions/runs/5236296862">
|
||||
<time id="build-timestamp" datetime="2023-06-11T15:54:36.645Z">2023-06-11T15:54:36.645Z</time>
|
||||
<a class="footer-link" href="https://github.com/nafnlj/nljfeeds/actions/runs/5236868396">
|
||||
<time id="build-timestamp" datetime="2023-06-11T18:17:31.398Z">2023-06-11T18:17:31.398Z</time>
|
||||
</a>
|
||||
<a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.15.1</a>
|
||||
</footer>
|
||||
|
Loading…
Reference in New Issue
Block a user