#[miklb]I guess I haven’t given the syndication link icons much thought, more on the post-kinds
#GWGI can use their file for the names for each icon as well, but not the domains.
#GWG[miklb]: My plan is to deploy the same code to the Indieweb plugin, once I figure out the domain issue. Then I won't have to mod it again and will just have to run the code every time I want to generate the information
tantek joined the channel
#[miklb]ah, yes, rel-me links too. That makes sense
#[miklb]would it be less of a hit to do the lookup and store that on create than every time on output?
#GWGSo, what is next is that the domain name, less the tld, will be generated, which should be the site. There will be a filter to override and a few special cases.
#[miklb]meaning, when you store the url, do the lookup and store the value of the icon then, as the icon file name, you could just pull that $var.svg
#GWGI meant, figure out the domain to icon mapping and store that in a transient. So it will be recalculated periodically.
#[miklb]sure, you mean incase the url changes for some reason? I’m just not thinking of a situation where a syndication link would change. Maybe a delete?
#GWG[miklb]: I don't want to store a piece of post meta in every post when I just need the same piece of information for all URLs that match that domain.
#GWGSo, parse out the domain, and storing the domain to icon mappings, and regenerating those...
#[miklb]hmm. Never thought about it that way. I guess I’ve always assumed you are grabbing the entire post object anyway, so one more bit of meta didn’t matter
#GWGRight now, I've just pushed the first part. The new icons.
j12t joined the channel
#tantekis there anyway to export a WordPress blog as a single h-feed of h-entrys with all the replies as nested h-entrys?
#GWGWe don't have one for things people might work on that no one has claimed.
#tantekGWG - you would be the right person to pick where it should go
#[miklb]we could create a repo in the working group to track requests I suppose, then if someone picks up the request in a specific plugin, link back to the request to track it’s source and progress.
#GWGI wouldn't mind putting it on Github, but the wiki seems more the appropriate place for now.
#[miklb]ok. I doubt I’d keep an eye on wiki page, but a repo I could subscribe to and would know if someone added something.
#[miklb]I would also keep in mind that with micro.blog opening up more users, we may see a greater interest really quickly, if the early beta testers are any indication.
#GWG[miklb]: Okay. In the Indieweb Repo or somewhere else?
#[miklb]yes, I would recommend the IndieWeb repo under the WordPress group. I can set it up if you’d like, add a readme, etc
[kevinmarks], tantek, rMdes, jeremycherfas, tbbrown, [miklb] and dougbeal|imac joined the channel
#[miklb]I haz some questions about the h-card widget and what does/doesn’t get displayed. Should I put that into an issue like I did for the icons or would someone care to discuss?
HongPong, tantek, [manton], tbbrown and [pfefferle] joined the channel
#[miklb]I’m currently looking for examples of widgets in the customizer and how can enhance this widget. One example, for name it’s showing nickname and not display name, but I could see a use case of displaying both
#[pfefferle]what do you prefer? settings or best guess?
#[miklb]I’m not sure yet. This is my first time testing the widget so as to work with the time I’m building and am looking at the output vs all of the fields in the extended profile. Ideally this would have more user testing and feedback to get a better idea. Hopefully when I’m done with the initial version of this theme that supports it out of the box, we can get that feedback.
#[miklb]work with the theme I’m building. no idea where time came from
#LoqiPost or posts may refer to individual pieces of content published on an indieweb site such as notes, articles, & responses, or the act of creating the aforementioned content (present tense), or Posts about the IndieWeb https://indieweb.org/post_kinds
#[miklb]But also wanting to get the site launched with it. So probably going to be more issues/notes/questions than PR until I get launched and then iterate.
#GWGI started building more generic tools and customizing the output rather than hardcoding quite as much
#GWGThat's why the H-Card inside the widget can be called as a function if you want to embed it in a theme.
#[miklb]I’m going to add a probot to my theme repo that doesn’t allow code merged into master without an updated README with it.
#[miklb]So instead of having a widget area, I would just call that function and then could customize the output? I’m not following immediately after reading the function.
#[miklb]apologies. I’m sincerely not following how I would expand/customize the existing function in my theme, otherwise I would offer upstream changes
#GWGmiklb, stick with functionality you want as issues on repo
#LoqiSVG is Scalable Vector Graphics, a standard way to display vector images that integrates well into HTML and is implemented in all modern browsers https://indieweb.org/svg