Monday, 2010-11-08

SamWhitedI have a quick question about a work I want to use which is licensed under the CC Attribution 3.0 Unported license. I want to use an image on a show-poster I'm designing for a local theater, however, I can not include the attribution on the poster itself. Would it be within my rights to include the attribution in the show's program even though it won't be visible everywhere on the poster (or include the attribution on the theater's websit00:01
*** nb is now known as i00:09
*** i is now known as nb00:09
*** thisisparker has quit IRC00:36
*** erlehmann has quit IRC00:45
*** SamWhited has quit IRC01:17
*** SamWhited has joined #cc01:22
*** SamWhited has left #cc01:22
*** JoiIto has quit IRC01:33
*** JoiIto has joined #cc01:33
*** ghelleks has quit IRC01:54
*** JoiIto has left #cc02:06
*** wormsxulla has quit IRC05:13
*** wormsxulla has joined #cc05:27
*** kreynen has joined #cc05:33
*** kreynen has quit IRC05:52
*** DNS777 has quit IRC06:49
*** DNS777 has joined #cc06:51
*** kurador has joined #cc07:24
*** kurador has left #cc07:24
*** phurl has joined #cc07:56
*** thisisparker has joined #cc08:12
*** thisisparker has quit IRC09:04
*** thisisparker has joined #cc09:32
*** DNS777 has quit IRC09:37
*** DNS777 has joined #cc09:37
*** phurl is now known as lruhp10:58
*** lruhp is now known as phurl10:59
*** xelo has joined #cc12:54
*** xelo has left #cc12:55
*** kreynen has joined #cc13:25
*** oshani has joined #cc14:02
*** oshani has quit IRC14:36
*** oshani has joined #cc14:47
*** nkinkade has joined #cc15:07
paroneayeankinkade: yo15:38
nkinkadeparoneayea: Hi.15:39
paroneayeaI looked more into this and filed a bug for one thing http://code.creativecommons.org/issues/issue70915:45
paroneayeabut also15:45
paroneayeaI tried commiting from staging.cc.org/www/ and it wants auth for svn@code.cc.org15:46
paroneayeaI must be doing something wrong15:47
paroneayeacwebber@a7:/var/www/staging.creativecommons.org/www$ svn ci -m ".pd_explain_differnces not checked in I guess"15:47
paroneayeasvn@code.creativecommons.org's password:15:47
paroneayeahow does svn committing happen again, is it via public-key to the svn user?15:48
paroneayeaI made a new keypair for commiting from the servers (rather than my own machines)15:48
nkinkadeparoneayea: Yes, you'll have to add your new key to the svn user's authorized_keys file.15:49
nkinkade(on a7)15:49
paroneayea nkinkade: kk15:50
paroneayeankinkade: thx15:50
nkinkadeJust follow the patter of the other entries in that file, paroneayea.15:51
nkinkade*pattern15:51
*** Kaetemi has joined #cc17:23
*** Kaetemi has joined #cc17:23
*** isforinsects has joined #cc17:29
*** mralex has joined #cc17:34
*** thisisparker has quit IRC17:36
*** akozak has joined #cc17:51
*** JED3 has joined #cc17:53
*** bassel has quit IRC17:55
*** nkinkade has quit IRC18:00
*** nkinkade has joined #cc18:05
*** bassel has joined #cc18:08
*** wormsxulla has quit IRC18:25
*** wormsxulla has joined #cc18:38
JED3paroneayea: ping18:47
paroneayeaJED3: pong18:48
JED3I made a change in license.rdf, meaning i should run the tests for cc.engine, cc.license, and license.rdf. if they all pass am I safe to assume that this change is fine? it has to deal with chaning the selector class of publicdomain and mark, does cc.engine deal much with the selectors?18:51
JED3paroneayea: ^18:51
paroneayeaJED3: cc.engine doesn't currently use the selectors (a bug I should probably file on roundup)18:52
paroneayeaso it won't hurt cc.engine.18:52
JED3paroneayea: ahh okay18:52
JED3so the chooser doesn't construct an answers document anymore?18:53
JED3pure python conditionals to issue the license?18:53
paroneayeaJED3: it was always python conditionals in cc.engine :\18:53
JED3... i dont think i've ever looked over that part of the new cc.engine18:53
JED3oh it was?18:53
paroneayeaI pretty much ported it over from what I could tell in the old cc.engine18:54
paroneayeahold on18:54
JED3cc.engine used to build an answers document i thought?18:54
paroneayeadid it??18:54
JED3and passed it over to a different cc.license lib that output the license you wanted18:54
paroneayeaoh18:55
JED3this is all iirc18:55
paroneayeawell here's now it works now18:55
paroneayeahttp://paste.pocoo.org/show/288001/18:55
paroneayeaoops18:56
paroneayeaoh wait18:56
* paroneayea looking at deeds, smacks self18:56
paroneayeaokay, yes, here it is18:56
paroneayeahttp://paste.pocoo.org/show/288002/18:57
paroneayeaso you're right18:57
paroneayeaI didn't understand that about the selectors, so cc.engine doesn't use them.  I simply deconstructed it and ported it over to python conditionals18:57
JED3paroneayea: that's more preferred imo ;)18:58
JED3...your approach18:58
JED3so.. another question19:00
paroneayeasure19:00
JED3this regards ZPT so hold onto your boots19:00
* paroneayea holds onto his boots19:01
* paroneayea accidentally pulls himself up by his bootstraps19:01
* paroneayea admired by laissez-faire capitalists everywhere for his accidental bootstrap pulling skills19:01
JED3i am trying to create a separate template for the chooser's index page but I'm getting tripped up on the macro template's naming19:04
JED3so i copied engine.pt to engine_2_cols.pt19:05
paroneayeaok19:06
JED3then changed the metal:use-macro to engine_2cols_template on chooser_pages/index.pt but zpt isn't able to find that path19:06
JED3so how does the metal:use-macro work? "filename_template" ?19:07
paroneayeaJED3: ;)19:08
paroneayeaJED3: I pass the other templates into the context O:)19:08
JED3doh19:09
JED3okay19:09
paroneayeathat template loader stuff in zpt doesn't work without zope19:09
JED3so i need to modify the view?19:09
paroneayeaor I couldn't figure it out / didn't think it was worth my time19:09
mralexparoneayea:  JED3: low priority, but any idea why the deed's print stylesheet is suddenly not working? as in, nothing appears on the printed page.19:09
paroneayea    engine_template = util.get_zpt_template(19:09
paroneayea        'macros_templates/engine.pt', target_lang)19:09
JED3paroneayea: :O thanks!19:09
paroneayeamralex: :O19:09
paroneayeamralex: well I just did an svn up on there19:10
paroneayeanot sure why it wouldn't be working19:10
paroneayeamaybe permissions...19:10
mralexthe css is getting included, but nothign is appearing. it's super weird.19:10
paroneayea-rw-rw-r--  1 nkinkade users  2117 2008-01-09 13:14 deed3-print.css19:11
paroneayeadoesn't look like it's changed...19:11
paroneayeanot sure why19:11
paroneayeamralex: whoa, yeah19:12
*** balleyne has joined #cc19:12
mralexmaybe an errant display:none somewhere? can't view source on a print :(19:12
*** jriachi has joined #cc19:12
jriachihello19:12
paroneayeamralex: but that css file hasn't changed in 2 years19:12
mralexright19:13
mralexneither has the basic template, much, aside from the pd related rollout earlier, which shouldn't have changed anything that would affect the print styles19:13
paroneayeaI mean19:13
paroneayeathe file on the server has not changed19:13
paroneayeathe actual css file19:13
paroneayealast modified 2008-01-0919:14
jriachiI have found a 'by-sa' picture, and i want to use it in a book... does that mean that the whole book will have to be licensed under creative commons 'by-sa'?19:14
paroneayeajriachi: I am not a lawyer, this is not legal advice, but yes probably, or something compatible (CC BY or CC0), unless you get the author's permission otherwise19:16
JED3jriachi: I2ANAL but from our FAQ... "If you combine any work with a Creative Commons-licensed work that is licensed with a ShareAlike license provision, then, because of the way that the ShareAlike license element operates, the resultant work will need to be licensed under the same license as the original work."19:17
jriachiJED3: thanks19:19
jriachilink?19:19
jriachi(in the topic, sorry)19:20
JED3jriachi: http://wiki.creativecommons.org/FAQ#If_I_use_a_Creative_Commons-licensed_work_with_other_works.2C_do_I_have_to_Creative_Commons_license_everything_else_as_well.3F19:21
jriachii guess i'll have to contact the author :)19:22
paroneayeaor license your work to BY-SA19:23
paroneayea:D19:23
*** thisisparker has joined #cc19:34
*** niekie has quit IRC19:38
*** erlehmann has joined #cc19:42
*** niekie has joined #cc19:43
*** oshani has quit IRC20:04
*** balleyne has quit IRC21:38
*** phurl has quit IRC21:43
*** kreynen has quit IRC21:53
*** kreynen has joined #cc22:17
*** erlehmann is now known as sex22:28
*** sex is now known as erlehmann22:29
JED3paroneayea: you around?22:31
paroneayeaJED3: sure am22:31
JED3paroneayea: have a moment in a bit to help with an i18n extraction on cc.engine?22:35
paroneayeaJED3: sure22:35
JED3nathan said you had some tooling built to mark strings using catalog keys as fuzzy when we change the content22:35
paroneayeayes22:36
paroneayeahave to re-extract, change in master .po, then running ./bin/sync auto-fuzzies22:36
paroneayeawant me to extract it?  What do you want extracted22:37
JED3paroneayea: one sec, about to push another update with more strings22:43
paroneayeawhat's changing, out of curiosity?22:44
JED3paroneayea: http://staging.creativecommons.org/choose/?lang=en_CA22:45
JED3removed the middle column on the chooser, and added text to the intro paragraphs22:46
JED3then on the results page, removed the duplicate donate link, removed the some rights reserved button, and a link to fairshare in the sidebar22:46
JED3the license keys that need to be extracted and marked fuzzy are...22:47
JED3license.explain, license.here_chosen, license.option_next_steps22:49
paroneayeaJED3: kk... I'll just do it from here since the process for extracting is currently non-optimal and I have it on my task list to make it into a more generic tool22:50
JED3paroneayea: awesome, yeah thats what i figured, best to leave it up to you at this point :)22:51
JED3paroneayea: oops i have another string that needs updating~!22:53
paroneayeaJED3: :O22:54
JED3paroneayea: ugh sorry, forgot about a separate issue sitting in roundup22:56
paroneayeaJED3: if you don't have the commits pushed yet I'm just going to push these out now and we'll get to the rest tomorrow, because I don't want to be super late to the LUG meeting22:58
JED3paroneayea: roger23:01
JED3i just pushed 1 wave of updates23:01
JED3this next one might take a while, so we can get to it tomorrow23:01
paroneayeaJED3: okay, let me know what the rest are for me to extract tomorrow23:02
JED3paroneayea: aye23:02
paroneayeaI'm syncing and updating transifex tomorrow, then I'm gonna run out the door23:02
paroneayeacya tomorrow23:02
JED3paroneayea: enjoy your ChiLUG mtg!23:03
paroneayeaDeKalb NIU LUG23:03
paroneayeaI'm not in chicago any more ;)23:03
paroneayeapushed to transifex23:05
paroneayealata!23:05

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