mko!tell aaronpk Not sure if this was intentional, but a GET on your webmention endpoint no longer displays the informational page you had there before: http://aaronparecki.com/webmention
cuibonoboi think there is, but i'm not involved so i can't say for sure. i actually work for an animation company. i have the impression that georgia is business-friendly and atlanta in particular has a lot of young people (because of all the universities in town)
mkoJonathanNeal: I thought Atlanta was a nice area to live in, but ATL isn't a hugely startup-focused region. Some of the better resources for startups (like coworking spaces and startup meetup sponsors) in that region left in 2011-2013. It's got a lot of great, smart people, though (and the talent pool at Georgia Tech is fantastic). The support structures for startups (primarily angel and venture funding) tend to be less evolved than
cuibonoboATL as a city is investing quite a bit of money into trying to be more 'hip', i.e. making downtown more attractive and walkable, establishing more public transportation options, creating incentives for people to move to the city, etc. Startup Atlanta was established recently as a result of those efforts: http://startupatlanta.org/
JonathanNealThat’s the icon that appears in your tab. IE11 is the first version of Internet Explorer to support the direct usage of .png and .gif file format favicons
JonathanNealno, but some browsers let you rapidly change the favicon, eg http://mitchmurder.com/ a subtle effect but the floppy disk favicon is rotating.
JonathanNealIs there an IndieAuth protocol that runs from the site itself? That would seem more Indie to me, anyway, for my site to tell you that I am logged in, whereas this is a bit more two-step auth. I’m sure this has been discussed to death, so sorry if I am being naive.
tantekJonathanNeal: now you're definitely out of my area of expertise. I think either aaronpk or cweiske would be able to walk you through that. Or maybe bear.
tantekinteresting, it looks like iOS7 fixed the bug in iOS6 and earlier where they required the rel=apple-touch-icon separate from the other rel values
JonathanNealOh, well, I’d be interested to know if that markup is right. I would think it is now, as “shortcut” is a legacy rel and image/ico is a hypothetical mime type.
kylewmThe idea is, if you reply to another indieweb post, and then use Bridgy Publish to POSSE it, it should find and reply to the appropriate silo post
kylewmGWG: I implemented it on my site a while ago ... it all happens behind the scenes so you never quite know if it's going to work but when it does it seems like magic :)
GWGkylewm: Well, I went to pfefferle about supporting responses from Bridgy in his webmention plugin. He added a filter to allow anyone to add the code, but I back burnered it. snarfed just recently was working on it
snarfedGWG: yup. like i said, pfefferle added the response hook to the webmention plugin a while back. i think that's as much as we'd reasonably expect from it
snarfedkylewm: ah, no, that's a separate feature request. you mean, something like a dedicated brigy publish plugin? definitely not an itch for me personally
GWGkylewm: Wordpress allows for filter hooks and action hooks. They allow plugins to modify output or run functions at specific points. Pfefferle added one to support Bridgy's response code
GWGkylewm: I found the way I designed the current theme that runs my site, it was a bit hacky. I built all these features, and then ripped them out into plugins. So, I am going modular.
Loqibarnabywalters: tantek left you a message on 7/19 at 2:19pm: not sure if it was you or not complaining about "props" but I now agree and have switched it all to "like" as the generic form, e.g. on http://indiewebcamp.com/webactions
KartikPrabhu, KartikPrabhu1 and tantek joined the channel
tantekpdurbin honestly haven't seen much (if any?) chatter about people not actually in the room (with notable recent exception chats about Chloe), but then maybe it happens when I'm not there.
pdurbinJonathanNeal: I feel like anyhing auth quickly spins out of control. you see oauth1 people distancing themselves from oauth2 because it got too complicated
JonathanNealAnd, coincidentally, saw the thing I was attempting to describe. After I took that screenshot, I disagreed with some of those terms, and signed up with my email in order to prevent my contacts from being accessed.
mko!tell aaron_pk FYI: pin13.net seems to not be able to parse h-entry when it's on <article> -- Seems to be a relatively common problem with parsers, as glennjones' microformat-node has the same problem
benwerdGWG: I used to when I was working on Elgg. Seeing a lot of interest in Known from education, so I'm coming back into the space, which is exciting for me.
benwerdThere's an openEd conference in DC in mid-November, and there might be a chance of tacking it onto the end of that - but it's the week before thanksgiving, which may affect how feasible that is
salantobenwerd: I sent a pull request to add google+ snippet content to post type, not sure if it should be in mainline or a separate plugin. The only thing I changed in the UI is an optional post image url
Jenny_basic question here...i installed the sempress theme and semantic-linkbacks & webmention plug-ins. do all three of those take the place of using h-ref, h-card, etc on posts and throughout the site?
GWGJenny_: Anything we can do? I think I'm the only Wordpress user here right now, but there are several of us in the community. General ideas...you have more of a choice.
Jenny_GWG: that was pretty much it for now, in terms of help. just wanted to see if my understanding of the back-end info for WP was correct. Will keep modifying. Thx!
Jenny_GWG: thank you - I will probably have more questions as I go along. Having other WP users' sites on the wiki as examples is helpful in thinking through how to lay out our own sites.
gRegor`barnabywalters: I think the classic root conversion needs 'adr' => 'h-adr'. I added that and one of the tests worked (one which had adr as the root, no hcard.
gRegor`But then I think the h-adr properties need to be converted, too. I'm not sure if that means another array key in $classicPropertyMap, or somehow mapping those properties to the ones in hcard.
KartikPrabhuJonathanNeal: I am sure this can be done using IndieAuth's authentication flow if you have a token_endpoint on your own domain... currently my token_endpoint is at https://tokens.indieauth.com/
KartikPrabhuJonathanNeal: a good first step is to take either https://quill.p3k.io/ or http://ownyourgram.com/ for a spin and see how they work with Twitter etc... then replace the token_endpoint with your own self-hosted one
gRegor`I ask because I'm working on the mf2 test suite. The expected p-name in the suite is a single line, so a multi-line address is causing it to fail.
bear(asking about mod_python because like uwsgi, it can use a different python binary than you are expecting - if you have more than one python version installed
gRegor`tantek: I'm not sure yet, which is why I'm asking. I just need to know whether php-mf2 needs to trim CRLF better within the text to match the expected output of this test, or if the expected output of this test is incorrect. https://github.com/tobiastom/tests/tree/master/adr/simpleproperties is the test.
snarfedkylewm: interesting! ideally i'd use requests-oauthlib or another existing one. i'd really actually like to prune down most of the silo-specific libs, i just haven't been able to prioritize that
tantek(the DOM in the browser follows the HTML5 parsing spec, which has ridiculous detail for whitespace, which I am not going to attempt to reconstruct)
tantekkylewm: so the question I have re: "sometimes you *do* want to control the JSON. " is *Why?* and follow-up, who if anyone is consuming your Activity Streams JSON?
salantoOne of my biggest peeves with json is that there is no way to differentiate between hash keys as string or hash keys as symbols/keywords/whatever your language calls them
gRegor`The test has multiple properties (street-address, etc.) All of those are parsing correctly. There is no explicit p-name, so it concatenates the textContent together.
gRegor`I can't compare a full "expected output" array of the data to the php-mf2 parsed data, because the whitespace differences make for too many possible variants in the generated p-name
salantoI'm tempted to make an activity streams json plugin for Known for webmentions, right now it sends email and that is annoying me (mostly because it's running on my laptop and sendmail doesn't want to work)
tantekbenwerd - it makes replying to the original on your site much more difficult, and thus webmentioning directly from original indie reply to your indie post more difficult
benwerdtantek: agree. I'm not satisfied with anything I've tried implementing so far. Wish Twitter would let you hang links from tweets, but may have to just fall back to linking back.
salantoOne thing I have realised with posting to my own indiesite lately is that 90% of the stuff I post on the internet I don't want on twitter. It's usually just thought that I want to keep track of or stuff I want to show a handful of people
Loqisalanto meant to say: One thing I have realised with posting to my own indiesite lately is that 90% of the stuff I post on the internet I don't want on twitter. It's usually just thoughts that I want to keep track of or stuff I want to show a handful of people
KartikPrabhubear: I though the requests lib should be doing things correctly. I'll give that a shot later... don't feel like trying to fix some big library at the moment.