2015-08-03 UTC
awolf joined the channel
# 00:48 GWG I keep thinking of starting another WordPress plugin.
# 00:48 GWG I'm wondering how you determine you have too many open projects to start a new one
# 00:50 GWG A nicknames cache is a bit ambitious.
KevinMarks_ joined the channel
# 00:51 myfreeweb aaronpk: my likes were h-cites, and the author property was on the h-cite, but now I changed that to be just links
# 00:51 GWG To build one that 'fits' into WordPress is the challenge more than anything else.
# 00:52 GWG Wondering if I should finish up my fixes to Post Kinds, write some unit tests for Micropub, fix the errors in Simple Location...
# 00:53 myfreeweb yeah so there should be no author property at all
# 00:53 aaronpk if you want your h-card outside the h-entry, just make sure you aren't setting a different author on the h-entry!
# 00:54 myfreeweb Looks like the parser read the author of the like cite as the author of the entry!
# 00:54 aaronpk yes, because you have the author *outside* the h-cite
# 00:57 myfreeweb oh dammit how did I even type that
# 00:57 myfreeweb looks like I thought the template for loop was the h-cite :D
# 01:01 wagle i'm trying to write down all my open projects.. way too many
# 01:02 GWG wagle: Feel free to contribute to any Indieweb WordPress ones you want.
# 01:05 wagle well, i need to offload my project list by getting other people interested, hence indieweb as a means for collaboration
# 01:05 GWG wagle: How are you doing with mf2_s, Post Kinds, Micropub, Webmentions, Semantic Linkbacks, Wordpress-uf2, SemPress, etc?
# 01:07 wagle hafta get this mooc's weekly quizzes done
awolf joined the channel
# 01:08 wagle but one of my top projects IS getting 2010 to support mf2
awolf and KevinMarks__ joined the channel
# 01:15 GWG wagle: No sorry required. Just curious to see how it works out.
# 01:20 GWG wagle: I've been looking for some people to provide feedback on the experience of being a WordPress Indieweb newcomer so we can improve.
# 01:22 wagle oh ok.. my first problem is not knowing php.. and barely knowing css (I did manage to get one of the 40px gaps to go to 10px in sempress, but ...)
# 01:23 wagle i know about 20 programming languages, so php doesnt scare me, just make me nervous that I copy something stuid
# 01:23 wagle i know about 20 programming languages, so php doesnt scare me, just make me nervous that I copy something stupid
# 01:26 wagle had some trouble finding the spots in google+ and flickr to refer back to my main web site
awolf joined the channel
# 01:28 GWG wagle: I was talking about as a user, not a developer.
# 01:28 ben_thatmustbeme I basically ripped it all apart and I still feel like I need to completely redo the css
# 01:28 GWG ben_thatmustbeme: We really need an interested designer to incorporate something into their work.
# 01:28 wagle there's a spaghetti of wiki pages to go through, with some not-quite-duplication bwteen them, such that you have to read all of them carefully to get the whole picture
# 01:28 GWG I worked on a starter theme hoping a designer would come along.
# 01:28 GWG wagle: That's what we want to make better. The user experience
# 01:30 KartikPrabhu wagle: re: wiki pages. not really. For mf2 you should add it incrementally. start with h-entry and h-card
# 01:31 KartikPrabhu if you decide to know everything before starting you probably never start
# 01:31 wagle heh.. but i'm now currently trying to figure out how to best stumble around
# 01:33 KartikPrabhu and because mf2 has implicit property parsing, the minimal examples will directly work. You can add explicit properties if/when you need to
# 01:35 wagle oki, i'm doing other things this evening, should start tomorrow or so
# 01:36 GWG wagle: Person not developing, who wants to add Indieweb tools to their existing WordPress install.
awolf joined the channel
# 01:39 wagle ok, my main problem is that 2010 is the theme that does what I want in terms of presentation.. sempress wont fit trivial pages on a screen, but REQUIRES scrolling.. so I seem to be stuck mangling sempress or mf2_s or wordpress-uf2 to get microformats
# 01:41 wagle the solution might be to make wordpress-uf2 "better" (but its readme is a year old, so maybe it IS better)
# 01:41 GWG wagle: mf2_s is meant for mangling.
# 01:41 GWG wagle: wordpress-uf2...pfefferle just did a commit, and asked if I had any ideas...haven't gotten to it.
# 01:41 wagle the mangle verb was mostly intended for sempress
# 01:41 GWG I have a few looking at it, that we did in Semantic Linkbacks and a few other places.
awolf joined the channel
# 01:44 GWG wagle: The issue is that you can only do so much with filters and hooks.
# 01:49 GWG wagle: On the other hand...there are a lot of hooks
KevinMarks, KevinMarks__, mlncn, awolf, yakker, MatrixBridge, KartikPrabhu and j12t joined the channel
# 04:14 Kongaloosh Mmmmm... I'm having some trouble sending webmentions to myself. I'm using webmention.io for handling. I've got it setup to send a mention and I get a 200 back---so it seems to be formatted correctly---but when I check for mentions on my target, none come up.
awolf, snarfed and j12t joined the channel
# 04:41 kylewm Kongaloosh: the source document links to the target?
lukebrooker, scoates, awolf, KevinMarks, KevinMarks__, ben_thatmustbeme and cweiske joined the channel
KevinMarks, Jihaisse, loic_m, sanduhrs, lewisnyman, squeakytoy, eschnou, amz3, Sebastien-L, ttepasse, fkooman, petermolnar, adactio, s89 and glennjones joined the channel
mlncn, scoates_, mdik and Jihaisse joined the channel
# 10:37 Jeena I have at least one site which uses all the rel=author, rel=in-reply-to and so on but not within microformats, just the relations
# 10:38 cweiske you can extract authorship information from head/link[@rel=author] and head/meta[@name=author] tags
# 10:40 Jeena this is how the result looks like def source_base_url(url)
# 10:40 Jeena URI.join(self.source_uri.gsub(URI.parse(self.source_uri).request_uri, ""), url).to_s
# 10:43 cweiske Jeena, I think that "in reply to" on your note page should be above the text
# 10:44 Jeena yeah I was thinking about that, the only problem is that it looks weird, but yes I agree
# 10:44 cweiske otherwise you only see that it refers to something else after you read it
# 10:45 Jeena hm but perhaps in between my name and the text?
frzn joined the channel
# 10:49 Jeena thanks for kicking my butt into doing it ;)
scoates, scor, KevinMarks, j12t, LanceyWork, lukebrooker, TinoKremer_, chalettu, glennjones and mlncn joined the channel
j12t, frzn, alexhartley and s89 joined the channel
glennjones and alexhartley joined the channel
lewisnyman joined the channel
# 12:33 Jeena ah, ok, I'm just trying to get a sense of the time zones people are in
# 12:34 TinoKremer|Work Most are in the US afaik, I'm not though. The Netherlands here, hi! :)
friedcell joined the channel
# 12:36 TinoKremer|Work Yeh, and I see most activity in that timezone too. Too bad there are no indiewebcamps in my country yet
# 12:37 TinoKremer|Work I would love to, time is a bit of a constraint here :)
# 12:38 TinoKremer|Work Good luck in that case. I'm almost done for the day (2,5 hours of worktime remaining)
# 12:38 TinoKremer|Work Sweden? nice!
j12t, scor and mlncn joined the channel
alexhartley, j12t, fourtonfish, mlncn, scor, friedcell and s89 joined the channel
hmans, friedcell, awolf and loic_m joined the channel
s89, scor, mlncn, j12t and KartikPrabhu joined the channel
# 14:25 aaronpk oh hey LanceyWork thanks for providing me with a recent example of one post linking to many wiki pages :)
scor, snarfed, MatrixBridge, thehighfiveghost and frzn_ joined the channel
KartikPrabhu joined the channel
# 14:45 Jeena Somehow I need a better way of tagging people in notes.
MatrixBridge joined the channel
# 14:47 Jeena it should be done inline in the text if possible
shiflett joined the channel
# 14:51 LanceyWork just store the names and websites of people you mention, then link to their site when you @mention them
# 14:52 Jeena I really need a database with it first somehow
# 14:52 TinoKremer|Work You could also link to their profile page and grab the name to show visibly in the post when you mention
# 14:52 Jeena or hm, thanks for the tip, I guess I will try to implement it
# 14:54 Jeena but the thing with @mention would work around that
# 14:55 Jeena and it would make it easy to autosuggest, micropub, and so on
# 14:56 LanceyWork you could always search the link for a h-card and pull the author name from there, but that might make it resolve article links into contacts
# 14:57 Jeena I just need to not save a note if a @mention can not be resolved so after some time I will have a database
# 14:57 Jeena LanceyWork, that is my fear actually that this will happen more often than not
# 14:58 Jeena I can start implementing it right away, I don't think I will work more today anyway ;)
yakker, j12t, M-kegan and thehighfiveghost joined the channel
acegiak1 and scor joined the channel
KartikPrabhu joined the channel
j12t, KartikPrabhu, MatrixBridge and Deledrius joined the channel
lewisnyman and gRegorLove joined the channel
tvn, s89, jciv and snarfed joined the channel
# 17:10 snarfed i'm guessing any "help" wouldn't actually help much right now :P, but happy to help however i can
# 17:10 aaronpk i made some more pgoress last night, still have to finish it up today
KevinMarks__ joined the channel
tvn_ and j12t joined the channel
benwerd, KevinMarks, scor, TinoKremer and s89 joined the channel
# 19:07 LanceyWork ben_thatmustbeme, trying to figure out why my flask setup isn't working
TinoKremer joined the channel
# 19:09 snarfed ben_thatmustbeme: mp chaining is great! feel free to use bridgy publish to avoid the api part :P
# 19:09 ben_thatmustbeme well bridgy publish was what i was trying to remove my reliance on. get an alternate option to it
# 19:10 snarfed there are lots of posse alternatives right now, but almost no backfeed alternatives. honestly i'd love to see another of those
# 19:10 ben_thatmustbeme I really like the idea of being able to just register new syndication targets to my endpoint
# 19:11 ben_thatmustbeme i'd love to see someone convince a waning silo to try embracing some indieweb ideas. get them sending webmentions
snarfed1 joined the channel
# 19:32 snarfed1 kylewm: heh. we have fb api ptsd
KartikPrabhu joined the channel
KevinMarks joined the channel
# 19:45 KevinMarks_ I was going to suggets acronym page names liek SWAT0 but then we get SWFAP
# 19:47 Jeena hm, tanteks homepage crashes the ruby microformats parser
# 19:47 KevinMarks_ we all have single user UPAN, and I suspect we're close to micropub client/server too
wilfredh joined the channel
# 19:54 Loqi KevinMarks_ meant to say: 10.58s on unmung that time
# 19:57 ben_thatmustbeme i was just trying to figure out some smart way to get my site to change \n to <br> on posting and such
# 19:57 kylewm KevinMarks_: is unmung using the bad python html.parser?
# 19:57 ben_thatmustbeme then realized... my articles are html, and i unified everything.... so i can just insert html in my posts
snarfed joined the channel
eschnou joined the channel
scor and wolftune joined the channel
# 20:12 aaronpk yeah just add "white-space: pre-wrap" and it looks great
# 20:13 Jeena I never quite understood the prefixes in microformats
# 20:14 Jeena what does this do? <p class="u-comment">foo .</p>
# 20:15 aaronpk yeah the ruby parser doesn't handle those properly
# 20:15 aaronpk <p class="u-comment h-cite">...</p> means that the value of "comment" will come from the URL of the h-cite object
# 20:16 kylewm aaronpk: I can add white-space: pre-wrap to that one, but then ben's poem with <br>'s would look weird
# 20:16 aaronpk kylewm: oh because ben doesn't use white-space pre-wrap?
# 20:21 KevinMarks_ hm .h-as-note .e-content, .as-note .e-content { white-space:pre-wrap; }
# 20:29 aaronpk i have more, not sure if I link to them from anywhere
# 20:31 Jeena it is the same size as I use for mentions of others on my website but in the future I kind of would like a design with bigger ones
# 20:33 Jeena I'm writing something to populate my database which I later on will use for autocompletion for taging
tvn joined the channel
# 20:43 Jeena I'm not sure, you have a h-card for the feed there
# 20:43 Jeena but I can't see a h-card outside of the h-feed
# 20:45 Jeena it could be that I just don't know how to get the representative h-card
# 20:46 KevinMarks_ if it has a url that is the same page in it, that's a good clue ;)
# 20:48 Jeena tantek has h-cards of the comments on his homepage
# 20:49 Jeena which page should I look at, ben_thatmustbeme?
# 20:49 ben_thatmustbeme whenever i get around to that identity index service, I'm going to try and get a clean lib for h-card identity
# 20:49 kylewm Jeena: authorship is the best description of the algorithm iirc
# 20:52 Jeena I just want to have the authorship of the domain
KartikPrabhu joined the channel
# 20:54 ben_thatmustbeme my plan is to go with top level h-*. are any h-card? if so, use first. if not are there h-feed or h-entry... if so, check for author h-card. if not.... i guess check all h-cards
# 20:56 gRegorLove Plan for . . . a nickname cache? Or just general authorship parsing?
fourtonfish joined the channel
# 21:09 Jeena ok it is not pretty but it seems to work with KevinMarks website now
# 21:09 Jeena card = collection.card || collection.try(:feed).try(:author).try(:format) || collection.try(:entry).try(:author).try(:format)
wolftune joined the channel
KartikPrabhu and friedcell joined the channel
# 21:25 Jeena Hm, perhaps I could do some statistics on how many have a h-card on their website, etc.
KartikPrabhu joined the channel
# 21:45 snarfed the project is a good start, but doesn't yet do most of what i describe
TinoKremer and shiflett joined the channel
# 21:58 kylewm last time i looked at indiestats it said my site didn't have an h-card :(
snarfed1 joined the channel
# 22:00 snarfed1 kylewm: yeah i've never had much luck with it either :/
# 22:08 Jeena kylewm I guess they implemented it like I did first, just checking for a h-card at the top level, not within a h-feed like on your website
# 22:09 KevinMarks_ well, at some point my site became more feed than h-card so I swapped
# 22:10 Jeena same for snarfed there is also a h-feed on <body> so it would not have been found by my first attempt
# 22:11 snarfed Jeena: just fyi my site is pretty typical wordpress, so you'll see plenty of others like it
# 22:11 Jeena yeah, I fixed my code, but I guess indie-stats is doing something like I did and that is why it doesn't find your guys h-cards
# 22:16 snarfed last time we talked about it w/bear, he said he's been busy with his real job, but he tried to encourage a few people from IWC (i think) who made noises about contributing
tvn joined the channel
# 22:17 KevinMarks_ there was a point when I had google friend connect on my site too
# 22:26 kylewm I think maybe there is some ucommitted code hanging out on indie-stats.com
# 22:27 Jeena hehe I've been looking into that too just now and I can't find it either
TinoKremer_ joined the channel
# 22:29 bear oh poo - I was supposed to do that this pas weekend
# 22:35 Jeena bear how do you determin if there is a h-card on the page or not?
# 22:35 bear jenna - you will find the count_hcards.py in the repo now
# 22:36 bear and yes, i'm open/willing to make any changes
# 22:36 bear Jeena - what is your github id - i'll add you to the contribs list
# 22:37 Jeena I'm not sure I will be able to fix it, and if so I can just send a pull request
# 22:37 Jeena but I think if I explain than it will be easy to fix for you
# 22:38 Jeena but a h-card can be a child of a child of items
j12t joined the channel
snarfed joined the channel
# 22:44 bear so your saying I have to walk the entire tree for anything that has an h-card type?
# 22:44 bear but this stat is supposed to be the h-card *of* the domain - not all h-chards
# 22:47 bear k, at first i can make sure I scan all of the children of the items entry
lukebrooker joined the channel
# 22:50 Jeena my implementation ended up being quite easy to do (I'm using the ruby parser): card = collection.card || collection.try(:feed).try(:author).try(:format) || collection.try(:entry).try(:author).try(:format)
snarfed joined the channel
# 22:55 bear i'll have to explore the latest mf2util code and see if they have any new helper functions
lewisnyman joined the channel
raumzeit and KartikPrabhu joined the channel
# 23:12 Jeena hi raumzeit, we've just been reading the issue on github of yours ;)
# 23:12 raumzeit and i was like: lets try this irc zhing
TinoKremer joined the channel
# 23:18 raumzeit jep, that how it looks like
lukebrooker joined the channel
# 23:21 raumzeit using lime for the moment, but maybe ill invest the 5 bucks
# 23:21 Jeena I thought you were using some webinterface or something
scor joined the channel
# 23:38 raumzeit i dont have a clue what slack is ^^
wolftune joined the channel