SamWhited | I 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 websit | 00:01 |
---|---|---|
*** nb is now known as i | 00:09 | |
*** i is now known as nb | 00:09 | |
*** thisisparker has quit IRC | 00:36 | |
*** erlehmann has quit IRC | 00:45 | |
*** SamWhited has quit IRC | 01:17 | |
*** SamWhited has joined #cc | 01:22 | |
*** SamWhited has left #cc | 01:22 | |
*** JoiIto has quit IRC | 01:33 | |
*** JoiIto has joined #cc | 01:33 | |
*** ghelleks has quit IRC | 01:54 | |
*** JoiIto has left #cc | 02:06 | |
*** wormsxulla has quit IRC | 05:13 | |
*** wormsxulla has joined #cc | 05:27 | |
*** kreynen has joined #cc | 05:33 | |
*** kreynen has quit IRC | 05:52 | |
*** DNS777 has quit IRC | 06:49 | |
*** DNS777 has joined #cc | 06:51 | |
*** kurador has joined #cc | 07:24 | |
*** kurador has left #cc | 07:24 | |
*** phurl has joined #cc | 07:56 | |
*** thisisparker has joined #cc | 08:12 | |
*** thisisparker has quit IRC | 09:04 | |
*** thisisparker has joined #cc | 09:32 | |
*** DNS777 has quit IRC | 09:37 | |
*** DNS777 has joined #cc | 09:37 | |
*** phurl is now known as lruhp | 10:58 | |
*** lruhp is now known as phurl | 10:59 | |
*** xelo has joined #cc | 12:54 | |
*** xelo has left #cc | 12:55 | |
*** kreynen has joined #cc | 13:25 | |
*** oshani has joined #cc | 14:02 | |
*** oshani has quit IRC | 14:36 | |
*** oshani has joined #cc | 14:47 | |
*** nkinkade has joined #cc | 15:07 | |
paroneayea | nkinkade: yo | 15:38 |
nkinkade | paroneayea: Hi. | 15:39 |
paroneayea | I looked more into this and filed a bug for one thing http://code.creativecommons.org/issues/issue709 | 15:45 |
paroneayea | but also | 15:45 |
paroneayea | I tried commiting from staging.cc.org/www/ and it wants auth for svn@code.cc.org | 15:46 |
paroneayea | I must be doing something wrong | 15:47 |
paroneayea | cwebber@a7:/var/www/staging.creativecommons.org/www$ svn ci -m ".pd_explain_differnces not checked in I guess" | 15:47 |
paroneayea | svn@code.creativecommons.org's password: | 15:47 |
paroneayea | how does svn committing happen again, is it via public-key to the svn user? | 15:48 |
paroneayea | I made a new keypair for commiting from the servers (rather than my own machines) | 15:48 |
nkinkade | paroneayea: 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: kk | 15:50 |
paroneayea | nkinkade: thx | 15:50 |
nkinkade | Just follow the patter of the other entries in that file, paroneayea. | 15:51 |
nkinkade | *pattern | 15:51 |
*** Kaetemi has joined #cc | 17:23 | |
*** Kaetemi has joined #cc | 17:23 | |
*** isforinsects has joined #cc | 17:29 | |
*** mralex has joined #cc | 17:34 | |
*** thisisparker has quit IRC | 17:36 | |
*** akozak has joined #cc | 17:51 | |
*** JED3 has joined #cc | 17:53 | |
*** bassel has quit IRC | 17:55 | |
*** nkinkade has quit IRC | 18:00 | |
*** nkinkade has joined #cc | 18:05 | |
*** bassel has joined #cc | 18:08 | |
*** wormsxulla has quit IRC | 18:25 | |
*** wormsxulla has joined #cc | 18:38 | |
JED3 | paroneayea: ping | 18:47 |
paroneayea | JED3: pong | 18:48 |
JED3 | I 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 |
JED3 | paroneayea: ^ | 18:51 |
paroneayea | JED3: cc.engine doesn't currently use the selectors (a bug I should probably file on roundup) | 18:52 |
paroneayea | so it won't hurt cc.engine. | 18:52 |
JED3 | paroneayea: ahh okay | 18:52 |
JED3 | so the chooser doesn't construct an answers document anymore? | 18:53 |
JED3 | pure python conditionals to issue the license? | 18:53 |
paroneayea | JED3: 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.engine | 18:53 |
JED3 | oh it was? | 18:53 |
paroneayea | I pretty much ported it over from what I could tell in the old cc.engine | 18:54 |
paroneayea | hold on | 18:54 |
JED3 | cc.engine used to build an answers document i thought? | 18:54 |
paroneayea | did it?? | 18:54 |
JED3 | and passed it over to a different cc.license lib that output the license you wanted | 18:54 |
paroneayea | oh | 18:55 |
JED3 | this is all iirc | 18:55 |
paroneayea | well here's now it works now | 18:55 |
paroneayea | http://paste.pocoo.org/show/288001/ | 18:55 |
paroneayea | oops | 18:56 |
paroneayea | oh wait | 18:56 |
* paroneayea looking at deeds, smacks self | 18:56 | |
paroneayea | okay, yes, here it is | 18:56 |
paroneayea | http://paste.pocoo.org/show/288002/ | 18:57 |
paroneayea | so you're right | 18:57 |
paroneayea | I didn't understand that about the selectors, so cc.engine doesn't use them. I simply deconstructed it and ported it over to python conditionals | 18:57 |
JED3 | paroneayea: that's more preferred imo ;) | 18:58 |
JED3 | ...your approach | 18:58 |
JED3 | so.. another question | 19:00 |
paroneayea | sure | 19:00 |
JED3 | this regards ZPT so hold onto your boots | 19:00 |
* paroneayea holds onto his boots | 19:01 | |
* paroneayea accidentally pulls himself up by his bootstraps | 19:01 | |
* paroneayea admired by laissez-faire capitalists everywhere for his accidental bootstrap pulling skills | 19:01 | |
JED3 | i am trying to create a separate template for the chooser's index page but I'm getting tripped up on the macro template's naming | 19:04 |
JED3 | so i copied engine.pt to engine_2_cols.pt | 19:05 |
paroneayea | ok | 19:06 |
JED3 | then changed the metal:use-macro to engine_2cols_template on chooser_pages/index.pt but zpt isn't able to find that path | 19:06 |
JED3 | so how does the metal:use-macro work? "filename_template" ? | 19:07 |
paroneayea | JED3: ;) | 19:08 |
paroneayea | JED3: I pass the other templates into the context O:) | 19:08 |
JED3 | doh | 19:09 |
JED3 | okay | 19:09 |
paroneayea | that template loader stuff in zpt doesn't work without zope | 19:09 |
JED3 | so i need to modify the view? | 19:09 |
paroneayea | or I couldn't figure it out / didn't think it was worth my time | 19:09 |
mralex | paroneayea: 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 |
JED3 | paroneayea: :O thanks! | 19:09 |
paroneayea | mralex: :O | 19:09 |
paroneayea | mralex: well I just did an svn up on there | 19:10 |
paroneayea | not sure why it wouldn't be working | 19:10 |
paroneayea | maybe permissions... | 19:10 |
mralex | the 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.css | 19:11 |
paroneayea | doesn't look like it's changed... | 19:11 |
paroneayea | not sure why | 19:11 |
paroneayea | mralex: whoa, yeah | 19:12 |
*** balleyne has joined #cc | 19:12 | |
mralex | maybe an errant display:none somewhere? can't view source on a print :( | 19:12 |
*** jriachi has joined #cc | 19:12 | |
jriachi | hello | 19:12 |
paroneayea | mralex: but that css file hasn't changed in 2 years | 19:12 |
mralex | right | 19:13 |
mralex | neither has the basic template, much, aside from the pd related rollout earlier, which shouldn't have changed anything that would affect the print styles | 19:13 |
paroneayea | I mean | 19:13 |
paroneayea | the file on the server has not changed | 19:13 |
paroneayea | the actual css file | 19:13 |
paroneayea | last modified 2008-01-09 | 19:14 |
jriachi | I 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 |
paroneayea | jriachi: 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 otherwise | 19:16 |
JED3 | jriachi: 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 |
jriachi | JED3: thanks | 19:19 |
jriachi | link? | 19:19 |
jriachi | (in the topic, sorry) | 19:20 |
JED3 | jriachi: 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.3F | 19:21 |
jriachi | i guess i'll have to contact the author :) | 19:22 |
paroneayea | or license your work to BY-SA | 19:23 |
paroneayea | :D | 19:23 |
*** thisisparker has joined #cc | 19:34 | |
*** niekie has quit IRC | 19:38 | |
*** erlehmann has joined #cc | 19:42 | |
*** niekie has joined #cc | 19:43 | |
*** oshani has quit IRC | 20:04 | |
*** balleyne has quit IRC | 21:38 | |
*** phurl has quit IRC | 21:43 | |
*** kreynen has quit IRC | 21:53 | |
*** kreynen has joined #cc | 22:17 | |
*** erlehmann is now known as sex | 22:28 | |
*** sex is now known as erlehmann | 22:29 | |
JED3 | paroneayea: you around? | 22:31 |
paroneayea | JED3: sure am | 22:31 |
JED3 | paroneayea: have a moment in a bit to help with an i18n extraction on cc.engine? | 22:35 |
paroneayea | JED3: sure | 22:35 |
JED3 | nathan said you had some tooling built to mark strings using catalog keys as fuzzy when we change the content | 22:35 |
paroneayea | yes | 22:36 |
paroneayea | have to re-extract, change in master .po, then running ./bin/sync auto-fuzzies | 22:36 |
paroneayea | want me to extract it? What do you want extracted | 22:37 |
JED3 | paroneayea: one sec, about to push another update with more strings | 22:43 |
paroneayea | what's changing, out of curiosity? | 22:44 |
JED3 | paroneayea: http://staging.creativecommons.org/choose/?lang=en_CA | 22:45 |
JED3 | removed the middle column on the chooser, and added text to the intro paragraphs | 22:46 |
JED3 | then on the results page, removed the duplicate donate link, removed the some rights reserved button, and a link to fairshare in the sidebar | 22:46 |
JED3 | the license keys that need to be extracted and marked fuzzy are... | 22:47 |
JED3 | license.explain, license.here_chosen, license.option_next_steps | 22:49 |
paroneayea | JED3: 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 tool | 22:50 |
JED3 | paroneayea: awesome, yeah thats what i figured, best to leave it up to you at this point :) | 22:51 |
JED3 | paroneayea: oops i have another string that needs updating~! | 22:53 |
paroneayea | JED3: :O | 22:54 |
JED3 | paroneayea: ugh sorry, forgot about a separate issue sitting in roundup | 22:56 |
paroneayea | JED3: 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 meeting | 22:58 |
JED3 | paroneayea: roger | 23:01 |
JED3 | i just pushed 1 wave of updates | 23:01 |
JED3 | this next one might take a while, so we can get to it tomorrow | 23:01 |
paroneayea | JED3: okay, let me know what the rest are for me to extract tomorrow | 23:02 |
JED3 | paroneayea: aye | 23:02 |
paroneayea | I'm syncing and updating transifex tomorrow, then I'm gonna run out the door | 23:02 |
paroneayea | cya tomorrow | 23:02 |
JED3 | paroneayea: enjoy your ChiLUG mtg! | 23:03 |
paroneayea | DeKalb NIU LUG | 23:03 |
paroneayea | I'm not in chicago any more ;) | 23:03 |
paroneayea | pushed to transifex | 23:05 |
paroneayea | lata! | 23:05 |
Generated by irclog2html.py 2.6 by Marius Gedminas - find it at mg.pov.lt!