1168
results for "alternate"
-
I still want to make a no-css frontend to my site, essentially treating my website as a microformats api and rendering a fully functional alternate version of it with no css on a separate domain
aaronpk
at
2024-08-30 06:35
-
rel=alternate type=application/activity+json definitely works, eg https://fed.brid.gy/docs#searchable
[snarfed]
at
2024-08-30 03:01
-
to2ds ideally you want to discover the AP alternate _without_ re-fetching every single page with conneg headers
[snarfed]
at
2024-08-30 03:00
-
I guess a <link rel="alternate" type="application/activity+json" is good enough from the publishing side?
epoch
at
2024-08-30 02:13
-
you can do that with a rel-feed or rel-alternate link: https://brid.gy/about#link
[snarfed]
at
2024-08-20 22:46
-
[preview] [cybeardjm] #1569 Original post discovery: support for rel=alternate type=application/mf2+json
Loqi
at
2024-08-20 22:43
-
when you put rel=alternate on your posts, the useful functionality you get is that you can then search for the post permalink in a fediverse instance and it pulls up your federated post. https://fed.brid.gy/docs#web-searchable
[snarfed]
at
2024-08-09 18:27
-
so I wouldn't use "rel=alternate type=application/activity+json" on my home page
[tantek]
at
2024-08-09 18:25
-
oh I know they're not the same, but they overlap, rel=alternate => AS2 author (attributedTo) vs rel=author
[snarfed]
at
2024-08-09 18:21
-
I think "rel=alternate type=application/activity+json" is a bit different in that it is saying literally this is the exact same object/content as the current page, except in a different format. Whereas "rel=author type=application/activity+json", especially on a post permalink page, is not saying it's the same object/content.
[tantek]
at
2024-08-09 18:19