#snarfed(mblaney: and if you go the syndication url route, you also need at least an h-feed linked from your front page so bridgy can find the posts. looks like there isn't one right now.)
#kylewmthat'd be a real advantage to publishing via Bridgy Publish -- you get the same app-scoped user id on both sides
#mblaneyso if I want to add a syndication url, I would need to create a post, POSSE with bridgy, find the new facebook url and then add that to the post?
#kylewmbridgy publish returns the facebook url in response to the webmention you send it
#mblaneyanyway I'm happy to look at adding support for it to bridgy too.
#tantek!tell aaronpk did you document that second micropub delete/undelete/read/update implementation somewhere on https://indiewebcamp.com/Micropub ? Do we need a new section for "complete" CDURU implementations?
#Loqimblaney meant to say: cool well I realize now that my multi-user site can't handle multiple accounts signing up to bridgy so will have to fix that soon.
#mblaneysnarfed: since you mentioned silo.pub though, feel free to say don't add multiple silo account support to bridgy...
#mblaneyI could always add micropub support to my site and use silo.pub instead?
#gyuumaoui try to do as much as i can myself, but for some reason instead of changing parts i change the whole thing every time i learn something new. which i suppose is good, if i'm changing it often i must be learning.
#gyuumaoushould really just use wordpress or octobercms or something though, it's getting old haha
#KartikPrabhuthis is not tied to using Wordpress or any other system. I use a custom system but don't redesign all the time
#mblaneyI can't believe the effort put into dealing with how silo post presentation... it's quite impressive.
loic_m joined the channel
#mblaneyAlso I'm sure there are reasons why you might want to keep bridgy publish and bridgy backfeed separate, but if you've already got the data why would you want to go through the discovery process?
#KartikPrabhubecuase people might not rely on Bridgy Publish all the time
#aaronpkif the micropub update request results in the post having a new URL, I need the response to include the new URL, otherwise the editing interface has no way of finding it
#aaronpkdepends on the site, but editing anything that would cause the URL to change
#aaronpkin my case, my URLs are based on the publish date and an optional slug
#aaronpkso if I change the publish date, the post would have a new URL
#emmakwhat about the http location header in the response?
#aaronpkyeah that's what's used for creating posts
#aaronpkwondering what HTTP code to use. I think either 202 Accepted or 303 See Other
#aaronpkleaning towards 202 since it's already a valid response, although that means a browser won't actually follow the Location header from a form post
j12t and mlncn joined the channel
#sknebel202 is more "queued, you can look up later if I actually did something useful with it" in my interpretation?
#sknebelas in, it isn't clear yet if the request was sucessful
#aaronpkso in doing a more thorough implementation of my site where i can update the slug and publish date of posts, it turns out doing a copy and delete is actually looking like a good option just architecturally
snarfed and calumryan joined the channel
#aaronpklots to consider when moving things around on disk
[shaners] joined the channel
#[shaners]aaronpk: That’s prolly worth noting in the (DB vs filesystem) as datastore documentation on the wiki.
#[shaners]Seems like, A: that’s not a problem for DB as datastore and 2: a decent solution to the problem in filesystem as datastore (copy and delete)
#aaronpkmebbe. it'd still be a problem with DB as datastore unless you also stored attachments in the DB
#aaronpkit's the attachments (photos and stuff) which make it hard
#[shaners]If they’re stored in datetime directory structure. If they’re not, you don’t have to move them. Right?
#aaronpkit totally depends on how you're storing things
#kylewm!tell rhiaro the second entry on http://rhiaro.co.uk/ has a little odd mf2 <a class="h-card p-name u-author u-url">; I don't think that's doing what you intend. also that post permalink is broken
#chrisaldrichShaners, RE: IndieWebCamp LA facebook, if you make an event private, the only thing you can do is delete it and start over again. They don't have a simple toggle for making it public.
M-Kodo, M-RyanRix and begriffs joined the channel
#j4y_funabashirhiaro: shhh, they will remember that for when skynet kicks in...
begriffs_, gRegorLove, singpolyma and mlncn joined the channel
#chrisaldrichshaners: not sure how many of us native angelinos there are, but let me know what/how I can help on the event. I've been slowly trying to infect people in small groups and have been contemplating setting up pseudo regular events in LA, but have been too busy the last several months
#chrisaldrichI'm hoping that with a local camp, perhaps I'll be more motivated to do some smaller evangelization locally between now and November
#GWGI was taking a break from something that I was stuck on and looking at Webmentions and Semantic Linkbacks. Any thoughts on improvements for them as a user?
begriffs and begriffs_ joined the channel
#chrisaldrichI understand you were still breaking some of the rel-me stuff out of semantic linkback plugin right?
#GWGChrisAldrich, rel.me out of Syndication Links. That is what I tabled.
#chrisaldrichThe two biggest things from a UI perspective I see (in relation to WP) are having better display of comments/trackbacks/pingbacks/webmentions for themes in general, particularly facepiling likes and reposts
#chrisaldrichThe other is (possibly widgetizing) some of the h-card identification material that will make it easier to identify one on the web
#GWGWould you like it even if you had to do some minor theme editing?
#GWGChrisAldrich, the h-card stuff is on the issue list for the Indieweb plugin.
#chrisaldrichSo for example creating a simple block with an upload for a photo, indcluding, name, address, titles, jobs, etc as well as other rel-me social media links in a simple block
#chrisaldrichI don't do a lot of coding professionally, but I'm not opposed to getting my hands dirty on minor theme editing to get a better result.
#chrisaldrichI think if there was a simple way to do some theme modification and a reasonable tutorial out there to follow, it might help infect more people into joining the community.
#GWGIt would be... 'Add this line to your theme where you want your Facepile.' or such.
#GWGBut my work at the moment is in enhancing the webmentions code to support some new stuff.
#chrisaldrichThat would be almost too easy... and certainly easily doable. As an example, I think there's an issue with the .org version of Independent Publisher I'd seen that wasn't even displaying likes/reposts from webmentions and I've been meaning to dig into it to fix it, particularly as the dev was actually interested in indieweb
#GWGI am hoping to get in delete support and better updating
#gRegorLoveCan widgets hook into individual posts, both in a stream and on permalinks? I thought yes.
#GWGWidgets can have display logic to not always show up.
#GWGPlugin hooks are the ones most use to avoid theme hacking. It. limits the flexibility sometimes though
#chrisaldrichdelete support would be good. I can see some usefulness in updating, though I haven't had particular use cases that have been vexing presently. Do you have a particular case(s) in mind that I could think about?
#chrisaldrichI also need to sit down and read through the newest version of the specs as I haven't done that since late last summer sometime. Are there any particular goodies I should focus on?
#GWGSimple version is when you correct a typo on a reply
#GWGA lot of what I am playing with is having the design to write a better update function later.
#GWGI believe in improving on pfefferle's modular design
#GWGAlso, been reading the specification for ideas. The webmention timeout is set for 100 seconds, the specification suggests 5 as an example.
#GWGYes, but due to independent development tracks they are still separate
#chrisaldrichThe nice part is that things have come along tremendously far since about a year ago, which makes the overall usability and onboarding much better.
#GWGWhich is why merging may be more viable than before.
#chrisaldrichSometimes it seems like Known moves a bit faster as a project because it's so centralized in relation to the WP
#chrisaldrichThe IndieWeb plugin was a lovely stroke of genius as it makes some of the bundling to most end-users so seamless.
#chrisaldrichI need to set aside some time to just plow through it, but I've been thinking of making a master user-manual for the WordPress suite of tools. Most of the major functionality seems pretty solid, but onboarding can be an issue since there are so many individual pieces which can/should be utilized.
snarfed1 joined the channel
#chrisaldrichI know tantek has mentioned making on-boarding easier and smoother in the past, and the WP side of life has gotten WAY better since I started dabbling a year or two ago, but even I have problems keeping some of the moving parts straight.
#gRegorLoveThere was some discussion yesterday about merging the Semantic Linkbacks plugin into the Webmention plugin so one plugin gives better looking comments.
#gRegorLoveOr, if not that, at least giving Semantic Linkbacks a better name.
#chrisaldrichGWG, I know you occasionally do WP core dev work and that Matt is watching the spec in general, but what kind of though/discussion has there been about pushing into WP core? The evolution of what's happening in the community feels to me like the next iteration of what the web should be.
#GWGgRegorLove, I want to talk to pfefferle and acegiak before any merger discussion.
#GWGChrisAldrich, very little discussion, but no gigantic opposition other than apathy.
#chrisaldrichPOSSE Linkbacks? IndieWeb Linkbacks? Webmention linkbacks? Something that keeps the overall branding?
#chrisaldrichCan we get O'Reilly to brand us with the phrase Web 3.0?
#chrisaldrichThanks @gRegorLove, that's certainly helpful. Does anyone have a flowchart with dependencies (or make one?) Or possibly a proposed sketch of what could happen in the next year perhaps?
#aaronpkhow does Known upload photos to the server? Is it done in a normal HTML form, or does it use fancy XHR stuff to do it from javascript?
#aaronpki have this XHR thing mostly working in Quill, but it makes me nervous
[kevinmarks] joined the channel
#[kevinmarks]I think it uses a normal form, with some js for previewing.
#aaronpki'm not as worried abotu drag and drop, but I want to submit via JS so that I can show errors client-side without reloading the page
#gRegorLoveI think it handles that. Might be overkill for what you need though.
snarfed1 and tantek joined the channel
#aaronpkyeah i implemented it in JS directly. holy cow browser JS has gotten way better since 2006
#gRegorLovechrisaldrich: I don't think there's a flowchart yet. GWG might be working on it. I'm not a WordPress user myself, though quite a bit of experience with it for clients.
#gRegorLoveInteresting social media interaction concepts: https://youtu.be/mixsze6uJPg Uses the proximity sensor on your phone to take a picture or video, so you hold it to your chest rather than stare at your phone to get it "just right"
#gRegorLovekylewm: It does, but I think my parseAuthor function only handles if it returns an h-card, not a URL or a plain text author name.
#kylewmgRegorLove: yeah but I think it does some heuristics to try to "flesh out" a u-author
#kylewmso like on aaron's page, you have u-author = /, I think barnaby's function will return a full h-card
#colintedford.comcreated /sqlite (+20) "make all-lowercase redirect for convenience even though such tedious busywork is what computers excel at" (view diff)
#aaronpkhmm should Quill correct the photo rotation before it sends it to the micropub endpoint? or is that something my micropub endpoint should do? or both?