Monday, 2010-04-12

*** JoiIto has joined #cc01:07
*** Flannel has joined #cc01:07
*** towodo has quit IRC01:07
*** nkinkade has quit IRC01:16
*** JoiIto has left #cc01:30
*** ankitg_ has joined #cc03:20
*** ankitg has quit IRC03:23
*** sudiptamondal has joined #cc05:08
*** sudiptamondal has quit IRC05:33
*** JoiIto has joined #cc08:13
*** JoiIto1 has joined #cc09:06
*** JoiIto has quit IRC09:06
*** JoiIto1 has quit IRC09:13
*** stas has quit IRC09:39
*** stas has joined #cc09:40
*** MarkDude has quit IRC09:51
*** wormsxulla has quit IRC10:15
*** wormsxulla has joined #cc10:33
*** wormsxulla has quit IRC10:50
*** wormsxulla has joined #cc10:50
*** stas has quit IRC11:03
*** stas has joined #cc11:03
*** towodo has joined #cc11:40
*** nkinkade has joined #cc12:12
*** bassel has joined #cc12:20
*** JoiIto has joined #cc12:43
*** JoiIto has quit IRC12:44
*** tvol has joined #cc13:02
*** towodo has quit IRC13:30
*** akila87 has joined #cc13:52
*** tvol has quit IRC14:24
*** tvol has joined #cc14:24
*** nathany has joined #cc15:48
*** nathany has quit IRC15:53
*** nathany has joined #cc15:53
*** Kaetemi has joined #cc16:06
*** nkinkade has quit IRC16:09
*** JED3 has joined #cc16:10
*** oshani has joined #cc16:10
*** nathany has quit IRC16:19
*** oshani has quit IRC16:23
*** nathany has joined #cc16:32
akila87nathany: Hi, are you busy?16:57
nathanyhi akila87, what's up?16:57
*** tvol has quit IRC17:04
*** oshani has joined #cc17:05
*** MarkDude has joined #cc17:17
*** Bovinity has joined #cc17:30
*** Bovinity is now known as mralex17:30
*** bassel has quit IRC17:43
*** bassel has joined #cc17:44
*** akozak has joined #cc17:57
*** luisv has joined #cc18:02
JED3paroneayea: ping18:10
paroneayeaJED3: gnop18:10
paroneayeawhat's up18:13
JED3i18n.git is a submodule of i18npkg correct?18:13
paroneayeayes18:13
JED3for some reason i18n.git wasn't pulled with my clone of i18npkg18:13
paroneayeaeven after a git submodule init && git submodule update ?18:14
JED3ahh, I didn't know it had to be init'd, was just trying submodule update18:14
JED3thanks paroneayea18:14
paroneayeayup18:15
*** paroneayea has quit IRC18:18
*** paroneay` has joined #cc18:18
*** oshani has quit IRC18:22
*** tvol has joined #cc18:24
*** oshani has joined #cc18:31
*** akila87 has left #cc18:32
*** paroneay` has quit IRC18:42
*** paroneayea has joined #cc18:43
*** luisv has quit IRC19:19
*** luisv has joined #cc19:27
*** tvol has quit IRC19:36
paroneayeaJED3: ping19:38
JED3paroneayea: ack19:39
paroneayeaJED3: so I'm trying to cherry-pick all these RDF related commits from packageify19:39
paroneayeayou made one commit, 19e1d3a833a587b10cc476e00185cd4b57703460, which seems really large and I'm not sure why that much was regenerated19:40
paroneayeadid you run it through the translation machinery?19:40
paroneayeaI'm trying to figure out what changed so I can merge it and I'm not sure19:40
JED3ahh19:41
JED3yes that was ran throught the machinery19:41
paroneayeaah okay19:42
paroneayeaso just add:19:42
paroneayea+    <dc:title xml:lang="i18n">${country.ec}</dc:title>19:42
paroneayeaand then run it through the machinery19:43
paroneayeaand that should be it?19:43
JED3paroneayea: http://dpaste.com/182974/19:43
JED3thats the addition19:43
paroneayeaokay19:43
paroneayeacool, thanks19:43
JED3wait one sec19:43
JED3that diff would fail19:44
paroneayeadon't worry, I'll just add     <dc:title xml:lang="i18n">${country.ec}</dc:title>19:44
paroneayeaand run the machinery19:44
paroneayeaI just needed to confirm what was happening so I could reproduce it19:44
paroneayeathx JED3  :)19:45
JED3okay cool, np paroneayea19:46
akozakJED3, are you in the office19:47
JED3akozak: yes19:47
akozakJED3, at your desk?19:47
JED3akozak: yes?19:47
akozakcould you do me a huge favor and check if a laptop charger is plugged into my power strip?19:47
JED3akozak: there is a dell adapter plugged in, yes19:48
akozakfffuuuuu19:48
akozakok thanks19:48
JED3haha19:48
JED3happened to me many times ;)19:48
akozakthis is why i have a desktop19:49
JED3the other day i left my entire laptop in my rush to get out of the office!19:49
akozakhahaha19:49
JED3the staff happy hour anticipation may have had something to do with that19:49
*** akozak has quit IRC19:53
paroneayeayay, "mergehell" branch almost finished :)20:01
*** jgay has joined #cc20:10
*** oshani has quit IRC20:31
*** oshani has joined #cc20:33
*** ankitg has joined #cc20:55
*** ankitg has quit IRC20:57
*** oshani has quit IRC21:08
*** oshani has joined #cc21:10
JED3paroneayea: ping21:47
paroneayeaJED3: pong21:47
paroneayeasupp21:51
paroneayeapppppppp21:51
JED3sorry, was talking to nathan for a sec21:51
JED3paroneayea: is this the quickest way to do this...21:51
JED3cc.license.by_code(**(cc.license.uri2dict('http://creativecommons.org/licenses/by/3.0/us/deed.fr')))21:53
JED3to get a CCLicense obj from a uri that's "deed'ed"21:53
JED3cc.license.from_uri justifiably barfs on deed.XX21:54
paroneayea:O21:55
paroneayeahm21:55
JED3hmm21:56
JED3actually uri2dict isn't in the cc.license namespace21:56
paroneayea1sec21:56
JED3i'd have to import from _lib, is there a cleaner, simpler way to do this?21:56
JED3paroneayea: take your time21:57
paroneayeaactually, might be possible to add something like21:57
paroneayeacc.license._lib.functions.by_deed_uri21:58
paroneayeathat does an rdf_helper SPARQL query21:58
paroneayeawait let me double check that I'm not being insane21:58
paroneayeaokay nm I'm being insane21:59
paroneayeaokay yes that looks like the cleanest way21:59
paroneayeamay be good to make a cleaner looking wrapper22:00
paroneayeathat's called by_deed_uri or something22:00
JED3yeah, i agree22:02
JED3and inserting that as an imported function to cc.license.__init__22:03
JED3I can do that know if you want22:03
JED3now*22:03
paroneayeaI'd be down22:05
JED3paroneayea: :/ not as easy as I thought22:08
JED3uri2dict requires a trailing slash22:08
paroneayeaslashist faschists22:09
*** bassel has quit IRC22:10
JED3paroneayea: yay, translated pop up messages on the deeds http://imm.io/j4f22:34
paroneayea:O22:34
*** oshani has quit IRC22:42
*** uliseslima has joined #cc23:10
*** oshani has joined #cc23:14
*** uliseslima has quit IRC23:19
*** uliseslima has joined #cc23:19
*** luisv has quit IRC23:21
*** nb is now known as i23:23
*** oshani has quit IRC23:24
*** luisv has joined #cc23:28
*** wormsxulla has quit IRC23:40
*** i is now known as nb23:47
*** wormsxulla has joined #cc23:58

Generated by irclog2html.py 2.6 by Marius Gedminas - find it at mg.pov.lt!