1205
results for "alternate"
-
json_link = page.xpath('//link[@rel="alternate"]').find { |link| ['application/activity+json', 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"'].include?(link['type']) }
puckipedia
at
2018-07-30 23:18
-
orly? does it look for rel=alternate or somethign?
aaronpk
at
2018-07-30 23:18
-
I think mastodon only does conneg right now, but they may be to be persuaded to look for rel=alternate
aaronpk
at
2018-07-30 22:42
-
[pfefferle]: just documented here https://indieweb.org/rel-alternate
aaronpk
at
2018-07-30 22:31
-
edited /rel-alternate (+1001)
Loqi
at
2018-07-30 22:31
-
[pfefferle]: did you see my latest experiment with rel=alternate?
aaronpk
at
2018-07-30 22:24
-
oh wait the rel=alternate goes to your home page feed
aaronpk
at
2018-07-30 01:28
-
there's a rel=alternate to that too
aaronpk
at
2018-07-30 01:28
-
Should I have my parsing code look for rel alternate
GWG
at
2018-07-30 01:09
-
i'm going to work on getting XRay to look for that rel=alternate
aaronpk
at
2018-07-30 00:51