#indieweb 2016-08-22
2016-08-22 UTC
tantek joined the channel
doesntgolf and tantek joined the channel
tantek, aliasd, snarfed and KevinMarks joined the channel
KevinMarks_, KevinMarks and tantek joined the channel
wolftune, tantek and AngeloGladding joined the channel
# @t East Coast friends: In Boston/Cambridge tomorrow for @W3CAB, Then NYC Th-M for @IndieWebCamp! http:///nyc2 (ttk.me t4iu2) (twitter.com/_/status/767556354374459392)
wolftune, KevinMarks, Gold, AngeloGladding, KevinMarks_ and gRegorLove joined the channel
# seekr Is Loqi a bit? If not - what's W3CAB? I live next door to Cambridge and wanna know what's happening.
# seekr *a bot
# seekr oh - what's W3CAB?
# seekr ok - not a public event, then
# seekr attended the W3 Conference in Boston in '95.
KevinMarks joined the channel
# @TT_SemWeb IndieWebCamp NYC2 2016 - New York https://t.co/Fhp0BNf8KL, see more http://tweetedtimes.com/topic/RWW/semantic-web?s=tnp (twitter.com/_/status/767596471181008896)
AngeloGladding joined the channel
# AngeloGladding seekr have you been here before? what brings you to the indieweb?
# seekr I somehow got involved a bit over a year ago when there was an event happening in the UK.
# seekr I like the principles of the organisation, but don't know if I have the skill or time to get involved in the way I might like.
# seekr I have been away from IRC for the past year. I had some chats with some of the folks here a year ago and felt good about the interactions.
# AngeloGladding cool -- I think providing a constructive opinion in the chat here is productive involvement
# seekr very kind of you to say so
# AngeloGladding what is your experience?
# seekr Well, I have a CS degree, from long ago. Have done coding in PHP and Perl.
# seekr I'd like to figure out what I want to do next - what direction to go. I like idealistic sorts of causes, which is what indieweb sounds like to me.
# AngeloGladding yeah I believe the indieweb embodies the fundamental principles of the world wide web more than any other collaboration outside of the W3C
# AngeloGladding have you read http://indieweb.org/Getting_Started
# AngeloGladding ?
# seekr I'm fairly anti-corporation, and like the idea of the independence I find in your founding principles.
# seekr haven't read it - or don't recall if I did - will take a look
# AngeloGladding i'm no official representative but i've been following along for a while and can certainly offer any assistance in the absence of others
# seekr great - thanks much!
# seekr I made contact a year ago here with someone who works across the river from where I live, and we had an agreement in principle to meet up some day.
# seekr Maybe I should dig up the info and give him a poke.
# AngeloGladding indieweb.org contains a wiki with a vast base of knowledge on creating and owning a personal identity independent of large organizations
# AngeloGladding but also synergetic while they maintain a large user base
# AngeloGladding no rivers around me so I take it you're not in LA
# seekr great - are there those who share my strong bias against facebook, google and the other corporate behemoths that do who-knows-what with personal info and may become part of the surveilance state, or is that a separate issue to you folks?
# seekr not in LA (Louisiana or Los Angeles?)
# seekr thanks, tantek - think I remember some interactions I had with you a year ago.
# seekr I'm all for that idea.
# tantek !tell adactio,Jeena,aaronpk can you confirm a venue for your HWC this week? https://indieweb.org/events/2016-08-24-homebrew-website-club#Where
# AngeloGladding seekr Los Angeles and yes I'm possibly more "anti-corp" than some on here and see the indieweb principles and technology as liberating but it is by no means a defining component of an independent web
# AngeloGladding with the indieweb you can have your cake and eat it too..
# seekr Ah, AngeloGladding - I'm originally from the SF Bay Area, but now living across the river from Boston.
# AngeloGladding own your data and maintain independence while engaging with every social contact in your life regardless of their degree of "anti-corp"
# seekr I'm just reading the "Getting Started" article now - think I did look at it a year ago, but it's good to refresh my memory.
# AngeloGladding do you have a website?
# seekr well, I do have a domain - and have set up info in a variety of subdomains to share info with friends
# seekr There's nothing on the home page, tho.
# seekr I do plan to create a site soon - looking at Joomla! as the base.
# seekr That site will be for a special (anti-corporate, in a way) purpose.
# seekr I do help to maintain another site - wrote software to produce pages for it on a weekly basis.
# AngeloGladding what is indiewebify?
# Loqi Indiewebify.me is a service that checks how "indie web" your site is and reports back its results https://indieweb.org/indiewebify
# seekr I'm curious about the "Home Server" idea I'm reading about on the "Getting Started" page.
# seekr ah - does it scan for third party widgets and such?
# seekr Oh - sorry - talking to the bot (blush).
# AngeloGladding Loqi referred to https://indieweb.org/indiewebify to answer that question
# AngeloGladding i'm going to assume you have some basic HTML knowledge
# seekr I know that ISPs don't like their home-based customers running sites, I think mine even blocks port 80, but I would like to think about self-hosting, if possible.
# seekr I learned HTML back in 1995, but haven't kept up with the latest stuff (HTML5, and such).
# seekr I started learning Javascript - want to get back to it one of these days.
# AngeloGladding <html><body><p class=h-card><a class=p-url rel=me href=/>seekr</a></p></body></html> will give you a http://microformats.org/wiki/representative-hcard on your domain
# seekr hmm
# gRegorLove Hey tantek, welcome back.
# AngeloGladding self-hosting has its issues
# gRegorLove And you too, seekr.
# seekr I assume the classes are defined in an external file. (?)
# seekr Thanks, gRegorLove.
# gRegorLove Those classes are microformats
# seekr don't they have to get defined somewhere?
# AngeloGladding what are microformats?
# Loqi microformats are extensions to HTML for marking up people, organizations, events, locations, blog posts, products, reviews, resumes, recipes etc https://indieweb.org/microformats
# AngeloGladding just class names
# seekr oh - they're built-in reserved thingees, I guess.
# AngeloGladding structured according to microformats specifications
# gRegorLove The prefixes like p- u- etc. inform the parser how to extract the information.
# AngeloGladding correct, purely semantic
# seekr ok
# AngeloGladding the code I provided you is an h-card which represents people, places and organizatios
# gRegorLove pin13.net is an example of teh PHP microformats parser. Here it is parsing my homepage: http://pin13.net/mf2/?url=gregorlove.com
# seekr it looks like a complete web page - where do you use it?
# gRegorLove There's parsers in multiple programming languages
# seekr yeah - I learned how to write parsers (at least simple ones) a long time ago :)
# AngeloGladding well it depends exactly how you're hosting it
# AngeloGladding which sounds important to you
# AngeloGladding *the details of which
# seekr well, if it's possible to do self-hosting without a lot of bother, I'd like to give it a go, though I do have an account with a web hosting company (whose service has declined drastically in the past year :( )
# Loqi It looks like we don't have a page for "static hosting" yet. Would you like to create it?
# Loqi GitHub Pages is a static content hosting service https://indieweb.org/github-pages
# seekr oh - I see tantek is poking Loqi - I'm a bit slow tonight :)
# gRegorLove What is static site?
# Loqi A static site is a website that is served by a web server directly from the file system https://indieweb.org/static-site
# gRegorLove static hosting is /static_site_generator
# seekr can one use a CMS in such a setup?
# seekr wait a sec - aren't all sites served directly from a file system?
# gRegorLove seekr: Certainly. There's a variety of ways to publish on the indieweb, not about using one piece of software (see /monoculture)
# seekr ok
# AngeloGladding a "static generator" is probably not generally considered to be the same as a "CMS" but can technically be one
# AngeloGladding joomla would not be a static generator
# seekr yeah - CMSes use a database to store content
# seekr Joomla! and Drupal use MySQL.
# gRegorLove Several here use WordPress, also MySQL.
# gRegorLove I use ProcessWire, also MySQL
# seekr Though I s'pose they can be configured to use other DBMSes.
# seekr I think that Joomla! and Drupal and Plone are more powerful than WordPress, though I know that WP has evolved a lot in recent years.
# AngeloGladding the conduit is entirely up to you. I provided you with the entire contents of a text file that you could upload to `index.html` in a web server's root.
# gRegorLove Sure. Whatever makes it easiest for you to publish on your own site.
# seekr ok - I can give it a go, AngeloGladding - just a sec...
# AngeloGladding you can have a script generate a more complex version of that site for you on demand or on a regular basis or you can have a dynamic script that generates on the fly per request -- and everything in between
# AngeloGladding sure if you have access to a web server's root give it a whirl
# gRegorLove seekr: See this page, too. If you add rel-me links to the index.html, you'll be able to sign into the indieweb.org wiki. https://indieweb.org/How_to_set_up_web_sign-in_on_your_own_domain
# seekr right - I'll get back to you in a few mins - after doing a setup to see how this all works.
# seekr gRegorLove: will also look at https://processwire.com/demo/
[kevinmarks] joined the channel
# [kevinmarks] Tantek, can you do a pop-up hwc in Boston, or are you flying Wednesday night?
# seekr OK, AngeloGladding (et. al.) - I set up http://hcard.webruary.org/
# seekr I assume there's a bit more to it - gotta add some more info to make it a meaningful exercise.
# seekr hey tantek - mebbe we can get together when you're in town?
# seekr Boston
# seekr I live in Somerville, next to Cambridge.
# seekr ok - understood - was a thought, at least :)
# seekr perhaps next time, then
# seekr anyway, I'm gonna have to do some reading to figger out what to do with this hCard thing.
# seekr AngeloGladding: Is the idea that the 'rel="me"' thing causes what's in the 'href=' bit to get parsed and what comes after the domain name to get fed to the login mechanism of the targeted site?
# AngeloGladding i'm back
# seekr wb
# KartikPrabhu seekr: the entire href is used for the login
# seekr hmm
# seekr I'm looking at item (1) on the "how to set up web sign-in" page...
# seekr I'm seeing what look lilke user-IDs ("aaronpk") following the domain name - does the site itself (e.g. "twitter.com") pick the user-ID out of the URL?
# KartikPrabhu seekr: you need not worry about what parts of the URL are used internally. You only need your Twitter URL
# seekr I just tried https://twitter.com/aaronpk - and got Aaron's page.
# AngeloGladding so if you want to use webruary.org to sign in to an indiewebsite using indieauth i'd recommend putting your hcard on webruary.org
# seekr well, I sorta did - as a test, at least
# seekr lemme try something...
# AngeloGladding what is rel-me
# Loqi Using rel=me on a hyperlink indicates that its destination represents the same person or entity as the current page, which is a key building-block of web-sign-in and IndieAuth https://indieweb.org/rel%3Dme
# AngeloGladding by `rel=me`ing href="/" you're saying on http://hcard.webruary.org/ that http://hcard.webruary.org/ is the person "seekr"
# seekr I used <a class=p-url rel=me href="https://twitter.com/aaronpk">aaron</a> on the hcard page I created - still get to Aaron's page.
# seekr Is that what we want? I thought maybe it would go to a login prompt or some such.
# KartikPrabhu yes because you are using aaronpk's twitter account
# seekr true - I'm just playing make-believe using a real person
# AngeloGladding won't get you very far
# seekr How does the web server know who I am?
# KartikPrabhu i don't understand. what is the gial here?
# seekr I'm just trying to follow what AngeloGladding is trying to teach me.
# KartikPrabhu seekr: it will simply redirect you to your own Twitter
# KartikPrabhu and use Twitter's login
# seekr Well, maybe if I just read through all those pages it will all become clear to me - now it's all a muddle.
# AngeloGladding try adding an email <a class=u-email href=mailto:foo@bar.com>foo@bar.com</a>
# seekr ok
# AngeloGladding and i'm sorry i gave you bad code to begin with
# AngeloGladding u-url instead of p-url
# seekr that's what I started to do, tantek
# AngeloGladding seekr if you see the second example on http://microformats.org/wiki/h-card you'll have a better guide
# seekr I updated http://hcard.webruary.org/ - but the link just opens a Thunderbird window as it would do if I didn't use the "u-email" think, right?
# AngeloGladding if you incorporate an email in your h-card you'll be able to use it with indieauth
# KartikPrabhu seekr: AngeloGladding: what is the goal here? to set up web-login?
# AngeloGladding i believe "Become a citizen of the IndieWeb"
# KartikPrabhu AngeloGladding: too general. what's the immediate goal?
# KartikPrabhu tantek: yes. which is why I am trying to get to what the hiccup is at the moment
# seekr We can't fault that document yet - I've only skimmed it, trying to follow the example - now reading the microformats.org page
# KartikPrabhu seekr: the aim for that page is to give a step by step guide. If it is failing then it should be improved
# seekr What's expanding the HTML to JSON? The server, I suppose.
# KartikPrabhu seekr: I think you are trying to do too much here
# seekr I'm only trying to understand what's going on.
# KartikPrabhu a microformats parser parses the HTML to get "data" from it
# seekr Seems that these "p-" things are special reserved classes that the server knows about without the need for them to be explicitly defined.
# seekr I'm trying to understand what AngeloGladding is trying to lead me toward understanding, I think, tantek.
# AngeloGladding http://microformats.org/wiki/h-card is a standard defining the h-card classes
# AngeloGladding it gives meaning to u-url and p-name
# KartikPrabhu I am very very confused
# AngeloGladding seekr entered the chat by advertising having been to a w3c conf in '95
# seekr me too, KartikPrabhu, but I think if you keep asking questions, it just adds to the communications burden between me and AngeloGladding. I hope you understand that much. :)
# AngeloGladding so i've made a few assumptions
# AngeloGladding sorry
# seekr right W3 '95
# KartikPrabhu seekr: ok I'll stop
# seekr W3C was one of the sponsors, though
# seekr thanks, KartikPrabhu
# seekr It's looking to me as if one would want to create a page for visitors to one's site containing the hCard - it gets populated with standard elements, each of which is represented by a link that takes someone somewhere appropriate.
# seekr I can do all the above without these "p-" things, so there's something I'm still missing - guess they make it all easier somehow.
# AngeloGladding seekr tantek and kartikprabhu are admins here and they are guiding you in a more feature focused manner
# AngeloGladding i'm skipping steps
# seekr I tend to work from basic concepts upwards.
# KartikPrabhu AngeloGladding: I am not an admin, but I am also not a programmer
# AngeloGladding explicitly defining what the data on your HTML page *means* allows consuming tools/services to do something with the data
# seekr I like to understand the mechanism as part of groking what functions are being provided.
# seekr So is something other than sentient critters looking at this stuff? Like search engines, maybe?
# KartikPrabhu seekr: all of this depends on what you wish to do with your website. The rel-me stuff is so that you can login using indieauth into other websites for example the indieweb wiki
# seekr That login bit is what's throwing me - that word indicates this is something I do for my benefit, rather than that of visitors to my site.
# KartikPrabhu seekr: microformats are parsed for a lot of reasons. Including indieauth, or other websites to display comments and responses from external sites
# KartikPrabhu seekr: yes, it is for your benefit. to use your website as your primary identity
# seekr Well, I think I'd be best off to take up this subject later on, poking through the pages, y'all have kindly provided me, and I expect it will all become clear. Thanks for providing the incentive!
# AngeloGladding so if you successfully create an h-card with a rel=me to an external service you can use your website to log in to the indieweb wiki
# AngeloGladding that's a first step
# AngeloGladding it gives you immediate feedback about how and why
# seekr That's not what I meant, KartikPrabhu - by "benefit" I mean that I use the page to get to a login page on a site, which I think is not what this thing is for.
# AngeloGladding https://indieweb.org/Special:UserLogin
# seekr OK - that's enough info for now. I will look at this stuff in the next few days, and will be able to have a more intelligent chat with you folks.
# AngeloGladding that's the indieweb wiki's login form
# AngeloGladding if you set up your website properly you can use "http://webruary.org/" to log in to that site
# seekr I'll capture all these URLs and will poke through the pages they represent ASAP. Thanks again.
# seekr to which site?
# AngeloGladding to log in to that wiki
# AngeloGladding or any other site that supports "indieauth"
# AngeloGladding there are various services out there that allow you to log in to their site using your site
# seekr not sure why I'd want to do so, rather than just using a bookmark or some such, but, as I said, I'm sure it will all become clear once I've had a chance to read and think and experiment
# AngeloGladding wyeah
# seekr I appreciate the gracious welcome, and do plan to see what I can do to see if I can become part of this family.
# AngeloGladding read a bit, come back and someone will try to answer your question(s)
# AngeloGladding good luck
# AngeloGladding sorry luck has nothing to do with it
# AngeloGladding :)
# seekr :) thanks again!
jihaisse, friedcell, antipolar, Pierre-O and KevinMarks joined the channel
# petermolnar I'm starting to re-evaluate the usefullness of tagging for a post (unless it's an image post with a minor amount of text): most of the keywords are in the text anyway, and search engines index on that. If I'm looing for something, I use regexes, not tags. The only usefullness of tags are manual separation of topics, which leads me back to categories instead of tags yet again. ( Stupid me started to question my best practices a few months
# petermolnar ago and I'm finding myself in ruins, questioning nearly everything I'm doing with my site lately. )
nitot joined the channel
# KartikPrabhu petermolnar: what's the difference between categories and tags?
# petermolnar category is usually titled as taxonomy whereas tags are titled folksonony
# KartikPrabhu i don't know what that means
# petermolnar for me, a post can only have one category, but manytags
AngeloGladding, friedcell, cmal, loicm and Pierre-O joined the channel
# cmal getting torn to pieces in comments on LinuxFR over the fact I'm using non-sexist language. The most voted up comment so far claims my translation of an article in English is highly infidel, because I used gender-neutral forms, and « gendered pronouns in English do not exist » ↠this macho dude sure know a lot :)
# petermolnar morning
# petermolnar cmal, I'm happy to talk about the linguistics on #indiechat
# petermolnar but not here
loicm, tantek, friedcell, rMdes, KevinMarks, mlncn, tvn and pl_ joined the channel
# Loqi [indieweb] "Cool ! my #indieweb bookmarks now display target image, sounds like @medium links now display correct #opengraph image :)" by Rick Mendes on 2016-08-21 https://rmendes.net/2016/08/21/cool-my-indieweb-bookmarks-now-display-target-image-sounds-like
tantek, singpolyma, voxadam and KevinMarks joined the channel
snarfed joined the channel
# @calum_ryan Next Homebrew Website Club London this week! https://indieweb.org/events/2016-08-24-homebrew-website-club http://lanyrd.com/2016/homebrew-website-club-august/ (twitter.com/_/status/767727334313033728)
leg, mlncn, gkbrk, shiflett, gkbrk_, doesntgolf and tantek joined the channel
friedcell joined the channel
# Loqi aaronpk: tantek left you a message 9 hours, 56 minutes ago: can you confirm a venue for your HWC this week? https://indieweb.org/events/2016-08-24-homebrew-website-club#Where
snarfed, gRegorLove, squeakytoy and Salt joined the channel
mlncn and snarfed joined the channel
# ben_thatmustbeme no can do man
# ben_thatmustbeme sorry to say
# gRegorLove Good morning, indieweb
# gRegorLove GWG: To NYC2?
# gRegorLove (Electric Boogaloo)
# @richardallenhay Godspeed departed cloud apps https://indieweb.org/site-deaths (twitter.com/_/status/767764824529002496)
# gRegorLove Yeah
# gRegorLove How many are coming so far, GWG?
pl_ joined the channel
snarfed joined the channel
# gRegorLove When is NYC2?
# gRegorLove What is NYC2?
# gRegorLove Hmm
# gRegorLove gkbrk: There's your answer page, though. ^
# gRegorLove August 27/28
# gRegorLove Who is gkbrk?
# gRegorLove Loqi does that based on /irc-people.
# gRegorLove Who is aaronpk?
# Loqi Aaron Parecki is the co-founder of IndieWebCamp https://indiewebcamp.com/User:Aaronparecki.com
# gRegorLove Yeah, he wraps <dfn> in a p-summary microformat and uses that.
# gRegorLove Alternately you can explicitly wrap text in p-summary and he'll use that.
# gRegorLove Actually, the wiki wraps the dfn, not Loqi, but you get the idea :)
Pierre-O, wolftune, KartikPrabhu, mlncn, loicm, leg, snarfed, bashrc_, snarfed1, Gold and KevinMarks1 joined the channel
# KevinMarks1 me on solid and socialwg https://www.youtube.com/watch?v=3r0gwBneI8k&feature=youtu.be&t=1h38m41s
# KevinMarks1 !tell tantek popup HWC in Boston this wednesday, or are you on plane?
# aaronpk huh, hadn't seen this before! https://eventswrangling.wordpress.com/2016/06/14/indieweb-summit-2017-wordpress-pdh/
Pierre-O joined the channel
# KevinMarks Erasing the other two founders is a bit off
# KevinMarks Also, him not finding hwc and other iwc events may be a problem with the single serving site
# aaronpk well that was quoted from https://indieweb.org/founders
# KevinMarks Maybe the summit site could add an "event over, check upcoming ones" link at the top
# KevinMarks Right, but he chops out just the middle bit of /founders
mlncn joined the channel
# aaronpk I just created a new page about taglines! I added a few examples of people I found browsing through /irc-people, but feel free to add yourself if I missed you! https://indieweb.org/tagline
# Loqi [indieweb] "@RikMende I'm curious about your #readlater and #readinglist hashtags. Do you revisit your site with a search for those and change them after you've read" by Chris Aldrich on 2016-08-22 http://stream.boffosocko.com/2016/rikmende-im-curious-about-your-readlater-and-readinglist-hashtags-do
shiflett, cmal, snarfed, AngeloGladding, mlncn and wolftune joined the channel
# @TechLifeWeb GoldenCheetah Is An Open Source, Private Dashboard for Your Fitness Data | Haven't looked at this closely #indieweb http://lifehacker.com/goldencheetah-is-an-open-source-private-dashboard-for-1785595628 (twitter.com/_/status/767815155849699328)
snarfed joined the channel
# KevinMarks1 I added a "how to markup" section to tagline
neilpdx joined the channel
mindB and wolftune joined the channel
# KevinMarks1 well, there's me http://pin13.net/mf2/?url=http%3A%2F%2Fkevinmarks.com
# KevinMarks1 and unmung maps atom:subtitle to p-summary
# KevinMarks1 true
# KevinMarks1 "reading your thoughts, if you write them down first" has been my tagline
# KevinMarks1 on twitter
# aaronpk and google+! https://plus.google.com/+KevinMarks/about
# KevinMarks1 though it's in the bio field
# KevinMarks1 wow, g+ now has obfuscated classes
# KevinMarks1 people use note in h-card for it too
# KevinMarks1 <div class="wna Phb"><div class="Cr">Tagline</div><div class="y4">Reading your thoughts, if you write them down first</div></div>
# KevinMarks1 I think the classes have been minified
# KevinMarks1 plindner the thing that needs fixing is the rel="me" links are intermittent depending on useragent or something
# KevinMarks1 which makes g+ less useful for indieauth
# KevinMarks1 at one point profiles had mf markup, but that was several products ago
# KevinMarks1 but breking the rel="me" on the "other profiles" bit is a pain
# KevinMarks1 aaronpk: did you work out when you got which version?
# aaronpk plindner: the main thing would be returning actual html with rel=me on the websites https://github.com/aaronpk/IndieAuth.com/issues/116
# KevinMarks1 with a UA-less curl I seem to get it
# aaronpk ideally on https://plus.google.com/+KevinMarks as well, rather than https://plus.google.com/+KevinMarks/about
leg joined the channel
# KevinMarks1 ah right, that was the difference
wolftune and [emmah] joined the channel
snarfed and mlncn joined the channel
# KevinMarks1 hm, blogger does still have hfeed markup by default, yay
# KevinMarks1 though we shoudl add some backcompat to support title and description mapping to p-name and p-summary
# KevinMarks1 ah, no they aren't inside the hfeed
# KevinMarks1 so it's a blank hfeed with impled name on blogger
# KevinMarks1 though the h-entry is still there
cmal, shiflett, AngeloGladding, kbs, wolftune and snarfed joined the channel
# KevinMarks1 and wordpress has hfeed and some useful default markup, so https://github.com/tommorris/mf2py/pull/74
Lana joined the channel
# KevinMarks1 see the h-feed here: http://www.unmung.com/mf2?url=http%3A%2F%2Fma.tt&html=&pretty=on
# KevinMarks1 !tell kylewm this should improve woodwind's h-feeds for wordpress: https://github.com/tommorris/mf2py/pull/74
# KevinMarks1 https://wordpress.com/next/ is fun for this
# KevinMarks1 similarly https://www.blogger.com/next-blog?navBar=true&blogID=3200930
tantek joined the channel
# KevinMarks1 that was a fun yakshave
AngeloGladding joined the channel
# aaronpk add it to https://indieweb.org/events when you can!
# KevinMarks Tantek, do you remember why hfeed/hAtom has no feed level properties except category?
# KevinMarks Looks like it was split into blog-description and never iterated on
# KartikPrabhu KevinMarks: what feed level properties would you like?
mlncn, snarfed, KevinMarks and wolftune joined the channel
# KevinMarks The equivalent of p-name and p-summary and maybe author, though that seems to be less common in the wild
# KevinMarks We have them in h-feed
# KevinMarks And p-author and p-photo maybe
# KevinMarks Aaron talking about taglines made me go back and look
snarfed, marjolein and kbs joined the channel
# Loqi [indieweb] "A New Reading Post-type for Bookmarking and Reading Workflow" by Chris Aldrich on 2016-08-22 http://boffosocko.com/2016/08/22/a-new-reading-post-type-for-bookmarking-and-reading-workflow/
# Loqi [indieweb] "A New Reading Post-type for Bookmarking and Reading Workflow" by ChrisAldrich on 2016-08-22 https://medium.com/boffo-socko/a-new-reading-post-type-for-bookmarking-and-reading-workflow-e7c7f6bac2dc?source=rss----12b80d28f892---4
# Loqi [indienews] New post: "A New Reading Post-type for Bookmarking and Reading Workflow" http://boffosocko.com/2016/08/22/a-new-reading-post-type-for-bookmarking-and-reading-workflow/
# Loqi [indieweb] ""A New Reading Post-type for Bookmarking and Reading Workflow" in Boffo Socko" by ChrisAldrich on 2016-08-22 https://medium.com/boffo-socko/a-new-reading-post-type-for-bookmarking-and-reading-workflow-e7c7f6bac2dc?source=rss-f9e3747f5480------2
# @ChrisAldrich A New Reading Post-type for Bookmarking and Reading Workflow http://boffosocko.com/2016/08/22/a-new-reading-post-type-for-bookmarking-and-reading-workflow/ #indieweb https://twitter.com/ChrisAldrich/status/767866640738377729/photo/1 (twitter.com/_/status/767866640738377729)
Gold, miklb, wolftune and doesntgolf joined the channel