Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a FeedLand blogroll to a Drummer blog #303

Open
scripting opened this issue Apr 15, 2024 · 11 comments
Open

Adding a FeedLand blogroll to a Drummer blog #303

scripting opened this issue Apr 15, 2024 · 11 comments

Comments

@scripting
Copy link
Owner

scripting commented Apr 15, 2024

This is a place to ask questions about the blog post.

@mistersugar
Copy link

I have added a blogroll (Feedland.org, single category) to my Drummer blog and it is working well. See it at http://storian.org

@scripting
Copy link
Owner Author

@mistersugar -- that's beautiful! :-)

@fmcpherson
Copy link

Added as described in the blog post. I notice that blogroll renders in a different location on a individual day page, see http://oldschool.scripting.com/frank.mcpherson@gmail.com/2024/04/15.html. Notice on the day page of Scripting News that the blogroll doesn't appear at all: http://scripting.com/2024/04/15.html Is there a header attribute to pin the blogroll only to the main page? I see the same issue on Aton's Old school blog.

@scripting
Copy link
Owner Author

scripting commented Apr 15, 2024

@fmcpherson -- that's an oversight on my part. the blogroll is only supposed to appear on the home page. will fix. :-)

Update: done.

@gwthompson
Copy link

Just added a blogroll to my Drummer site and it worked flawlessly. :) You can see it in action here http://oldschool.scripting.com/gwthompson@mac.com or here http://garywthompson.tech. The second url is a test I'm running on a Raspberry Pi located in my office. :)

@scripting This is very cool!! Excellent work!

@fmcpherson
Copy link

When I set a value for blogrollCategory not all of the feeds of that category are appearing in the blogroll. If you go to http://oldschool.scripting.com/frank.mcpherson@gmail.com/ you see see eight feeds in the blogroll. When you view the list in Feedland this appears and it shows 17 feeds: https://feedland.com/?username=fjmnotes&catname=blogger

I was assuming perhaps feeds not updated more than 24 hours ago were not included but feeds that have been updated in the last four hours are not appearing. For example, Bicycle For Your Mind is not appearing in the blogroll.

As a further test, I removed blogrollCategory and see that all of the feeds in my Feedland feed list do appear.

@scripting
Copy link
Owner Author

scripting commented Apr 18, 2024

I took a look, and the reason that nine of the feeds aren't appearing is that we're getting info from the server that they haven't updated yet. They are being returned by the server, but the blogroll software doesn't display feeds that haven't been updated.

Now whether that's right, is another question, and I don't know the answer to that at this time. It's hard to investigate on feedland.com, it would be a lot easier on feedland.org.

Here's a list of the feeds.

https://prologuist.blogspot.com/rss.xml
https://mitchw.blog/feed.xml
https://feeds.feedburner.com/NicholasBate
https://taoofmac.com/feed
https://intellectualoid.com/feed/
http://feeds.feedburner.com/BrazenCareerist
https://bicycleforyourmind.com/feed.rss
http://kimberlyhirsh.com/feed/
https://www.jeffgeerling.com/blog.xml

Now there's a chance that over time they will appear to have updated and they will show up on the blogroll.

I'll keep an eye on this, and may do some more investigation. Thanks for the report.

@fmcpherson
Copy link

If it helps, I have the same configuration for feedland.org, in fact that is what I started with. I've reverted back to that, which you can see from https://frankmcpherson.blog/2024/04/18/today-i-start.html. Also, here is the URL to my blog.opml, https://drummer.land/frank.mcpherson@gmail.com/blog.opml in case

@scripting
Copy link
Owner Author

@fmcpherson -- thanks, that does help. and if you notice the number of items in the list changes, post a note here.

@scripting
Copy link
Owner Author

@fmcpherson -- I think I found the problem and fixed it. If you go to your blog's home page now, you should see all the feeds.

The problem affected everyone but me, which is why I didn't spot it until it was reported. It was also buried in a bit of code I hadn't looked into in quite some time.

Basically the only feeds you'd see were ones that both you and I are subscribed to.

Luckily I don't think this problem will affect the WordPress plugin (in development).

Thanks for your help with this Frank. You provided all the info needed to trap the problem and you did everything right, it was the software that was wrong. ;-)

@fmcpherson
Copy link

fmcpherson commented Apr 19, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants