Friday, 2008-06-20

*** davidstrauss has quit IRC00:02
*** pmiller has quit IRC00:59
greg-gheh01:22
*** greg-g has quit IRC01:36
*** davidstrauss has joined #cc01:42
jibotdavidstrauss is "P" and not "P"01:42
davidstrauss?karma c01:43
jibotc has 1685 points01:43
rejon?karma rejon01:56
jibotrejon has 2 points01:56
rejonnothing01:56
rejonhttp://www.cbsnews.com/stories/2008/06/19/eveningnews/main4197525.shtml01:56
rejonthat should get me some karma01:56
*** AndyFitz has left #cc02:08
*** bringatowel has joined #cc02:09
*** hdworak has joined #cc02:37
*** AndyFitz has joined #cc02:38
*** Oxbadcoded has joined #cc02:45
*** pmiller has joined #cc03:09
*** pmiller has left #cc03:17
davidstraussrejon++03:23
*** davidstrauss has quit IRC03:25
*** AndyFitz has quit IRC03:29
*** hdworak has quit IRC03:30
*** AndyFitz has joined #cc03:31
*** RainRat has quit IRC03:37
*** ereslibre has joined #cc03:47
*** cchelpbot has joined #cc04:02
*** kristallpirat has joined #cc04:10
*** kristallpirat has quit IRC04:31
*** crumblenaut has joined #cc04:34
*** crumblenaut has left #cc04:34
*** BobChao has quit IRC04:39
*** AndyFitz has quit IRC05:07
*** hdworak has joined #cc05:10
*** hdworak has quit IRC05:36
*** RainRat has joined #cc05:51
*** rohitj has joined #cc06:42
*** hdworak has joined #cc08:03
hdworakis there any human-readable comprehensive list of all cc licenses ever published? including software ones?08:04
hdworakpaulproteus: regarding our previous discussion about regex for comments: this would only work for a document that does not contain CDATA08:14
hdworakbecause in CDATA such thing is allowed: <![CDATA[ <!--abc--> ]]> and the "abc" is not in a comment :) so first one has to canonicalize the XML or at least parse CDATA to PCDATA08:16
hdworakboth rel and type attributes are optional for elements "a" and "link"08:23
hdworakdo we ignore the case where someone does <link href="mylicensewithoutevenanrdfextension" /> or <a href="mylicensewithoutevenanrdfextension">under these conditions</a> ?08:24
hdworakotherwise we would have to analyse *all* the hyperlinks on a Web page08:25
hdworakcould we narrow the scope to the "link" and "a" elements that have either meta or license as one of its "rel" relationships?08:26
paulproteushdworak, Don't use regexps.09:27
paulproteusUse an XML/SGML/BeautifulSoup parser.09:27
paulproteusIt'll hand you comment objects.09:27
paulproteusTa-da.09:27
paulproteushdworak, Yes we ignore those - we say "No CC license found".09:28
hdworakyes, I remember we decided to use BeautifulSoup, that was just a follow-up to a theoretical discussion09:31
*** greg-g has joined #cc09:34
jibotgreg-g is "developing" the "community" for "creative commons"09:34
*** ajbrooks has quit IRC09:36
*** kristallpirat has joined #cc09:37
hdworakpaulproteus: can "DC.rights.license" be used as a valid link type for a license? what about "DC.rights" alone?09:39
*** iRobot has joined #cc09:43
hdworakok, I assume it's possible, because of http://wiki.creativecommons.org/Extend_Metadata#In_META09:44
hdworakdoes DC.rights in as a link type have any meaning whatsoever if no profile URI for the "head" element has been specified?09:45
hdworakI assume that <meta name="license" (w/o the "dc:" prefix) does not mean anything09:47
hdworakactually, scratch that, it seems that many people provide license information this way (20,800 hits on Google)09:48
hdworakhttp://www.google.pl/search?hl=pl&q=meta+name%3D%22license%22&start=10&sa=N09:49
hdworakwow, some ppl even do name="license_uri" cf. http://code.zhdk.ch/projects/schnipsel/browser/themes/wordpress/techmonkey2/header.php?rev=20809:51
*** greg-g has quit IRC09:56
*** iRobot is now known as CharelB09:56
*** rohitj has quit IRC09:57
*** rohitj has joined #cc09:58
*** stevel has joined #cc10:03
*** Steren has joined #cc10:18
jibotSteren is sitting next to greg-g and from Nancy10:18
hdworakdid creativecommons ever recommended embedding/linking RDF in other form than application/rdf+xml ?10:26
hdworaklike n3, for instance10:26
*** NickGarvey has joined #cc10:28
NickGarveywhat does the "by" in cc-by mean?10:28
paulproteusAttribution.10:28
paulproteusIt's explained if you click on a link to the license.10:28
paulproteusAttribution means "giving credit".10:28
paulproteusSo "saying who it's by".10:28
NickGarveyI mean I know what attribution means and everything the licensee needs to do - ah alright10:28
NickGarveyI wasn't sure why it was "by" instead of "at" or something10:28
paulproteusIt's an old abbreviation. (-:10:29
NickGarveyalright, thanks10:29
hdworakhey, what about http://www.w3.org/TR/REC-html40/types.html#type-links rel="Copyright"10:30
hdworakis it abandonned?10:30
hdworakit's in HTML 4.01 in contrast to license10:30
*** NickGarvey has left #cc10:33
Sterenarf, interns are the first at the office10:48
SterenIt could be better if they had the key :)10:48
*** LeahMacbook has joined #cc10:51
*** greg-g has joined #cc10:54
jibotgreg-g is "developing" the "community" for "creative commons"10:54
*** LeahMacbook has quit IRC10:54
hdworakI've found the urllib's open_data is suitable for handling "data:" URL scheme10:58
paulproteushdworak, Super rad!11:01
hdworakhold on11:01
paulproteusSteren, Ouch!11:01
paulproteushdworak, I don't know re: HTML 4.01 rel="Copyright"11:01
hdworakI'm uploading a .txt that I want the contents to appear on the Wiki later on11:01
*** Mihai` has joined #cc11:02
hdworakis cc position such that the second rel="license" is equivalent to rel="alternative license" ?11:02
paulproteusI don't know rel="alternative license"11:02
paulproteusDoes rel="" say that the contents are space-separated values, like class="thing1 thing2"?11:02
hdworakyes, exactly11:03
paulproteusThen sure, I suppose it would be, although it's weird.11:03
hdworakthat was one of the flaws of nathany's regex in cctools11:03
*** ajbrooks has joined #cc11:03
paulproteusajbrooks, There are still muffins etc., right?11:03
ajbrooksyep11:04
hdworakpaulproteus: could you please have a look at the questions above?11:04
hdworak1. did creativecommons ever recommended embedding/linking RDF in other form than application/rdf+xml ? like n3, for instance11:05
hdworak2. does DC.rights in as a link type have any meaning whatsoever if no profile URI for the "head" element has been specified?11:05
paulproteushdworak, I think we never did, although in principle that's valid.11:06
*** UltraMagnus has joined #cc11:06
paulproteusre: 111:06
hdworak3. is there any human-readable comprehensive list of all cc licenses ever published? including software ones?11:06
paulproteusre: 3: creativecommons.org/licenses/index.rdf ?11:07
paulproteusI think that's the closest we get.11:07
hdworakhuman-readable...11:07
hdworakok, how about 1 and 2?11:07
paulproteusre: 2: I don't know the DC-rights standard, but you're welcome to (a) read the docs for DC rights and (b) suggest people switch to rel="license" (or add it)11:07
paulproteusre: 1: <paulproteus> hdworak, I think we never did, although in principle that's valid.11:07
hdworakso rel="license" is just microformat?11:08
paulproteusWell, it's RDFa too.11:08
hdworakand RDFa starts with rel="cc: etc.?11:08
hdworakno11:08
hdworakadditional attributes even11:08
hdworakand what about this typeof vs instanceof11:08
hdworakI see recent works that use one over another11:09
paulproteusI don't know, that's an interesting question; I'm going to head out for now.11:09
paulproteusBed Adida will know re: typeof vs. instanceof, or I can read the documentation, or you could too maybe.11:09
hdworakthe docs contradict each other11:10
hdworakthat's why I'm asking11:10
paulproteusI see.11:10
paulproteusYou know what I just realized?  There's a cc-metadata list with Ben and NY on it.11:10
hdworakon principle, I do read stuff before I come up with these questions :)11:10
paulproteusOkay (-:11:10
paulproteusIn that case, I don't know, if the docs contradict each other.11:11
hdworakhttp://www.w3.org/MarkUp/2008/CR-rdfa-syntax-20080612/#rdfa-attributes vs. http://www.w3.org/TR/xhtml-rdfa-primer/#publishing-an-event11:12
hdworakboth documents at most 3 months old; one mentions instanceof but doesn't mention typeof; the other does reversal11:12
paulproteusEmail the authors and CC: me, and let them fight it out (-;11:13
paulproteusAnyway, time to go to the office.11:13
hdworak:)11:13
hdworakhttp://rafb.net/p/CBRXDZ64.txt11:14
hdworakthe contents I thought would be worth putting on the wiki11:14
*** bovinity has joined #cc11:15
jibotbovinity is brilliant11:15
hdworakwow, I've found a bug in rafb.net11:15
hdworakpaste "([^:>'"]+:" and you get "&#65279;([^:>'"]+:"11:16
hdworak:D11:16
*** ftobia has joined #cc11:18
jibotftobia is head of RPI Free Culture and thinks censorship is generally to be frowned upon11:18
hdworakok, notified the author11:25
*** davidstrauss has joined #cc11:32
jibotdavidstrauss is "P" and not "P"11:32
*** sudo_rohitj has joined #cc11:32
*** davidstrauss has quit IRC11:34
*** greg-g has quit IRC11:42
hdworakdo you see anything wrong with <object type="application/rdf+xml" data="metadata.rdf"></object> ?11:48
hdworakwhere metadata.rdf is a file in the same folder as the document?11:48
*** rohitj has quit IRC11:49
*** nathany has joined #cc11:51
*** UltraMagnus has quit IRC11:53
*** sudo_rohitj has quit IRC11:54
*** sudo_rohitj has joined #cc11:54
ftobianathany: i've got a quick buildout/entry-point question. i'll be there in a sec.11:55
bovinitysudo make me a sandwich11:55
*** nkinkade has joined #cc11:57
paulproteuslol, bovinity12:05
nathanysweet, delicious, life brining coffee12:05
nathanyer, bringing12:05
nathanyugh12:05
bovinitybriny coffee would be neither sweet or delicious12:05
nathanyarr12:06
bovinityit would eb full of rum, though12:06
nathanyseen on my facebook "wall":12:06
nathany"hung over and its only friday ??!!! ......gurl....."12:06
*** kristallpirat has quit IRC12:10
*** LeahMacbook has joined #cc12:16
*** rohitj_ has joined #cc12:20
bovinityajbrooks: do these second page items you sent me replace the entirety of the cclearn projects items?12:21
ajbrooksyep12:22
bovinityicons and all?12:22
*** LeahMacbook has quit IRC12:24
ajbrooksbovinity: yep, the search icon should apply to the tech, the people to the social -- do you know of a good icon to represent the legal paragraph?12:26
*** sudo_rohitj has quit IRC12:26
bovinityalready have the scales of justice icon12:26
ajbrooksok sweet12:27
ajbrooksthat works12:27
bovinityajbrooks: can you edit down legal and technical? tech is way long12:29
rejonhttp://www.readwriteweb.com/archives/wiki_universal_edit_button.php what12:34
paulproteusrejon, Ya (-:12:36
bovinityyou guys need a "danger will robinson!" sample for those sms messages12:36
*** Yaco_ has quit IRC12:37
nkinkadeI'll have it play a small Buffett clip instead.12:37
bovinity"danger danger, high voltage!" etc12:38
paulproteushttp://www.sing365.com/music/lyric.nsf/Danger-High-Voltage-lyrics-Electric-Six/0B03F56B4024D0C448256D5E0007661712:41
bovinity;)12:41
paulproteus$ youtube-mplayer -vo null http://www.youtube.com/watch?v=aQQeg3jYgOA12:42
paulproteusNext up, "Improper Dancing".12:46
*** currybot has joined #cc12:47
nathanycurrybot: 112:47
*** currybot has quit IRC12:47
bovinityaww12:47
*** currybot has joined #cc12:47
nathanycurrybot: 112:47
currybotcurrybot: 112:47
*** currybot has quit IRC12:47
paulproteusnathany, How familiar are you with YUI?12:48
nathanysomewhat12:48
*** currybot has joined #cc12:48
nathanycurrybot: 112:48
currybot('DAL LOUKI \r\n\t(Chickpea lentil cooked with white squash)\r\n\tThis entr\xe9e is prepared from garlic, ginger, red onions, tomatoes, and 5C, \r\n\tGaram masala that is cardamom, cloves, cumin seed, coriander, Cinnamon.', '$5.00')12:48
*** currybot has quit IRC12:48
bovinity!12:48
paulproteus!!12:48
hdworak!!!12:48
rejon!!!!!12:48
rejoncurrybot 212:48
*** rohitj_ has quit IRC12:48
rejoncurrybot: 212:48
nathanyuh, yeah, it left12:48
paulproteusWe should give the currybot its own IP address.12:49
rejonoh yah ;)12:49
bovinitylunch.creativecommons.org12:49
rejoni'm getting weird output on currybot...not sure if you guys see the hidden chars (\r\n\t)12:51
bovinityyes, it's not finished jon12:51
rejondamn12:52
paulproteustechblog it12:52
rejonyou guys have attitude12:52
nathanysounds like a challenge to m e12:52
nathanyme12:52
rejonto techblog it or have more attitude than nathany?12:53
nathanythe latter :)12:53
rejoni decline the attitude offer12:53
paulproteusfrom nathany import attitude12:53
rejonexport you mean12:53
paulproteusdel nathany.attitude12:54
paulproteus# muahaha, it's mine now12:54
nathanylol12:54
paulproteusIf you guys aren't careful, I'm going to give the office IPv6.12:54
*** rejon has left #cc12:54
*** LeahMacbook has joined #cc12:54
bovinityclass bitchslap(nathany.attitude):12:54
*** rejon has joined #cc12:55
paulproteus     pass # fully implemented by superclass12:55
*** nkinkad1 has joined #cc12:55
nathanythank you, thank you12:55
*** nkinkade has quit IRC12:56
*** currybot has joined #cc12:59
nathanycurrybot: 112:59
currybotDAL LOUKI12:59
currybot$5.0012:59
currybot(Chickpea lentil cooked with white squash)12:59
currybot$5.0012:59
currybotThis entrée is prepared from garlic, ginger, red onions, tomatoes, and 5C,12:59
currybot$5.0012:59
currybotGaram masala that is cardamom, cloves, cumin seed, coriander, Cinnamon.12:59
currybot$5.0012:59
*** currybot has quit IRC12:59
bovinity5C?12:59
*** currybot has joined #cc13:00
nathanycurrybot: 113:00
currybotDAL LOUKI13:00
currybot(Chickpea lentil cooked with white squash)13:00
currybotThis entrée is prepared from garlic, ginger, red onions, tomatoes, and 5C,13:00
currybotGaram masala that is cardamom, cloves, cumin seed, coriander, Cinnamon.13:00
currybot$5.0013:00
*** LeahMacbook has quit IRC13:00
ftobiacurrybot: 213:00
currybotSUBZ-E-SOA13:00
currybot(Fresh Vegetables cooked in onions, ginger, garlic, tomato and dill hurb13:00
currybotcurry)13:00
currybotUnlike South Indian cooks the Northern counterparts like to use the whole13:00
currybotspices to prepare and flavor the base for the vegetables. This classic13:00
currybotHimachal dish is prepared with the fresh vegetables like cauliflower,13:00
currybotpotatoes, bell peppers, mushrooms and blue lake beans with big julienne of13:00
currybotred onions, garlic and vine ripened tomatoes and then added fresh hurb.13:00
currybot$5.0013:00
ajbrooksdo you guys have to manually update the currybot or is that data being pulled in somewhere?13:00
bovinitymagic13:00
rejonthat is awesome...suspenseful even!13:00
nathanylol13:01
ajbrooksinternet magic13:01
*** currybot has quit IRC13:01
rejonscraped I believe13:01
*** LeahMacbook has joined #cc13:01
paulproteusYay UTF-8!13:01
rejoncurrybot: order 1-2 combo13:01
paulproteusrejon, fire the photon torpedos13:02
ajbrooksI want to see the cchelpbot and the currybot fight each other13:02
paulproteuscurrybot, fire the photon torpedos13:02
rejoncurrybot: deliver 250 clara #15 12:30 PM13:02
bovinitycchelpbot is dead to me now. if it can't order lunch, what good is it.13:02
cchelpbotbovinity: Error: "is" is not a valid command.13:02
*** currybot has joined #cc13:02
rejonok...getting ahead of myself13:02
nathanycurrybot:213:02
currybotSUBZ-E-SOA (Fresh Vegetables cooked in onions, ginger, garlic, tomato and dill hurb curry) Unlike South Indian cooks the Northern counterparts like to use the whole spices to prepare and flavor the base for the vegetables. This classic Himachal dish is prepared with the fresh vegetables like cauliflower, potatoes, bell peppers, mushrooms and blue lake beans with big julienne of red onions, garlic and vine ripened tomatoes and then13:02
currybot$5.0013:02
paulproteusWewt.13:03
nathanycurrybot: help13:03
currybotNo help here; guess you're SOL.13:03
paulproteus?google "unlike SOUTH INDIAN cooks"13:03
jibotSearch for "unlike SOUTH INDIAN cooks": 0.107 seconds. Showing first 1 of 1 sites13:03
jibotMehfil Indian Dine In Lunch Menu - http://mehfilindian.com/LunchMenuDineIn.htm13:03
bovinitywoah13:03
rejonwhoa13:03
paulproteusMan, I ran out of space on the OpenWRT.13:05
paulproteusAnd I thought 1.2M was enough for anybody.13:06
*** currybot has quit IRC13:06
nkinkad1paulproteus: I even had to uninstall some things on the office route the other day.13:09
paulproteusnkinkad1, I just uninstalled nano.13:10
nkinkad1Thanks.13:10
paulproteuslol!13:10
nkinkad1:-)13:10
paulproteusStill not enough space, anyway.13:10
nkinkad1What are you trying to install?13:10
paulproteusipkg install kmod-ipv613:11
*** LeahMacbook has left #cc13:14
paulproteusnkinkad1, Do you know where the NAT scripts/config is on this thing?13:15
nkinkad1I think pretty much everything can be found in /etc/config/13:16
nkinkad1Is it not in there somewhere?13:16
paulproteusI don't see it.13:17
paulproteusBut maybe it's implicit rather than explicit.13:17
nkinkad1paulproteus: /etc/init.d/firewall13:19
paulproteusI guess that's what "forward" does.  Okay.13:19
nkinkad1I thought there was a special NAT table?13:20
nathanynkinkad1: any objections to me running an IRC bot from one of the servers?13:20
paulproteusIRC++13:20
nkinkad1There a section in that file ### MASQ13:21
nathany(in particular, http://code.creativecommons.org/viewgit?p=currybot.git;a=summary)13:21
*** brianrowe has joined #cc13:21
paulproteusnathany, You're twisted.13:22
nathanythank you13:22
ajbrookspaulproteus: how long does it take events to show up on the map?13:23
paulproteusajbrooks, They never show up currently.13:23
paulproteusIt should be refreshed every hour.13:23
paulproteusBut there's a confusing mismatch between SMW and the CSV exporter nathany wrote that I tried to debug yesterday but just emailed the SMW list about instead.13:24
paulproteusI'm hoping they'll answer yesterday or today; if not, I'll do something by Monday.13:24
ajbrooksok cool - thanks13:24
*** jgay has joined #cc13:25
jibotjgay is http://www.gnu.org/people/speakers.html#Gay13:25
ajbrookshas the teamspace smw been upgraded or changed at all recently? my presentation fact boxes aren't showing up anymore13:27
ajbrookshttp://teamspace.creativecommons.org/OER_NOW13:27
nkinkad1ajbrooks: Yes, it was lately upgraded from 1.1.1 to 1.1.2.13:29
nkinkad1But I doubt that has anything to do with your issue.  It was just a security update.13:29
ajbrookshmm.. I'm not sure what happened, I haven't changed anything to the presentation form or template that would explain it13:30
*** stevel has quit IRC13:30
*** nkinkad1 has left #cc13:33
jgayajbrooks: I'm using SMW a lot these days -- it's great13:34
*** davidstrauss has joined #cc13:34
jibotdavidstrauss is "P" and not "P"13:34
jgaydavidstrauss: you should be P and NP :-)13:35
paulproteusnkinkade, nathany, Don't look now, but your wireless network interfaces have fully-fledged IPv6 address.13:36
paulproteusEveryone else too.13:37
paulproteusping6 www.kame.net13:37
ajbrooksjgay: smw = rad13:37
ftobia2002:456d:ab0b:cc:212:f0ff:feef:757013:38
jgayajbrooks: yeah, especially when combined with semantic forms :-)13:38
jgayI'm helping to create this site http://216.93.249.195/wiki/index.php/Main_Page -- people submit and edit educational resources with the same form. I'ts pretty awesome.13:39
*** davidstrauss_ has joined #cc13:41
ajbrookshow'd that wikijam go, btw?13:41
*** davidstrauss has quit IRC13:42
*** UltraMagnus has joined #cc13:44
*** nkinkade has joined #cc13:45
jgayajbrooks: it went well. We had about a dozen people turn up and move over hundreds of books to the new site13:48
jgaywe are getting close to relaunch -- as soon as we have reviews added to the books we'll be good to go (and some general rewrite of front page text, etc)13:49
paulproteusjgay, Wow, totally awesome.13:49
paulproteusnkinkade, If you have a sec, try: ping6 ipv6.google.com13:49
nkinkadenkinkade@npk:~$ ping6 ipv6.google.com13:50
nkinkadePING ipv6.google.com(2001:4860:0:2001::68) 56 data bytes13:50
nkinkade64 bytes from 2001:4860:0:2001::68: icmp_seq=1 ttl=59 time=445 ms13:50
paulproteusWelcome to the network of networks.13:51
jgayajbrooks: paulproteus one important thing I'm working from for books and using semantic mediawiki, is to figure out a good subset of ERIC for online educational resources13:51
jgaythat way we can all share, essentially, the same tag clouds13:51
jgayand all be pulling form ERIC13:51
jgaywww.eric.ed.gov/13:51
paulproteusjgay, Interesting, /me loads13:51
*** tantek has quit IRC13:52
*** currybot has joined #cc13:56
nathanyhello, currybot13:56
nathanycurrybot: hello!13:57
nathanycurrybot: fail13:57
nathanycurrybot: 313:57
currybotMURGA DAHIWALA (Boneless chicken cubes cooked red onions, tomatoes, and yogurt) This dish comes from Northern Part of India. The boneless chicken pieces are marinated overnight in plain yogurt with a little rock salt. The base is prepared in red onions, tomatoes, ginger, garlic, cumin, and cardamom turmeric. The marinated chicken is added to it along with the marinade and cooked.13:57
currybot$ 5.0013:57
bovinitycurrybot: i can haz curry plz13:57
*** currybot has quit IRC13:58
*** currybot has joined #cc13:58
nathanycurrybot: hello!13:58
currybotnathany: mmm... curry...13:58
ftobiacurrybot: 114:00
currybotDAL LOUKI (Chickpea lentil cooked with white squash) This entrée is prepared from garlic, ginger, red onions, tomatoes, and 5C, Garam masala that is cardamom, cloves, cumin seed, coriander, Cinnamon.14:00
currybot$5.0014:00
paulproteuscurrybot, price of sandwiches in fridge14:00
bovinitycurrybot: 414:00
currybotTOMATO CINNAMON MEATBALL MASALA (CHEF’S SPECIAL)  Home made Beef meatballs Braised in Fresh garlic, ginger, onions, and Roma Tomatoes Finished in a Masala of roasted Cinnamon Bark. An Excellent infusion With an Indian Flavor. This dish was specially created for the all season.14:00
currybot$6.0014:00
bovinitycurrybot: 514:01
currybotbovinity: mmm... curry...14:01
*** adjohn has quit IRC14:02
paulproteusIt really is the Summer of Curry Code.14:02
paulproteuscurrybot, Are you written in ML?14:02
nathanypaulproteus: currybot is in git :)14:03
paulproteusI saw, I jest. (-:14:04
paulproteusnathany, What's the v6 address of your laptop?  I want to SSH in from Japan. (-:14:04
paulproteus(Or do I have an account?  I forget.)14:04
nathanyno account, no idea what the address is14:04
nathany2002:456d:ab0b:cc:21b:77ff:fe37:8bf1/6414:04
nathanypaulproteus: bovinity: ftobia: etc -- curry?14:05
paulproteusnathany, Aww re: no account14:05
paulproteusnathany, I'm thinking more leftovers.14:06
ftobianathany: yeah the curry sounds good but the fridge is packed with food i don't have to pay for.14:06
CharelBre[back]14:15
*** greg-g has joined #cc14:23
jibotgreg-g is "developing" the "community" for "creative commons"14:23
*** davidstrauss_ has quit IRC14:35
*** UltraMagnus has quit IRC15:07
paulproteusnathany, wow, I'm missing out on something over there15:07
nathanyso are we, apparently15:07
nathanyi just heard jenn's laughter15:07
rejonpaulproteus: are the bikes at the office still? curious...15:20
paulproteusrejon, Mine is, and one other is.15:21
paulproteusLooks like a fixie - whose is that one?15:21
bovinitymine would be in the office, if i thought it would fit into the elevator15:21
rejonpaulproteus: joi's15:22
paulproteusHuh, okay.15:23
rejonyah, he let me borrow it, but I figure good to just leave at cc office for anytime ppl. need to go to meetings, etc15:23
paulproteusMan, it's probably in amazing shape.15:24
paulproteusI need to take "mine" to get tuned up so the chain stops slipping.15:24
paulproteusIt's funny how neither of those bikes belongs to either of us.15:24
bovinityneed to adjust my chain this weekend..15:24
hdworaknathany: was link type Copyright (which exists in HTML 4.01) ever used in context of licences? if no, why? if yes, was it related to cc?15:26
hdworaklink = the link15:26
nathanyhdworak: i don't believe it was ever used for CC licenses because it suffered the same problem as dc:rights -- lack of clear expectation re: contents15:27
paulproteusSounds like something my mom would say.15:28
hdworaknathany: http://www.w3.org/MarkUp/2008/CR-rdfa-syntax-20080612/#rdfa-attributes vs. http://www.w3.org/TR/xhtml-rdfa-primer/#publishing-an-event15:28
hdworaknathany: both of the above documents are at most 3 months old; one mentions instanceof but doesn't mention typeof; the other does reversal15:28
*** adjohn has joined #cc15:29
hdworaknathany: so what's the deal with typeof and instanceof?15:29
nathanyi believe instanceof was replaced by typeof15:29
nathanyjust read the CR document15:29
nathanysince the other is a draft15:29
nathanyhdworak: ^^15:30
hdworakyes, thank you15:30
nathanynp :)15:31
hdworaknathany: does DC.rights in a link type have any meaning whatsoever if no profile URI for the "head" element has been specified? (yes, I've read the HTML spec that says authors SHOULD use profile for link types that are not defined in HTML)15:31
nathanyi'm not really sure15:32
nathanyI mean, presumably it has *some* meaning, but you can't say very well what it is15:32
hdworakbasically, my question is: if I see no profile="" in the "head" element can I treat rel="DC.rights" as rel="foobar" ?15:32
nathanywell are you asking specifically about dc:rights, or about rel="..." (RDFa) in general?15:32
hdworakabout link types in general15:33
nathanyyes, you "should" use a profile for HTML, but in reality it's not uncommon to find annotated documents w/o the profile15:33
hdworakis it semantically valid to interpret this as the real DC.rights if no profile has been specified?15:33
nathanysorry if i missed something -- are you referring to <head> links or to RDFa?15:34
hdworakI'm referring to <head profile="" and its relation to not-contained-in-HTML-specs link types15:35
hdworakthat are used in rel="" in a and link15:35
hdworakthis issue is not bound to RDFa as I see it15:35
nathanywell I was asking because RDFa has a profile="" you can use, but we shouldn't depend on that turn on/off rdfa processing15:36
nathany(that was why i asked)15:36
nathanywrt dc.rights, i don't know15:36
hdworakok, I'm not that into RDFa yet, I've just read some primers15:37
nathanymy instinct is to say that it doesn't matter since we don't use or care about dc:rights15:37
nathanyyou could probably take a middle position by displaying the information (when no profile exists) and warning users15:37
nathanybut that seems like a real edge case15:37
hdworakwell, as far as I understand things the validator was supposed to dump all the data it could (not related to the license) based on the RDF in a table?15:38
hdworakbut it's true that it's of second importance from the validator pov15:38
nathanywell we always showed additional information (like title, etc), but I don't think we want to build a general purpose RDFa/metadata-in-pages validator15:38
nathanypaulproteus, feel free to jump in if you think i'm mis-characterizing things15:39
* paulproteus is listening and feels okay so far15:39
hdworakok, cool, I'm just trying to understand things I'm dealing with :)15:39
paulproteusnathany, re: dc.rights:15:39
hdworakI'm writing tests atm15:39
paulproteusIt would be nice to pick up on that metadata and say, "Hey, use RDFa".15:39
hdworakdecided to make a Python script for that15:39
hdworakpaulproteus: yes, but just detecting stuff and saying "you're using deprecated methods" is one thing15:40
hdworakthe other being proposing what equivalent RDFa should look like15:40
paulproteus"Best effort" is fine.15:41
hdworakand the third being pointing out errors in deprecated methods (now I do NOT mean stating that they are deprecated) - like if someone declared by-nc-nd and then messed the permits stuff in RDF15:41
paulproteushdworak, Right, sure15:41
paulproteusre: second: I mean, if you detect a CC license URL in dc.rights, say, "I *think* this is what you mean..."15:41
hdworakhave you seen that rafb.net/paste plain text I've linked before?15:42
hdworakthat's pretty much a roadmap for test cases15:42
* hdworak welcomes suggestions wrt15:43
* paulproteus reads it now15:43
hdworakhttp://rafb.net/p/CBRXDZ64.txt15:43
paulproteusLooks okay to me.15:44
hdworak<a href="http://creativecommons.org/licenses/by-nc-nd/2.0/" xmlns:cc="http://cc.org/ns#" rel="cc:license">...</a>15:44
hdworakis this something akward or I've missed something?15:44
hdworakaside of cc.org instead of creativecommons.org of course15:45
paulproteusThat's fine, but you don't need the xmlns since license is an XHTML reserved word (as I understand things).15:45
hdworakyes, exactly15:45
hdworakthat's why it felt strange15:45
hdworakand cc:license actually defines the license15:46
hdworaknot work15:46
hdworakhm...15:46
* hdworak is a bit confused15:46
paulproteusI don't understand your confusion.15:46
hdworakwhen would we have rel="cc:Work"?15:47
paulproteusI dunno, that's weird.15:48
hdworakmaybe if I would like to describe http://example.org/gnomophone.mp3 using RDFa?15:48
nathanyhdworak: cc:Work is a "type"15:48
hdworakor should I use about=""?15:49
nathanyso you might do something like15:49
nathanytypeof="cc:Work"15:49
nathany(i'm actually not sure what context i'd write that in... but you wouldn't do rel="cc:Work", just like you wouldn't do rel="cc:License"15:49
hdworakok, so typeof="cc:Work" but rel="cc:license" ?15:49
hdworakok, so that was my question15:50
hdworak<a href="http://creativecommons.org/licenses/by-nc-nd/2.0/" xmlns:cc="http://cc.org/ns#" rel="cc:license">...</a>15:50
nathanyyes, but the important thing is, it doesn't matter :)15:50
hdworakif the above is ok?15:50
nathanythat's fine15:50
nathanyyou don't even need cc:license, though; license is fine15:50
nathany(the cc schema states that cc:license == dc:license == xhtml:license)15:50
hdworakrdf:sameAs ?15:50
nathanyyes, and owl: (er, i forget -- same thing, though, declaring equivalence)15:51
hdworakno, wait15:52
hdworakI've spotted it now15:52
hdworakowl:sameAs, right15:52
hdworak:(15:53
hdworak<a href="http://example.org/work.zip" rel="cc:Work">my work</a>15:54
hdworakwhy is this erroneous?15:54
*** tantek has joined #cc15:55
*** Mihai` has quit IRC15:56
nathanyit's not wrong, hdworak, it just doesn't make much sense15:59
paulproteushdworak, Work is a class.15:59
Sterennathany: I'm currently working on bringing