#mblaney!tell voxpelli it does require an agreement on the format for multiple urls, I've gone for url1=...&url2=... etc since it's less server specific but open to suggestions
#kylewm.comedited /repost (+43) "/* Brainstorming Markup */ note that the ideal fallback for readers is different than the ideal fallback for webmention receivers" (view diff)
sanduhrs, fkooman, friedcell, loic_m and petermolnar joined the channel
#voxpelli!tell mblaney The standard formats for multiple occurrences of a query parameter is to either just repeat the query param with the same name, or to suffix it with "[]". The latter is what PHP does and what Micropub has adopted: http://indiewebcamp.com/micropub#Create
#Loqivoxpelli: mblaney left you a message 6 hours, 13 minutes ago: it does require an agreement on the format for multiple urls, I've gone for url1=...&url2=... etc since it's less server specific but open to suggestions http://indiewebcamp.com/irc/2015-10-25/line/1445828099520
#mblaneyvoxpelli: if there's already agreement then I'm happy with that too.
#voxpellimblaney: with a []-suffix it's totally universal, but even without it should be fairly universal, can't remember how eg. PHP handles it though
#voxpelliand since Micropub does [] that's probably the way to go within the indieweb at the moment :)
#mblaneyI think I saw earlier today that PHP requires [] or it just uses the first parameter
#mblaney(on an obscure point, rssCloud uses url1 to urlN)
#mblaneymy feed page now does a status check for all indie-actions on the page, seems to work well enough.
#voxpellimblaney: be sure to update the wiki page brainstorm with any experience / reflections / references to what you've done :)
#mblaneysure, thanks for your input voxpelli. let me know if you get something working too so we can try different implementations :-)
#voxpellimblaney: will do – unfortunately it might take a while :/ lots of work at the moment and when it comes to IndieWeb SWAT0 + a working Micropub are my top priorities
#voxpellithe working micropub endpoint can perhaps be leveraged to get such statuses eventually though
#mblaneyvoxpelli: yes they are good priorities and there is always much to do....
#Zegnatvoxpelli, mblaney, I can confirm that PHP requires []. It will use the last parameter otherwise. Of course that only applies if you want to use $_GET, you can always chose to parse $_SERVER['QUERY_STRING'] yourself
friedcell, pfefferle, peacekeep3r, elf-pavlik, Garbee and danfowler joined the channel
#snarfede.g. "Taken with a GoPro Hero 3 Black, the photo records the tips of the community’s highest structures jabbing through dense cloud. 4c615976ebb5b573d4b6343094660d05"
#snarfedi'd like the micropub tests to all be high level, fill in the input http request data, trigger the plugin, and look at the response and db rows that were created
#snarfedas opposed to individually testing smaller inner functions
#snarfedtesting smaller functions is good for big codebases, but this isn't that
#snarfeddoes that make sense? ie how it's different than actually running wp and sending http requests to localhost?
#GWGThat is what I was going for. I just want to test create separate from edit.
#GWGWhich can also be done by setting data in the $_POST variable and running the function
[snarfed] joined the channel
#[snarfed]great! exactly, those two tests should just need different http request data
#aaronpkhttp://indiewebcamp.com/micropub#Editing "Update: Replace all values of the property. Add: If there are any existing values for this property, they are not changed, the new values are added."
#GWGsnarfed: By the way, the implementation of edit is not matching the one outlined
#GWGsnarfed: So I'm not writing a test for it yet. Just for create
#petermolnarI've had my responsive images for years, so I'm not too thrilled about that
#GWGoembed for other WordPress sites. Term meta. Rest api infrastructure
#petermolnarthere were times when I would have been very happy for the taxonomy meta, but I don't see any use at this moment; although that is a useful thing
#petermolnarREST api, I'm sceptic and a bit afraid that it can go xmlrpc-wrong, but hopefully not
#petermolnaroembed is good though, we'll see how that goes
#GWGpetermolnar: This is just the infrastructure part. To build any api
#petermolnar[snarfed], yes, I've tried it soon after you've released it; however, since I'm using a post meta for the url and another for the webmention type, plus markdown, I'm a bit special :)
#GWGpetermolnar: I tried to write an alternative that did that.
#petermolnarI just need a few filters in press-this; I'll try to push for those to happen
#[snarfed]markdown still works - i use it too - but understood for the rest
#GWGpetermolnar: I will comment on a core ticket in support if you file one
#petermolnarthanks; I'll need to test if massively first
#voxpelliI don't know any clients that supports editing?
#aaronpkthat's coming up on my list for Quill soon, but not until i launch my new site
#voxpellione thing I wonder about editing, now I may just be forgetting stuff since I haven't worked on Micropub for a while, is how to get the initial data to do the edit on
#voxpelliare one expected to parse that as mf2 from a public:ish URL?
#aaronpkparsing from the mf2 is certainly one way, but only works for simple content, since it's quite likely the output is rendered different from the source material
#aaronpkfor example most people don't author the html content they display in notes, since they use autolinkers to turn plain URLs into <a> tags
#aaronpki think we had tossed around the idea of querying the micropub endpoint to return the original source for the post
#aaronpkplanning <1 day ahead has worked great for me cause i always end up doing something i never would have planned on doing ahead of time
#snarfedi have a bunch of ideas, but the best so far is probably still getting more of the community projects onto indieauth-to-github and push-to-deploy
#aaronpkkylewm: oh that is definitely not native repost support
#snarfedbut there's a good chance aaronpk will convert the rest of them before then:P
#singpolymaLooking at twitter "quoted retweet" stuff -- I guess this is like <div class="p-content">I say some things <blockquote class="h-cite p-repeat-of>...
#LoqiA quotation is a type of post that is primarily a subset of the contents of another post, and often has a citation of that other post https://indiewebcamp.com/quote
#gRegorLove"eight years, 20,000 posts, 425,000 reader comments"
#gRegorLove"But Times blogs run on a different publishing platform from the rest of the Times website, and eventually we realized they were creating a lot of extra work."