1168
results for "alternate"
-
GWG, view the source on tantek.com to see how you can do link rel=alternate discovery of my updates feed. I could add another link rel element for the events and articles feeds as well.
[tantek]
at
2021-09-29 03:45
-
I thought maybe archive.org had that as an alternate format automaticlly, but doesnt seem so
sknebel
at
2021-09-28 21:10
-
there you go, <link rel="alternate" type="text/mf2+html" href="#updates"/> now on my home page
[tantek]
at
2021-09-27 22:37
-
and some folks may start "just" doing rel="alternate feed" (which should work by any consuming app of either)
[tantek]
at
2021-09-27 22:01
-
[tantek] one catch with rel-alternate for h-feed is that unlike RSS and Atom, we don't have a mime type for h-feed, just text/html, so we can't easily distinguish between h-feed and non-h-feed HTML rel-alternates
[snarfed]
at
2021-09-27 21:49
-
just skimmed the JSONfeed 1.1 spec and I noticed it's keeping things fairly simple and minimal, re-using existing rel="alternate" discovery mechanism:
[tantek]
at
2021-09-27 21:17
-
```<link rel="alternate" title="My Feed" type="application/feed+json" href="https://example.org/feed.json" />```
[tantek]
at
2021-09-27 21:17
-
But that sample size is small. I didn’t realise you could do a rel alternate HTML feed.
capjamesg[d]
at
2021-09-27 19:55
-
But I haven’t seen many people use rel alternate for HTML h-feeds tbh.
capjamesg[d]
at
2021-09-27 19:54
-
IndieWeb Search only reads RSS / Atom feeds though rel alternate values right now.
capjamesg[d]
at
2021-09-27 19:51