#dev 2017-02-10

2017-02-10 UTC
#
KartikPrabhu
I'm wondering why?
#
tantek
good question - on home page or permalinks or both?
#
KartikPrabhu
seems to only show on "Articles" pemalink for me
#
KartikPrabhu
not on Notes permalinks
#
KartikPrabhu
but also shows on "About" page https://kartikprabhu.com/about
#
KartikPrabhu
so can't discern a pattern
#
tantek
weird
#
KartikPrabhu
is it trying to guess if my page has "cruft"?
#
tantek
not sure!
KevinMarks1, gRegorLove, KevinMarks, miklb, KartikPrabhu, [kevinmarks] and tantek joined the channel
#
Loqi
Ok, I'll tell them that when I see them next
#
gRegorLove
Yeah, I was beginning to wonder if it's related to pubsub on the feed. I don't know how fat pings really work for subscribers, but maybe it's getting messed up there.
#
Loqi
gRegorLove: [kevinmarks] left you a message 48 minutes ago: the feed looks OK http://www.unmung.com/feed?feed=https%3A%2F%2Fgregorlove.com%2Farticles.atom
#
gRegorLove
I did notice feedly strips out the inline-styles, like the line-through I used.
miklb_ and [kevinmarks] joined the channel
#
[kevinmarks]
A lot of feed parsers sanitise aggressively
#
[kevinmarks]
Was that <s> or <del>?
[acegiak_net], tantek, loicm, KevinMarks_ and miklb_ joined the channel
#
gRegorLove
Neither, just a span with text-decoration: line-through
#
gRegorLove
I get removing the style attribute
#
gRegorLove
But removing the space around <a href> making the text run together, is weird.
#
gRegorLove
I tweeted them. We'll see if they respond.
miklb_, KevinMarks, KevinMarks_, [dgold] and [acegiak_net] joined the channel
#
loqi.me
created /Health.app (+115) "prompted by sebsel and dfn added by sebsel"
(view diff)
#
loqi.me
edited /Health.app (+52) "/* See Also */ new section"
(view diff)
#
seblog.nl
edited /Health.app (+249) "added voxpelli's findings"
(view diff)
#
sebsel
voxpelli ^^^ hope that's ok
#
voxpelli
sebsel++
#
Loqi
sebsel has 2 karma in this channel (13 overall)
#
voxpelli
Now someone just needs to make a Health.app to Micropub app ;)
#
sebsel
I thought: there's only a 'export' button that works manual, but you can read *and* write with apps of course.
#
loqi.me
created /Fire_Eagle (+190) "prompted by voxpelli and dfn added by voxpelli"
(view diff)
[keithjgrant] joined the channel
#
[keithjgrant]
@voxpelli - it looks like your webpage-micropub-to-github lib should with for Hugo sites as well as Jekyll. With minimal tweaking, if not out of the box
#
[keithjgrant]
Does it just create the file, commit, & push to GitHub?
#
[keithjgrant]
Or does it run a Jekyll build as well?
#
voxpelli
[keithjgrant]: it only creates and pushes the files to GitHub (and at times retrieves, if one tries to overwrite an already created post)
#
voxpelli
[keithjgrant]: I do want to look into supporting Hugo better out of the box, as it would be very simple as you say
#
voxpelli
it would mostly be a matter of extending https://github.com/voxpelli/node-format-microformat to be a bit aware about how jekyll and hugo might differ from one another and provide a config option to tell which system one uses
#
[keithjgrant]
I've got a Hugo site & am looking to integrate, so I'll try it out soon, time permitting
#
voxpelli
[keithjgrant]: I created an issue for it to track the progress: https://github.com/voxpelli/node-format-microformat/issues/5
#
voxpelli
I know some are already using it with Hugo
#
[keithjgrant]
A huge page is just front matter + content in markdown. is that the same as jekyll+
#
Loqi
Embracing the IndieWeb
#
voxpelli
[keithjgrant]: yeah, frontmatter + markdown is also the basis in Jekyll. The module do provide some ported Jekyll logic around slug generation and such though, so could probably do the same for Hugo
#
[keithjgrant]
and it looks like your config supports customizable dir structure...
#
[keithjgrant]
So, I'm getting a 404 when I try to post from Quill. I deployed to heroku. My micropub endpoint is set to keithjgrant-mp.herokuapp.com/micropub/keithjgrant.com
#
[keithjgrant]
does that final part of the url need to match MICROPUB_SITE_URL?
#
voxpelli
that final part should be "main" I think
#
voxpelli
if you have only configured a single site
#
voxpelli
[keithjgrant]: does that work?
#
[keithjgrant]
ah. trying
#
[keithjgrant]
still a 404... how do I know Quill picked up that change from my <head>?
#
[keithjgrant]
ah, it didn't. logged out and back in and it worked
#
[keithjgrant]
Okay, so it looks like I can customize the permalink, but not the dir where the file is saved?
#
[keithjgrant]
_posts must be a Jekyll convention
#
petermolnar
[keithjgrant] is there no way for you to generate the dir from the slug/permalink/date/etc params; in short from those you have?
#
petermolnar
or even from the tags
#
petermolnar
I decide the dir path from various combinations in the content, such as is it a reply/bookmark/fav, does it have summary, and so on
#
petermolnar
but I'm using my own implementation
#
voxpelli
[keithjgrant]: yeah, the "_post" is Jekyll-style and that's hard-coded at the moment: https://github.com/voxpelli/node-format-microformat/blob/master/index.js#L335
#
[keithjgrant]
Cool. I'll add some notes to the GH Issue
#
voxpelli
[keithjgrant]: I added some as well
#
voxpelli
[keithjgrant]: idea is that format-microformat provides pretty much an out of the box, somewhat configurable, setup for Jekyll(/Hugo) and then there's the endpoint, GitHub publisher and webpage projects as well
#
voxpelli
and if one wants to go beyond what format-microformat does, then it's always possible to bypass some or all of it and just keep using the rest of the code
#
voxpelli
just to give you an idea of the thoughts between how it's split up and how one might get Hugo into it – eg. just making the entire formatFilename() fully exchangeable, while doable, would not provide any out of the box experience and not be very useful
[keithjgrant] joined the channel
#
[keithjgrant]
the never-ending tradeoff between usability and customizability
#
petermolnar
https://motherboard.vice.com/en_us/article/this-teen-hacked-150000-printers-to-show-how-the-internet-of-things-is-shit - ok, apart from the article (which is interesting) it uses an image screenshot as embedded tweet. I wonder is there is a legal difference between reposting text from twitter or making a screenshot.
#
aaronpk
yes that's specifically against the twitter TOS
tantek joined the channel
#
gRegorLove
Though I've not seen them crack down on it.
#
aaronpk
also lol at calling networked printers "internet of things"
#
petermolnar
well... they are things... with an internet connection...
#
aaronpk
just so much older than the "internet of things" term
#
eddiehinkle.com
edited /Planning (+97) "/* Washington DC */"
(view diff)
#
tantek
wow there's a new thing called Ricochet?
#
tantek
"skids" lol
#
tantek
those printout screenshots SMH
#
eddiehinkle.com
created /User:Eddiehinkle.com (+468) "Created description"
(view diff)
#
aaronpk
i want a receipt printer
#
eddiehinkle.com
edited /Planning (+18) "/* Washington DC */"
(view diff)
#
tantek
aaronpk: battery operated handheld thermal (quieter) receipt printer
KevinMarks joined the channel
#
petermolnar
fair point
#
aaronpk
is going to hook up webmention notifications to a receipt printer on his desk
#
tantek
vaguely remembers we had this discussion about TinyPrinter or something
#
loqi.me
created /being_planned (+21) "prompted by tantek and dfn added by tantek"
(view diff)
#
Loqi
[aaronpk] hm what is the smallest thermal printer i can get for my desk
#
Loqi
ahaha
#
aaronpk
Loqi++ for fragment parsing
#
Loqi
loqi has 2 karma in this channel (418 overall)
#
ascraeus.org
edited /hugo (+56) "/* IndieWeb Examples */"
(view diff)
#
tantek.com
edited /Planning (-256) "cleanup some remaining 2016 future references"
(view diff)
#
tantek.com
edited /events/2017-02-08-homebrew-website-club (+158) "/* Photos */ roughly TZ order, except Portland wins this week, add HWC SF hotlinked to werd.io until Ben uploads it here :)"
(view diff)
KevinMarks_ joined the channel
#
ascraeus.org
edited /Known (+66) "/* IndieWeb Examples */"
(view diff)
#
ascraeus.org
edited /User:Ascraeus.org (+38) "/* My Indieweb Setup */"
(view diff)
KevinMarks and [eddie] joined the channel
#
gregorlove.com
edited /next-hwc (+0) "02/22"
(view diff)
#
aaronpk
using micropub.rocks to test itself ?
#
aaronpk
i just added the client test server as a server in the server test section and signed into it successfully
#
gregorlove.com
edited /events/2017-02-22-homebrew-website-club (+30) "/* Bellingham WA */ event links, rsvp"
(view diff)
#
tantek
aaronpk nice!
[kevinmarks] and miklb joined the channel
#
@kevinmarks
@Pinboard @camlorn38 static files for blog, comments via http://webmention.herokuapp.com work too and you can run it yourself if desired
(twitter.com/_/status/830147588577845248)
#
seblog.nl
edited /Template:Homebrew_Website_Club (+54) "add HWC NL valentines edition"
(view diff)
miklb joined the channel
#
seblog.nl
created /events/2017-02-14-homebrew-website-club (+3811) "Created page with "<div class="h-event vevent" style="margin-top:-16px"><img style="width:100%;height:300px;object-fit:cover;object-position:50% 45%" class="u-featured" src="https://scontent-lax3-1...""
(view diff)
KevinMarks1, miklb_, tantek and KartikPrabhu joined the channel
#
loqi.me
created /recently_updated_users (+75) "prompted by tantek and dfn added by tantek"
(view diff)
#
tantek.com
edited /recently_updated_users (+12) "just a link, not redir"
(view diff)
#
tantek.com
edited /next-hwc (+0) "next is 14th"
(view diff)
#
tantek.com
edited /Events (+652) "move 08 to past, add 14"
(view diff)
#
tantek.com
edited /events/2017-02-22-homebrew-website-club (-60) "/* Where */ fix Berlin loc a bit, simplify Bellingham location h-card markup"
(view diff)
#
tantek.com
edited /Events (-35) "Berlin has a venue for 2017-02-22, add it"
(view diff)
#
gRegorLove
when is next hwc?
#
Loqi
Homebrew Website Club Meetup is on 2017-02-14 at Starbucks, Schiphol Plaza (the big one on the side, not the station hall), Schiphol, The Netherlands https://indieweb.org/next-hwc
#
tantek.com
edited /pushups (+311) "Twitter example of pushup (sets) logging"
(view diff)
#
gregorlove.com
created /Beeminder (+138) "prompted by tantek"
(view diff)