LoqiRSS is an acronym for a set of XML feed file format variants used for syndicating time-stamped content from web sites like blogs and podcasts, and sometimes a shorthand for feed file formats as a whole including Atom, or even more broadly for the concept of feeds or syndication in general https://indieweb.org/RSS
LoqiIt looks like we don't have a page for "autodiscovery" yet. Would you like to create it? (Or just say "autodiscovery is ____", a sentence describing the term)
LoqiAtom is an XML format and protocol for publishing feeds that was developed as a more formally specified alternative to RSS https://indieweb.org/Atom
[artlung]I don't know if it's just me but "autodiscovery" I think of as the exposure of RSS/Atom links programmatically or via UI which externalizes (makes visible) a feed.
[artlung]Whether there's a better word for it, that's my vernacular usage of autodiscovery. So "The browsers removed the RSS autodiscovery icon" or "The _Awesome RSS_ extension adds an icon for websites which provide an autodiscoverable Atom or RSS feed"
[artlung]> _Supported by Mozilla Firefox 2.0, Microsoft Internet Explorer 7.0 and other browsers, autodiscovery has become the best way to inform users that a web site offers a syndication feed. When a browser loads a page and discovers that a feed is available, Firefox and Internet Explorer display the common feed icon in the address bar._
LoqiDiscovery algorithms are a set of algorithms to start with a URL like a home page or post permalink, and determine information about that URL, such as authorship, page-name, and date published, often making use of follow your nose techniques https://indieweb.org/discovery-algorithms
Loqi👃 follow your nose is an intentional principle for designing discovery algorithms that start with the specific URL you want to discover things about, retrieving headers or contents, and parsing for particular link rel values to URLs to the desired information, in contrast to the “well-known” approach of looking outside the specific URL, like using only its domain and a hardcoded path https://indieweb.org/follow_your_nose