#indiewebcamp 2015-11-28

2015-11-28 UTC
daf2 joined the channel
#
kevinmarks
is building a webmention receiver from scratch
#
bret
Anyone know the subset of favicons/website icons that need to be inlucded thees days?
catsup and limiting-factor joined the channel
#
KartikPrabhu
bret: maybe look at the set here: http://www.entypo.com/
catsup joined the channel
#
acegiak2
GWG: updating some of my scripts to the updated post kinds. Is "summary" the new citation content box?
#
acegiak2
also, is v slick. like it
#
bret
Cool thanks KartikPrabhu
catsup joined the channel
catsup joined the channel
catsup and [kevinmarks] joined the channel
#
[kevinmarks]
Do you actually need one for each iOS resolution?
#
[kevinmarks]
Also, the startup pngs are insane
#
KartikPrabhu
that's the problem with such one-size-fits-all things. They include everything by default, but you might not need most of those things
catsup, wolftune, arlen and limiting-factor joined the channel
#
GWG
!tell acegiak, acegiak2 Summary is...mostly because citations are not usually full content. Had the hardest time with that decision.
#
Loqi
Ok, I'll tell them that when I see them next
#
acegiak2
GWG: makes sense
#
Loqi
acegiak2: GWG left you a message 1 minute ago: Summary is...mostly because citations are not usually full content. Had the hardest time with that decision. http://indiewebcamp.com/irc/2015-11-27/line/1448677844539
#
acegiak2
I might have gone with "extract"?
#
acegiak2
but htat's off the cuff, not seriously thought about the wording
mdik_ joined the channel
#
GWG
I was trying to use microformat terms
#
acegiak2
makes sense then
#
GWG
But in some cases, like a repost, you want content not summary
#
Loqi
acegiak: GWG left you a message 10 minutes ago: Summary is...mostly because citations are not usually full content. Had the hardest time with that decision. http://indiewebcamp.com/irc/2015-11-27/line/1448677844539
#
GWG
That was my dilemma
#
GWG
I figured that I might need a special case for a repost, but for now..
#
GWG
My next update involves breaking the presentation side into individual templates
#
GWG
And improving the icons
#
GWG
I have a general question about that.
#
GWG
I'm looking at presentation
#
GWG
Facebook, for example, displays a timeline as...
#
GWG
Alice liked a post.
#
GWG
Alice commented on a post.
#
GWG
Etc.
#
GWG
Is there a point in putting in 'Alice' or whatever name if the site is your site?
#
kevinmarks
summary is good, that's what atom and h-feed call it
#
kevinmarks
you can mark it up with p-summary or e-summary and my storycards will see it
#
GWG
kevinmarks: The issue is that I had one box, and I was calling it content, but it is more often a summary as the only time it should be the entire thing is if it is a repost.
#
GWG
Also, the thing the person is writing is also content.
#
GWG
This is a citation summary as part of context.
#
kevinmarks
I've started putting summaries (often extracts) on my homepage posts
#
GWG
kevinmarks: I think you are thinking one level up from the discussion
davidized joined the channel
#
GWG
This would be in a reply, for example, where the summary was a summary of the URL that is being replied to.
#
kevinmarks
my point being that calling it summary and marking it up as summary for atom and h-entry is good
#
kevinmarks
ah, I see
#
kevinmarks
I think it still maps
#
GWG
Inside an h-cite nested in a h-entry?
#
kevinmarks
the name/summary/content distinction still matters I think
#
KartikPrabhu
yes. summary can be inside a h-cite of h-entry
#
KartikPrabhu
and in fact would be very appropriate
#
GWG
KartikPrabhu: That I agree. I was asking if his storycards would account for it.
#
kevinmarks
that I'm less ure of, but I could adapt them
bengo and mlncn joined the channel
#
kevinmarks
OK, http://mention-tech.appspot.com/ now verifies webmentions asynchronously
bengo joined the channel
#
@kevinmarks
I've made a from scratch webmention parser at http://mention-tech.appspot.com to try out spec variations
(twitter.com/_/status/670460526195949573)
wolftune and bengo joined the channel
#
kevinmarks
where did the instructions for sending a webmention with curl go?
#
kevinmarks
it's still in the french version http://indiewebcamp.com/webmention-fr
#
kevinmarks
hm, is webmention discovery not working for http://mention-tech.appspot.com ?
#
kevinmarks
known doesn't seem to ping it
j12t, limiting-factor, snarfed and snarfed1 joined the channel
#
kevinmarks
so bridgy discovered the wm endpoint and sent a ping
#
kylewm
kevinmarks: webmention discovery looks good from here
#
snarfed1
cool!
#
kevinmarks
OK, so I have an indiscriminate webmention receiver
#
kevinmarks
doing super naïve checking
#
kevinmarks
maybe I should make my responses not use the template
j12t_, KartikPrabhu, CaptainCalliope_ and anm_ joined the channel
#
kylewm
so this is the idea that if you link to someone and they don't support webmentions, we could ping like an archive instead?
#
kevinmarks
yes, though it's also an exercise in understanding the protocol for me
g3funk joined the channel
#
GWG
kevinmarks: I'm going to give SVG a try. Any advice?
#
kevinmarks
what for specifically?
#
kevinmarks
you can just drop them in img tags
#
kevinmarks
that works
#
kevinmarks
but if you inline them they can be styled with CSS too
#
GWG
kevinmarks: In place of icon fonts
#
kevinmarks
you saw the article I posted on that?
#
GWG
You linked to one in here. Was that the same one?
#
kevinmarks
yes, that was a good intro
#
GWG
It was more philosophical though
ventilateur and shaunguice joined the channel
#
kevinmarks
not sure if spriting is always a good idea
#
kevinmarks
with http2 it is possibly redundant
#
GWG
I'm right now assembling a collection of SVG icons
#
kevinmarks
the other thing I learned about SVG is be careful with text - you can get the same font issues as HTML
#
GWG
I'm just assembling my icon set.
snarfed1 joined the channel
#
kevinmarks
kylewm: OK, now have mention retrieval per domain
M-RyanRix and M-kegan joined the channel
#
kevinmarks
the funny thing is you can always verify a link from http://mention-tech.appspot.com/ to anything
#
kevinmarks
as the main page updates before the verifier runs
M-Kodo joined the channel
#
@mention_tech
Can we untangle webmention from micropub?
(twitter.com/_/status/670497848698363904)
#
KartikPrabhu
errr what?
#
KartikPrabhu
kevinmarks: is that you? ^ ?
#
KartikPrabhu
I don't understand the question then. webmention is separate from micropub
#
kevinmarks
but it wants indieauth
#
KartikPrabhu
yes, because it will send XSS embedded webmentions
#
KartikPrabhu
I really wouldn't want others sending me those webmentions
#
KartikPrabhu
but still don't see the connection with micropub
#
kevinmarks
I meant indieauth, but was confusing myself
#
KartikPrabhu
of course generic webmention does not depend on indieauth at all
#
kevinmarks
right, that si what I was tryign to prove ;)
#
kevinmarks
I yak-shaved myself inot implementing a webmention endpoint while debating the protocol
#
KartikPrabhu
sounds like a lot of hypotheticals
limiting-factor joined the channel
#
KartikPrabhu
why are people complaining about extensions when they probably haven't even played with webmention!?
tantek and almereyda joined the channel
#
@jordan_web
@TSGtheseries @syddoberstein The # #indieweb you will find it is used by a group dedicated to creating a new independent web technology
(twitter.com/_/status/670507471564337152)
tantek and wagle joined the channel
#
tantek
kevinmarks++ for another webmention implementation!
#
Loqi
kevinmarks has 182 karma
#
tantek
KartikPrabhu: because philosophy vs science+engineering
#
KartikPrabhu
all the w3c discussions I have seen are like that
#
tantek
KartikPrabhu: it's unfortunate that there are so many more that appear to practice more philosophy than engineering
#
tantek
but there is often hope of turning philosophers into engineers
#
tantek
regardless, the growing body of implementations unaffected by the issues raised tends to reduce the credibility of the issues en masse
#
@tinokremer
Interesting how fast things change, I now read the #indieweb websites via @kylewm's reader in the morning instead .. https://tinokremer.nl/2015/interesting-how-fast-things-change-i-now-read-the-indieweb
(twitter.com/_/status/670513501656498176)
#
tantek
kylewm++ for Woodwind! Proxy ++ from that tweet :)
#
Loqi
kylewm has 272 karma
#
tantek
what is mention-tech?
#
Loqi
It looks like we don't have a page for "mention-tech" yet. Would you like to create it? https://indiewebcamp.com/s/107y
#
tantek
mention-tech is a service that can send and receive webmentions both via [[Webmention]] and a form on its home page at http://mention-tech.appspot.com/.
#
loqi.me
created /mention-tech (+179) "prompted by tantek https://indiewebcamp.com/irc/2015-11-28/line/1448699409117 and dfn added by tantek"
(view diff)
#
kevinmarks
mention-tech is an experimental [[webmention]] implementation to explore the protocol as part of the SocialWG discussion.
#
tantek
there's no need to make it socialwg specific
#
kevinmarks
it doesn't actually send them
#
tantek
that's incidental
#
tantek
ah ok
#
kevinmarks
or at least only to itself
#
kevinmarks
thoughI suppose it could
#
kevinmarks
are you nerdsniping me ?
#
kevinmarks
that is a reasonable extension, yes.
renoirb and cuibonobo joined the channel
#
kevinmarks
if a site has more then one rel="webmention" endpoint, what should one do?
#
KartikPrabhu
first one?
#
kevinmarks
or send to them all?
#
KartikPrabhu
have you encountered a site with multipl endpoints?
M-Kodo, M-RyanRix and M-kegan joined the channel
#
kevinmarks
not yet, but I'm considering making one
#
kevinmarks
why not send to both webmention.herokuap.com and my own one?
#
KartikPrabhu
is there a reason to have them both then?
#
kevinmarks
redundancy is good (remember, my site is static, and doesn't store the webmentions itself)
#
KartikPrabhu
how do you de-dup your received mentions then?
#
kevinmarks
well, they both store them
#
KartikPrabhu
and display?
#
KartikPrabhu
i mean which do you display?
#
kevinmarks
at the moment, webmention,herokuapp.com displays them very nicely, whereas mine is crap
#
kevinmarks
though in my defence it's only a few hours old ;)
j12t joined the channel
#
KartikPrabhu
never thought of this case before. good faq in webmention?
#
kevinmarks
the other half of this is thinking about converging output in some way
#
kevinmarks
if webmention.herokuapp.com and webmention.io converge on jf2, I could add that too
#
tantek.com
edited /Webmention (+233) "/* Services */ add mention-tech, alpha sort"
(view diff)
#
kevinmarks
hm, spec says "The webmention endpoint is advertised in the HTTP Link header or a <link> or <a> element with rel="webmention" . If more than one of these is present, the HTTP Link header takes precedence, followed by the <link> element, and finally the <a> element. Clients MUST support all three options and fall back in this order."
#
kevinmarks
which doesn't address if there is more than one in each
#
tantek.com
edited /mention-tech (+58) "tweak dfn, see also"
(view diff)
#
kevinmarks
You may have to change that back ;)
#
tantek
heh - I'll let you do the honors. for now I certainly don't want to exaggerate it.
#
voxpelli
kevinmarks: I've been thinking of making my WebMention endpoint able to ping a second endpoint for all received pings
#
kevinmarks
is implementing that right now
#
voxpelli
Cool, good make it possible to have two endpoints set up at once so that one can easily move
#
kevinmarks
well, kind of
#
kevinmarks
yes, or have them do different things
#
voxpelli
Yeah, that as well
#
tantek.com
edited /mention-tech (+41) "displays"
(view diff)
#
kevinmarks
but yes, when migrating you always want to have 2 services up in parallel
#
kevinmarks
so you can A/B them to be sure that the migration is going to work
bengo, dhalgren, j12t, friedcell and Tino joined the channel
#
kevinmarks
so, who sends webmention link in headers?
limiting-factor and j12t joined the channel
#
@RikMende
RT @codebear: Getting a jump on my #IndieWeb 2016 Commitment this year by starting the planning now — https://bear.im/bearlog/2015/329/indieweb-2016-commitment
(twitter.com/_/status/670553308734582784)
#
kevinmarks
voxpelli: huh? I 02:49:31.511 SendMention calling 'https://webmention.herokuapp.com/api/webmention?source=http%3A%2F%2Fmention-tech.appspot.com%2F&target=http%3A%2F%2Fkevinmarks.com%2F' I 02:49:31.705 SendMention got '400' {"error":true,"message":"You need to specify both a \"source\" and a \"target\" URL"}
#
voxpelli
kevinmarks: very odd, can you file a bug? I'm not near a computer right now :/
#
kevinmarks
same everywhere I 02:58:14.208 SendMention calling 'https://kylewm.com/webmention?source=http%3A%2F%2Fmention-tech.appspot.com%2F&target=https%3A%2F%2Fkylewm.com%2F2015%2F11%2Flet-s-ping-http-mention-tech-appspot-com' I 02:58:14.415 SendMention got '400' webmention missing required source parameter
Pierre-O joined the channel
#
kevinmarks
clearly I should go to bed and this will be obvious in the morning
#
voxpelli
kevinmarks: the query params should be in the body
#
voxpelli
A form encoded body rather than query params
#
voxpelli
In the post request
#
voxpelli
Not sure, but my endpoint only looks for the params in the body
#
voxpelli
I think that's what the spec says
#
voxpelli
Makes sense to support both ways I think
#
kevinmarks
why not just a POST wiht params?
#
kevinmarks
I cna see form-encoded for micropub, but webmention doesn't need that
#
voxpelli
If you POST a HTML form it will be a body
#
kevinmarks
I am making a URL
#
voxpelli
So bodies needs to be supported, but query params can just as well be, so I'll add support for that when I get to a computer
#
voxpelli
(Away at an event for the entire day today)
j12t and Phyks joined the channel
#
kevinmarks
switchign to using requests library fixed it, yay
j12t joined the channel
#
kevinmarks
!tell tantek now it sends webmentions too
#
Loqi
Ok, I'll tell him that when I see him next
ttepasse, loic_m, acegiak, nitot, j12t, Pierre-O, limiting-factor, johnstorey, davidized and nitot_ joined the channel
johnstorey, mlncn and wolftune joined the channel
limiting-factor, nitot, Tristitia, wolftune, singpolyma, davidized, tantek and bengo joined the channel
#
tantek
!spammer InramsT
#
Loqi
tantek: kevinmarks left you a message 5 hours, 24 minutes ago: now it sends webmentions too http://indiewebcamp.com/irc/2015-11-28/line/1448713204821
#
Loqi
Got it! There are now 45 spammers blacklisted
#
tantek
InramsT-- is a spammer per numerous (12+) repeat (about once a week) posting of the exact same tweet of a link to their site
#
Loqi
InramsT has -1 karma
#
tantek
kevinmarks++ congrats!
#
Loqi
kevinmarks has 183 karma
#
tantek
who was asking about icon sizes, was that you kevinmarks ?
#
tantek
what is an icon?
#
Loqi
An icon in the context of the indieweb typically refers to a home page icon for an indieweb site https://indiewebcamp.com/icon
#
tantek
answers to necessary markup on that page ^^^ kevinmarks. in short, no need for all the different resolutions
#
tantek.com
edited /next-hwc (+0) "next!"
(view diff)
#
tantek.com
edited /events/2015-11-18-homebrew-website-club (+104) "/* Notes */ KevinMarks notes"
(view diff)
j12t, fkooman and nitot joined the channel
#
tantek.com
edited /person-tag (+511) "/* IndieWeb Examples */ add Ryan Barrett with manual person-tag markup, used to pass silo SWAT0!"
(view diff)
davidmead joined the channel
#
kevinmarks
my apologies to everyone I was sending malforomed webmentions to last night, as I was mixing up the GET and POST form formats.
#
@davidmead
Test post: Consolidating all my blogs to one Wordpress... http://davidjohnmead.com/blog/2015/11/28/test-post/ #indieweb
(twitter.com/_/status/670672148642426880)
#
davidmead
anyone here help with an ownyourgram question? aaronpk?
#
tantek
what is server-side form processing?
#
Loqi
It looks like we don't have a page for "server-side form processing" yet. Would you like to create it? https://indiewebcamp.com/s/107z
bengo joined the channel
#
tantek
server-side form processing is the model by which a web receives a HTML form submission over HTTP, and processes it.
#
tantek
kevinmarks: ^^^ have at it
#
@jgmac1106
@kevinmarks Has been so powerful a tool for teachers. @withknown gives students control of their content and privacy. #indieweb
(twitter.com/_/status/670675975269687296)
#
tantek.com
edited /Homebrew_Website_Club (+49) "Edinburgh, Brighton, Göteborg, Malmö are all quite regular now"
(view diff)
#
tantek.com
edited /events/2015-12-01-homebrew-website-club (+463) "/* Where */ Look for other locations, see: - and Malmo TBD"
(view diff)
#
tantek
!tell voxpelli Is there a HWC Malmö this coming week? https://indiewebcamp.com/events/2015-12-01-homebrew-website-club#Where
#
Loqi
Ok, I'll tell them that when I see them next
#
tantek
!tell adactio Is there a HWC Brighton this coming week? https://indiewebcamp.com/events/2015-12-02-homebrew-website-club#Where
#
Loqi
Ok, I'll tell him that when I see him next
#
tantek
!tell Jeena Is there a HWC Göteborg this coming week? https://indiewebcamp.com/events/2015-12-02-homebrew-website-club#Where
#
Loqi
Ok, I'll tell them that when I see them next
#
voxpelli
tantek: nope, not this week
#
tantek.com
edited /events/2015-12-01-homebrew-website-club (-315) "/* Where */ no Malmö this week"
(view diff)
#
tantek.com
edited /events/2015-12-08-homebrew-website-club (+214) "/* Where */ Malmö TBD"
(view diff)
#
tantek
voxpelli: how about the week after? That's the last HWC of the year for Edinburgh btw - if you want to sync-up one more time this year
#
voxpelli
tantek: not sure, we haven't discussed it, Malmö might be moving back to Wednesday though :)
#
tantek.com
edited /events/2015-12-08-homebrew-website-club (+101) "restore Where header and note that this is last HWC Edit of the year"
(view diff)
#
tantek
voxpelli: in that case you have 12-16 and 12-30 to sync-up with!
#
tantek
hmm - I'm going to cluster the adjacent day meetings - our HWC footer has gotten long!
#
tantek.com
edited /Template:Homebrew_Website_Club (-65) "cluster adjacent day meetings (since they spanned different locations) in 2015 for a more compact display"
(view diff)
#
davidmead
tantek - could you answer a simple, i hope, question about micropub endpoints?
#
tantek
davidmead - unlikely unless it's already on the wiki and I assume you checked that? /Microbpu
#
tantek
ok all take a look, I clustered adajcent days with a tight-fitted "&" https://indiewebcamp.com/Homebrew_Website_Club#Meetings
#
davidmead
i did, but i might be mis-understanding
#
tantek
I think that better communicates the number of "actual" meetings spanning locations
#
tantek
and a better feel for the number of different weeks that had HWC meetups
#
davidmead
i’m moving my blogs around and i can’t get how i can point them back
#
tantek
davidmead: I suppose I'm not sure what you're moving where vs. what you want to point back to where.
#
tantek
this will likely take someone who has implemented Micropub
#
tantek
(I myself haven't yet)
#
tantek
(too much time wiki gardening ;) )
#
kevinmarks.com
edited /server-side_form_processing (+1572) "x-www-form-encoded"
(view diff)
#
davidmead
ah. i’ll try aaronpk then tantek. as i’ve gor a WP blog now at davidjohnmead.com/blog and all my rel=me links are on a static html page at davidjohnmead.com, quill and ownyourgram are working
#
davidmead
working
#
tantek.com
edited /Main_Page (+7) "/* Homebrew Website Club */ updates for next week"
(view diff)
#
tantek
alright, that should do it for event updates / fixes wiki gardening for a bit!
#
tantek
davidmead - you likely need your micropub endpoint to be discoverable from davidjohnmead.com
#
davidmead
could i do that by adding it as a link in the head of the html tantek?
#
tantek
otherwise how else would quill and ownyourgram know to look for it in the davidjohnmead.com/blog ?
#
tantek
davidmead: yes!
#
tantek
davidmead: for example, view source on your very own davidjohnmead.com/blog
#
davidmead
that’s the bit i wasn’t get from /micropub on the wiki
#
tantek
really?
davidized joined the channel
#
davidmead
maybe my brain isn’t with today
#
tantek
there's no way any code could guess to look inside "/blog" on your site
#
tantek
if you're just using davidjohnmead.com as your identity etc.
#
davidmead
in the past i’ve used the profile page of whatever platform I had - WP, Known, etc.
#
davidmead
so i didn’t have to connect the two
#
tantek
that being said - definitely interested in how we can improve that documentation!
#
davidmead
i was still thinkning the first page of the blog. duh!
#
davidmead
its been a long week
#
tantek
hope you had a happy thanksgiving!
#
davidmead
and i have snarfed micropub WP plugin installed. Just couldn’t connect the dots in my head
#
davidmead
thanks very much tantek :-)
#
tantek
did that fix it?
#
davidmead
going to try it now
#
tantek
!tell aaronpk could you create an indie event for the Social Web WG f2f https://www.w3.org/wiki/Socialwg/2015-12-01 and FB Posse copy? Thanks!
#
Loqi
Ok, I'll tell them that when I see them next
nitot joined the channel
#
davidmead
apparently it posted, but nothing appears tantek. getting a 301 returned. so i’ll reach out to aaronpk
#
tantek
or reach out to snarfed - if it posted, it likely went through to the WordPress Micropub plugin
#
tantek
then the question is what did the plugin do with it
#
davidmead
i’ll write it up and post it :-) thanks for the assist tantek
#
tantek
no problem glad I could at least partially help!
#
tantek
!tell kylewm I think this would make an interesting discussion point to bring up on Wednesday https://kylewm.com/2015/11/silo-pub-as-a-generic-micropub-to-silo-adapter - I've added it to: https://indiewebcamp.com/events/2015-12-02-homebrew-website-club#Topics
#
Loqi
Ok, I'll tell them that when I see them next
Pierre-O joined the channel
gRegorLove joined the channel
#
aaronpk
oh davidmead is gone
#
Loqi
aaronpk: tantek left you a message 44 minutes ago: could you create an indie event for the Social Web WG f2f https://www.w3.org/wiki/Socialwg/2015-12-01 and FB Posse copy? Thanks! http://indiewebcamp.com/irc/2015-11-28/line/1448738157774
#
tantek
!tell davidmead welcome back! BTW you can use !tell to leave people messages here indieweb related - rather than Twitter if you like! :)
#
Loqi
Ok, I'll tell them that when I see them next
#
aaronpk
oh I forgot to hashtag that
#
@aaronpk
@davidmead Your home page is not pointing at the right micropub endpoint, it should include the query string that... http://aaronparecki.com/replies/2015/11/28/1/
(twitter.com/_/status/670694307616063489)
j12t joined the channel
#
aaronpk
should be an easy fix :)
#
tantek
aaronpk thanks!
#
tantek
yet another good example of the indieweb community actively using the federated social web that we've built!
#
tantek
we should keep doing that - to remind the world what we have working, in production, on our own sites
davidmead joined the channel
#
@bblfish
A long way for #IndieWebCamp to go still: They need to understand basics such as X-Origin https://github.com/w3c-social/webmention/issues/10 #webmention
(twitter.com/_/status/670698328330473472)
#
aaronpk
rolls eyes
#
aaronpk
davidmead: welcome back! did you get my note? should be a quick fix for you
#
davidmead
aaronpk: i just saw it. thanks. worked like a charm :-)
#
aaronpk
excellent!
#
Loqi
davidmead: tantek left you a message 19 minutes ago: welcome back! BTW you can use !tell to leave people messages here indieweb related - rather than Twitter if you like! :) http://indiewebcamp.com/irc/2015-11-28/line/1448740884994
#
davidmead
got a post from quill to show up
#
aaronpk
great!
#
davidmead
now i’m going to reconnect ownyourgram and i should be back to normal
#
aaronpk
hopefully! unless you're one of the unlucky ones that ownyourgram doesn't like anymore
nitot joined the channel
#
tantek
aaronpk - ignore the potshot silo posts for those who can't post on their own site.
#
tantek
s/for/from
#
Loqi
tantek meant to say: aaronpk - ignore the potshot silo posts from those who can't post on their own site.
johnstorey joined the channel
#
davidmead
seems to working for me aaronpk
#
aaronpk
good good
#
davidmead
but that was the test post. will be adding something new in a mo
#
tantek
aaronpk: the /Quill UI supports category/tags - do URLs in there work as person-tags?
#
aaronpk
URLs should be passed through so I guess!
#
tantek
have you successfully done so?
#
davidmead
aaronpk: ownyourgram live post worked, but it came through with some odd content too. see http://davidjohnmead.com/blog/2015/11/28/1303/igatirgg/
#
aaronpk
I don't think I've found an occasion where I've wanted to person-tag someone in a note from Quill yet
#
aaronpk
davidmead: I think that's the wordpress plugin using the filename of the image as the post title
#
davidmead
ah. ok. might have to look at a way to change that
#
aaronpk
ownyourgram doesn't send a post name, since instagram photos don't have names, just captions
#
aaronpk
so I think that's wordpress trying to make something up to be the name
#
tantek.com
edited /Quill (+427) "more headings, explicit list of features supported, float UI to make it side-by-side with features etc."
(view diff)
#
tantek
aaronpk I tried to do a braindump of explicit features that Quill supports judging from the screenshot - feel free to fix/add! https://indiewebcamp.com/Quill#Features
#
davidmead
when i was using Known I managed to get that to post the caption as the title and then seperate the hashtags out. i may fiddle around tonight and see what i can break ;-)
#
Loqi
nice
Pierre-O joined the channel
#
aaronpk
gRegorLove: lol just ignore that whole repo
#
gRegorLove
That whole thread is... wow
#
gRegorLove
Drone strikes against URLs.
#
aaronparecki.com
edited /Quill (+250) "/* Features */"
(view diff)
#
aaronpk
thanks tantek! added a few more
#
tantek
are the bookmarklets for posting bookmarks, favorites, reposts via Quill posted somewhere?
#
aaronpk
they're in Quill
#
aaronpk
since they contain a token that makes sure you're logged in
[kevinmarks] joined the channel
#
[kevinmarks]
switches to using a library
#
[kevinmarks]
Aaron, look at #13 about multiple webmention endpoints
#
[kevinmarks]
I made mention-tech both record and send webmentions
#
[kevinmarks]
and it sends to all endpoints found
#
[kevinmarks]
I used Quill to post to twitter via silo.pub
#
[kevinmarks]
To save having another twitter account attached
#
[kevinmarks]
They must be using xmlns:icbm
[shaners] joined the channel
#
[shaners]
Can someone put that toot on a spam list so we stop seeing it in the channel, please? aaronpk etc
#
tantek
shaners which one?
#
aaronpk
whoa weird, that was sent in slack a while ago
#
aaronpk
like...hours ago
#
@erikajob8
RT @bblfish: A long way for #IndieWebCamp to go still: They need to understand basics such as X-Origin https://github.com/w3c-social/webmention/issues/10 #webmention
(twitter.com/_/status/670709275107442688)
#
tantek
what is X-Origin?
#
Loqi
It looks like we don't have a page for "X-Origin" yet. Would you like to create it? https://indiewebcamp.com/s/1080
#
tantek
hmm - apparently we do have yet to have a page on it!
#
tantek.com
edited /Quill (+234) "/* Features */ clarify that bookmarklets for bookmark, favorite, repost are all installable from inside Quill once you've signed in"
(view diff)
nitot, Tristitia and KevinMarks_ joined the channel
#
bear
X-Origin isn't a thing and, after reading the issue that the person linked to, I am not surprised that someone with that lack of knowledge would use such an imprecise term
#
bear
goes back to ignoring the w3c for anything resembling serious conversation
#
tantek
thanks for that heads-up bear
#
bear
X-Origin is an incorrect way to reference X-Frame-Options headers to prevent clickjacking, see https://tools.ietf.org/html/rfc7034 for details.
#
tantek
here let's try that again
#
tantek
what is X-Origin
#
bear
X-Origin is an incorrect way to reference X-Frame-Options headers to prevent clickjacking, see https://tools.ietf.org/html/rfc7034 for details.
#
Loqi
It looks like we don't have a page for "X-Origin" yet. Would you like to create it? https://indiewebcamp.com/s/1081
#
loqi.me
created /X-Origin (+170) "prompted by tantek https://indiewebcamp.com/irc/2015-11-28/line/1448748803323 and dfn added by bear"
(view diff)
#
bear
what is clickjacking
#
Loqi
It looks like we don't have a page for "clickjacking" yet. Would you like to create it? https://indiewebcamp.com/s/1082
#
tantek
what is X-Frame-Options?
#
Loqi
It looks like we don't have a page for "X-Frame-Options" yet. Would you like to create it? https://indiewebcamp.com/s/1083
#
bear
clickjacking is a form of attack that uses multiple layers of links to mask the ultimate target, also known as a "UI redress attack", is when an attacker uses multiple transparent or opaque layers to trick a user into clicking on a button or link on another page when they were intending to click on the the top level page. See https://www.owasp.org/index.php/Clickjacking for details.
#
loqi.me
created /clickjacking (+412) "prompted by bear https://indiewebcamp.com/irc/2015-11-28/line/1448748816820 and dfn added by bear"
(view diff)
#
bear
X-Frame-Options is an optional HTTP header that informs the browser what the server's policy is for displaying content in frames. See https://tools.ietf.org/html/rfc7034 for details.
#
loqi.me
created /X-Frame-Options (+209) "prompted by tantek https://indiewebcamp.com/irc/2015-11-28/line/1448748823882 and dfn added by bear"
(view diff)
Pierre-O joined the channel
#
bear.im
edited /clickjacking (+49) "add some see-alsos"
(view diff)
limiting-factor joined the channel
#
bear.im
edited /X-Frame-Options (+46) "add some see-alsos"
(view diff)
nitot joined the channel
#
bear.im
edited /X-Origin (+68) "add some see-alsos"
(view diff)
#
Zegnat
Good evening IWC! What is happening on the indie web scene?
#
rhiaro
I assumed by X-Origin he was shorthanding Cross Origin and was talkinga bout CORS. X-Frame-Options is something different..?
#
rhiaro
Yay for multiple interpretations
#
Loqi
giggles
#
bear
rhiaro ah, that could be - CORS is another animal completely
#
bear
using X- in HTTP land to mean cross is very misleading, a theme his post had in abundance
#
rhiaro
Uh huh
#
bear
what is CORS
#
Loqi
CORS is an acronym for "cross-origin resource sharing," a mechanism for allowing browsers to make JavaScript requests to fetch resources from other domains https://indiewebcamp.com/CORS
#
bear.im
edited /X-Frame-Options (+41) "add CORS to see-also"
(view diff)
wolftune, limiting-factor, KevinMarks__ and nitot joined the channel
#
tantek
aaronpk: since you have a bookmarklets for bookmarklet that fills in a bunch of stuff in Quill from the current page, how much of a stretch would it be for a bookmarklet to *RSVP* to the current page?
#
tantek
s/bookmarklets for//
#
Loqi
tantek meant to say: aaronpk: since you have a  bookmarklet that fills in a bunch of stuff in Quill from the current page, how much of a stretch would it be for a bookmarklet to *RSVP* to the current page?
#
aaronpk
pretty easy!
#
aaronpk
I don't have an RSVP UI yet but that sounds like a pretty simple one
KevinMarks_, wolftune, gRegorLove, tantek, petermolnar and KartikPrabhu joined the channel