#dev 2016-08-10

2016-08-10 UTC
KevinMarks_, KevinMarks and mindB joined the channel
#
cweiske.de
edited /static-site (+114) "/* Sending Webmentions */"
(view diff)
KevinMarks_ and cweiske joined the channel
#
cweiske
aaronpk, does webmention.rocks have a computer-readable list of test URLs and expected endpoint URLs?
#
cweiske
so that I can simply use that list as base in my unit tests?
#
cweiske
instead of manually checking each test URL and find out myself?
#
cweiske
didn't find any. I've opened a bug
loicm joined the channel
#
cweiske
aaronpk++ for webmention.rocks discovery test endpoints
#
Loqi
aaronpk has 1082 karma (2 in this channel)
#
cweiske
just fixed a couple of bugs in my Services_Linkback library
#
calumryan.com
edited /event (+141) "/* Calum Ryan */"
(view diff)
mindB joined the channel
#
@call_user_func
[New]pear2/services_linkback Pingback+webmention client and server implementation https://packagist.org/packages/pear2/services_linkback
(twitter.com/_/status/763356737562746880)
#
cweiske.de
edited /Atom (+109) "/* Projects */ add hfeed2atom"
(view diff)
singpolyma joined the channel
#
GWG
petermolnar: No comment
#
Loqi
GWG: petermolnar left you a message 2 days, 4 hours ago: I've found a way to turn WP into a static generator: my theme is using (Twig) templates, therefore I can force an action to set up everything like it was a request and just render the output into a file
gRegorLove joined the channel
#
adactio.com
edited /2016/Brighton (+55) "/* Participating */"
(view diff)
#
adactio.com
edited /2016/Brighton (+50) "/* Participating */"
(view diff)
cweiske joined the channel
#
miklb
in fairness, that function predates WordPress it looks like
#
GWG
Afternoon
#
GWG
I am thinking that I am stuck on Bridgy Publish.
#
miklb
how so?
#
GWG
It is a very simple plugin
#
GWG
But I am trying to make it work for me, which is a bigger job.
#
GWG
First, I am trying to take advantage of new features, then improve the interface, then write code to trigger it.
#
GWG
I am afraid that I am stalled and need to put it aside for a bit.
loicm joined the channel
#
GWG
I don't know how to identify stalling
#
miklb
personally, I've found at those points, I just focus on creating content and that sometimes that leads to seeing what itch needs the biggest scratching
#
www.boffosocko.com
edited /push_notification (+641) "added examples, included link to safari documentation"
(view diff)
#
GWG
I hate using SNAP for POSSE
#
miklb
what is SNAP
#
Loqi
SNAP is a POSSE plugin for WordPress and stands for Social Network Auto Poster https://indieweb.org/SNAP
#
gRegorLove
GWG: You're writing a Bridgy Publish plugin or one exists already?
#
Loqi
[Webmention Rocks!] Discovery Test #1
#
cweiske
commentpara.de succesfully sends out webmentions now
#
aaronpk
hah nice
#
cweiske
but my mf2 markup seems to be broken
#
aaronpk
2 things
#
aaronpk
add p-name on the same class as e-content
#
aaronpk
add a u-url pointing to itself
#
cweiske
both sounds unnecessary, but I'll do it
#
aaronpk
the p-name issue is because right now it's using the implied p-name rules
#
aaronpk
i'm not a huge fan of the implied p-name in most cases, since it tends to lead to stuff like this a lot, but i don't have a better solution to suggest for the parsing algorithm either
#
GWG
Gregorlove, I am rewriting one. I published it last year
#
cweiske
can I put u-url on the canonical link tag?
#
aaronpk
what do you mean? like a rel=canonical?
#
aaronpk
it'll have to be inside the h-entry for it to work but sure, it doesn't have to be an <a> tag
#
cweiske
yes, rel=canonical
#
cweiske
did someone ever use <html class="h-entry">?
#
aaronpk
pretty sure i've seen that
#
cweiske
oh. not allowed according to emacs' nxml mode
#
Loqi
[Webmention Rocks!] Discovery Test #2
#
aaronpk
👍
#
aaronpk
Loqi should parse that here too now https://commentpara.de/comment/14.htm
#
Loqi
[Anonymous] Test from commentpara.de using the PEAR2_Services_Linkback2 0.3.0 library
#
cweiske
quill's "Post" button doesn't do normal browser behavior on ctrl+click
#
aaronpk
yeah it's all JS
#
cweiske
so, all webmention.rocks test up to https://webmention.rocks/test/21 work with commentpara.de
#
Loqi
[Webmention Rocks!] Discovery Test #21
#
aaronpk
awesome
#
Loqi
[Anonymous] Like #17 Anonymous likes https://webmention.rocks/test/5.
#
aaronpk
s/rel=u-like-of/class=u-like-of
#
cweiske
thanks
#
Loqi
[Anonymous] Like #17 Anonymous likes https://webmention.rocks/test/5.
#
cweiske
loqi probably doesn't like likes
#
aaronpk
if you send the webmention again it'll update on the webmention.rocks page
#
aaronpk
yeah Loqi doesn't do anything special with likes, so he uses the same name/content rules as other posts. this one is missing a p-name again
#
Loqi
[Webmention Rocks!] Discovery Test #5
#
cweiske
looks fine now, that like
#
gRegorLove
I've done <html class="h-feed">
#
gRegorLove
Should work the same for h-entry
#
gRegorLove
Handy if you want to use the <title> for the p-name
#
aaronpk
yeah the only reason to include a p-name and/or p-content or p-summary is as a fallback for consumers that don't understand likes
#
cweiske
I wonder what happens if multiple people like the same URL as the same anonymous user
#
cweiske
depends on the receiver if it deduplicates I think
#
aaronpk
i think webmention.rocks (and probably most receivers) dedupe on source URL rather than author URL
#
cweiske
then commentpara.de works fine :)
#
cweiske
you don't dedupe likes on author url: https://aaronparecki.com/2015/07/14/7/swat0
#
Loqi
[Aaron Parecki] Live demo of #SWAT0 at IndieWebCamp 2015 https://aaronparecki.com/2015/07/14/7/photo.jpeg
#
aaronpk
yeah i probably should
#
cweiske
does tantek display likes received via webmention automatically?
#
cweiske
doesn't seem so. maybe he moderates
#
aaronpk
he doesn't display any webmentions right now
#
Loqi
[Kevin Marks] This is interesting: http://svgur.com/s/8A is that a German Pirate Party logo? #indieweb
#
cweiske
nobody deduplicates likes on author url.
#
aaronpk
i suppose it could be significant that someone "likes" a post more than once
#
aaronpk
like if they post a like several years apart
#
aaronpk
i'm not even sure any silos support that though, so de-duplicating on author URL probably makes the most sense
KevinMarks, mindB and KevinMarks_ joined the channel
#
loqi.me
created /lost_infrastructure (+234) "prompted by KevinMarks1 and dfn added by KevinMarks1"
(view diff)
#
kevinmarks.com
edited /lost_infrastructure (+575) "Add comparison table"
(view diff)
#
kevinmarks.com
edited /events/2016-08-10-homebrew-website-club (+28) "/* Where */ fix SF location"
(view diff)
#
kevinmarks.com
edited /events/2016-08-10-homebrew-website-club (+17) "/* San Francisco */ add myself"
(view diff)