#dev 2017-05-31

2017-05-31 UTC
gRegorLove, eli_oat and [kevinmarks] joined the channel
#
eli_oat
is anyone familiar with the micropub plugin for tt-rss?
#
eli_oat
I'm trying to set it up and not certian what it is looking for on the settings screen when it asks for "Add new identity"
#
eli_oat
I assumed that was my url, but no dice. it comes up with an error message no matter what I enter, so far "No links found"
#
[kevinmarks]
Is it trying to use rel-me auth?
#
eli_oat
I'm not certain. I'll do some poking. It isn't really documented, as far as I can tell. I'm about to start poking at the source to see if I can figure out what it is looking for.
#
gRegorLove
The author cweiske is a regular here, but he's in Berlin timezone
#
miklb
eli_oat there's a public github for issues https://github.com/cweiske/tt-rss-micropub
#
Loqi
[cweiske] tt-rss-micropub: Micropub plugin for TinyTinyRSS reader
#
eli_oat
oplah! Good call miklb, thanks!
#
gRegorLove
I think it's the micropub endpoint URL if I'm understanding the code correctly
#
eli_oat
I've tried that, but no dice. ?
#
eli_oat
It may be an issue with my endpoint, though
#
gRegorLove
Actually, nope, don' tthink it's that. There's endpoint discvoery in there.
#
miklb
I was able authorize with my url, but I set it up a few days ago.
#
eli_oat
I'm wondering if the form validation is grumpy that my url ends in .li
#
gRegorLove
Shouldn't be
AngeloGladding joined the channel
#
eli_oat
oh, @miklb, is your install of tt-rss at a subdomain, by any chance? Or is it in a "folder" example.com/tt-rss ?
#
schmarty
just installed it and was able to sign in with my site (https://martymcgui.re)
#
Loqi
Marty McGuire
#
miklb
was going to say, make sure you use http(s):// not just example.com
#
eli_oat
yeah, I've been using https://eli.li
#
Loqi
eli hi@eli.li (╯°-°)╯︵ ┻...
#
eli_oat
(I should propbably remove that donger from my h-card)
#
gRegorLove
eli_oat: Regarding usernames and domains, check out /irc-people on the wiki (and add yourself if you like)
#
eli_oat
? will do!
#
gRegorLove
I didn't remember mblaney's URL offhand so found it there :)
#
gRegorLove
Oh, you're already there. nevermind. :)
#
eli_oat
I am? Weird...
#
gRegorLove
Unless it's your doppleganger
#
eli_oat
neigh, 'tis I
#
eli_oat
must have been from when I last dipped my toes into the indieweb
#
eli_oat
I'm committing this time, ?
#
eli_oat
last time I was much too shy
#
gRegorLove
Well you've been making really fast progress! I only just recently got micropub barely functional and I've been around here a couple years
#
gRegorLove
Mostly because I have a CMS with posting interface, I guess.
#
eli_oat
Yeah, i think I had a leg up in that I a) had a heap of help, b) built my system from the ground up with the whole focus being on supporting micropub and indieweb
#
eli_oat
essentially treating the bits like microservices
#
schmarty
hmm. i'm a bit lost/confused with the tt-rrss-micropub plugin, as well. i have it configured with my site as an identity, but i don't see any micropub interface when reading through feeds...
dougbeal|mb1 joined the channel
#
miklb
schmarty it was difficult to find 1st time around, still confused going back to it
#
eli_oat
@schmarty and @miklb, what versions of tt-rss are you running, if you don't mind my asking?
#
miklb
I checked out master a few days ago, not sure of version
#
eli_oat
ah...I'm wondering if that is my problem.
#
eli_oat
I'm running an ancient version of tt-rss
#
eli_oat
I've been terrified to update it since it is like the center of my entire online universe.
#
miklb
do a backup of the db and go for it?
#
eli_oat
I'm knee deep in it now ?
#
miklb
ah, found the widescreen mode and am able to click a title and get the reply/bookmark/like buttons
#
miklb
but bookmark doesn't seem to work
#
miklb
I like the idea of micropub in a reader, but I can't get over the aesthetic of tt-rss. The dev notwithstanding.
#
eli_oat
There are some nice themes for it
#
eli_oat
I use the feedly theme or the static JS interface
#
eli_oat
plugins don't work there, but it is fast, which is nice
#
Loqi
[levito] tt-rss-feedly-theme: Feedly theme for Tiny Tiny RSS 1.8+
#
eli_oat
(trying to hunt down the static JS interface, too)
#
eli_oat
hmm, no luck finding that on github, sorry. If you have the fever plugin installed, you can also use various 3rd party feed readers (like Reeder for mac and iOS)
#
miklb
oh. I will look for that
#
eli_oat
Reeder on iOS is a great app, too. I generally shy away from anything that isn't in the browser or on the command line (ironic for someone who works for an app dev.), but love reeder 3 on iOS
#
miklb
I mostly do my feed consumption on my laptop. I've been a Reeder user for a long time, but testing out news explorer lately
#
gRegorLove
Hmm, I didn't get a webmention from your site for this eli_oat https://eli.li/entry.php?id=20170531011223 (but did via Twitter and Bridgy backfeed)
#
Loqi
[eli] @gregorlove.com Thanks so much! I'll see about editing that post...rolls up sleeves in order to add editing support to micropub endpoint
#
eli_oat
I'm not sure if my site is ever able to automatically send webmentions to folks. It may just be reciving them. When possible, i manually send webmentions
#
eli_oat
I'm also wondering if my microformats are wrong.
#
eli_oat
I'm looking at your site, and noticing an h-cite tag
#
eli_oat
...I also disabled jquery, which may have impacted stuff.
#
gRegorLove
h-cite isn't required
#
eli_oat
oplah, not the jquery thing. That is still there actually (I meant to remove it earlier)
#
eli_oat
I'll go back over the code, and read up more on webmentions. I'll admit I'm still not totes confident I actually understand all the steps of sending/recieving a webmention
#
gRegorLove
I mean, it's common, recommended (you are technically citing an external source), but as far as wm sending / receiving, it's not a requirement)
#
gRegorLove
Cool cool
#
gRegorLove
There's services like Telegraph you can use, too
#
gRegorLove
What is telegraph?
#
Loqi
Telegraph is an open source API and service for sending webmentions, part of the p3k suite https://indieweb.org/Telegraph
#
eli_oat
I just manually sent one to test using webmention.io, I'll check out telegraph right now
#
jjuran
what is irc-people
loicm joined the channel
#
tantek.com
edited /IRC_People (+51) "dfn"
(view diff)
gRegorLove_, ben_thatmustbeme, [kevinmarks] and [colinwalker] joined the channel
#
Zegnat
!tell aaronpk Why does webmention.io change the HTML content value of a mention? It added an xml:lang property that doesn’t exist in the original, and also lowercased the contents of the lang attribute (from nl-NL to nl-nl) https://webmention.io/indiewebcamp/webmention/qcdYT9Gw0t91GewcOvvb
#
Loqi
Ok, I'll tell them that when I see them next
#
@theoploumis
#Micropub is an open #API standard that is used to create #posts on own domain using 3rd party clients. By @W3C https://micropub.net/ ?
(twitter.com/_/status/869832642216304640)
gRegorLove, voxpelli_, sknebel__ and loicm joined the channel
#
loqi.me
created /tea (+69) "prompted by Zegnat and dfn added by Zegnat"
(view diff)
#
loqi.me
created /covfefe (+232) "prompted by calumryan and dfn added by calumryan"
(view diff)
jeremycherfas, cweiske, sknebel, AngeloGladding and eli_oat joined the channel
#
petermolnar
I made this as a test: https://petermolnar.net/tagmyloc?lat=[latitude]&lon=[longitude]&rad=[radius in km, accepts float] to get the top 10 tags for a location from geotagged images; currently it only returns results from flickr, but if I manage to find other, similar APIs, I'll add it
#
petermolnar
this is more of a curiosity thing than something actually useful so far
#
petermolnar
not like that :)
#
eli_oat
Hey @cweiske, saw your response to the GH issue
#
petermolnar
I'm guessing Loqi visited the exact URL I pasted
#
cweiske
hi eli_oat
#
seblog.nl
edited /events/2017-05-31-homebrew-website-club (+13) "/* European time {{new}} */ RSVP :)"
(view diff)
#
Zegnat
petermolnar, you could also get tag suggestions for link/bookmark posts from Pinboard, if that’s another thing you want to work on besides photos
#
petermolnar
that's also a decent idea
#
petermolnar
but I've never worked with pinboard
#
petermolnar
what is pinboard?
#
Loqi
Pinboard is a silo for hosting bookmarks https://indieweb.org/Pinboard
#
Zegnat
I made some demo code for that back in Düsseldorf last year, after a discussion with adactio and a few others on tagging
jeremycherfas_ and singpolyma joined the channel
#
petermolnar
imagine if the porn/advertisement industry never hijacked the <meta> tags field and we could still use it...
#
Zegnat
imagine if the SEO industry was more interested in making content accessible than using whatever data robots would like to see...
eli_oat joined the channel
#
aaronpk
Good morning
#
Loqi
aaronpk: Zegnat left you a message 5 hours, 53 minutes ago: Why does webmention.io change the HTML content value of a mention? It added an xml:lang property that doesn’t exist in the original, and also lowercased the contents of the lang attribute (from nl-NL to nl-nl) https://webmention.io/indiewebcamp/webmention/qcdYT9Gw0t91GewcOvvb
#
Loqi
*yawn*
#
aaronpk
Zegnat: it sanitizes the HTML restricted to a very small whitelist of HTML tags and allows only mf2 classes, that way consumers can display the HTML directly without sanitizing it themselves
#
aaronpk
it uses the main PHP sanitization library to do so, and it's actually XRay that does that. If you think it's doing something wrong feel free to open an issue on XRay and I'll look into it
#
Zegnat
Adding xml:lang isn’t really wrong, just unexpected in HTML context. Changing the case on the language tag may invalidate the value, not sure, so that could be a bug. Will look into it and file on XRay if it is against spec
#
aaronpk
I'm kind of curious about adding xml:lang, not sure why that's happening and I should probably find a way to prevent that if possible
dougbeal|iOS, [cleverdevil], lukasros, tantek, jonnybarnes and sebsel joined the channel
#
aaronpk
need an h-event to ical converter
#
sebsel
haha +1
#
Loqi
sebsel: lol
#
aaronpk
i ended up writing an .ics renderer for my own events page, but it would be nice if it was a generic external thing
#
sknebel
Heh, Zegnat and I were just talking about that yesterday
#
sknebel
Esp because the one linked to /events is broken
#
sknebel
... And that's how the mf2-dt-issue-chain started
#
Zegnat
Right. That’s how that started :D
#
tantek
aaronpk - h2vx source is on github!
#
aaronpk
i really don't want to do more xslt
#
tantek
true, however converting to ics so non-trivial
#
tantek
especially if you want compat with all the ics "browsers"
#
tantek
which are all finicky in their own weird ways
#
aaronpk
i managed to find a reasonable subset for my own events
#
tantek
WAY worse than writing HTML in the 90s
#
tantek
this is what happens when you lack an open test suite
#
tantek
(yes there is no open test suite for ICS)
#
tantek
(welcome to IETF)
kants and [barryf] joined the channel
#
bear
the ics python library we wrote at OSAF back when CalDAV and ICS were all the new hotness is good and has tests: http://pypi.python.org/pypi/vobject
#
surfthedream.com.au
created /Template:javery (+414) "Created page with "= [https://surfthedream.com.au Justin Avery] = Hey, I'm Justin, a Digital Consultant during the day and a lover of all things webby. I attend the London [[Homebrew_Website_Club...""
(view diff)
#
surfthedream.com.au
created /javery (+414) "Created page with "= [https://surfthedream.com.au Justin Avery] = Hey, I'm Justin, a Digital Consultant during the day and a lover of all things webby. I attend the London [[Homebrew_Website_Club...""
(view diff)
[kevinmarks] joined the channel
#
[kevinmarks]
I think instagram removed query by geopoint from the API
#
[kevinmarks]
Foursquare has a useful one though
#
Loqi
sknebel: ask sgreger about POSSE UI
#
Loqi
Countdown set by sknebel on 2017-05-30 at 6:29pm CEST
#
surfthedream.com.au
created /User:Surfthedream.com.au (+414) "Created page with "= [https://surfthedream.com.au Justin Avery] = Hey, I'm Justin, a Digital Consultant during the day and a lover of all things webby. I attend the London [[Homebrew_Website_Club...""
(view diff)
#
surfthedream.com.au
deleted /javery "added a user page for myself instead of using an actual user page. Noobs"
[javery], gRegorLove and [eddie] joined the channel
#
[eddie]
aaronpk: Does webmention.io accept any arbitrary webmention.io/username/webmention with any domain? Or do you have to “sign in with your domain” first?
#
aaronpk
You have to sign in first
#
barryfrost.com
edited /IndieAuth (+214) "/* Details */ Adding Acquiescence."
(view diff)
#
barryfrost.com
edited /Planning (+82) "/* Brighton */ Adding potential other dates"
(view diff)
#
[eddie]
:thumbsup: Seems like a good safety measure. Thinking through a different but somewhat similar concept, so I was curious what you did.
#
barryfrost.com
edited /Planning (+34) "/* Brighton */ Adding calumryan dates"
(view diff)
#
tantek
bear++ for linking to public tests
#
Loqi
bear has 16 karma in this channel (184 overall)
#
miklb
[eddie] how goes your share sheet?
#
[eddie]
miklb: Thanks for checking in. Finishing up some server issues that are preventing testing of it
tantek joined the channel
#
miklb
understood.
#
calumryan.com
edited /events/2017-05-31-homebrew-website-club (+95) "/* Photos */ Added London"
(view diff)
#
[eddie]
One thing I’m debating right now is I have it only using one Micropub account, but I can imagine some people have multiple micropub endpoints. Trying to figure if I should finish up the standard functionality and then go back and add multiple micropub accounts or add it in foundationally
#
[eddie]
Does anyone have any actual use cases for multiple micropub accounts currently?
#
KartikPrabhu
[eddie]: aby micropub accounts you mean mulitple endpoints on the same site?
#
[eddie]
Nope, I mean multiple micropub sites
#
KartikPrabhu
as in micropub clients like Quill etc...?
[cleverdevil] joined the channel
#
[cleverdevil]
eddie sounds like a pretty uncommon use case that could be added later, IMO.
#
[eddie]
Like aaronpk having aaronparecki.com and indiewebcat.com
#
miklb
oh, authorize more than one endpoint
#
[eddie]
I know some people have multiple websites in these circles but I don’t know if they are generally both micropub enabled
#
[eddie]
or if it’s like one non-micropub website and one micropub website
#
KartikPrabhu
oh those are simply different sites, I don't see why that needs any change in a micropub implementation
#
[eddie]
Well this is a native app, so if you don’t want to log in and log out everytime you want to post to a different app
#
[eddie]
then you would need to authorize more than one micropub endpoint in the app
#
[eddie]
Then when “sharing” select which account you want to share to
#
miklb
selfishly suggests getting one endpoint working so can begin testing ;-)
#
[eddie]
It’s good I ask then ?
#
KartikPrabhu
yeah getting one endpoint done seems better, the others could then be added on
#
[eddie]
Great, I won’t waste time on that, and I’ll put that under 2.0
#
[eddie]
That moves things along nicely ?
dougbeal|mb1, jeremycherfas, cweiske and [barryf] joined the channel
AngeloGladding, [kevinmarks], gRegorLove and ben_thatmustbeme joined the channel
#
gregorlove.com
edited /2017/Guest_List (+0) "/* Official Guest List */ update numbers"
(view diff)
#
www.boffosocko.com
edited /micro.blog (+116) "/* Apps */ MicroPost (android client)"
(view diff)
#
cleverdevil.io
edited /micro.blog (+136) "/* Indieweb Examples */"
(view diff)
#
cleverdevil.io
edited /micro.blog (+162) "/* Indieweb Examples */"
(view diff)
AngeloGladding, tantek, [chrisaldrich] and eli_oat joined the channel