Options:
- # Session Start: Tue Nov 20 00:00:00 2012
- # Session Ident: #microformats
- # [00:10] <Loqi> [[Satellite Web - Your Gateway to Operating From House8637193]] N http://microformats.org/wiki/index.php?title=Satellite_Web_-_Your_Gateway_to_Operating_From_House8637193&rcid=65041 * CelenaxqfambukxjAlcivar * (+3422) New page: If you function from house or run a company out of your house workplace, you might be performing your function a disservice by utilizing dial-up. It slows you down,
- # [00:10] <Loqi> [[Special:Log/block]] block * Tantek * blocked [[User:Jalachapelle82]] with an expiry time of infinite (account creation disabled): Spamming links to external sites
- # [00:10] <Loqi> [[Special:Log/block]] block * Tantek * blocked [[User:CelenaxqfambukxjAlcivar]] with an expiry time of infinite (account creation disabled): Spamming links to external sites
- # [00:10] <Loqi> [[Special:Log/delete]] delete * Tantek * deleted "[[Paid Out Surveys Assess]]": content was spam
- # [00:10] <Loqi> [[Special:Log/delete]] delete * Tantek * deleted "[[Satellite Web - Your Gateway to Operating From House8637193]]": content was spam
- # [00:23] * Quits: csarven (~csarven@178-82-195-94.dynamic.hispeed.ch) (Quit: Leaving.)
- # [00:23] <Loqi> [[What Is The Very best HGH Item on The Marketplace?6236047]] N http://microformats.org/wiki/index.php?title=What_Is_The_Very_best_HGH_Item_on_The_Marketplace%3F6236047&rcid=65046 * HankiwwewggbtyDuteau * (+2265) New page: At any time because a research was carried out in the early 1990's about the results of HGH dietary supplements on anti-getting older, males and ladies about the globe h
- # [00:23] <Loqi> [[Special:Log/block]] block * Tantek * blocked [[User:HankiwwewggbtyDuteau]] with an expiry time of infinite (account creation disabled): Spamming links to external sites
- # [00:23] <Loqi> [[Special:Log/delete]] delete * Tantek * deleted "[[What Is The Very best HGH Item on The Marketplace?6236047]]": content was spam
- # [00:26] <Loqi> http://twitter.com/drumwork :: Retro Steam Train - Holiday Cards by http://www.HolidayCardWebsite.com/hcards/ http://www.holidaycardwebsite.com/Default.aspx
- # [00:28] * Quits: lgedeon (~lgedeon@ip98-182-46-155.ri.ri.cox.net) (Quit: Nobody was here.)
- # [00:33] * Joins: lgedeon (~lgedeon@ip98-182-46-155.ri.ri.cox.net)
- # [00:34] <tommorris> tantek: sorry, got slightly distracted.
- # [00:35] <tommorris> tantek: the mapping is pretty much as expected, but with two little niceties - language inference from @lang attributes and adding rdfs:labels. I'll have to read up on what the current best practice is for HTML-in-RDF.
- # [00:36] <tommorris> oh, and using RDFa @about attributes if they are there. that way you can mix-and-match microformats-2 with RDFa and have a consistent output graph. ;)
- # [00:41] * Quits: lgedeon (~lgedeon@ip98-182-46-155.ri.ri.cox.net) (Quit: Nobody was here.)
- # [00:41] * Quits: romainneutron (~romain@tru75-8-88-167-167-29.fbx.proxad.net) (Quit: romainneutron)
- # [00:41] <Loqi> [[microformats2-parsing]] http://microformats.org/wiki/index.php?title=microformats2-parsing&diff=48901&oldid=48728&rcid=65049 * TomMorris * (+31) /* see also */ adding microformats2-parsing-rdf
- # [00:47] <Loqi> [[microformats2-parsing-rdf]] N http://microformats.org/wiki/index.php?title=microformats2-parsing-rdf&rcid=65050 * TomMorris * (+5264) New page: Draft Microformats2-to-RDF mapping Tantek asked me to draft up a Microformats2-to-RDF mapping. It's pretty straightforward to do. This is rough and will need cleaning up. == RDF model ==...
- # [00:48] <tommorris> tantek: the example at http://microformats.org/wiki/microformats2-parsing-rdf#Representing_nested_microformats … if you squint a bit, it's just like JSON with namespaces. ;-)
- # [00:48] * @tantek reads
- # [00:49] <tommorris> it's very far from finished. I wrote it on the train home after a day in London OpenStreetMapping.
- # [00:49] <@tantek> hey that's pretty neat - looks like a fairly straightforward 1:1 mapping
- # [00:50] * Joins: simeons (~simeons@pool-173-48-139-47.bstnma.fios.verizon.net)
- # [00:51] <tommorris> the rdfs:label bit is a duplication. p-name is pretty close to rdfs:label, and I think storing both is probably better for round-tripping
- # [00:52] <Loqi> [[microformats2-parsing-rdf]] M http://microformats.org/wiki/index.php?title=microformats2-parsing-rdf&diff=48903&oldid=48902&rcid=65051 * TomMorris * (+5) /* Representing nested microformats */ thinko
- # [00:52] <tommorris> I'll clean it up tomorrow and work out the complicated bits
- # [00:53] <tommorris> date-time should be fairly straight forward. I'm just going to say "pick whatever XSD date time format fits best" - so if it's just 2012-11-19 go to xsd:date, and if it's got a time, then go for xsd:dateTime
- # [00:54] <tommorris> tantek: has representative hcard been specced out for uf2?
- # [00:54] <@tantek> tommorris - it's orthogonal to the syntax I believe
- # [00:54] <@tantek> I'm not sure any new speccing is necessary
- # [00:55] <@tantek> could you rephrase your question as a publishing or parsing question?
- # [00:55] <tommorris> okay, should a parser look for representative hcards any differently in microformats2? same rules but just with h-card, right?
- # [01:02] <Loqi> [[microformats2-parsing-rdf]] http://microformats.org/wiki/index.php?title=microformats2-parsing-rdf&diff=48904&oldid=48903&rcid=65052 * TomMorris * (+762) explaining how to handle mixtures of microformats2 and RDFa
- # [01:02] <@tantek> as far as I can tell, the simple two step representative hCard algorithm works on the parsed properties: http://microformats.org/wiki/representative-hcard-parsing#representative_hCard_algorithm
- # [01:05] <tommorris> okay, what I'll do is split off the core of how to do microformats-2 to RDF and then put twiddly bits at the end in a separate section.
- # [01:05] <tommorris> then perhaps write a implementation. ;-)
- # [01:05] <Loqi> [[microformats2-parsing-rdf]] http://microformats.org/wiki/index.php?title=microformats2-parsing-rdf&diff=48905&oldid=48904&rcid=65053 * Tantek * (+73) s/fn/name
- # [01:06] * Quits: simeons (~simeons@pool-173-48-139-47.bstnma.fios.verizon.net) (Read error: Connection reset by peer)
- # [01:06] <tommorris> ah, it's just name now? awesome
- # [01:06] * Joins: simeons (~simeons@173.48.139.47)
- # [01:07] * Joins: romainneutron (~romain@tru75-8-88-167-167-29.fbx.proxad.net)
- # [01:07] <@tantek> yeah :/
- # [01:08] <@tantek> we've resisted renaming things in microformats in general
- # [01:08] <tommorris> tantek: can I trouble you for some user rights on microformats.org? going from Wikipedia admin to having to fill in a CAPTCHA every time I add a link is quite a downgrade. ;)
- # [01:08] <@tantek> however, oddly (ironically?) "fn" has been fairly consistently and independently renamed by everyone else forking vCard etc. to just "name"
- # [01:08] <Loqi> [[microformats2-parsing-rdf]] http://microformats.org/wiki/index.php?title=microformats2-parsing-rdf&diff=48906&oldid=48905&rcid=65054 * TomMorris * (-231) /* Representative hCard parsing */ details
- # [01:09] <tommorris> hmm. strange, the captcha still is there for autoconfirmed
- # [01:09] <@tantek> oops edit collision
- # [01:09] <@tantek> and here I was trying to be helpful ;)
- # [01:10] <tommorris> I fixed the edit conflict
- # [01:10] * Quits: pdokas (~pdokas@nat/yahoo/x-jiuhojvfolxphujc) (Read error: Connection reset by peer)
- # [01:10] <Loqi> [[microformats2-parsing-rdf]] M http://microformats.org/wiki/index.php?title=microformats2-parsing-rdf&diff=48907&oldid=48906&rcid=65055 * TomMorris * (+12) lang is text
- # [01:10] <@tantek> except the first paragraph
- # [01:10] <@tantek> http://microformats.org/wiki/index.php?title=microformats2-parsing-rdf&diff=48906&oldid=48905&rcid=65054
- # [01:10] <@tantek> errantly dropped I think
- # [01:10] * Joins: pdokas (~pdokas@nat/yahoo/x-twflodiqpzsusyvt)
- # [01:10] <tommorris> nah, I removed that intentionally
- # [01:11] <tommorris> no, wait, I didn't
- # [01:11] <tommorris> silly me
- # [01:11] <Loqi> [[microformats2-parsing-rdf]] http://microformats.org/wiki/index.php?title=microformats2-parsing-rdf&diff=48908&oldid=48907&rcid=65056 * TomMorris * (+167) put back in para that I accidentally removed by tantek
- # [01:14] <Loqi> [[User:TomMorris]] http://microformats.org/wiki/index.php?title=User:TomMorris&diff=48909&oldid=40974&rcid=65057 * TomMorris * (-26) /* My Links */ updating what I'm using
- # [01:16] <Loqi> [[User:TomMorris]] http://microformats.org/wiki/index.php?title=User:TomMorris&diff=48910&oldid=48909&rcid=65058 * TomMorris * (-747) fixing up
- # [01:22] <Loqi> [[representative-hcard-parsing]] M http://microformats.org/wiki/index.php?title=representative-hcard-parsing&diff=48911&oldid=42883&rcid=65059 * Tantek * (-53) simplify a little, link to microformats2 parsing since that's the direction we're going
- # [01:23] <@tantek> tommorris - re wiki privs, yeah that seems reasonable to me. I'll recommend promoting you to a wiki admin to the other microformats admins (cc: Phae, benward who appear to be in the channel).
- # [01:24] <tommorris> it's almost been a year since adminship on english wikipedia and so far I haven't broken anything.
- # [01:24] <@tantek> we don't really have levels of wiki adminship - so once you're there, hopefully you can help us with blocking/deleting spam also ;)
- # [01:25] <tommorris> yup
- # [01:25] <@tantek> (and we've got a queue of spam blocking wiki admin tasks to get to hopefully minimize the whack-a-spam task in the future: http://microformats.org/wiki/admin-to-do#wiki )
- # [01:25] <tommorris> right, sleeptime. I'll fix up the wiki page some more in the morning
- # [01:25] <@tantek> sounds good - thanks for braindumping and writing it up!
- # [01:26] <@tantek> hopefully the rep hCard algorithm is a bit more understandable now
- # [01:26] <@tantek> from a microformats2 perspective etc.
- # [01:26] <@tantek> http://microformats.org/wiki/representative-hcard-parsing#representative_hCard_algorithm
- # [01:36] <Loqi> [[angry birds nest time is near for a recall hunt count2969079]] N http://microformats.org/wiki/index.php?title=angry_birds_nest_time_is_near_for_a_recall_hunt_count2969079&rcid=65060 * GerardojtjrkqsdtgHollier * (+245) New page: Yes, the wait is finally over, Angry Birds Star Wars is now available for iOS, PC, Mac and Android via Google Play with more platforms [https://itunes.apple.com/u
- # [01:40] * Quits: romainneutron (~romain@tru75-8-88-167-167-29.fbx.proxad.net) (Quit: romainneutron)
- # [01:41] * Quits: encolpe_ (~encolpe@2a01:e35:2eb2:12b0:1543:3bb5:742:8e2b) (Quit: Quitte)
- # [01:43] <Loqi> [[Facts You Need to Know About Life Insurance for Pilots9083799]] N http://microformats.org/wiki/index.php?title=Facts_You_Need_to_Know_About_Life_Insurance_for_Pilots9083799&rcid=65061 * DalenegvqfgivyqhBrocklebank * (+3596) New page: Getting life insurance for pilots can be quite challenging. Because any aviation-related job is considered as a high-risk activity, there are insurance comp
- # [01:56] * Quits: sarspazam (~sarspazam@unaffiliated/sarspazam) (Quit: sarspazam)
- # [01:58] * Parts: pdokas (~pdokas@nat/yahoo/x-twflodiqpzsusyvt)
- # [01:58] <Loqi> http://twitter.com/NSPmatamoros :: Giving Thanks and Giving Back with The hCard http://networkedblogs.com/EWQrj
- # [01:58] <Loqi> http://twitter.com/Kenneth_Little :: Giving Thanks and Giving Back with The hCard http://networkedblogs.com/EWQrj
- # [02:00] <Loqi> [[Special:Log/block]] block * Tantek * blocked [[User:GerardojtjrkqsdtgHollier]] with an expiry time of infinite (account creation disabled): Spamming links to external sites
- # [02:00] <Loqi> [[Special:Log/block]] block * Tantek * blocked [[User:DalenegvqfgivyqhBrocklebank]] with an expiry time of infinite (account creation disabled): Spamming links to external sites
- # [02:00] <Loqi> [[Special:Log/delete]] delete * Tantek * deleted "[[angry birds nest time is near for a recall hunt count2969079]]": content was spam
- # [02:00] <Loqi> [[Special:Log/delete]] delete * Tantek * deleted "[[Facts You Need to Know About Life Insurance for Pilots9083799]]": content was spam
- # [02:10] <Loqi> [[Funeral Organizing Necessities - Funeral Administrators2976977]] N http://microformats.org/wiki/index.php?title=Funeral_Organizing_Necessities_-_Funeral_Administrators2976977&rcid=65066 * YoungmnaywrqkmrMinix * (+3511) New page: Funeral organizing is not one thing that we want to contemplate or feel about nonetheless it is a fact we all have to experience at some time or yet another in t
- # [02:24] <Loqi> [[Special:Log/block]] block * Tantek * blocked [[User:YoungmnaywrqkmrMinix]] with an expiry time of infinite (account creation disabled): Spamming links to external sites
- # [02:24] <Loqi> [[Special:Log/delete]] delete * Tantek * deleted "[[Funeral Organizing Necessities - Funeral Administrators2976977]]": content was spam
- # [02:43] * Quits: @tantek (~tantek@nat/mozilla/x-fyxdtbdcfmxvrudk) (Quit: tantek)
- # [03:16] * Quits: benwerd (~benwerd@173.239.70.206) (Remote host closed the connection)
- # [03:23] * Joins: lgedeon (~lgedeon@pool-108-34-145-116.prvdri.fios.verizon.net)
- # [05:02] * Joins: tantek (~tantek@m940536d0.tmodns.net)
- # [05:02] * ChanServ sets mode: +o tantek
- # [05:09] * Quits: kennyluck (~kennyluck@bb115-66-236-93.singnet.com.sg) (Quit: kennyluck)
- # [05:12] * Quits: simeons (~simeons@173.48.139.47) (Quit: Linkinus - http://linkinus.com)
- # [05:23] * Joins: kennyluck (~kennyluck@115.66.236.93)
- # [05:46] * Quits: @tantek (~tantek@m940536d0.tmodns.net) (Ping timeout: 252 seconds)
- # [06:02] * Joins: zztr (~travis@75.18.200.60)
- # [06:47] <Loqi> [[California Alcohol Treatment Facilities]] N http://microformats.org/wiki/index.php?title=California_Alcohol_Treatment_Facilities&rcid=65069 * Bcones22 * (+3208) The destruction brought on by alcoholism cost the U.S. government almost $185 billion each year. And the sad truth is that this is simply monetary cost. The number of lives lost is also great. New medicine is being developed to h
- # [06:57] * Quits: termie (andy@pdpc/supporter/bronze/termie) (Ping timeout: 260 seconds)
- # [06:58] * Joins: termie (andy@pdpc/supporter/bronze/termie)
- # [07:17] <Loqi> [[Internet computer games]] N http://microformats.org/wiki/index.php?title=Internet_computer_games&rcid=65070 * VilmajsbrzcfxbfTowns * (+2706) New page: Computer games have radically changed the way we seek entertainment. Now, with internet games, digital gaming has an all new face. With broadband connectivity and super fast computers, mob...
- # [08:40] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
- # [08:40] * ChanServ sets mode: +o tantek
- # [08:46] * Joins: tobyink (~tai@109.155.241.243)
- # [08:46] * Quits: kennyluck (~kennyluck@115.66.236.93) (Quit: kennyluck)
- # [09:06] <Loqi> [[Special:Log/block]] block * Tantek * blocked [[User:Bcones22]] with an expiry time of infinite (account creation disabled): Spamming links to external sites
- # [09:06] <Loqi> [[Special:Log/block]] block * Tantek * blocked [[User:VilmajsbrzcfxbfTowns]] with an expiry time of infinite (account creation disabled): Spamming links to external sites
- # [09:06] <Loqi> [[Special:Log/delete]] delete * Tantek * deleted "[[California Alcohol Treatment Facilities]]": content was spam
- # [09:06] <Loqi> [[Special:Log/delete]] delete * Tantek * deleted "[[Internet computer games]]": content was spam
- # [09:24] * Joins: chiui (~chiui@213.61.153.26)
- # [09:31] * Quits: twisted` (u6794@gateway/web/irccloud.com/x-ouquqshxiervrpuy) (Excess Flood)
- # [09:45] * Joins: twisted` (u6794@gateway/web/irccloud.com/x-gpkkuukivimdqdmh)
- # [09:52] * Joins: romainneutron (~romain@tru75-8-88-167-167-29.fbx.proxad.net)
- # [10:02] * Joins: csarven (~csarven@147.87.228.134)
- # [10:31] * Quits: romainneutron (~romain@tru75-8-88-167-167-29.fbx.proxad.net) (Quit: romainneutron)
- # [10:31] <Loqi> [[WowThank you all for your messages So glad you enjoyed it There is still smartrank seo service life left in these old legs]] N http://microformats.org/wiki/index.php?title=WowThank_you_all_for_your_messages_So_glad_you_enjoyed_it_There_is_still_smartrank_seo_service_life_left_in_these_old_legs&rcid=65075 * MarekMorrison * (+2491) New page: [[Image:smartrank_seo_service_1266.jpg|thumb|]]
- # [10:41] * Joins: romainneutron (~romain@80.12.81.19)
- # [10:43] * Quits: romainneutron (~romain@80.12.81.19) (Remote host closed the connection)
- # [10:44] * Joins: romainneutron (~romain@LPuteaux-156-14-100-19.w80-12.abo.wanadoo.fr)
- # [10:45] * Quits: zztr (~travis@75.18.200.60) (Quit: Leaving.)
- # [10:48] * Joins: nonge (~nonge@p50829334.dip.t-dialin.net)
- # [10:51] * Quits: nonge_ (~nonge@p5082BE83.dip.t-dialin.net) (Ping timeout: 244 seconds)
- # [10:57] <Loqi> [[Special:Log/block]] block * Tantek * blocked [[User:MarekMorrison]] with an expiry time of infinite (account creation disabled): Spamming links to external sites
- # [10:57] <Loqi> [[Special:Log/delete]] delete * Tantek * deleted "[[WowThank you all for your messages So glad you enjoyed it There is still smartrank seo service life left in these old legs]]": content was spam
- # [10:59] <@Phae> tantek, tommorris: consider me +1
- # [10:59] <@tantek> thanks Phae
- # [11:03] <Loqi> [[User:TomMorris]] http://microformats.org/wiki/index.php?title=User:TomMorris&diff=48918&oldid=48910&rcid=65078 * TomMorris * (+9) added rel=tag
- # [11:08] <Loqi> [[User:TomMorris]] http://microformats.org/wiki/index.php?title=User:TomMorris&diff=48919&oldid=48918&rcid=65079 * TomMorris * (-414) cleanup: xoxofrontier is a bit redundant now. added [[microformats2-parsing-rdf]] to todo
- # [11:17] <Loqi> [[admin-to-do]] http://microformats.org/wiki/index.php?title=admin-to-do&diff=48920&oldid=48384&rcid=65080 * TomMorris * (+427) /* wiki */ adding interwiki task
- # [11:38] * Joins: sarspazam (~sarspazam@cpc3-pool12-2-0-cust279.15-1.cable.virginmedia.com)
- # [11:38] * Quits: sarspazam (~sarspazam@cpc3-pool12-2-0-cust279.15-1.cable.virginmedia.com) (Changing host)
- # [11:38] * Joins: sarspazam (~sarspazam@unaffiliated/sarspazam)
- # [11:47] <Loqi> [[User talk:VerliePerez]] N http://microformats.org/wiki/index.php?title=User_talk:VerliePerez&rcid=65081 * VerliePerez * (+214) New page: Printsigns.net - Our designers will talk to you direct to ensure your signage needs [http://www.printsigns.net fabric banners] are delivered on the correct media. we print and deliver Sig...
- # [11:50] * Quits: sarspazam (~sarspazam@unaffiliated/sarspazam) (Quit: sarspazam)
- # [12:00] <Loqi> [[microformats2-parsing-rdf]] http://microformats.org/wiki/index.php?title=microformats2-parsing-rdf&diff=48922&oldid=48908&rcid=65082 * TomMorris * (+2808) cleanup, expand, added multi-lingual example
- # [12:01] <Loqi> [[microformats2-parsing-rdf]] M http://microformats.org/wiki/index.php?title=microformats2-parsing-rdf&diff=48923&oldid=48922&rcid=65083 * TomMorris * (+10) should be bold not italics
- # [12:08] * Joins: sarspazam (~sarspazam@194.66.70.254)
- # [12:08] * Quits: sarspazam (~sarspazam@194.66.70.254) (Changing host)
- # [12:08] * Joins: sarspazam (~sarspazam@unaffiliated/sarspazam)
- # [12:16] * Joins: ChiefRA (~RA@unaffiliated/chiefra)
- # [12:16] <ChiefRA> hi there.
- # [12:18] <ChiefRA> guys, I need your help :) I wish to build a small Lyrics website for testing purposes, and I have 2 problems: 1) I don't know which paltform will fit better and 2) what kind of microformats should I apply. All comments are more than welcome, thanks.
- # [12:19] <ChiefRA> requirements would include a small database for login purposes, as to post/modify lyrics on the website you must be logged in.
- # [12:47] <tommorris> ChiefRA: so, on the microformats front, hAtom probably. maybe h-cite.
- # [12:47] <tommorris> ChiefRA: and possibly things like rel=tag.
- # [12:48] <tommorris> ChiefRA: as for platforms? I shall channel photographers who say "the best camera is the one you have with you" and say "the best content management system/web framework is the one you understand".
- # [13:00] * Quits: sarspazam (~sarspazam@unaffiliated/sarspazam) (Quit: sarspazam)
- # [13:34] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
- # [13:40] * Joins: sarspazam (~sarspazam@cpc3-pool12-2-0-cust279.15-1.cable.virginmedia.com)
- # [13:40] * Quits: sarspazam (~sarspazam@cpc3-pool12-2-0-cust279.15-1.cable.virginmedia.com) (Changing host)
- # [13:40] * Joins: sarspazam (~sarspazam@unaffiliated/sarspazam)
- # [14:18] <ChiefRA> tommorris thanks for the feedback. I think I'll go for Wiki platform
- # [14:24] <Loqi> [[ekiosku]] N http://microformats.org/wiki/index.php?title=ekiosku&rcid=65084 * Kamarblogger * (+2323) New page: {{Refimprove|date=November 2012}} '''Ekiosku''' are websites that have a directory of online shopping stores. Stores may include [[Best Buy]], [[Aéropostale (clothing)|Aeropostale]], [[H...
- # [14:27] <Loqi> [[ekiosku]] M http://microformats.org/wiki/index.php?title=ekiosku&diff=48925&oldid=48924&rcid=65085 * ChiefRA * (-2323) removed spammy content
- # [14:30] <Loqi> [[ekiosku]] http://microformats.org/wiki/index.php?title=ekiosku&diff=48926&oldid=48925&rcid=65086 * Kamarblogger * (+1809)
- # [14:31] * Quits: iSRAELi (~zumba@109.65.210.107) (Read error: Connection reset by peer)
- # [14:31] * Joins: iSRAELi (~zumba@bzq-109-65-210-107.red.bezeqint.net)
- # [14:34] * Quits: tobyink (~tai@109.155.241.243) (Ping timeout: 245 seconds)
- # [14:42] <Loqi> [[ekiosku]] M http://microformats.org/wiki/index.php?title=ekiosku&diff=48927&oldid=48926&rcid=65087 * ChiefRA * (-1809) removed spammy content
- # [14:47] <Loqi> [[User:Kamarblogger]] N http://microformats.org/wiki/index.php?title=User:Kamarblogger&rcid=65088 * Kamarblogger * (+787) New page: Hello. I'm iyan. I'm based near Magelang,indonesia. I work sailor and my hobies are listen the music ,blogging, watch movieand comedy because all that make me happy and entertain my self ....
- # [15:10] <Loqi> [[gender-formats]] http://microformats.org/wiki/index.php?title=gender-formats&diff=48929&oldid=44275&rcid=65089 * TomMorris * (+63) /* FOAF */ expanding
- # [15:10] <MikeD_> hey, should I take the extra step of using the itemscope/et al. from http://schema.org/Event in addition to h-Event ?
- # [15:11] <MikeD_> tbh, this schema looks klunky and unfinished
- # [15:16] <MikeD_> also, it seems whomever is writing the examples has no idea about semantic elements
- # [15:24] <MikeD_> http://googlewebmastercentral.blogspot.com/2011/06/introducing-schemaorg-search-engines.html "while its OK to use the new schema.org markup or continue to use existing microformats or RDFa markup, you should avoid mixing the formats together on the same web page, as this can confuse our parsers."
- # [15:24] <MikeD_> "confuse our parsers" is lazy developer-speak for "it would be hard for us"
- # [15:26] * Joins: MacTed (~Thud@63.119.36.36)
- # [15:28] <tommorris> MikeD_: I concur. if I can implement a microformats parser, Google should be able to.
- # [15:29] <MikeD_> did you look at schema.org/Event (for comparison to h-event)
- # [15:29] <tommorris> MikeD_: and, as far as I can tell, with microformats2, it mixes rather well with RDFa. I sat there thinking it was going to be a clusterfuck, but it isn't
- # [15:29] <tommorris> well, it's only a problem if you are using microdata
- # [15:30] <MikeD_> i would make the effort to over-describe the content using both formats if they didn't admit they're too lazy to cope with it
- # [15:30] <tommorris> if you were to use the RDFa version of that schema.org class, there's no reason why you can't intermix it with microformats
- # [15:30] <MikeD_> i will read about RDFa.. i was thinking microformats is easy/obvious... i should have stopped there :)
- # [15:31] <tommorris> and I'm pretty sure that Google probably aren't parsing microformats2
- # [15:32] <tommorris> so, RDFa and microformats2 mix perfectly. I'm writing a microformats2-to-RDF conversion spec at the moment and there's no discernible conflicts.
- # [15:33] <tommorris> as for RDFa and original microformats… can't see any particular reason you can't mix them. there is no generic way of parsing the older microformats.
- # [15:57] * Quits: ChiefRA (~RA@unaffiliated/chiefra) (Ping timeout: 260 seconds)
- # [16:01] * Joins: Guest43829 (~RA@86.125.104.5)
- # [16:07] <Loqi> [[gender-examples]] http://microformats.org/wiki/index.php?title=gender-examples&diff=48930&oldid=46180&rcid=65090 * TomMorris * (+510) /* sites and services */ adding more sites including dating sites
- # [16:08] <Loqi> [[gender-examples]] M http://microformats.org/wiki/index.php?title=gender-examples&diff=48931&oldid=48930&rcid=65091 * TomMorris * (+1) fixing link
- # [16:14] <Loqi> http://twitter.com/FreeWSOdownload :: Free download: WSO - WP Author hReview (Plugin) http://www.freewso.info/wp-author-hreview-plugin/?utm_source=dlvr.it&utm_medium=twitter
- # [16:23] <MikeD_> Loqi are you a bot?
- # [16:24] * Joins: tobyink (~tai@host109-155-241-243.range109-155.btcentralplus.com)
- # [16:26] <tommorris> MikeD_: yes.
- # [16:26] <tommorris> MikeD_: it gets tweets in that mention microformats and also posts changes to the wiki
- # [16:35] <Loqi> [[irc-people]] http://microformats.org/wiki/index.php?title=irc-people&diff=48932&oldid=48576&rcid=65092 * TomMorris * (+47) adding myself
- # [16:43] <MikeD_> oh
- # [17:09] * Quits: Guest43829 (~RA@86.125.104.5)
- # [17:17] * Quits: MacTed (~Thud@63.119.36.36) (Quit: The computer fell asleep)
- # [17:19] * Joins: MacTed (~Thud@63.119.36.36)
- # [17:25] * Quits: MacTed (~Thud@63.119.36.36) (Ping timeout: 260 seconds)
- # [17:28] * Quits: romainneutron (~romain@LPuteaux-156-14-100-19.w80-12.abo.wanadoo.fr) (Quit: romainneutron)
- # [17:29] * Joins: romainneutron (~romain@80.12.81.19)
- # [17:41] * Joins: MacTed (~Thud@63.119.36.36)
- # [18:12] <Loqi> [[Special:Log/block]] block * Tantek * blocked [[User:VerliePerez]] with an expiry time of infinite (account creation disabled): Spamming links to external sites
- # [18:12] <Loqi> [[Special:Log/delete]] delete * Tantek * deleted "[[User talk:VerliePerez]]": content was spam
- # [18:12] <Loqi> [[Special:Log/block]] block * Tantek * blocked [[User:Kamarblogger]] with an expiry time of infinite (account creation disabled): Spamming links to external sites
- # [18:12] <Loqi> [[Special:Log/delete]] delete * Tantek * deleted "[[ekiosku]]": content was spam
- # [18:14] <Loqi> [[Special:Log/delete]] delete * Tantek * deleted "[[User:Kamarblogger]]": content was a user page copied from another user and links replaced with their own spam links. cleverist spam user page yet.
- # [18:15] * Quits: chiui (~chiui@213.61.153.26) (Ping timeout: 245 seconds)
- # [18:18] * Quits: romainneutron (~romain@80.12.81.19) (Quit: romainneutron)
- # [18:24] <Loqi> http://twitter.com/tizionario :: [PHPvCard] https://t.co/UJsAZIHJ Tiziano Basile - hCard method bug fix
- # [18:24] <Loqi> http://twitter.com/tizionario :: [PHPvCard] https://t.co/lvYVBpw9 Tiziano Basile - "generate_hCard" method written
- # [18:26] * Joins: encolpe (~encolpe@2a01:e35:2eb2:12b0:fc64:6e0:49f8:5fbe)
- # [18:28] <Loqi> [[vCard3]] NM http://microformats.org/wiki/index.php?title=vCard3&rcid=65098 * Tantek * (+22) r
- # [18:32] <Loqi> [[gender-formats]] http://microformats.org/wiki/index.php?title=gender-formats&diff=48934&oldid=48929&rcid=65099 * Tantek * (+913) note vCard4 has a gender property with fields sex and gender-identity, pull it to the top since as the most recent/modern gender related format, influenced by this page and proposed by this community
- # [18:33] <Loqi> [[gender-formats]] M http://microformats.org/wiki/index.php?title=gender-formats&diff=48935&oldid=48934&rcid=65100 * Tantek * (+5) entry-title, autotoc
- # [19:07] <Loqi> [[gone beef it up move tramp San Antonio Interior Design its the 15th I got my foood stamps]] N http://microformats.org/wiki/index.php?title=gone_beef_it_up_move_tramp_San_Antonio_Interior_Design_its_the_15th_I_got_my_foood_stamps&rcid=65101 * CalebCalhoun6 * (+1893) New page: [[Image:San_Antonio_Interior_Design_4376.jpg|thumb|]] Eu quero o caderno autografado pela Sophia que a está sort
- # [19:13] * Joins: romainneutron (~romain@LPuteaux-156-14-100-19.w80-12.abo.wanadoo.fr)
- # [19:21] * Joins: chiui (~chiui@213.61.153.26)
- # [19:42] * Quits: MacTed (~Thud@63.119.36.36) (Ping timeout: 246 seconds)
- # [19:47] * Joins: MacTed (~Thud@63.119.36.36)
- # [20:06] <Loqi> http://twitter.com/jordaofelix :: Como resolver o problema dos Avisos: Missing required field Title Updated e hCard http://rentabilizacao.com/como-resolver-o-problema-dos-avisos-missing-required-field-title-updated-e-hcard via @rentabilizacao
- # [20:34] * Quits: chiui (~chiui@213.61.153.26) (Ping timeout: 276 seconds)
- # [20:45] * Quits: romainneutron (~romain@LPuteaux-156-14-100-19.w80-12.abo.wanadoo.fr) (Quit: romainneutron)
- # [20:49] * Quits: csarven (~csarven@147.87.228.134) (Quit: Leaving.)
- # [21:07] <Loqi> [[Special:Log/block]] block * Tantek * blocked [[User:CalebCalhoun6]] with an expiry time of infinite (account creation disabled): Spamming links to external sites
- # [21:07] <Loqi> [[Special:Log/delete]] delete * Tantek * deleted "[[gone beef it up move tramp San Antonio Interior Design its the 15th I got my foood stamps]]": content was spam
- # [21:23] * Joins: romainneutron (~romain@88.167.167.29)
- # [22:10] * Quits: tobyink (~tai@host109-155-241-243.range109-155.btcentralplus.com) (Ping timeout: 264 seconds)
- # [22:43] * Quits: romainneutron (~romain@88.167.167.29) (Ping timeout: 245 seconds)
- # [22:46] * Joins: romainneutron (~romain@tru75-8-88-167-167-29.fbx.proxad.net)
- # [23:01] * Joins: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net)
- # [23:06] * Quits: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net) (Ping timeout: 248 seconds)
- # [23:11] * Joins: teleject (~christoph@cpe-70-112-219-104.austin.res.rr.com)
- # [23:13] * tommorris is now known as sockpuppet
- # [23:13] * sockpuppet is now known as tommorris_
- # [23:13] * tommorris_ is now known as tommorris
- # [23:17] * Quits: @tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (*.net *.split)
- # [23:17] * Quits: Firass-z0r (~asadf@c-67-201-205-34.reshall.wwu.edu) (*.net *.split)
- # [23:17] * Joins: Firass-z0r (~asadf@c-67-201-205-34.reshall.wwu.edu)
- # [23:24] * Joins: robmorri_ (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
- # [23:27] * Quits: MacTed (~Thud@63.119.36.36)
- # [23:27] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (*.net *.split)
- # [23:28] <Loqi> http://twitter.com/materially :: Ricarda Ouellet liked hcard-cheatsheet - Microformats: As additional aspects are discussed, understood, and written… http://puzzlehunt.com/33110570147876
- # [23:38] * Quits: romainneutron (~romain@tru75-8-88-167-167-29.fbx.proxad.net) (Quit: romainneutron)
- # [23:42] * Quits: MikeD_ (~mdoughert@nat1.pbp.com) (Quit: bye)
- # Session Close: Wed Nov 21 00:00:00 2012
The end :)