Update opml urls #6

Closed
mio wants to merge 1 commits from update-opml-urls into main
Owner
No description provided.
mio added 1 commit 2022-08-12 01:15:55 +00:00
lucidiot reviewed 2022-08-12 06:59:28 +00:00
@ -47,3 +49,3 @@
xmlUrl="https://tilde.town/~nihilazo/index.xml" htmlUrl="https://tilde.town/~nihilazo/" description="Recent content on lipu pi jan Niko"/>
<outline type="rss" text="(lambda (x) (create x))"
xmlUrl="http://lambdacreate.com/static/feed.xml" htmlUrl="http://lambdacreate.com" description="A blog held together entirely by lua, coffee, and crazy ideas."/>
xmlUrl="https://lambdacreate.com/static/feed.xml" htmlUrl="http://lambdacreate.com" description="A blog held together entirely by lua, coffee, and crazy ideas."/>
Owner

Shouldn't the htmlUrl also change here?

Shouldn't the `htmlUrl` also change here?
Author
Owner

It should, but the info is parsed from the feed:

<title>(lambda (x) (create x))</title>
<link>http://lambdacreate.com</link>
<description>A blog held together entirely by lua, coffee, and crazy ideas.</description>
<atom:link href="http://lambdacreate.com/static/feed.xml" rel="self" type="application/rss+xml"/>

Not sure if the script should automatically check against the feed source url as given in the urls file and correct by defaulting to the source url? Or notify upstream and call it a day?

It should, but the info is parsed from the [feed](https://lambdacreate.com/static/feed.xml): ``` <title>(lambda (x) (create x))</title> <link>http://lambdacreate.com</link> <description>A blog held together entirely by lua, coffee, and crazy ideas.</description> <atom:link href="http://lambdacreate.com/static/feed.xml" rel="self" type="application/rss+xml"/> ``` Not sure if the script should automatically check against the feed source url as given in the urls file and correct by defaulting to the source url? Or notify upstream and call it a day?
Author
Owner

The opml was changed in the meantime and the PR diverged from base a result. If anyone wanted, they can pick up the other urls. Closing.

The opml was [changed](https://tildegit.org/casa/pages/commit/1ed0ecd34d28845a5d8a1b7dd764a51ece6ad0b7) in the meantime and the PR diverged from base a result. If anyone wanted, they can pick up the other urls. Closing.
mio closed this pull request 2022-08-18 17:41:07 +00:00
lucidiot added the
SUPER CRITICAL
label 2023-02-10 14:35:24 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.