2015-01-01 UTC
KartikPrabhu, swartwulf and nloadholtes joined the channel
colintedford, eburcat, snarfed and crystal joined the channel
sivoais joined the channel
eburcat joined the channel
veselosky joined the channel
mdik and Erkan_Yilmaz joined the channel
snarfed, veselosky, j12t, yakker and frontwards joined the channel
clintpatty, prtksxna and KartikPrabhu joined the channel
# 05:52 GWG Guess...back to mf2_s, the starter theme I'm trying for.
Erkan_Yilmaz joined the channel
# 06:01 ben_thatmust !tell aaronpk when you get a chance, can you remove my TOTP code from indieauth. I don't want to have that as an option to log in
# 06:01 Loqi Ok, I'll tell them that when I see them next
tantek joined the channel
# 06:10 tantek Happy New Year to #indiewebcamp Chicago, East Coast, Europe, Asia, and Australia/NZ folks!
# 06:22 GWG tantek: I am still hoping for a return to NYC
# 06:22 tantek i think there are fairly certain dates for Cambridge right?
# 06:22 tantek GWG - sounds good! Have you tried finding a co-organizer?
# 06:23 GWG If not, I suppose plan B is inviting you all to hang out in my living room
# 06:24 ben_thatmust the seem to be pretty set for us, don't know about venue scheduling though
KartikPrabhu joined the channel
j12t, yakker, eburcat, KartikPrabhu, michielbdejong, asdofindia, eschnou, elf-pavlik, friedcell, prtksxna_, gavinc and clintpatty joined the channel
eschnou, michielbdejong, friedcell and j12t joined the channel
friedcell, icco, crystal, j12t, npdoty, mlncn, KevinMarks, wolftune and tantek joined the channel
# 19:12 GWG I've been working on my new Indieweb project
# 19:13 GWG A version of _s, the WordPress unthemed starter theme
# 19:13 GWG I proposed they add mf2 to the theme, but they declined...in a positive way
# 19:14 tantek well the real answer is to get mf2 markup added to core without depending on themes
# 19:14 GWG Not really. They agreed they would do it when core did it
# 19:14 tantek because history has shown that splitting that responsibility breaks
# 19:14 GWG As you identified, they felt that decision should start upstream
# 19:15 GWG But, in the interim, I have my version coming
# 19:15 tantek that's reasonable. until then, you can add it yourself to a fork and make it work
# 19:15 tantek proving by doing, especially selfdogfooding, is very effective
# 19:15 GWG It has webmention and semantic linkbacks as a dependency
# 19:15 GWG Well, I wanted to fix my theme, because it didn't account a lot of changes I made to my plugins since I wrote it.
# 19:15 GWG So, I wanted to go back to the base and put things in at that level.
# 19:16 GWG I'm defining webmentions and semantic linkbacks as 'core Indieweb WordPress'.
# 19:16 tantek better to have a theme that *doesn't* depend on those, but rather is progressively enhanced by such plugins
# 19:19 GWG WordPress doesn't have a dependency system. The lines I added regarding it are documented in the code on how to remove.
# 19:19 GWG Since a starter theme is meant to be used to make a theme, not act as a theme itself...
# 19:20 GWG Basically, if you don't have the plugins activated, it has a message suggesting you do.
crystal_ joined the channel
# 19:21 GWG So, it will work with or without it
KartikPrabhu and snarfed joined the channel
eburcat, j12t and KartikPrabhu joined the channel
snarfed joined the channel
Garbee joined the channel
# 20:31 Loqi aaronpk: ben_thatmust left you a message on 12/31 at 10:01pm: when you get a chance, can you remove my TOTP code from indieauth. I don't want to have that as an option to log in
j12t joined the channel
mdik and nloadholtes_ joined the channel
# 20:52 bear 2015-01-01 commitment update: secure micropub token generation (done), micropub endpoint auth verify (done) -- now to get the micropub POST handler to do something with the incoming data ;)
# 21:03 kylewm bear, do you know that your atom.xml is a 404 right now?
martinBrown joined the channel
# 21:03 bear @kylewm yea, I removed all them when I was searching for how that fool got my address
# 21:04 bear I need to get indiefeeds running - another todo for today
# 21:05 bear (I found a very old post where I had posted a google map picture of my house which turns out to have the street address in the metadata)
# 21:06 bear currently i'm walking thru the micropub wiki page and implementing as I go
# 21:06 kylewm I think they save that level of obsessive snooping for Brianna Wu
# 21:07 bear or for people who want very old twitter handles sadly
# 21:07 GWG bear: What are indiefeeds, other than an h-feed wrapper around your index/archive pages?
# 21:08 bear aaronpk - i'll keep notes, i'm up to the verification of the access_token part right now
# 21:08 bear GWG - yep, that's them, but right now I don't have that
# 21:10 bear oh, wait - I *do* have an h-feed in my section wrapper for articles
# 21:10 bear how would I test that it is a valid h-feed?
# 21:17 kylewm tiny issue that I think you should move e-content in a couple levels; right now it wraps the title/date/etc.
# 21:17 bear yea, was just seeing how where it's placed is impacting the mf2 parsing
# 21:19 GWG kylewm: You mind if I test with that too?
# 21:20 GWG Regardless of doing anything with them
# 21:21 kylewm but I don't do anything beyond that (in terms of interpreting the results different for as-article vs. as-note or whtever)
# 21:23 GWG I know there is some debate as to h-as-?
# 21:23 GWG I use them because I needed a class to style anyway...and I figured I'd be forward looking.
# 21:25 aaronpk huh, I made a point of not adding any styles to mf2 classes. I add separate classes when I want to style things
# 21:33 bear hmm, what html markup do I use to hide the h-card photo info in my h-feed?
# 21:36 aaronpk you can make a small h-card and then just display:none it if you want
# 21:36 bear so display:none would be added to the <img> tag?
# 21:40 aaronpk i've done inline css like that for some things. then I usually get crap from my designer friends who have strong feelings about using inline styles but whatever
# 21:41 bear your suggestion to move e-content helped a lot of subtle feed parsing issues
# 21:41 bear tho it still says the type is "mention" :/
# 21:43 bear the mf2 output shown on shrewdness's output doesn't mention type at all
# 21:43 kylewm hmm, where do you have a link to where it's giving you "mention"?
# 21:46 kylewm I'm guessing that you can ignore that; probably it just means it wasn't determined to be something more specific like a reply/like/repost
# 21:46 bear I will need to add some type of h-entry "type" to my templates soon
# 21:47 bear removes atom.xml from his base template
# 21:48 GWG aaronpk: Some people like inline for speed
# 21:54 GWG In an h-feed then, do people have a hidden h-card in every h-entry or just once per page?
emmak joined the channel
# 22:00 bear I do a byline for each entry and that is where the h-card is
benatkin_ joined the channel
# 22:01 GWG bear: Are you now hiding that byline with a display: none?
eschnou joined the channel
# 22:04 bear my byline reads like: date-of-post by bear (hidden photo)
Guerillero|BNC joined the channel
# 22:05 bear I do it that way because each h-entry is done by a template and my index page just loops thru each post and uses the post template
ben_thatmust joined the channel
# 22:09 GWG bear: I have that too. I just add a conditional... if is_single())
# 22:10 kylewm GWG, I think they are functionally equivalent. just a question of presentation
# 22:17 GWG I'm finding thinking about markup before presentation is interesting.
KartikPrabhu joined the channel
KartikPrabhu, npdoty and snarfed joined the channel