#dev 2018-12-06

2018-12-06 UTC
#
[tantek]
a /listen is a *response* to the post with the actual media player / embedded attachment
#
aaronpk
a listen post could show a link preview of the thing that was listened to, but that doesn't need to be part of the data sent back to the original post
#
[tantek]
[chrisaldrich] or was it [jgmac1106] - if you want to provide a "player" for the media that you listened to, you could do so, IF you put it inside an explicit /reply-context in your /listen post
#
aaronpk
or reply context yeah maybe that's better
#
[tantek]
that way an indieweb social /reader would know that the media is *not* by produced by you at all
#
[tantek]
just like original post text that you reply to is not by you
#
[tantek]
or a comment on a photo that you put in a reply context - it's not your photo
#
[tantek]
might be worth adding to /listen#Brainstorming - a stub/straw proposal for how to embed the media you listened to, inside a [[reply-context]]
#
sknebel
that's what chrisaldrich does and what they were talking about
#
[tantek]
wait he is putting them explicitly in a reply-context?!?
#
[tantek]
example permalink? and either way the media must not be an "attachment" on the RSS item that represents the /listen post
#
[tantek]
it certainly should not be inside e-content for example
#
[tantek]
er, must not πŸ™‚
#
[tantek]
in general your /reply-context MUST NOT be inside your e-content - because e-content is for stuff that YOU are the author of, not the stuff you are replying to that is from someone else
#
sknebel
yeah, that part is wrong (not sure if intentional or a template issue or whatever): https://boffosocko.com/2018/12/04/deployed-in-the-u-s-just-waiting-for-the-caravan-the-new-york-times/
#
Loqi
[Chris Aldrich] 🎧 The Daily: Deployed in the U.S., Just Waiting for the Caravan | The New York Times
#
sknebel
u-listen-of h-cite, but inside the e-content
[grantcodes] joined the channel
#
[grantcodes]
Woah intersection observers are so good. Just implemented then in Together instead of scroll events and it's so much smoother!
#
[tantek]
so yeah that's the problem. "inside the e-content" is wrong
#
[tantek]
no u-*-of should be inside the e-content
#
[tantek]
that's something we could add to indiewebify.me's h-entry validator
#
[tantek]
it's not technically invalid, but it is bad form and likely to cause misattribution of authorship. so it's like a linting problem
#
kisik21
[grantcodes]: seems like alltogethernow.io improved so much I can use it instead of monocle! At least as a reader
[kevinmarks] joined the channel
#
[kevinmarks]
I disagree - if it's outside the content it's likely to be omitted entirely, breaking fallback
#
[kevinmarks]
If I can quote text inside my content, why not other media?
#
[grantcodes]
Yay happy to have you onboard kisik21
#
aaronpk
[kevinmarks]: having had to deal with this with the relatively simple case of photos, I really really don't want to encourage duplicating that reply context content inside the content of the post
#
Loqi
πŸ˜ƒ
#
[kevinmarks]
maybe for a simple listen, but if I am discussing audio then quoting it makes sense
#
aaronpk
go write a reader and get back to me on that :-)
#
kisik21
[grantcodes]: I always liked together's design but it had a bug, but now this bug is fixed, yay
#
[grantcodes]
Excellent!
#
aaronpk
[kevinmarks]: discussing an audio post was never part of this, please stop adding unrelated variables
#
[tantek]
there is no reason left for putting reply-context in content
#
[tantek]
kevinmarks we already covered fallback as summary at IWS 2018
#
[kevinmarks]
I see an h-cite as expressing that it is external content.
#
[tantek]
quoting is a totally different case than a reply context SMH
#
kisik21
[grantcodes]: oops, nope, this bug is not fixed yet!
#
kisik21
[grantcodes]: when I go to editor and back to home channel, it says "nothing to show", as if the channel was empty
#
[tantek]
anyway I agree with manton, we have solutions to this, we should encourage them
#
kisik21
works with every channel, switching to another channel and back helps
#
[kevinmarks]
you're thinking note rather than article.
#
aaronpk
This was never about articles ...
#
[grantcodes]
Hmm kisik21 can you open an issue on GitHub and I'll fix that
#
[tantek]
nope I'm thinking /response rather than article
#
kisik21
[grantcodes]: cleverdevil/together?
#
[kevinmarks]
I think my mental model of this is informed by huffduffer, where propagating the attchement is a big part of the utility.
#
GWG
kisik21: My Parser has no problem with fireburn.ru
#
kisik21
GWG: the new markup isn't in production yet
jgmac1106 joined the channel
#
GWG
Okay. Just telling you
#
kisik21
GWG: try to parse this! <span class="u-author h-card"><a class="u-uid u-url" href="{{ site.author.url or request.host }}"><span class="p-name">{{ site.author.name }}</span></a></span>
#
kisik21
oh wait sorry
#
GWG
kisik21: I should add a parse HTML tool. I only have a debugger for URLs.
#
GWG
I'll make a note.
#
[tantek]
kisik21 that looks find though you could simplify it further:
#
[tantek]
<span class="u-author h-card"><a class="u-uid u-url" href="{{ site.author.url or request.host }}">{{ site.author.name }}</a></span>
#
kisik21
yeah, I know
#
[tantek]
and if you wanted to drop the uid (unless you know of a consuming use-case you are depending on), you can make it even simpler thanks to implied url and name
#
[tantek]
<span class="u-author h-card"><a href="{{ site.author.url or request.host }}">{{ site.author.name }}</a></span>
#
[tantek]
in general you should use the simplest shortest markup that satisfies the consuming code use-cases
#
kisik21
I'm depending on u-uid specifically
#
[tantek]
by what consuming code?
#
kisik21
GWG: parse this then! https://fireburn.ru/test.html
#
kisik21
authorship algos for comments. They should recognize u-uid property and grab h-card from there
#
GWG
kisik21: What should it find?
#
GWG
It recognizes fireburn.ru as the h-card url and can fetch it.
#
kisik21
GWG: try to get my avatar pic
#
kisik21
starting from test.html page, get my avatar pic
#
[tantek]
kisik21 which part of the authorship algo in particular? and which specific consuming code?
#
GWG
It did on one of your posts, but it isn't now.
#
kisik21
[tantek]: I wanted to combine the authorship algorithm + u-uid for an h-card so a consumer would grab my h-card from u-uid and not from given page
#
kisik21
but I guess it doesn't work that way...
#
[tantek]
"would" is not good enough - sounds theoretical
#
[tantek]
e.g. if there is no such existing consuming code
#
aaronpk
The authorship algorithm should already capture your use case
#
GWG
kisik21: According to my algorithm, it it finds an h-card it stops, and only returns the full h-card if it only finds a URL.
#
GWG
I suppose I should expand it
#
aaronpk
GWG: did you follow /authorship?
#
kisik21
Maybe handle u-uid in h-card, sending you to fetch h-cards from page it contains?
#
GWG
aaronpk: To the letter
#
kisik21
aaronpk: /authorship doesn't contain that, and I'm hereby proposing it as an addition!
#
GWG
Authorship doesn't say if you have an h-card, but it doesn't have a photo, go look at the url in your h-card
#
aaronpk
kisik21: I'm not sure i understand what you're trying to do that isn't covered already
#
kisik21
u-uid on h-card - what should it do?
#
kisik21
isn't it a canonical version of h-card? could the canonical version contain more info?
#
aaronpk
kisik21: that's not a use case, doesn't some other rule already take precedence in the current algorithm?
#
kisik21
well, there is
#
kisik21
but u-uid on h-card sounded kinda logical for me to use, and I thought that maybe that will work as good as just sticking to that rule
#
aaronpk
GWG: that is true! I remember seeing some missing photos in my reader but I thought I reread the algorithm and fixed XRay and now it works
#
kisik21
aaronpk: so xray does that, but it's non-standard behavior?
#
GWG
aaronpk: I'm adding to my code if there isn't a photo, try to parse the URL inside it to find the photo. It isn't standard behavior.
#
GWG
But people want photos.
#
[kevinmarks]
how does u-repost-of fit with this no e-content model?
#
aaronpk
No I mean I read the authorship algorithm again and made sure XRay follows it and then it started working
#
aaronpk
GWG: if you can find examples of missing photos after you've followed the authorship algorithm that's worth adding as an issue there so we can fix the algorithm
#
aaronpk
[kevinmarks]: reposts cant have original content by definition so I'm not sure what you're getting at trying to find new edge cases for the fun of it or something?
#
GWG
aaronpk: Step 5, if an author property was found, and it has an h-card, use it, and exit.
#
GWG
There isn't a 5.1.1 saying that if the h-card is minimal, you might want to go look for more data.
#
aaronpk
GWG: did you find a site that publishes that pattern? Please add an example if so!
#
aaronpk
I cant remember the details right now but I remember encountering the problem you're describing but it's not a problem for me anymore somehow
#
kisik21
my site did that a while ago
#
GWG
Common WordPress pattern for feed pages
#
aaronpk
pleas document on the wiki!
#
aaronpk
Otherwise it will be lost in this chat
#
[tantek]
kevinmarks the /repost page already documents that, please take a closer look
#
GWG
aaronpk: I am looking for a good example
#
[kevinmarks]
no, i'm looking at existing markup rather than theory.
#
[kevinmarks]
with huffduffer and tumblr as examples
#
[kevinmarks]
both of which embed the repost in the content.
#
GWG
Where on the authorship page does that fit?
#
[kevinmarks]
we can say that they should do something different
#
aaronpk
GWG: an issues section if there isn't one already
#
aaronpk
we might need to give it a github issues page soon if it doesn't have one already
#
GWG
I actually have two issues.
#
aaronpk
Great! Worth documenting then so we can solve them!
#
kisik21
aaronpk: noted in on wiki /authorship#Minimal_h-cards
#
GWG
kisik21, why do you want the h-card property? If you follow the author property, you retrieve the h-card.
#
kisik21
perfectionism probably
#
GWG
How is that perfect?
#
[tantek]
it's not, more markup is more work to do & maintain which is the opposite of perfect
#
[kevinmarks]
tumblr's RSS feed does the attribution as a link+blockquote which is a kind of POSH h-cite
#
GWG
kisik21: If we have to create a special case for your markup, it is a less than perfect situation.
#
GWG
I think the two issues I noted are a bit more of a challenge
#
GWG
kisik21: Thank you. You made my code better
[jgmac1106] joined the channel
#
[jgmac1106]
I think the u-uid definition on http://microformats.org/wiki/h-card confuses people
#
[jgmac1106]
@kisik21 I need a collapsible nav on my blog ofr mobile view as well but trying new approach of not adding any CSS I do not truly understand...amkes my nav ugly for now...which is motivation to learn
#
[jgmac1106]
but it doesn't have to be hamburger menu, you could write a media query so you grid area displays as a flexbox
#
kisik21
I'm thinking about redesigning my site completely now... all because my <nav> looks awful with submenu
#
[jgmac1106]
stay away from w3schools
#
kisik21
why?
#
[jgmac1106]
when searching add !mdn +mdn or -w3schools
#
kisik21
they don't use POSH but I can fix it
#
[jgmac1106]
they are not associated with w3c, manipulate SEO, and often have incorrect markup IMO
#
[jgmac1106]
they don't claim to have an association....but that's lie geting a burger at McDowells
#
[jgmac1106]
ohhh...sorry you are in Russia and 17... reference to American move "Coming to America"
#
kisik21
Obviously never heard about that movie
#
kisik21
about your ugly nav page: projet not found
#
GWG
jgmac1106, they closed the McDonald's that filmed at
#
[jgmac1106]
sorry....
#
kisik21
[jgmac1106]: this nav is as ugly as mine in the testing version
#
kisik21
but mine is uglier
#
[jgmac1106]
well I will share my journey @kisik21 as I want better nav as part of my newwwyear challenge
#
[jgmac1106]
bc I can't ship as is....I can cut and paste in the css fine...but I don't want to use anythign I can't build from scratch
#
[jgmac1106]
...except everythign I can't build...which is everything but a tiny bit of html and css
#
kisik21
ok... new base template...
#
kisik21
I guess I really do need to start from scratch
#
kisik21
I'm not sure if I want my h-card to be in the top or in the bottom of the main page and if I should show my h-card anywhere else than the main page...
#
GWG
kisik21: Everywhere else, just do the u-author to your main page URL?
#
kisik21
probably
#
kisik21
My old site shows the h-card in the footer on every single page
#
[jgmac1106]
all choices, at minimum make sure you have an author h-card in the h-entry, and h-card on your home page and after that it's all extra toppings...I have one in my homepage and a gigantic one on my about page, and of course one in each h-entry
#
[jgmac1106]
then I also include a directory of h-cards of people I follow to help others with discovery
#
kisik21
blogroll
#
kisik21
my new site has builtin support for blogrolls
#
kisik21
and planning to sync blogrolls with Micropub
#
kisik21
s/Micropub/Microsub
#
GWG
I have to get to citations one of these days, which would move me toward some of that
#
[jgmac1106]
kisik21++
#
Loqi
kisik21 has 3 karma in this channel over the last year (14 in all channels)
#
[jgmac1106]
I think and also a microsub reader. Add someone to your reader, a follow post goes out and the h-card gets added to your blog roll
#
kisik21
Planning on this
#
kisik21
when I implement my own Microsub server
#
[jgmac1106]
Looking forward to the nav bar... πŸ™‚
#
GWG
Nav bar?
#
[jgmac1106]
how conversation started in IndieWeb is the hamburger menu a good CSS design for mobile
#
[jgmac1106]
we shared our miseries of ugly nav bars
#
GWG
Oh.
#
GWG
I missed that.
#
[jgmac1106]
...which is why the McDowells metaphor was used for w3school
#
[jgmac1106]
layers of meaning spread on sesame seed buns
chrisaldrich, snarfed, tbbrown and [tantek] joined the channel
#
[tantek]
!tell snarfed does this present any hope for Bridgy publish/backfeed for FB? https://techcrunch.com/2018/12/04/facebook-allows-competitors/
#
Loqi
Ok, I'll tell them that when I see them next
cweiske, swentel and [grantcodes] joined the channel
#
[grantcodes]
[tantek] That Facebook thing doesn't help unless they also change the API, which wasn't mentioned there
swentel and [kevinmarks] joined the channel
#
Zegnat
Reading all this h-card embedding discussion, I am now slightly tempted to embed my entire h-card on every future h-entry I write.
#
sknebel
I'm not quite sure yet what the motivation is for having an h-card on every page instead of linking to a comprehensive one
#
sknebel
I guess its a bit better for archived pages etc where you can't just go fetch the full one?
#
Zegnat
It makes stuff more self contained. Although to be fair, it does touch on an issue we have seen before: how do you tell a consumer that the current h-card they are seeing is only a subset of a full bio.
#
Zegnat
Which always comes up when people add truncated h-cards to their homepage and want the full one on an about (or similar) page
#
sknebel
(afk for a bit)
[jgmac1106] joined the channel
#
[jgmac1106]
Why not just add link to full bio... On the h-entry h-card?
#
sknebel
Zegnat: true, that's not quite the same though
#
sknebel
at least if you want to keep the homepage url as identity
#
sknebel
!tell GWG re your authorship issues: is this also for non-indieweb themes, so we don't have control over the detailed markup?
#
Loqi
Ok, I'll tell them that when I see them next
#
sknebel
I guess one could add a (option/suggested?) step to authorship along the lines of "if an h-card was found and no author-page, attempt to use u-uid as author page. if there is no u-uid and exactly one u-url, attempt to use that"?
jgmac1106 joined the channel
#
[jgmac1106]
@snkebel in that example in my h-card would I put the u-uid to my url and u-url to my about me or the other way around?
#
GWG
sknebel, it is primarily for non Indieweb themes
#
Loqi
GWG: sknebel left you a message 18 minutes ago: re your authorship issues: is this also for non-indieweb themes, so we don't have control over the detailed markup?
#
GWG
Sknebel, with the author archive issue, I have a setting in the Indieweb plugin that overrides that
#
sknebel
that's not for that issue
#
sknebel
(sorry, that was a response to [jgmac1106])
#
sknebel
an interesting question with such a change would be how often it triggers without doing anything useful. i.e. if it causes the algorithm to follow a link to an author archive that doesn't have a better h-card (or none at all), that's a useless request on all such pages
#
sknebel
and of course how (if?) to combine information from the two cards
#
GWG
I assume that the url you follow has more info
#
GWG
So I return it instead
#
sknebel
if it has what? a card matching the url of the other? a representative card?
#
GWG
A representative card, but I need to tweak my implementation a bit still
[Khurt] joined the channel
#
Zegnat
Have a mini h-card embedded in my h-entry, then what does the consumer do?
#
Zegnat
1. Does this h-card have a photo?
#
Zegnat
2. If no: follow the url of the h-card and discover h-card there.
#
Zegnat
3. The new representative h-card may still not be complete, magically discover /about link.
#
Zegnat
4. Is there a magical full-h-card link? Go there.
#
Zegnat
That feels like a *lot* of requests to figure out the most complete h-card
#
sknebel
I'd look at 1/2 and 3/4 separately
#
sknebel
1/2 is one indirection, we already have that as a very common pattern
#
GWG
Zegnat, this may be why nickname caches come in handy
#
sknebel
it's an interesting idea to go by "do I already have the information I want to display"
#
sknebel
because true, if I want a name and a url and have those from the local card no need to follow links
#
Zegnat
I see them as two separate things to, sknebel. I am just anticipating the people who may expect them to follow eachother ;)
#
sknebel
so it isn't necessarily needed to find the "completest" card
#
Zegnat
Right. Whether you as consumer are even interested in the most complete card is up to you as consumer
#
Zegnat
And then the second question is: how far do I as consumer want to go to find the information I want. If I need all those 4 steps I said before to find your photo, I may just give up at step 2.
#
GWG
But I would appreciate it if the publisher made it easier
[kevinmarks] joined the channel
#
GWG
Zegnat, this is worth discussing regardless
#
Zegnat
GWG, definitely!
#
Zegnat
I just want to be careful not getting into the whole β€œthese 10 combinations are theoretically possible”. I’d like to see publishers having a clear usecase.
#
Zegnat
The easiest for publishers, to me, stills seems to just have u-author linking to their homepage which includes an h-card
#
GWG
Zegnat, that's what I said last night
#
Zegnat
Ah, I might have glossed over that. There was a lot in the backlog!
#
Zegnat
Sorry if I was repeating arguments :)
#
Zegnat
is apologising a lot lately. Clearly wrong mindset at the moment.
#
GWG
But it opened up my concern about WordPress
#
GWG
WordPress themes declare the hcard to be the author post archive
#
GWG
There are a lot of WordPress sites
jeremych_ joined the channel
#
sknebel
GWG: in which situations does the minimal h-card in a WP theme actually lead to more information? e.g. you mentioned https://ma.tt/ on the wiki as an example, but following the link in the hCard there doesn't lead to more information?
#
sknebel
does it if there's one of your plugins installed?
#
GWG
sknebel, the Indieweb plugin has a setting that changes the author url from the post archive to a url of your designation
#
sknebel
but keeps the mini h-cards?
#
sknebel
since those are in the theme?
#
GWG
The mini h-cards are in the theme, so can't be removed by plugin
#
sknebel
(detail added to wiki)
#
GWG
I think trying to work around WordPress is going to be a long challenge
#
GWG
I have already been struggling for a bit with it
#
sknebel
is there something we can do for the second scenario, where the link points to an author archive? are there cases where we'd expect parseable profile information there?
#
GWG
sknebel, not typically, but nothing prevents it
#
sknebel
ok, but no common pattern that might be worth special casing then?
#
GWG
Common pattern is no
#
sknebel
ok, so it's for now only relevant as a case where an algorithm change might fetch the page but not find anything
#
sknebel
I guess there's also then a case where people have an h-card in their sidebar etc, but *also* a WP generated mini-hCard in the post?
#
GWG
sknebel, yes.
#
sknebel
that'd also be a fair extension then, doesn't even require new requests
#
GWG
I wrote the h-card widget into the Indieweb plugin, but it doesn't stop that.
#
GWG
But one would be a top level property
#
GWG
The other a child of an h-entry
#
GWG
Either way, there is no easy solution. Even though the tools are there
#
sknebel
right, but if there is a better h-card on the page, we could find it with the same idea from above
#
GWG
Agreed
#
GWG
More code just got a lot more complex
Tincho1 joined the channel
#
jgmac1106
I am not going to do that just trying to see if I can understand what you are asking
#
GWG
jgmac1106, if you don't have your feed on your main page, your post link should have rel=feed on it so it can be discovered
#
GWG
That's all
barpthewire joined the channel
#
jgmac1106
including the post kind menu as well I assume
#
GWG
The post kind.menu could be marked up as rel feed because it is a menu of feeds
#
GWG
Although how many feed links do you want on your main page that a parser can discover?
#
jgmac1106
how would I do that in the top level menu? Menu customizer doesn’t give me anything but title attribute
#
GWG
That's why I wrote a widget, but let me look later
[jgmac1106] joined the channel
#
GWG
See if it is filterable
#
[jgmac1106]
I wonder if you removed the css class field in 2016-Indieweb I don't see it int he customize menu option
[tantek] joined the channel
#
[jgmac1106]
but I think you have to trigger it that when they select a page in the customize menu a function adds the rel="feed" or add a rel= custom field
tantek__ joined the channel
#
[tantek]
I'll try to clean-up a bit
#
[tantek]
GWG your example of ma.tt doesn't make sense for missing an h-card photo, because the site as a whole now misses a photo
#
[tantek]
going to move to theoretical
#
[jgmac1106]
!tell kisik21 spent sometime on my nav bar, not collapsing to hamburger menu, just went with a smaller em, and autofill grid columns with a set minmax...aint pretty but aint as ugly https://jgmac1106.homepage.glitch.me
#
Loqi
Ok, I'll tell them that when I see them next
#
kisik21
Your site looks awful on mobile though
#
Loqi
kisik21: [jgmac1106] left you a message 1 minute ago: spent sometime on my nav bar, not collapsing to hamburger menu, just went with a smaller em, and autofill grid columns with a set minmax...aint pretty but aint as ugly https://jgmac1106.homepage.glitch.me
#
kisik21
I think it lost some buttons
#
[jgmac1106]
I know....learning is hard
#
kisik21
ugh... I have all the markup, I just need to somehow squeeze in the responisve part
#
kisik21
via CSS
#
kisik21
but CSS seems to be a total mess
#
[jgmac1106]
need to fix the hero image...tempted to cheat and just load a smaller one on media query rather than rebuild how I do it
#
kisik21
width: 100%
#
[jgmac1106]
not sure what buttons you say are missing on my site, I do hide the image on my h-card for mobile view...and do know the article img are off centered...
#
[jgmac1106]
tried that,
#
kisik21
The podcast button is off-screen on the homepage you linked earlier
#
kisik21
that's what I mean
#
kisik21
oh, it scrolls
#
[jgmac1106]
how big is your display?
#
[jgmac1106]
I haven't added my podcasts yet
#
kisik21
I'm using "iphone x" setting in the web debugger
#
kisik21
since it's the weirdest display I've heard of anywhere
#
[jgmac1106]
weird, I se all my nav on my pixel3
#
[jgmac1106]
the issue with my header img is having text on a pic...I really need to just rebuild that..but I lost link to original picture....choosing a new img.....that is a tall order
#
Zegnat
reverse image lookup isn’t working?
#
[jgmac1106]
...not like I also included the license info on the picture and fav any img I use
#
[jgmac1106]
..I think Greg isn't working
#
[jgmac1106]
do realize I need a different media query for 480px phones...does look scrolly there
#
[jgmac1106]
but not as ugly as last night..at least I upgraded to "looks awful"
#
[jgmac1106]
thx you so beat me, I was searching flickr
#
aaronpk
If authorship has this much discussion around it maybe it makes sense to "upgrade" it to give it its own github repo so we can use issues to discuss
#
[jgmac1106]
later today I can fix my original sin
snarfed and snarfed1 joined the channel
#
sknebel
GWG: from looking around a bunch of pages from chat-names, it seems people either use a theme with a full h-card or have links to author overview pages that don't result in finding something better.
tantek__ joined the channel
#
[tantek]
aaronpk, that may be a good idea, want to add an issue for it? πŸ˜‰
#
[tantek]
Seriously, perhaps that means I should write-up a more formal spec to start with
#
aaronpk
sknebel: that reminds me I've seen that failure happen as well, where someone's "about" page actually contains less information (usually no photo) compared to their home page h-card
tbbrown joined the channel
#
sknebel
not really surprised the wordpress default doesn't result in a better page. was kind of surprised I didn't find a user of the option GWG mentioned in my quick scan
#
sknebel
although it makes sense, people are quickly sent to use a full theme or probably don't understand all the options
#
[jgmac1106]
we coach people to run into the conflict by including the side-bar h-card widget on post displays
#
[jgmac1106]
sometimes if people have been around for a long time they may also have one hard coded in their header or footer, have a minimal h-card in the h-entry and then also have the widget in the side bar..
#
sknebel
huh? what does the sidebar widget have to do with any of this?
#
[jgmac1106]
I mean we tell people to NOT also use the h-card widget on their post displays
#
[jgmac1106]
I was hoping that is partially why you didn't find any users
#
sknebel
I don't think that's tied to the h-card widget in any way?
#
[jgmac1106]
<-- goes to put a photo on his about me page and slowly walk away
#
sknebel
(well, if it included the overview page as a u-url having it would actually make the change helpful for people that haven't set the homepage as user url)
snarfed, eli_oat, jackjamieson, callMeBaby and iasai joined the channel
#
GWG
sknebel: Anyone who installs the Indieweb plugin, people in our community, would probably enable the option to set it to a page other than the author archive page
#
sknebel
as I said, I picked a bunch of examples from chat-names, and those that didn't have h-cards with photos already in the posts didn't have a different url set... but if you know an example of course happy to look at it
#
GWG
Okay
#
GWG
Will look at non-community WordPress sites a bit later
#
GWG
I'm on lunch
eli_oat, swentel, iasai, snarfed, tbbrown, eduardm and jackjamieson joined the channel
#
sknebel
how much do people rely on the fat pings in WebSub vs just taking it as a notification to refetch? on the other side, do you send just new posts for h-feeds or the entire file?
#
sknebel
i somehow thought fat pings were optional, but unless I'm misreading the spec they're not?
snarfed joined the channel
#
snarfed
sknebel: dunno about the spec, but bridgy's blog webmentions feature depends on fat pings, it doesn't fetch
#
Loqi
snarfed: [tantek] left you a message 13 hours, 49 minutes ago: does this present any hope for Bridgy publish/backfeed for FB? https://techcrunch.com/2018/12/04/facebook-allows-competitors/
#
Loqi
[Belp-audio] #590 blog webmentions: fetch and parse HTML directly to find links instead of using superfeedr's content
#
sknebel
not sure why I thought otherwise. (looking into it for AutoAuth)
jackjamieson, leg, jgmac1106, iasai and mblaney joined the channel
#
mblaney
sknebel: fat pings were optional but when the spec was formalised the optional part was dropped.
#
mblaney
how do AutoAuth and WebSub fit together?
#
sknebel
thats the question :D can we get e.g. private feeds with WebSub support
#
mblaney
aaah yes sounds fun :-)
#
sknebel
with thin pings it's probably fairly straight forward to trigger the reader to refetch, especially if you're willing to leak that you posted *some* private post to everyone. without them, does the websub hub now have to handle private posts? or do we use it for thin pings by having it push out a placeholder?
#
mblaney
yeah I think you might be a level above the websub spec here. all language of fat/thin pings was removed and was simplified to assume payloads are always sent. The spec does mention capability urls, which might be an interesting way to work with private posts?
#
mblaney
I'm not sure how that would fit with what you've already done with AutoAuth though.
#
sknebel
yes, since supporting autoauth of course needs application changes on all sides it's ok if there's extra rules for websub, at least to a degree. e.g. I think I'd prefer it if you could still use an unmodified hub, but authenticated clients could use a different topic url so normal clients don't notice anything weird, e.g. if placeholder posts are needed
#
sknebel
will make a few notes in the repo issues tomorrow
iasai joined the channel