mirror of
https://github.com/nafnlj/nljfeeds.git
synced 2024-12-23 12:10:02 +00:00
deploy: 6be8842d43
This commit is contained in:
parent
6feb41a99a
commit
0a979406d0
10
cache.json
10
cache.json
@ -876,6 +876,16 @@
|
|||||||
"feedUrl": "https://memos.emucafe.org/u/2/rss.xml",
|
"feedUrl": "https://memos.emucafe.org/u/2/rss.xml",
|
||||||
"siteUrl": "https://memos.emucafe.org",
|
"siteUrl": "https://memos.emucafe.org",
|
||||||
"articles": [
|
"articles": [
|
||||||
|
{
|
||||||
|
"id": "https://memos.emucafe.org/m/8",
|
||||||
|
"author": null,
|
||||||
|
"description": "I previously noted that I could not start my local Radicale-DecSync server and that switching from the AUR package to the PyPi package resolved the issue.\nhttps://thenewleafjournal.com/leaf/radicale-decsync-aur-issues/\nHowever, I ran into the following error today when I tried to launch the local server:\n[2023-06-11 15:56:14 -0400] [2661] [CRITICAL] An exception occurred during server startup: Failed to load storage module 'radicale_storage_decsync': libcrypt.so.1: cannot open shared object file: No such file or directory\n\n\nSolution from AUR libdecsync package: Install libxcrypt-compat\npacman -S libxcrypt-compat\n\n#linux #decsync #pacman #pypi",
|
||||||
|
"link": "https://memos.emucafe.org/m/8",
|
||||||
|
"publishedOn": "2023-06-11T20:02:44.000Z",
|
||||||
|
"wordCount": 21,
|
||||||
|
"title": "I previously noted that I could not start my local Radicale-DecSync server and that switching from t...",
|
||||||
|
"imageUrl": null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "https://memos.emucafe.org/m/7",
|
"id": "https://memos.emucafe.org/m/7",
|
||||||
"author": null,
|
"author": null,
|
||||||
|
21
feed.atom
21
feed.atom
@ -2,10 +2,29 @@
|
|||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
<id>https://nafnlj.github.io/nljfeeds/index.html</id>
|
<id>https://nafnlj.github.io/nljfeeds/index.html</id>
|
||||||
<title>New Leaf Journal Feeds</title>
|
<title>New Leaf Journal Feeds</title>
|
||||||
<updated>2023-06-11T18:17:31.428Z</updated>
|
<updated>2023-06-11T23:15:00.767Z</updated>
|
||||||
<generator>osmosfeed 1.15.1</generator>
|
<generator>osmosfeed 1.15.1</generator>
|
||||||
<link rel="alternate" href="https://nafnlj.github.io/nljfeeds/index.html"/>
|
<link rel="alternate" href="https://nafnlj.github.io/nljfeeds/index.html"/>
|
||||||
<link rel="self" href="https://nafnlj.github.io/nljfeeds/feed.atom"/>
|
<link rel="self" href="https://nafnlj.github.io/nljfeeds/feed.atom"/>
|
||||||
|
<entry>
|
||||||
|
<title type="html"><![CDATA[I previously noted that I could not start my local Radicale-DecSync server and that switching from t...]]></title>
|
||||||
|
<id>https://memos.emucafe.org/m/8</id>
|
||||||
|
<link href="https://memos.emucafe.org/m/8"/>
|
||||||
|
<updated>2023-06-11T20:02:44.000Z</updated>
|
||||||
|
<summary type="html"><![CDATA[I previously noted that I could not start my local Radicale-DecSync server and that switching from the AUR package to the PyPi package resolved the issue.
|
||||||
|
https://thenewleafjournal.com/leaf/radicale-decsync-aur-issues/
|
||||||
|
However, I ran into the following error today when I tried to launch the local server:
|
||||||
|
[2023-06-11 15:56:14 -0400] [2661] [CRITICAL] An exception occurred during server startup: Failed to load storage module 'radicale_storage_decsync': libcrypt.so.1: cannot open shared object file: No such file or directory
|
||||||
|
|
||||||
|
|
||||||
|
Solution from AUR libdecsync package: Install libxcrypt-compat
|
||||||
|
pacman -S libxcrypt-compat
|
||||||
|
|
||||||
|
#linux #decsync #pacman #pypi]]></summary>
|
||||||
|
<author>
|
||||||
|
<name>Emu Café Memos</name>
|
||||||
|
</author>
|
||||||
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Untitled]]></title>
|
<title type="html"><![CDATA[Untitled]]></title>
|
||||||
<id>https://linuxrocks.online/@nafnlj/110526506157914198</id>
|
<id>https://linuxrocks.online/@nafnlj/110526506157914198</id>
|
||||||
|
100
index.html
100
index.html
@ -22,44 +22,11 @@
|
|||||||
data-action="toggle-accordions"
|
data-action="toggle-accordions"
|
||||||
title="Click to toggle the day, Ctrl + click to toggle all."
|
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-11T16:24:03.000Z">2023-06-11</time>
|
<time class="daily-heading-toggle__weekday js-offset-weekday" data-offset-date=2023-06-11 datetime="2023-06-11T20:02:44.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>
|
<time class="daily-heading-toggle__date js-offset-date" data-offset-date=2023-06-11 datetime="2023-06-11T20:02:44.000Z"></time>
|
||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
<ul class="sources card">
|
<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">
|
<li class="card__section">
|
||||||
<section class="js-toggle-accordions-scope">
|
<section class="js-toggle-accordions-scope">
|
||||||
<h3 class="source-heading">
|
<h3 class="source-heading">
|
||||||
@ -71,6 +38,32 @@ https://thenewleafjournal.com/leaf/add-pingback-support-to-wordpress-pages/
|
|||||||
<a class="source-heading__link" href="https://memos.emucafe.org">Open</a>
|
<a class="source-heading__link" href="https://memos.emucafe.org">Open</a>
|
||||||
</h3>
|
</h3>
|
||||||
<section class="articles-per-source">
|
<section class="articles-per-source">
|
||||||
|
<article>
|
||||||
|
<details
|
||||||
|
class="article-expander"
|
||||||
|
data-action="toggle-native-accordion"
|
||||||
|
data-accordion-key="https://memos.emucafe.org/m/8"
|
||||||
|
open
|
||||||
|
>
|
||||||
|
<summary class="article-expander__title">I previously noted that I could not start my local Radicale-DecSync server and that switching from t...</summary>
|
||||||
|
<a class="article-summary-link article-summary-box-outer" href="https://memos.emucafe.org/m/8">
|
||||||
|
<div class="article-summary-box-inner media-object">
|
||||||
|
<span class="media-object__text">
|
||||||
|
<span>I previously noted that I could not start my local Radicale-DecSync server and that switching from the AUR package to the PyPi package resolved the issue.
|
||||||
|
https://thenewleafjournal.com/leaf/radicale-decsync-aur-issues/
|
||||||
|
However, I ran into the following error today when I tried to launch the local server:
|
||||||
|
[2023-06-11 15:56:14 -0400] [2661] [CRITICAL] An exception occurred during server startup: Failed to load storage module 'radicale_storage_decsync': libcrypt.so.1: cannot open shared object file: No such file or directory
|
||||||
|
|
||||||
|
|
||||||
|
Solution from AUR libdecsync package: Install libxcrypt-compat
|
||||||
|
pacman -S libxcrypt-compat
|
||||||
|
|
||||||
|
#linux #decsync #pacman #pypi</span>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</details>
|
||||||
|
</article>
|
||||||
<article>
|
<article>
|
||||||
<details
|
<details
|
||||||
class="article-expander"
|
class="article-expander"
|
||||||
@ -118,6 +111,39 @@ Granting that I am watching Mix without the benefit of having seen Touch, it con
|
|||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
</li>
|
</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."
|
||||||
|
>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">
|
<li class="card__section">
|
||||||
<section class="js-toggle-accordions-scope">
|
<section class="js-toggle-accordions-scope">
|
||||||
<h3 class="source-heading">
|
<h3 class="source-heading">
|
||||||
@ -3960,8 +3986,8 @@ https://thenewleafjournal.com/anna-jarvis-and-the-origin-of-mothers-day-in-the-u
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<a class="footer-link" href="https://github.com/nafnlj/nljfeeds/actions/runs/5236868396">
|
<a class="footer-link" href="https://github.com/nafnlj/nljfeeds/actions/runs/5237995963">
|
||||||
<time id="build-timestamp" datetime="2023-06-11T18:17:31.398Z">2023-06-11T18:17:31.398Z</time>
|
<time id="build-timestamp" datetime="2023-06-11T23:15:00.742Z">2023-06-11T23:15:00.742Z</time>
|
||||||
</a>
|
</a>
|
||||||
<a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.15.1</a>
|
<a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.15.1</a>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
Reference in New Issue
Block a user