#dev 2017-06-27

2017-06-27 UTC
KartikPrabhu and j_juran joined the channel
#
raucao
i don't remember the name of the nice dutch person who dialed into the location session yesterday, but if you're in this channel...
#
raucao
here's a working implementation of strava auth and activities for huginn https://github.com/skddc/huginn/commit/55960a2d6da7ef6a095554211829f606eae48913
#
raucao
i'm already syncing activities to my remotestorage account, but it'd be super easy to use the post agent to just post micropub from it to somewhere
#
raucao
would also be easy to add webmention support for kudos and comments based on the current code
#
sknebel
Zegnat ^^^
#
sknebel
(he's asleep, I'll make sure he sees it in the morning)
#
raucao
sure, thanks!
singpolyma, j_juran, [miklb], dougbeal|iOS, dougbeal|mb1 and tantek joined the channel
#
aaronparecki.com
edited /2017 (+784) "/* Planning */ planning notes"
(view diff)
#
grant.codes
edited /2017 (+72) "/* Planning */"
(view diff)
j12t, [grantcodes], leg, mblaney and dougbeal|mb1 joined the channel
#
ben_thatmustbeme
aaronpk: regarding throttling salmention. My way of handling it is basically adding a layer of indirection. its kind of terrible that i have to do it, but basically i create a queue object in the DB that just has the post_id of what to send webmentions for, and put that on a delay of a few minutes. Then whenever a queue processes a job, it also deletes any other records with the same post_id from that table
#
ben_thatmustbeme
the subsequent job runs will fail as the object they refer to no longer exists
#
aaronpk
so you also delay sending webmentions?
#
aaronpk
how much?
#
ben_thatmustbeme
i haven't got it fully implemented yet in my laravel system, right now it doesn't delay. but they way i did it before i had it on a 5 minute delay
#
ben_thatmustbeme
well, for receiving updates was that delay. so i guess there wasn't really one on sending
#
aaronpk
i don't think i want to add a delay in sending webmentions, although i could see maybe adding a delay when sending an update webmention
#
ben_thatmustbeme
tries to think about it. actually, when i created a post there was no delay, but mention_send_queue was a thing, and it was on a 5 minute cron job
#
ben_thatmustbeme
its too late right now to think clearly
#
ben_thatmustbeme
yeah, when i created a post, i sent right away, it was actually bad as i didn't queue at all
#
ben_thatmustbeme
i did it syncronously, which made my micropub endpoint super slow
#
aaronpk
oh yeah that would be slow
[miklb] joined the channel
#
aaronparecki.com
edited /2017 (+158) "/* Planning */"
(view diff)
#
[miklb]
GWG switching to -dev
#
aaronparecki.com
edited /2017 (+110) "/* Planning */"
(view diff)
#
[miklb]
GWG why not parse the DOM instead of regex?
#
[miklb]
apparently there’s also a get_meta_tags function in PHP. I did not know this.
#
GWG
miklb, the php function doesn't work.
#
GWG
I fixed it by checking it both ways for now
#
GWG
So now I can compose a preview to support manual PESOS
amitp, j_juran, dougbeal|iOS and gRegorLove joined the channel
#
gregorlove.com
edited /2017 (+75) "/* Photos */ photosrcalt template to show up in newsletter"
(view diff)
j_juran joined the channel
#
gregorlove.com
edited /2017/Intros (+211) "linkify/cleanup progress"
(view diff)
#
gregorlove.com
edited /2017/Intros (-181) "linkify/cleanup progress, remote attendees/attendees sections"
(view diff)
j_juran joined the channel
#
gregorlove.com
edited /2017/Intros (+184) "/* Attendees */ linkify/cleanup progress"
(view diff)
#
gregorlove.com
edited /2017/Intros (+9) "Sebastian Lasse remote"
(view diff)
#
gregorlove.com
edited /2017/Intros (+184) "/* Attendees */ linkify/cleanup progress"
(view diff)
mblaney1, raucao and [miklb] joined the channel
#
GWG
I think I found my problem. I don't support nested microformat properties from micropub.
#
GWG
[miklb]: That is why OYS doesn't work.
#
[miklb]
doesn’t work how? Not set a kind? That was the only real issue I found. If I manually set it to note, it seemed to be fine.
#
GWG
[miklb]: It will now be set. But snarfed set Micropub to override Post Kinds on presentation.
#
GWG
I want to take control back
KevinMarks joined the channel
#
GWG
I really wish micropub used jf2 instead of mf2
AngeloGladding joined the channel
#
gregorlove.com
edited /2017/Intros (+157) "/* Attendees */ linkify/cleanup progress"
(view diff)
j_juran, cweiske and barpthewire joined the channel
#
Zegnat
I see something about strava and location session and nice Dutch person. That must be sebsel, not me
#
sknebel
Zegnat: yes, sorry, half-asleep me got you two confused
#
sknebel
good morning btw
#
sknebel
(or rather, typed the wrong nick)
[pfefferle] joined the channel
#
cweiske
why did you change your nick?
#
cweiske
didn't you have svenknebel first?
#
sknebel
svenknebel.de is my primary domain
#
sknebel
but nick on IRC always has been sknebel
#
petermolnar
what is deviantart?
#
Loqi
deviantART is an art hosting silo that retains the rights to resell copyright of anything you post to it, without informing you, and has done so in the past https://indieweb.org/deviantART
#
petermolnar
tempted to include da on the list of least useful APIs provided
#
cweiske
because I saw something about "migrating karma" yesterday
#
petermolnar
hm... migrating to... you next life?
#
petermolnar
(sorry, morning, bad humour)
#
cweiske
no, it's fine :)
#
Loqi
[Zegnat] sknebel++ converting karma from svenknebel
#
sknebel
someone got the nick wrong for whatever reason shortly before I think
#
sknebel
!tell aaronpk can you change the channel topic back? thx!
#
Loqi
Ok, I'll tell them that when I see them next
j_juran joined the channel
#
sebsel
oh, messages for me. Thanks sknebel and Zegnat
#
sebsel
what is huginn?
#
seblog.nl
edited /Strava (+175) "/* How to Export */ added Sebastian.kip.pe / raucao's work"
(view diff)
#
sebsel
!tell raucao Thanks! :D I can't actually run Ruby on my server (shared host ftw), but I have a Raspberry Pi working for me at home, so maybe I can get that to work. It looks good!
#
Loqi
Ok, I'll tell them that when I see them next
#
sebsel
Oh and I added it to the wiki, but yeah.
j_juran and arush joined the channel
#
Zegnat
sebsel how does your nickcache handle display pictures? Do I need to bust your cache for my new photo to show up?
#
sebsel
Well, first you just couldn't. I store them by author-URL.
#
sebsel
But then OwnYourSwarm came by, with multiple possible pictures for webmentions (depending on the kind of coins Swarm gives you)
#
sebsel
So I fixed it to store on photo URL.
#
sebsel
(for completion of the logs: I suggested `/photo.jpg?v=timestamp` to bust the cache of chat.indieweb.org)
#
Zegnat
So if I reply to a thing on your site, you would also be showing my old display picture?
#
sebsel
I mean I should probably fix by site too, but ?v=time looks like a general solution, right? You'll bust browsercaches with it too
#
sebsel
at the moment
#
Zegnat
I’d much rather every cache naturally decides when to refetch than me busting
#
sebsel
But you just updated your picture and are complaining the caches don't go :P
#
sebsel
if you want to control that change, bust it.
#
sebsel
if not, let it be
#
Zegnat
True, I am mostly worried about incorrect caches that will never go and refetch ;)
#
sebsel
what is avatar?
#
Loqi
A profile photo is a photo or other image typically used to identify the author of a post https://indieweb.org/avatar
#
sebsel
I believe there are a bit more than 1 IndieWeb Example here
#
sebsel
but Zegnat, document your concerns :)
#
Zegnat
Most of it has been put under icon
#
Zegnat
what is icon?
#
Loqi
An icon in the context of the indieweb typically refers to a home page icon for an indieweb site https://indieweb.org/icon
#
sebsel
what is the difference?
#
Loqi
It looks like we don't have a page for "difference" yet. Would you like to create it?
#
sebsel
I would say at least 'avatar' and 'icon' are the same thing
#
sebsel
https://seblog.nl/2017/06/19/5/reply < I manually busted my cache for your photo ;)
#
Zegnat
The difference doesn’t really exist because we recommend your site only represents one person (yourself) and uses a photo of that person (your profile photo) as icon.
#
Loqi
[Sebastiaan Andeweg] ?
#
Zegnat
Multi-author sites would have a different go at icon vs photo
tommorris_ joined the channel
#
sebsel
hm, when looking at the code examples they are different
#
sebsel
<link rel="icon"> vs <img class="u-photo">
#
Zegnat
Well, yes, but my u-photo is the same URL as my rel-icon.
#
sebsel
mine too
#
Zegnat
And that goes for a lot of us.
#
sebsel
but I once had a different one, really an icon
#
sebsel
and now that I think of it I might want that back :P
#
vanderven.se martijn
edited /nicknames-cache (+424) "/* Discussion */ Keeping it from going stale."
(view diff)
#
Zegnat
sebsel, documented ^^^
[kevinmarks] joined the channel
KevinMarks_ and KevinMarks joined the channel
#
sebsel
eh, Zegnat, what has nicknames-cache to do with your profile picture?
#
Zegnat
That page specifically addresses caching photos
#
Zegnat
Only place on the wiki to talk about caching photos, as far as I could find.
#
sebsel
hm, okay
#
sebsel
for me, photo's of people who mentioned me and my nicknames-cache are two totally separate things
#
Zegnat
caching it for mentions should be fine though, that is the image they had at the time of the mention. As long as you fetch the new one for newer mentions.
#
sebsel
uhu, which I don't.
#
sebsel
but that sounds reasonable, so I should.
#
sknebel
that's one of the things we discussed as ideas for how to start integrating IPFS at IWC Berlin – distributed avatar cache
#
sebsel
I cache h-cards for mentioned people at the time I mention them, btw
#
sknebel
because the content-based name makes total sense for that
#
sebsel
that sounds cool
#
sknebel
but IPFS still doesn't have a (to me) convincing transparent upgrade story for use in browsers, and just for the backend, ehh
#
sknebel
their browser story is "you can run IPFS over WebRTC", but I don't want to force that on my visitors! I'd want them to totally opt in e.g. by installing a browser plugin
#
petermolnar
IPFS nearly got my server at hetzner blocked; by default it's incredibly agressive on network scanning for sibling nodes
AngeloGladding joined the channel
#
Zegnat
I could do content-based names for my display pictures. Concat on the date the photo was taken. That is what barnaby (waterpigs.co.uk) does, as the only listed example on /profile_photo
#
Zegnat
But I would rather swap out the old with a new.
#
sknebel
I think it's fine to let consumers deal with it
#
Zegnat
That’s what I think, sknebel. But now wondering if we should document some common pitfalls.
#
sknebel
ok, your webserver does ETAG, so there is no cache time issue
#
sknebel
(which otherwise could be, people might by default say that images can be cached 30 days)
barpthewire joined the channel
#
vanderven.se martijn
edited /IFTTT (+188) "/* Self-hosted (open source) */ Some others I ran into."
(view diff)
KevinMarks_ and KevinMarks joined the channel
#
sebsel
hm, I was wondering if OwnYourSwarm can also set a location on my posts (there is a location in the checkin-property, but that's the venue's location) but it seems like there is non in the API :(
#
sebsel
on for instance a park, my checkin can be at a more specific spot than the point they chose for the venue
#
sebsel
but oh well
#
sknebel
does swarm record that?
#
sknebel
or do you have external location logs?
#
sebsel
Foursquare has it, because if you review an edit of the location of the venue they show dots of where most people checkin from
#
sebsel
no I think I'm just going to infer it from the checkin location. If no location on post, check venue.
#
sebsel
but not storing it that way, just using it that way
#
petermolnar
I combined https://play.google.com/store/apps/details?id=gaugler.backitude with syncthing and now I'm happy having location logs, aaronpk-style
#
petermolnar
for my surprise it's not even draining my battery as bad as I expected
deathrow1 joined the channel
#
sknebel
petermolnar: cool, will try that app when travelling soon (battery has been an issue with logging for me)
#
sknebel
sebsel: seems like the location is only provided by the API if you post a "shout" or a venueless checking
#
petermolnar
for me too, with most of the apps. now I have this: http://amzn.to/2tg5s8M with that app and my phone lasts for 2 days when used :D
#
sebsel
sknebel yeah, I read that. I have NO idea how to post either of those on Swarm, I can only find checkins with venue.
#
sebsel
And it was also not where I was looking for, because I want it on the checkins with venue too :P
#
sebsel
petermolnar that was a returning theme last weekend in the Location Location Location session I remote-attended: think of something cool and aaronpk has done it
#
Zegnat
That app looks interesting petermolnar, I might give that a shot too.
#
Zegnat
grant.codes seemed to be having some good results with owntracks
#
petermolnar
owntracks was eating my battery like mad
#
petermolnar
it's a brilliant app, but a; it needs internet, b; it consumes orders of magnitude more energy compared to backtitude c; can't 'steal' location from other apps
#
Zegnat
“‘steal’ location”?
#
petermolnar
as far as I understand, getting gps data is exclusive, meaning an app locks it when it's requesting
#
petermolnar
however, android has a cache on this and if an app can't get the lock, it should fall back to "stealing" location data
#
petermolnar
most of them doesn't
#
Zegnat
Interesting
#
Zegnat
How often do you poll?
#
petermolnar
I might be mistaken though
#
petermolnar
I've lowered it to 5mins
#
petermolnar
but that's recent
#
petermolnar
it used to be 10 mins
#
petermolnar
also, backtitude can run on ancient devices (2.2 android)
#
Zegnat
I think I’ll go try it out. I have thought about just carrying a second phone that only does location, to spare charge on my main phone.
#
petermolnar
so you can get one of your ancient phones hooked up to a car battery in your backpack and make it your location logger :)
#
Zegnat
sknebel, all the links on my homepage are WCAG AA now in non-hovered state, can you read the pink now? http://vanderven.se/martijn/
#
Loqi
Martijn van der Ven
#
sknebel
Zegnat: yes, that works, even with fairly low color temp
deathrow1 joined the channel
#
cweiske
sebsel, I want to have subscriptions myself
#
cweiske
maybe I should provide a websub endpoint for phinde
#
sebsel
oh, that could end in IRC notifications via websub
tantek joined the channel
#
loqi.me
edited /WCAG (+47) "sknebel added "http://webaim.org/resources/contrastchecker/" to "See Also""
(view diff)
#
loqi.me
edited /User:Kaja.sknebel.net (+41) "sknebel added "update /topic in irc with stream link?" to "See Also""
(view diff)
#
sebsel
what is accessibility?
#
Loqi
Accessibility is the practice of designing so that people with disabilities can have equal access to information and functionality, applicable to both websites as well as physical environments https://indieweb.org/accessibility
#
sebsel
Maybe also include it there somehow? Better accessible than 'WCAG' ;)
#
sknebel
sebsel: all on there already
#
Loqi
ok, I added "[[accessibility]]" to the "See Also" section of /WCAG
#
loqi.me
edited /WCAG (+20) "sknebel added "[[accessibility]]" to "See Also""
(view diff)
#
aaronpk
What is WCAG?
#
Loqi
aaronpk: sknebel left you a message 6 hours, 9 minutes ago: can you change the channel topic back? thx!
#
Loqi
WCAG is Web Content Accessibility Guidelines, see https://www.w3.org/TR/WCAG20/ https://indieweb.org/WCAG
#
aaronpk
sknebel: I thought anyone can change the topic here? If not, I will adjust the channel modes to allow that
#
sknebel
aaronpk: no, opers only
#
Zegnat
there is a channel mode to allow topic edits by all?
#
@voxpelli
@manton2 Nice, lovely to see some iOS Micropub apps! Any chance you could wrap up some of the IndieAuth stuff and s… https://twitter.com/i/web/status/879697372602912768
(twitter.com/_/status/879697372602912768)
[markmhendrickso joined the channel
#
sknebel
Zegnat: other way round - +t means only opers are allowed to do it
#
GWG
Morning all
#
Zegnat
sknebel, interesting, guess every server I have even been too has defaulted to +t then
#
sknebel
aaronpk: ^^^ -t is what you want to set then
[miklb] joined the channel
#
sebsel
morning GWG!
[kevinmarks], tantek and deathrow1 joined the channel
#
miklb.com
edited /discuss (+230) "/* Chat */ How-to on Slack (needs wikifying)"
(view diff)
#
petermolnar
maybe the wiki edit messages should to to -meta
#
ben_thatmustbeme
this was discussed actually
#
sknebel
yeah, we decided against it
#
ben_thatmustbeme
though a lot of time wiki edits are actually dev related
#
petermolnar
then I still don't understand what -meta is for
#
ben_thatmustbeme
technically, this conversation
#
ben_thatmustbeme
anything about the wiki, community, chat, etc
[eddie] joined the channel
#
[eddie]
meta all the meta ?
#
petermolnar
anything about the wiki < edits?!
#
ben_thatmustbeme
meta all the things!
#
[miklb]
about the wiki, just not the wiki. Got it.
#
sknebel
that's not discussion about the wiki tho
#
ben_thatmustbeme
edits are content changes
#
ben_thatmustbeme
moving convo to #meta :P
#
loqi.me
edited /2017/Preparty (+37) "/* See Also */ new section"
(view diff)
KevinMarks joined the channel
#
tantek.com
edited /2017/Schedule () "(-692) /* Brainstorming */ all done"
(view diff)
#
tantek.com
created /2017/Planning (+3216) "move organizers and planning to 2017/Planning"
(view diff)
#
tantek.com
edited /2017 () "(-2224) move organizers and planning to 2017/Planning"
(view diff)
#
tantek.com
edited /2017 (+178) "/* Feedback */ and follow-up"
(view diff)
#
loqi.me
edited /2017/refresh (+41) "/* See Also */ new section"
(view diff)
#
loqi.me
edited /2017/site-refresh (+36) "/* See Also */ new section"
(view diff)
#
tantek.com
edited /2017 (+231) "/* Feedback and follow-up */ event session"
(view diff)
KevinMarks_ joined the channel
#
aaronparecki.com
edited /2017/Planning (-2) "test edit"
(view diff)
#
aaronparecki.com
edited /2017/Planning (+1) "test edit"
(view diff)
#
aaronparecki.com
edited /2017/Planning (-6) "test edit"
(view diff)
#
loqi.me
created /address_book (+21) "prompted by tantek and dfn added by tantek"
(view diff)
amitp joined the channel
#
ben.thatmustbe.me
edited /contacts (+94) "/* Use Cases */"
(view diff)
#
tantek
what is autosuggest
#
Loqi
autosuggest (AKA auto-suggest) is a user-interface feature that provides a list of options while the user is typing, related to what the user has typed, possibly beyond mere (sub)string matches https://indieweb.org/autosuggest
#
tantek
ben_thatmustbeme: ^^^
#
ben.thatmustbe.me
edited /contacts (+350) "/* Use Cases */ add note of implementation"
(view diff)
#
ben_thatmustbeme
oh interesting
#
Loqi
ok, I added "[[autosuggest]]" to the "See Also" section of /contacts
#
loqi.me
edited /contacts (+18) "ben_thatmustbeme added "[[autosuggest]]" to "See Also""
(view diff)
#
ben.thatmustbe.me
edited /contacts (+3) "/* Indieweb Examples */"
(view diff)
#
vanderven.se martijn
edited /contacts (+472) "/* Use Cases */"
(view diff)
#
vanderven.se martijn
edited /contacts (+205) "/* Use Cases */ register non-public info"
(view diff)
[miklb] and [kevinmarks] joined the channel
#
loqi.me
edited /WCAG (+63) "[kevinmarks] added "https://www.wired.com/2016/10/how-the-web-became-unreadable/" to "See Also""
(view diff)
#
Loqi
ok, I added "https://www.wired.com/2016/10/how-the-web-became-unreadable/" to the "See Also" section of /WCAG
#
loqi.me
edited /autosuggest (+41) "[kevinmarks] added "http://leaverou.github.io/awesomplete/" to "See Also""
(view diff)
#
Loqi
ok, I added "http://leaverou.github.io/awesomplete/" to the "See Also" section of /autosuggest
gRegorLove joined the channel
#
aaronparecki.com
edited /discuss (+146) "/* Using an IRC client */ new channels"
(view diff)
#
[kevinmarks]
Someone asked me for command line posting to svgshare.com - should I give it a micropub endpoint?
#
aaronpk
with no authentication?
#
aaronpk
i'd say at least make the vocab the same
#
gRegorLove
I use a different /icon for my site vs my /avatar
[eddie] joined the channel
#
david.shanske.com
edited /WordPress/Data () "(-1318) /* Microformats data */"
(view diff)
jackjamieson joined the channel
#
ben.thatmustbe.me
edited /IRC (+318) "duplicate see also sections, document rarely used IRC commands"
(view diff)
#
[kevinmarks]
Hm. I could issue tokens I suppose. The current one is hard to script because it uses Google's upload api, which generates post endpoints that expire
tantek joined the channel
#
[kevinmarks]
I did add login so I could do nipsa
#
aaronpk
you can always shortcut the indieauth step and just show a micropub access token to people after they log in
#
aaronpk
that'll make an API work, but you wouldn't be able to log in to quill for example
#
david.shanske.com
edited /WordPress/Data (-87) "/* Syndication */"
(view diff)
#
[kevinmarks]
It's appengine login, which is basically Google login
#
ben.thatmustbe.me
edited /IRC (+71) "/* Advanced / Admin notes */ access list"
(view diff)
tantek joined the channel
#
ben.thatmustbe.me
edited /IRC (+93) "/* Advanced / Admin notes */"
(view diff)
AngeloGladding, [cleverdevil], tantek, amitp1, j12t and dougbeal|iOS joined the channel
#
david.shanske.com
edited /The-Open-Graph-protocol (+68) "/* David Shanske */"
(view diff)
[miklb] joined the channel
#
loqi.me
created /lounge (+68) "prompted by dougbeal|iOS and dfn added by Zegnat"
(view diff)
#
loqi.me
edited /lounge (+48) "/* See Also */ new section"
(view diff)
#
www.svenknebel.de
moved /lounge to /The_Lounge "canonical name"
KevinMarks, [kevinmarks] and [eddie] joined the channel
#
@WendyandCharles
ReadersGazette: BLOG Indie Author Answers by Jim Heskett http://www.thejugglingauthor.com/indieauth/ Get help writing your book #bookbloggers 65
(twitter.com/_/status/879684291424382976)
#
tantek
oh hey https://en.wikipedia.org/wiki/WebSub got moved/renamed (to that name) from PubSubHubbub
#
tantek
now the article copy just needs updating accordingly
#
tantek
if anyone wants a few easy wikipedia clean-up edits
#
gRegorLove
tantek: Done
[pfefferle] joined the channel
#
ben_thatmustbeme
pushed a few more updates to Selfauth
#
ben_thatmustbeme
it should actually handle authorization in addition to authentication now
#
ben_thatmustbeme
"in theory" anyway, i have yet to fully test it
[miklb] joined the channel
#
aaronpk
wouldn't it be awesome to have a checkbox to turn on webmention receiving in cloudflare?
#
Zegnat
Run a personal webmention.io copy but on cloudflare’s servers?
#
ben_thatmustbeme
huh? trying to figure out how exactly that would work
jackjamieson joined the channel
#
calumryan.com
edited /Events (+499) "/* July */ Meet the TAG in London event added"
(view diff)
#
calumryan.com
edited /Events (-24) "/* July */ Style change"
(view diff)
#
Zegnat
gRegorLove did you meant to send 2 webmentions to my blog post?
#
gRegorLove
Yeah, messed it up first time
#
gRegorLove
Might have sent 3, actually.
#
Zegnat
Received 2.
#
Zegnat
Would have caught it earlier, but apparently my mail notifications are down again :/
#
gRegorLove
Oh, do you get an email for each wm?
tantek and eli_oat joined the channel
#
aaronpk
uhoh, got an email about upcoming foursquare api changes
#
kongaloosh.com
created /events/2017-07-04-homebrew-website-club (+1532) "Created page with "== Details == === What === * <span class="u-url url u-uid uid">https://indieweb.org/events/2017-06-06-homebrew-website-club</span> <div class="p-description description"> '''[ht...""
(view diff)
#
gregorlove.com
edited /Homebrew_Website_Club (+98) "/* Bellingham */ meeting regularly, venue"
(view diff)
#
KartikPrabhu
who is eddie?
#
Zegnat
gRegorLove, I *used to* get emails for each webmention, haha. But yes. That’s the simplest (and best for me) way of notification
#
Loqi
hehe
#
[miklb]
aaronpk bad news for OwnYourSwarm?
#
aaronpk
no idea yet
#
kongaloosh.com
created /events/2017-07-18-homebrew-website-club (+1532) "Created page with "== Details == === What === * <span class="u-url url u-uid uid">https://indieweb.org/events/2017-07-18-homebrew-website-club</span> <div class="p-description description"> '''[ht...""
(view diff)
#
aaronpk
they just say there will be "significant improvements" coming
#
aaronpk
moves /events* edits to -meta
#
[miklb]
let’s just hope by improvements they don’t mean “more walled garden like Instagram.”
#
gRegorLove
* "improvements for us, not for you" ;)
sketchess joined the channel
#
KartikPrabhu
sketchess: welcome :)
#
sketchess
thank you Kartik
#
sketchess
so how do I connect tags in style?
#
KartikPrabhu
you'd have to write some CSS to display them on the same line
#
KartikPrabhu
what tags are you using?
#
sketchess
I didn't find out yet.
#
sketchess
background color and indent
#
sketchess
How is the space to be filled?
#
KartikPrabhu
sketchess: it would be good for me to see an example markup
#
sketchess
a line of code or online live?
#
KartikPrabhu
sketchess: either one, live is better so I can test it out in a browser
[eddie] joined the channel
#
sketchess
style="text-indent:20px" , style="background-color:#999;"
#
sketchess
to get to my space would take a little
#
KartikPrabhu
sketchess: yea those seem to be correct
#
sketchess
yeah each alone no prob, but one gets currently dropped on second base
#
Zegnat
I would move that into a CSS file though, instead of having style attributes on all elements. Will be easier to keep an overview
[shanehudson] joined the channel
#
[shanehudson]
codepen.io is a good place to put code examples for us to help with ?
#
sketchess
I need it only on one. the body
#
[shanehudson]
Having two style attributes on one element will override one of them
#
[shanehudson]
(I think, anyway)
#
KartikPrabhu
sketchess: yes, the tags are not being aligned because you haven't set those CSS properties. This is where a live example would be useful
#
Zegnat
Yeah, [shanehudson] is right, you can only have 1 style attribute per tag.
#
Zegnat
so either style="text-indent:20px;background-color:#999" or create a CSS file so you can space it out nicely
#
gRegorLove
text-indent won't change how two block level elements normally appear horizontally (on top of each other)
#
gRegorLove
e.g. if you have two <div> elements you want to appear side by side
#
sketchess
does a happy dance
#
Zegnat
admits that he would not be able to guess what effect text-indent on BODY has on block elements inside
#
sketchess
thank you Zegnat
#
sketchess
You gave me the last 2 rule I didn't know.
#
sketchess
I try that out.
#
sketchess
yes yes yes
#
Loqi
giggles
#
sketchess
Zegnat++
#
Loqi
zegnat has 16 karma in this channel (101 overall)
#
loqi.me
edited /authorship (+37) "Zegnat added "https://sturdy-backbone.glitch.me/" to "See Also""
(view diff)
#
sketchess
Nice. I can develop further now on a readable and right colored environment. It is amazing how two little tags can change a whole world.
#
loqi.me
edited /User:Kaja.sknebel.net (+103) "sknebel added "sknebel, another feature request, for Kaja now! Be able to append to a Inbox section on a user page." to "See Also""
(view diff)
tantek, KevinMarks, amitp, KartikPrabhu, eddie, eddiehinkle, KevinMarks_, [cleverdevil] and [manton] joined the channel
#
tantek
alright, trying my first manual event POSSE to FB, with the hopes of setting it up so that I get Bridgy RSVPs
#
tantek
my understanding is that Bridgy backfeed only works on 1) public events, 2) events created by your *personal* account (i.e. not by the "IndieWeb" page)
#
tantek
"Event Host"
#
tantek
this is interesting - if I choose "IndieWeb" as "Event Host", it auto-fills the "Event Photo"!
#
tantek
darn it Loqi, that's not memeworthy
#
tantek
aaronpk, may need to restrict the regex on that one a bit
#
tantek
alright I'm going to choose "IndieWeb" as host and see if there's a way to make that work
#
ben_thatmustbeme
Lol, interesting meme
KevinMarks joined the channel
#
tantek
I can't find the duplicate event feature - did FB remove it?
#
tantek
found it, thanks to our docs and screenshot! https://indieweb.org/create#Duplicate_Event
#
KartikPrabhu
documentation++
#
Loqi
documentation has 1 karma in this channel (9 overall)
#
tantek
"Something went wrong, please try again later."
#
tantek.com
edited /create_event (+96) "fmt, headings"
(view diff)
#
tantek.com
edited /create (+302) "/* Facebook Events */ FB Something went wrong error"
(view diff)
#
tantek
duplicating a work failed (like 10 times), so I just gave up and created a new one https://www.facebook.com/events/120457305222422
#
tantek
not sure why duplicate was failing
#
tantek.com
edited /Homebrew_Website_Club (+385) "/* Structure */ update FB post event instructions"
(view diff)
[chrisaldrich] and [miklb] joined the channel