2017-01-13 UTC
arlen, gRegorLove, Pierre-O, benwerd, snarfed and benwerd_ joined the channel
# 00:12 KevinMarks_ Domains I registered through the old google.com/a short cut is now g suite and very cumbersome to renew
snarfed and leg joined the channel
# 00:51 aaronpk whoa they moved the domain registration stuff to g suite tooo?
leg joined the channel
danlyke and leg joined the channel
userXYZ joined the channel
snarfed joined the channel
funwhilelost joined the channel
funwhilelost, Lana and nitot joined the channel
# 03:26 bignose do we still love Atom syndication as a standard>
# 03:27 bignose do we still love Atom syndication as a standard?
# 03:31 Loqi The sidefile-antipattern is a violation of the DRY principle by the use of secondary files (typically in some one-off XML format) to provide information that is a duplicate of information available in primary files on a website (in HTML), and is an antipattern due to typical DRY violation problems such as out-of-date, missing, corrupted, or outright false data https://indieweb.org/side_file
# 03:34 aaronpk the only thing i use atom/rss for is podcast feeds because that's the industry standard for it and unlikely to change. also the only reason i feel comfortable sharing that link is because I have an XSLT file on it so that it actually looks decent when viewed in a browser as opposed to sending people a link to a pile of XML. basically making the XML file the primary content rather than a side file.
wolftune joined the channel
# 03:52 KartikPrabhu !tell snarfed: HOw about adding response-contexts to granary h-feed to Atom conversion?
# 03:52 Loqi Ok, I'll tell them that when I see them next
# 03:52 KartikPrabhu that way i don't have to write one in hfeed2atom and can also retire it :P
tolerablyjake, snarfed and snarfed1 joined the channel
# 05:19 KevinMarks_ There was a gdata way of nesting feed within feed, but it wasn't pretty. Microformats in content is probably better
# 05:20 aaronpk the real question is whether any readers would do anything with it, since that's really the only reason to publish an atom/rss feed
snarfed, KevinMarks and tantek joined the channel
wolftune joined the channel
# 06:01 miklb GWG does bridgy publish work with posts done via micropub?
# 06:02 miklb ok. I guess I need to look at the micropub plugin and see if it supports syndicate-to then?
# 06:03 GWG It does, there is a filter, but a syndication plugin needs to hook it
# 06:03 miklb but on a positive note, I was able to post a micropub note to my new WP site, so that's good progress all things considered
# 06:04 miklb thanks. I'll take a stab at it once I have the major bugs in my theme ironed out.
# 06:05 miklb I also need to check my mf2 markup before I get too far into that as well
snarfed, tantek, KevinMarks_, tommorris, ben_thatmustbeme, mbrock, sensiblemn, arlen, jihaisse, KevinMarks, bjoern, cweiske, pindonga, nitot, Loqi, chimo and [jeremycherfas] joined the channel
# 09:13 [jeremycherfas] aaronpk Not exactly unexpected that ADN is shutting down. And Dalton’s explanation is, er, disingenuous.
bret, pindonga, ncollig and adactio joined the channel
# 09:56 ncollig Hey everyone, I'm trying to implement h-event on the hwc.brussels website. We're using the Avada theme (not using an IndieWeb ready intentionally). Any tips on how to tackle this? I installed the IndieWeb plugins, but then not sure how to proceed or where to search for a solution.
j4y_funabashi and Pierre-O joined the channel
# 11:13 Zegnat ncollig, I am not familiar with WordPress. But I think one of the IndieWeb plugins gives you post-types, so if there is an event post-type, that would be the way to go.
# 11:14 Zegnat And maybe ping pfefferle - not sure who does the post-types plugin
# 11:16 ncollig Zegnat: Thanks! I already installed the IndieWeb plugins, uf2, post kinds etc. With a IndieWeb compliant theme, it works, but with Avada, I create a normal post with the h-event class, but when I rsvp it doesn't seem to receive the rsvp.
# 11:19 Zegnat Is it the receiving of RSVPs that doesn’t work, or the creation of the h-event?
# 11:24 GWG I do the Post Kinds plugin. But I haven't gotten rsvp in there yet
# 11:25 ncollig Ah that's why there's no 'event' post type in the selection. :-) I was wondering.
# 11:25 GWG WordPress posts are h-entry. It would require a different design.
# 11:27 GWG I hope to add RSVP sooner. I am not sure when I might tackle event
# 11:27 ncollig So for the moment, can we forget the idea of having a working event/rsvp setup without an IndieWeb compliant theme? (I mean, without being a developer and doing it myself)
# 11:29 GWG Well, if you paste the code into the content, you'd have a nested h-event inside an h-entry. Which theoretically would work
# 11:31 ncollig Yes. That's what I did. And is there a way to check if rsvp's are received and to display them on the event page?
# 11:32 ncollig I rsvps to the event I created by nesting h-event in h-entry, but nothing seems to arrive on my wordpress (no comments on the post).
# 11:32 GWG Yes, Webmentions and the Semantic Linkbacks plugin should receive RSVPS and add them as comments
# 11:42 Zegnat Hmm, yeah, even if the hwc.brussels Wordpress does not understand the RSVP, it is still an u-in-reply-to and should be picked up
# 11:43 GWG Well, if a Webmention is sent, it should be, aw Zegnat said, picked up, even if incorrectly parsed
friedcell joined the channel
# 11:43 GWG Are there comments awaiting moderation?
# 11:46 ncollig Yes, it's a Known, and I have successfully used it to rsvp earlier, when testing Indieweb compliant themes on the same hwc.brussels WP
# 11:49 ncollig Now it's working! Jeez...don't know why...except that I rsvp'd to the default page, not the /fr/ (qTranslate) page.
# 11:50 Zegnat If translated versions each get their own comment thread, that would make sense
# 11:51 Zegnat Doesn't make much sense for RSVPs thought. As it is the same event...
# 11:52 ncollig Well, one problem is out of the way, I'll test further and see if there's really a problem with translated event pages or if I did something wrong.
# 11:53 Zegnat Does Wordpress not do webmentions live, but on a wpcron? Maybe the mention was received but just not handled yet.
# 11:54 GWG It does sending them on a wpcron, but just for background processing, no delay.
# 11:54 GWG It uses the wpcron set up for Pingbacks
# 11:54 ncollig Yeah, when I rsvp'd on the EN page, it seems to have picked it up immediately.
# 11:56 GWG So, you want a Webmention sent to the English page to mirror to other languages?
# 11:56 GWG Interesting scenario, never thought about it.
# 11:56 ncollig Ideally, so that people can switch language but still see the same attending people on the event.
# 11:57 ncollig So that someone visiting in FR for example can see that there are people attending, even if only EN people have rsvp so far.
# 11:58 Zegnat Will you do every page in EN, FR, and NL for Brussels?
# 11:59 GWG I opened an issue to discuss on the Webmention plugin Github.
# 12:00 ncollig I'll have a look! Many thanks already for your help here! \o/
[kevinmarks] joined the channel
# 12:01 [kevinmarks] Is this Google's "though shalt not.mix languages on a page" nonsense again?
# 12:01 GWG And I am curious about multi language in WordPress. Not something I have explored
# 12:02 ncollig qTranslate seems to work very well for pages, but I haven't really tested with Posts, comments etc.
# 12:04 ncollig What's the url of the 'official' webmention github?
# 12:05 ncollig Or the one you opened an issue on...I don't find it
# 12:06 Zegnat KevinMarks I shall mix languages as much as I want, provided I use proper lang attributes
# 12:09 Zegnat sebsel’s seblog.nl is a nice example of bilingual IndieWeb. Uses lang="en" on all h-entry DIVs that aren't written in Dutch.
# 12:10 GWG cweiske, I opened the issue on the WordPress Webmentions plugin repo
# 12:10 Zegnat KevinMarks do you have a link for her “framing”?
# 12:11 GWG WordPress 4.7 did a bunch of work with locales. I want to see if any applies.
ncollig, Hory, nitot, adactio, nitot_, EHLOVader, snarfed, gRegorLove and mlncn joined the channel
danlyke, mlncn, DanC, iboxifoo and [dariusdunlap] joined the channel
# 16:40 [dariusdunlap] I’m thinking of heading up to SF today for the Internet Archive Lunch. Anyone else want to come along? (Driving from Half Moon Bay, either via San Mateo or Pacifica.)
# 16:41 [dariusdunlap] Hay! That’s Kevin Marks coming out of my speakers! :slightly_smiling_face: (stupid auto-play)
leg and userXYZ joined the channel
sebsel, snarfed, wolftune and tantek joined the channel
tolerablyjake, EHLOVader, KevinMarks and mlncn joined the channel
# 17:36 [dariusdunlap] You know, I’m really enjoying the Ubuntu 16.04 LTS auto-updates with email notifications.
# 17:36 [dariusdunlap] aaronpk - See you there. And let me know if a pickup would be helpful. Happy to go a little out of my way to give you a ride.
KevinMarks, tantek, snarfed, leg, funwhilelost, KevinMarks1 and [kevinmarks] joined the channel
nitot joined the channel
# 18:09 tantek I think that's the biggest indieweb news of the week
# 18:09 tantek Plus, give the HWC Brussels folks a shout out since they're getting started
# 18:09 sebsel voxpelli how should I document that? Just add myself to the list with you and Stephanie?
# 18:10 tantek (when did cities start getting their own TLDs?!?)
# 18:10 voxpelli sebsel: something like that + would be great if you could follow up some of the parser issues and give some feedback there
# 18:11 voxpelli sebsel: ideally we could start getting readers that can be language aware and remove all content of foreign languages
# 18:12 sebsel but we're the Netherlands now :P I'm not living in Amsterdam anymore.
# 18:13 sebsel I actually registered indieweb.nl wednesday in the train to hwc. It links to .org now
# 18:14 voxpelli Would be neat to have a IndieNews style HWC catalogue
# 18:16 Loqi NYC is an abbreviation for New York City, a big city on the East Coast of the United States, and the location of the following IndieWebCamps: https://indieweb.org/NYC
# 18:19 sebsel The Netherlands is a country in Western Europe, also known as Holland or for it’s capital Amsterdam.
wolftune joined the channel
# 18:27 tantek sebsel oops I hope I did not just conflict your edit!
# 18:28 sebsel Shouldn't the HWC page link back to those location pages?
# 18:29 tantek I think so too, hopefully they will help with community discovery
# 18:30 tantek plus it gives a little mini home page for each city to edit as they please
mlncn joined the channel
# 18:44 KevinMarks1 does autolink need to add .brussels?
# 18:47 tantek KevinMarks: likely :) I may wait for the Brussels folks to file the issue ;)
# 18:55 gRegorLove Interestingly they're updating the app on the 17th to "Vine Camera" so you can still take videos with it and post directly to Twitter or just save locally.
# 18:57 gRegorLove "Will my videos loop on Twitter? Yes! When we update the Vine app to be the Vine Camera in January, videos that are under 6.5s will loop – whether you post them from the Vine Camera or upload them directly to Twitter."
# 18:58 gRegorLove Interesting feature there. Sounds like it turns Twitter into Vine, as long as you upload a video under 6.5s, from any source.
leg, snarfed, friedcell and jmelesky joined the channel
tantek joined the channel
# 19:36 KevinMarks1 I remeber Hyves from openSocial
KevinMarks, tvn, wolftune, friedcell and tantek joined the channel
# 20:16 sebsel It's a nice idea, those location based pages... but there aren't many yet :/
KevinMarks joined the channel
# 20:25 sebsel tantek: also, you just created 'HWC Brussels', shouldn't that be just 'Brussels' then?
# 20:26 tantek sebsel - yes I suppose - I think I created it because I saw they had a website
# 20:31 tantek sebsel, you can prod the leaders of each city's HWC into creating their cities :)
# 20:32 Zegnat Who's the leader of the Netherlands then, tantek?
# 20:32 sebsel We should fight that out in #indieweb-nl Zegnat ;)
# 20:34 Zegnat Oh, sebsel, I read you were sad that the Internet Archive had no Hyves backup? But I think the Archive Team might have one! I seem to recall I was running their warrior software to help them back-up Hyves.
KartikPrabhu and friedcell joined the channel
KevinMarks, cleverdevil and snarfed joined the channel
# 21:13 GWG I hope to accomplish something this weekend Indieweb ish
# 21:21 miklb GWG does the bridgy plugin allow for no link back or should I submit a pull request for that?
# 21:22 GWG It doesn't allow per post settings, which is currently a feature request.
# 21:24 GWG If you want it to never appear, there is a global setting
# 21:24 miklb I'd want it on a per post option. I prefer notes to not link back, but articles to link.
# 21:26 GWG miklb, I have a PR for that waiting for me
# 21:27 GWG From someone. I can look to merge it.
# 21:31 GWG miklb, tell you what, I will look to merge it today
userXYZ and CherryPuffs joined the channel
# 21:57 miklb GWG oh, cool. If you'd like another test, I can try it later.
tantek joined the channel
# 22:09 gRegorLove GWG, miklb Bridgy does have a "maybe" option too; only include the link if the contents are truncated
# 22:10 miklb I see that's an option in the pull request. I wasn't familiar with it.
kerozene and friedcell joined the channel
# 22:41 GWG miklb, I was going to make the rounds of my plugins with bugfixes now that my location project is at a stopping point before I tackled something bigger. I will just delay PRs for Micropub and handle the Bridgy Publish items on my agenda.
kerozene joined the channel
# 22:47 GWG Besides, I still want to hook Bridgy Publish into Micropub and that would be a great advantage
wolftune joined the channel
# 23:06 tantek it's after 15:00 Pacific and I don't see a tweet!
snarfed, wolftune, friedcell and Lana joined the channel
# 23:57 Loqi chrisaldrich has 10 karma in this channel (12 overall)