aaronpk / Aperture

Aperture is a Microsub server. Currently in beta.
https://aperture.p3k.io
Apache License 2.0
69 stars 5 forks source link

Feed Names #14

Open dg01d opened 6 years ago

dg01d commented 6 years ago

Currently when adding a source, when the [Find Feeds] is activated, a list of feeds is presented. These feeds do not display the title which may have been given by the site in markup.

Example: https://ascraeus.org/, in addition to h-feed mf2 markup, has the following html markup:

  <link rel="alternate" type="application/atom+xml" title="Ascraeus Main Feed" href="https://ascraeus.org/index.xml" />
  <link rel="alternate" type="application/atom+xml" title="Ascraeus Micropost Feed" href="https://ascraeus.org/micro/index.xml" />
  <link rel="alternate" type="application/json" title="Ascraeus JSON feed" href="https://ascraeus.org/jsonfeed/index.json" />
  <link rel="self" href="https://ascraeus.org/" />

These feeds are displayed as:

microformats
https://ascraeus.org
atom
https://ascraeus.org/index.xml
atom
https://ascraeus.org/micro/index.xml

To aid in clarity, these atom identifiers should display the content of the title attribute set in the page's html.

dshanske commented 5 years ago

This was discussed as a problem at IWS 2019 in the Follow that Bird Discovery summit @mblaney @cleverdevil