#sandeepshetty!tell tommorris: Are you doing the "read more/less" stuff based on manually providing summaries or is the summary auto-extracted (based on length) from the content?
#tantek.comcreated /OAuth (+2631) "drafted a stub with definition and some Twitter / RelMeAuth / tmhOAuth troubleshooting notes in progress" (view diff)
#tommorristantek: are you guys going to be providing an audio/video feed from Portland this weekend?
#Loqitommorris: sandeepshetty left you a message on 6/17 at 6:59pm: Are you doing the "read more/less" stuff based on manually providing summaries or is the summary auto-extracted (based on length) from the content?
#tommorris!tell sandeepshetty the summary is auto-extracted based on length using JavaScript. it's a jquery plugin for doing read more
#@benwerdSad that I won't make the #indiewebcamp pre-party, but if you're in Portland you should go learn about the #indieweb: http://plancast.com/p/ic3e
#Loqisandeepshetty: tommorris left you a message 3 hours, 43 minutes ago: the summary is auto-extracted based on length using JavaScript. it's a jquery plugin for doing read more
#scorJonathanNeal: yeah, you could easily find remote work, but local is harder… I have some colleagues who are based in the Orange County though, not sure if they work from home or share offices
#melvsterim going to a social thing with the CCC folks end of august in berlin, so i should have a semi decent tabulator pane working by then, you know -- social net in your browser, then commodity storage or host your own
#scorwe have call tomorrow morning actually, can you join us at around 2pm Paris time?
#melvstermay be possible ... ill have to see ... i should be on irc at least ...
#barnabywaltersooh, wonderful! on which note — sandeepshetty, aaronpk, any chance of some webactions on your sites? would make replying/bookmarking/liking etc *so* much easier :)
#sandeepshettyI haven't looked into it... if not too much work I can just put it in
#barnabywalterssandeepshetty: it takes about 5 mins — basically just add <action do="reply" with="permalink">optional fallback</action>
#sandeepshettythat looks like a copy paste job... can you point me to examples
#sandeepshettycool.. will look into and see if I can get it done by tomorrow...
#sandeepshettybarnabywalters: in case you missed it, what does the php-mf-cleaner array look like?
#barnabywalterssandeepshetty: actually cleaner is a terrible name. it was going to be a cleaner but ended up as a bunch of really useful little functions for extracting meaningful data out of mf2 JSON arrays. e.g. flatten microformats, find by property, find by callable, get published, etc
#pfefferlenice! you saved me a lot of work with that :)
#barnabywaltersin the future will do things like fill in missing event properties e.g. if dt-start and dt-duration are given it’ll calculate the dt-end for you
#barnabywalterspfefferle: yeah, mainly for the one use case of creating an icon font for simple musical notation
#pfefferlea nice! have seen something similar on your page
#barnabywaltersthe idea is I give it a folder full of svg files, named according to a convention, and it spits out an icon font
#barnabywalterswithout having to add all the ligatures by hand
#barnabywalterspfefferle: currently I’m using abcjs for http://waterpigs.co.uk/music but it’s really heavy, and I wanted something simpler so I could include notation in my notes easily
#pfefferlewait a moment… i think i found something very similar on github...
#sandeepshettybarnabywalters: you don't seem to be using use BarnabyWalters\Helpers\Helpers in php-mf-cleaner and I can't seem to find where Carbon\Carbon is coming from?
#barnabywalterssandeepshetty: Carbon is required by Helpers, I was sure I was using it somewhere
#barnabywaltersreally it’s a dumping ground which needs to be organised into individual modules
#barnabywalterslike, there’s a lot of tag-related stuff in there which is probably worthy of it’s own package by now
#sandeepshettypfefferle: if you have any (code, security) suggestions for converspace, I'm all ears :)
#sandeepshettybarnabywalters: yeah moving tag stuff into it's own package makes sense...
#sandeepshettyI want to move out all the from converspace as well.. especially the machines tags bit cause there isn't a good lig fr parsing them out there