#[jgmac1106]no just finished a grant proposal, have your video series on the calendar this week in between finishing book and setting up a new class
#[jgmac1106]I do need to do a ClassicPress install and show how SemPress and Indieweb-2016 work on that...but still staying opaque until 1/22
#GWGI've been going back and forth between iw26, which is the rename on Indieweb-2016, and a fork of Independent Publisher. The latter is much harder to organize.
#GWGBoth IW26 and IP come from the same ancestor, so part of the solution is to try to bring them closer together in how the code is organized to make it easier to update them in parallel.
#GWGjgmac1106: Did you have any notes about Indieweb issues with Independent Publisher from some of your deep dives?
#jgmac1106yes, let me go back and look later, though you seem to be fixing most of the parsing issues post-kind caused
#GWGI got Syndication Links and Simple Location integrated in. I still have author parsing in the theme to fix
#GWGI continue to do bug fixes and enhancements to plugins as they come up, even though I am focusing on theming right now
#GWGFor example, I have an unreleased bug fix for a problem I discovered because Independent Publisher filters the same thing Post Kinds does and it caused a display issue
[smerrill], jgmac1106, [tantek], [jgmac1106], jeremych_, [schmarty], [grantcodes], [xavierroy], [pfefferle], [manton], [deeden], [davidmead] and jackjamieson joined the channel
#GWGNeeds work, but styling any Microformats is a bad practice
#GWGIf the goal is a theme to refer people to... then we should not have that practice
#GWGEither way, once it is changed...it can continue to improve
#jackjamiesonHmmm, I guess I could review the styling, but why is it a bad practice? it makes sense to me that one might use .h-card or similar for styling
[tantek] joined the channel
#GWGChanging your Microformats markup shouldn't change the appearance of your site
#jackjamiesonI guess that makes sense, I was thinking it leads to excess classes in CSS (both a style class and a microformats class). But keeping those separate is more flexible
[davidmead] and [asuh] joined the channel
#[asuh]GWG, I’m getting some PHP errors for Simple Location when I manually enter Location without doing a look up for longitude and latitude
#[asuh]they’re warnings considering i can still render the page. i’m guessing they might have to do with the fact that this VM is running a newer version of PHP
#GWGCan you file an issue so I can try to address?
#GWGasuh, do you want to, when manually adding coordinates, still reverse geocode and do weather?
#GWGThe way it is set is that it will look up the name if the box is empty and you hit lookup but not otherwise
#GWGI think it will only look up weather if it looks up the name, but I should fix that if it does.