#fleishtersbeginning to implement microfmats and RDFa into my page, but am a bit confused:
#fleishtersshould i only implement microformats/RDFa on the main content, or should I use it on anything that machines might need further clarification for?
#tommorrisdepends on the microformat and/or RDFa. ;)
#fleishters(for example, even if my post isn't a review of Avatar, should I add microdata to the post to make it clear I'm speaking of Avatar the movie?)
tantek, eschnou, impomatic, barnabywalters, nonge, tobyink, bnvk, charl_, gjones and chiui joined the channel
#tommorrishey gjones - just downloading microformats-node to play with on the train back to London
#tommorrisjust want to do proof of concept on microformats2 hcite-to-bibtex.
#gjonesTell me how you get on, always good to get feedback
#tommorrisdownloaded it, ran `sudo npm link` and booted up the server, and run the legacy and current test suites, both of which pass
#tommorrismy plan is to write some code (probably in Ruby or Python) that calls the microformats-node server with some documents containing hcite and then writing functions to convert them to bibtex
#gjonesIs hcite is experimental format? is it document on the wiki?
#tommorrisand there is a proposal for adding it to wikipedia(!)
#tommorriswriting the hcite-to-bibtex code atop microformats2 node parser is sort of an attempt to prove the concept
#tommorrisand given I'm going to be spending the next 24 hours travelling, I figure I may as well have a crack at it. ;)
#tommorris(venice -> paris on overnight sleeper, then paris -> london on eurostar)
#tommorrisanyway, the node daemon seems to be running and I have the source code from github. so, chocks away.
#tommorrisif I get bored, I'll perhaps try and write a uf2 parser in Ruby.
#gjonesif you are parsing microformats 2 i.e. h-cite should work out the box. If you want to parse microformats 1 version i.e. hcite you will need to create a new mapping file
#impomaticWould <abbr class="dt-published" title="YYYY-MM-DD">......</abbr> work / be appropriate? Also what to put if the day and/or month is unknown?
#josephinecreated /User:Josephine (+255) "New page: There is nothing to tell about me really.<br>Enjoying to be a member of microformats.org.I love webdesign and programming css templates.<br><br>I just hope Im useful at all<br><br>my webpa..." (view diff)
bnvk joined the channel
#@alonzo4768trying to get Google+ to verify my authorship is maddening. How do I fix hCard problems? #google+ #coding
#tantekimpomatic, though h-cite was designed primarily for online references, most of its properties work for offline references as well
#tanteke.g. the first example has an author, name (of work), publication, and published date
#tantekwe learned it's pretty futile to try to model every single possible citation property (you just end up with an overdesigned mess), so it makes more sense to markup common items for now.
#tantekin fact, in the first item, the only thing left not marked up would be "4-5" - which doesn't even have any meaning out of context.