#gRegorLoveKnown has some form of it, the issue might be expanding it. E.g. if you micropub post an article to Known, it knows how to categorize it.
tantek joined the channel
#[jgmac1106]But in terms of UX for me it's not more work (once I write the tinymce media query for source code editor) click template page-copy-edit html if I had posting interface filling in every input field take more clicks
#[jgmac1106]I just always thought that was how world works, you make template files, make the html input forms, write the functions to connect the two and store data somewhere
#[jgmac1106]Just getting more comfortable living in an HTML than CMS world. Used to keep the templates in stickies and Google Keep
#[jgmac1106]My suggestion is to wear a coat when it rains and sunblock when it is sunny and hot. Hats help.
tantek joined the channel
#[jgmac1106]Actually I think you have or had a weather rock... Please get a raspberry pi and create a Micropub client weather rock.. Talk to @schmarty use somr adafruit stuff
#jjuranSome weather shouldn't be approached at all
#GWG[jgmac1106]: I have an Indian Weather Rock at home.
#GWG[eddie] added a weather triggered banner. I feel I have to level up
#[jgmac1106]I do like the idea of seasonal or weather related CSS what [eddie] did was cool
#GWGFor me, right now, I'm trying to decide if I should always store it. Also, right now it always looks at current weather, but doesn't factor in past posting, or other issues.
#[jgmac1106]In a way, as I think of it weather forecast images an OG emoji with 100% cultural understanding... Barring never seeing snow or ocean, etc
#GWG[jgmac1106]: Simple Location has that built in
#[jgmac1106]What problem are you trying to solve then? Sorry just a bit confused.... But a WP Compass equivalent would be cool... Sounds like huge undertaking
[schmarty] joined the channel
#[jgmac1106]Still think the phone and micropub will always be better for this kind of stuff. Go with the device with the sensors
#GWG[jgmac1106]: I'd like to store the information regardless of whether I set location or not.
#[jgmac1106]<li class="h-card"><a class="p-name u-url" href="$url">$name</a> <span class="p-note">$description</span></li> doing this and add the u-follow-of on the ul
#sknebelhow about you try the 3 variants in a parser (i.e. https://php.microformats.io/ has a nice field to put html directly into it) and see which one produces something useful?
#[jgmac1106]<li class="h-card"><a class="p-name u-url u-follow-of" href="http://www.drrobinkay.org/">Robin Kay</a> <span class="p-note">Professor University of Ontario Institute of Technology</span></li> this works great, the p-category I tried to put on the group of h-cards didn't work, but that makes sense it isn't in a top level h*
#[jgmac1106]doing this puts the url twice in the parser: *u-url u-follow-of* not sure if I should put in the u-follow-of in someone's h-ccard...think not
#jgmac1106would a list of h-cards that I will update be an h-entry or @snkebel do you see a use case of an h-feed where someone might consume someone else's entire follow list?
#sknebelgood question on the best format. I feel like a h-entry for the "page" with a bunch of follow-of properties makes some sense, but a feed with a bunch of inidividual follow posts could work too
#[jgmac1106]but what if a list of h-cards became an h-feed? that others could somehow in future work? doing the h-entry...just thinking out loud
#sknebelcould also do a feed of cards, true. that then doesn't strictly encode the "follow", but that might not be necessary. without anything actually consuming this it's a bit unclear what's best
#[jgmac1106]though I couldn't get the parser to recognize follow-of unless it is is u-follow-of, went with u-url since it is someone else's h-card and added rel="colleague muse" adding the u-follow-of listed the url twice in the parser
#sknebelI don't think we have many if any examples with a lot of markup yet. i.e. chrisaldrich only has a list and some of them with XFN rels, gRegorlove just a bunch of h-cards
#jgmac1106yeah and grantcodes made his yesterday…really hoping one day this is done by social readers
#jgmac1106I add someone to a channel, a u-follow-of post gets syndicated and their h-card added to my following page
#jgmac1106till then do it by hand…if the cousins weren’t in town I would teach my son and pay him $0.25 a list item