josephboyle, amz3, fmarier and tantek joined the channel
#tantektommorris - Modestmaps vs Leaflet - any opinion?
#tanteknotes that both benwerd and barnabywalters seem to use Leaflet. Was going to use Modestmaps (seems simpler to use), and now wondering if they explicitly chose Leaflet instead for a reason.
#tantekooh you've got a relative URL for your webmention endpoint discovery - I wonder how many webmention discovery parsers that might (unintentionally) break
#KartikPrabhutantek - yeah I am testing it with the tool you suggested. I still am planning to implement automatic sending of mentions when an article is published!
#julian`hmm cant find what im looking for thats annoying
#KartikPrabhujulian` - me neither. seems to be a tricky thing to do
#julian`the batch file just runs a ruby script so maybe itd be easier to achieve what i want in the ruby script
#julian`well i want this ruby script to be running 24/7 however when it gets an error the cmd prompt closes which is annoying since i have to keep restarting it
#KartikPrabhua naive way i can think of is to use another bat file to check if the first one is running and restart if not. But that sounds 'dirty'
#KartikPrabhutantek - It seems that the correct way to markup authorship would be to to have p-author in every h-entry. But if only one author posts on a site, is it not redundant to have p-author on every post, when the site already is markedup with meta name-author in the head?
#tantekwell meta name author is invisible metadata so a bad idea
andreypopp joined the channel
#tantekhowever, <link rel=author href=.. > is better since it merely links to a page with then should visibly have the author name etc. in an h-card
#KartikPrabhuh-card is not to change the appearance of something. You should use CSS for that. h-card only marksup data in a meanigful way
#tantekjulian - in a browser it just looks like text contact info, perhaps optionally with an image
#julian`isnt it bad practice to use more classes than needed
#KartikPrabhudepends on what you are using it for. Here classes are used to give meaning to the data. you can actually use CSS with micrformat classes to make the look as you'd like
#tantekjulian - it is bad practice to use more classes (or markup in general) than needed. hence microformats keeps the number/amount of classes to only the minimum needed to express the semantics needed.
#tantekwell unfortunately rel=nofollow has largely been abused / overused
#tantekit's "succeeded" in that there's a lot of it out there, but it's failed to fulfill its original purpose. and worse, become a way for silos to punish the links of their first party users.
#KartikPrabhutantek - that seems unavoidable given that HTML is not very strict
#julian`if browsers did start using hCards it would make it easier to contact site owners etc