Read Differences in #indieweb readers using microformats or RSS as your feed source by David John MeadDavid John Mead (davidjohnmead.com)
I’m currently using a beta of Aperture as my microsub endpoint and it’s working very well. I can point two Indieweb readers, Together (web) and Indigenous (Android), at it and see posts. This also gives me the power to like, reply, and re-post any of those too – Syndicating them to my blog and to Twitter if I want.
Read Titles or Not by John JohnstonJohn Johnston (johnjohnston.info)
Since joining micro.blog I’ve been messing around with my blog and its RSS on and off. I had settled on removing the titles for status post RSS feed. This means short status posts (<280 characters) were passed over to micro.blog and displayed the whole content there. Longer posts are truncated and linked. Unfortunately this meant that microblog looks quite ugly sometimes, especially when it posts a truncated indieWeb reaction that includes a quote. So I’ve changed how it works a little to only remove titles from the RSS id there are <280 characters. This is a status post, so hopefully it will show up on Micro.Blog as a linked title. Details in this gist: functions that have do with micro.blog and microblogging that live in my child theme’s functions.php Before and after display of a post in micro.blog   Like this:Like Loading...

Reply to Mariko Kosaka on RSS, blogging, and linkbacks

Replied to a tweet by Mariko KosakaMariko Kosaka (Twitter)
Webmention is the more modern specification now as some have mentioned. I wrote a piece on it in @alistapart recently which includes some background, UI examples, and links to more technical resources:
https://alistapart.com/article/webmentions-enabling-better-communication-on-the-internet

It is a small part of an suite of open protocols including Micropub, WebSub, and Microsub for allowing site to site communication and interaction which goes to the broader scope of your question about RSS feeds and blogs. See also: Lost Infrastructure

I keep meaning to provide a better overview of it all, but this recent pencast overview captures a chunk of it. Aaron Parecki’s article Building an IndieWeb Reader captures some of the rest of the microsub/reader portion.

 

A reply to Greg McVerry on custom RSS feeds

Replied to a post by Greg McVerryGreg McVerry (INTERTEXTrEVOLUTION)
Looking at these templates may help in quest for custom rss feeds.
If it helps, I was just digging into something like that last week. They’re a bit more tutorial/step-by-step than delving into raw code, but relatively workable for creating custom feeds.

👓 #EDU 522 Daily Update: RSS and WordPress | Greg McVerry

Replied to #EDU 522 Daily Update: RSS and WordPress by Greg McVerryGreg McVerry (jgregorymcverry.com)
Hello in today’s first daily update I wanted to share about RSS if you wanted a little background here you go:
My feeds for the class would be:

I don’t have everyone in it yet, but I’ve started an OPML file for the class that one could use to subscribe to in Inoreader. Otherwise you can save the file (typically with the extension .xml) and upload it into the reader of your choice, however you’ll need to come back and get updates as I add new feeds. If you’d like me to add you to the list, drop your details into the comments as you’d like them to appear on my Following Page or send my original post a webmention from your site.

📺 EDU 522 Daily Update: RSS and WordPress | YouTube

Watched EDU 522 Daily Update: RSS and WordPress from YouTube
I’ve recently learned that even searches on WordPress websites can have their own feeds. This way if the author doesn’t provide reliable tags or categories and they publish a lot (like I tend to), you can create custom RSS feed for any search term on their site using the format

http://example.com/?s=searchterm&feed=rss2

📺 RSS in Plain English | YouTube

Watched RSS in Plain English by Common Craft from YouTube

A short explanation of RSS and how it helps you save time reading the web.

This video introduces RSS as a way to subscribe to websites and save time on the Web. An "old vs. new" theme illustrates how RSS differs from visiting web sites independently, including:
• The new and old ways of reading news on the web
• An introduction to RSS Readers
• How to identify and subscribe to an RSS feed
• What to expect when using an RSS reader

A nice (visual) overview of RSS from a technical perspective but small parts of it are dated including some of the currently available feed readers. I might recommend Inoreader and Feedly now instead.

👓 Customizing WordPress Feeds | Digging Into WordPress

Read Customizing WordPress Feeds | Digging Into WordPress by Jeff Starr (digwp.com)

WordPress feeds enable your visitors to subscribe to your content for use in their favorite feed-reader. For example, subscribing to the main-posts feed and/or the comments feed is a great way for your readers to stay current with all the latest news and content from your website.

With WordPress, you can deliver a wide variety of "Full-text" or "Summary" (partial) feeds in numerous formats, including Atom, RDF, and RSS2. This variety extends the reach of your content by enabling your feeds to be read in more apps, readers, and devices.

As awesome as the default feeds may be, they are also readily customizable using a variety of methods. In addition to WP's built-in ways of configuring your feeds, you can go even further with custom templates, functions, and plugins. In this DigWP post, you'll learn everything you need to customize your feeds with bonus content, recent posts, social media, and much more.

👓 RSS is undead | TechCrunch

Read RSS is undead (TechCrunch)
RSS died. Whether you blame Feedburner, or Google Reader, or Digg Reader last month, or any number of other product failures over the years, the humble protocol has managed to keep on trudging along despite all evidence that it is dead, dead, dead. Now, with Facebook’s scandal over Cambridge Analyt…

👓 How to create custom RSS feeds with WordPress | Raphael Hertzog

Read How to create custom RSS feeds with WordPress by Raphael Hertzog (apt-get install debian-wizard)
Wordpress has many alternate built-in feeds: per category, per tag, per author, per search-keyword. But in some cases, you want feeds built with some more advanced logic. Let's look at the available options.

👓 How to Customize the RSS Feed on Your WordPress site | First Site Guide

Read How to Customize the RSS Feed on Your WordPress site (firstsiteguide.com)
Although WordPress creates an RSS feed for your blog automatically, that doesn't mean you can't customize it. Learn more about it and modify RSS to your needs.

👓 Easy Custom Feeds in WordPress | Digging Into WordPress

Read Easy Custom Feeds in WordPress | Digging Into WordPress by Jeff Star (digwp.com)
Now that we have seen how to setup Tumblr-style posts, it would be nice to be able to segregate the Tumblr-posts category from the main feed into its own, separate feed. This would enable readers to subscribe exclusively to the Tumblr-posts feed and maybe display it in their sidebar or something.

While we’re at it, it would also be cool to be able to provide readers with a full menu of feed choices:
Everything feed: includes both the main posts and the Tumblr posts
Articles-only feed: includes only the main articles and no Tumblr stuff
Tumblr-only feed: includes only the Tumblr-style posts

Let's look at an overview of the process..