Skip to Content.
Sympa Menu

cc-devel - Re: [cc-devel] cc-devel Digest, Vol 93, Issue 7

cc-devel AT lists.ibiblio.org

Subject: Developer discussion for Creative Commons technology and tools

List archive

Chronological Thread  
  • From: Dan Mills <dan AT creativecommons.org>
  • To: Jonas Öberg <jonas AT coyote.org>
  • Cc: creative commons developers <cc-devel AT lists.ibiblio.org>, Lisa Brooks <lisa AT issuelab.org>
  • Subject: Re: [cc-devel] cc-devel Digest, Vol 93, Issue 7
  • Date: Thu, 27 Feb 2014 12:41:06 -0800

Got it.

I took a quick look... and I don't know how the api service is configured. I think it's just a matter of updating the RDF, but I'm not sure how quickly I could figure it out to update it. It looks like it's in a Python egg file.

I've got it tracked, though, we'll get it fixed.

Dan


On Thu, Feb 27, 2014 at 12:13 PM, Jonas Öberg <jonas AT coyote.org> wrote:
Hi Lisa,

Please note the trailing /

However, I can't get the API to give any information on the 4.0 suite of licenses. On the other hand, http://api.creativecommons.org/rest/1.5/simple/chooser also returns only the 3.0 licenses, so I would assume that the API simply has not been updated.

Sincerely,
Jonas



On 27 February 2014 15:06, Lisa Brooks <lisa AT issuelab.org> wrote:
Hi all - I am having problems with the CC API. I thought the issue was the 4.0 license, but am realizing that's not the case. If you try to get license details through the API -- I've done this with the staging version, dev verison, and the 1.5 version -- you get back "Invalid license URI" even when you do this with a simple BY/3.0 license. 

Staging - 


1.5

If you swap out the 3.0 for 4.0 - same problem. Has something changed with API calls? According to the API info page, this all should work. http://api.creativecommons.org/docs/readme_15.html

Thanks for any/all help!
~Lisa

Lisa Brooks
Director of Knowledge Management Systems
The Foundation Center
The Foundation Center
79 Fifth Avenue  ♦  New York, NY 10003 
T:-(773) 649-1790  ♦  F:-(773)-634-8407
lmb AT foundationcenter.org  ♦  foundation center

TwitterFacebookYouTube

Explore our collection of third sector research and resources


On Tue, Feb 25, 2014 at 9:07 AM, <cc-devel-request AT lists.ibiblio.org> wrote:
Send cc-devel mailing list submissions to
        cc-devel AT lists.ibiblio.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.ibiblio.org/mailman/listinfo/cc-devel
or, via email, send a message with subject or body 'help' to
        cc-devel-request AT lists.ibiblio.org

You can reach the person managing the list at
        cc-devel-owner AT lists.ibiblio.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of cc-devel digest..."


Today's Topics:

   1. Re: Unable to add Creative Commons HTML code to my blog
      (Harris Schneiderman)
   2. Re: Unable to add Creative Commons HTML code to my blog
      (Mike Linksvayer)


----------------------------------------------------------------------

Message: 1
Date: Tue, 25 Feb 2014 13:05:26 +0000
From: Harris Schneiderman <harris AT htechsolutions.biz>
Subject: Re: [cc-devel] Unable to add Creative Commons HTML code to my
        blog
To: Mike Linksvayer <ml AT gondwanaland.com>
Cc: "cc-devel AT lists.ibiblio.org" <cc-devel AT lists.ibiblio.org>
Message-ID:
        <c7b787262fa643bbabc0ecaf128ffbdc AT BY2PR04MB191.namprd04.prod.outlook.com" target="_blank">c7b787262fa643bbabc0ecaf128ffbdc AT BY2PR04MB191.namprd04.prod.outlook.com>

Content-Type: text/plain; charset="us-ascii"

Hello Mike,

Thank you for your suggestion.  I believe you are correct that some of the attribution fields are causing the problem.

Here is the code snippet I am trying to add:

<a rel="license" href=""http://creativecommons.org/licenses/by/4.0/"><img
alt="Creative Commons License" style="border-width:0"
src=""http://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span
xmlns:dct="http://purl.org/dc/terms/" href=""http://purl.org/dc/dcmitype/Text"
property="dct:title" rel="dct:type">H Tech Solutions Blog</span> by <a
xmlns:cc="http://creativecommons.org/ns#"
href=""http://www.htechsolutions.biz/blog" property="cc:attributionName"
rel="cc:attributionURL">Harris Schneiderman</a> is licensed under a <a
rel="license" href=""http://creativecommons.org/licenses/by/4.0/">Creative
Commons Attribution 4.0 International License</a>.<br />Permissions beyond the
scope of this license may be available at <a
xmlns:cc="http://creativecommons.org/ns#"
href=""http://www.htechsolutions.biz/contact-us"
rel="cc:morePermissions">http://www.htechsolutions.biz/contact-us</a>.


Which sections of code should I remove as a test?



Harris Schneiderman
U.S. Phone: +1 469-844-5569
Email: harris AT htechsolutions.biz<mailto:harris AT htechsolutions.biz>




From: mlinksva AT gmail.com [mailto:mlinksva AT gmail.com] On Behalf Of Mike Linksvayer
Sent: February 24, 2014 3:47 AM
To: Harris Schneiderman
Cc: cc-devel AT lists.ibiblio.org
Subject: Re: [cc-devel] Unable to add Creative Commons HTML code to my blog

Try not filling out any of the attribution fields. You'll get something like

<a rel="license" href=""http://creativecommons.org/licenses/by/4.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src=""http://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href=""http://creativecommons.org/licenses/by/4.0/deed.en_US">Creative Commons Attribution 4.0 International License</a>.

none of which any software ought complain about.

Side note: the chooser output ought be upgraded to output RDFa 1.1 Lite for the attribution stuff, which might decrease such problems.

Mike

On Sat, Feb 22, 2014 at 1:31 PM, Harris Schneiderman <harris AT htechsolutions.biz<mailto:harris AT htechsolutions.biz>> wrote:
Hello,

I recently visited the website http://creativecommons.org and selected a license for my blog content.  I used the website to generate the HTML code.  I have made ZERO modifications to the HTML that is generated.

I would like to add this HTML code to my blog which is built using SharePoint Online.  For some reason, the HTML code from your website does not appear to be compatible.  I am unable to save any blog entries which contain this code.  I have tested other snippets of HTML code which work fine with SharePoint Online.  So there is something about the HTML code from http://creativecommons.org which is not compatible.

Can someone please help me troubleshoot this issue?



Thank you,

Harris Schneiderman



_______________________________________________
cc-devel mailing list
cc-devel AT lists.ibiblio.org<mailto:cc-devel AT lists.ibiblio.org>
http://lists.ibiblio.org/mailman/listinfo/cc-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ibiblio.org/pipermail/cc-devel/attachments/20140225/b43692c1/attachment-0001.html

------------------------------

Message: 2
Date: Tue, 25 Feb 2014 07:07:27 -0800
From: Mike Linksvayer <ml AT gondwanaland.com>
Subject: Re: [cc-devel] Unable to add Creative Commons HTML code to my
        blog
To: Harris Schneiderman <harris AT htechsolutions.biz>
Cc: "cc-devel AT lists.ibiblio.org" <cc-devel AT lists.ibiblio.org>
Message-ID:
        <CAGSmzpS0-i_sWN1DBxX76VqsiY8ZNoCMtZBbeX1GkvqnSTw5Pg AT mail.gmail.com" target="_blank">CAGSmzpS0-i_sWN1DBxX76VqsiY8ZNoCMtZBbeX1GkvqnSTw5Pg AT mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

The 3 xmlns attributes. And drop t from dct: (dc: is in the RDFa initial
context by default, as is cc:). I highlighted what to remove.

Mike


On Tue, Feb 25, 2014 at 5:05 AM, Harris Schneiderman <
harris AT htechsolutions.biz> wrote:

>  Hello Mike,
>
>
>
> Thank you for your suggestion.  I believe you are correct that some of the
> attribution fields are causing the problem.
>
>
>
> Here is the code snippet I am trying to add:
>
>
>
> <a rel="license" href=""http://creativecommons.org/licenses/by/4.0/"><img
>
>  alt="Creative Commons License" style="border-width:0"
>
>  src=""http://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span
>
>  xmlns:dct="http://purl.org/dc/terms/" href="" > http://purl.org/dc/dcmitype/Text"
>
>  property="dct:title" rel="dct:type">H Tech Solutions Blog</span> by <a
>
>  xmlns:cc="http://creativecommons.org/ns#"
>
>  href=""http://www.htechsolutions.biz/blog" property="cc:attributionName"
>
>  rel="cc:attributionURL">Harris Schneiderman</a> is licensed under a <a
>
>  rel="license" href=""http://creativecommons.org/licenses/by/4.0/">Creative
>
>
>  Commons Attribution 4.0 International License</a>.<br />Permissions
> beyond the
>
>  scope of this license may be available at <a
>
>  xmlns:cc="http://creativecommons.org/ns#"
>
>  href=""http://www.htechsolutions.biz/contact-us"
>
>  rel="cc:morePermissions">http://www.htechsolutions.biz/contact-us</a>.
>
>
>
>
>
> Which sections of code should I remove as a test?
>
>
>
>
>
>
>
> Harris Schneiderman
>
> U.S. Phone: +1 469-844-5569
>
> Email: harris AT htechsolutions.biz
>
>
>
>
>
>
>
>
>
> *From:* mlinksva AT gmail.com [mailto:mlinksva AT gmail.com] *On Behalf Of *Mike
> Linksvayer
> *Sent:* February 24, 2014 3:47 AM
> *To:* Harris Schneiderman
> *Cc:* cc-devel AT lists.ibiblio.org
> *Subject:* Re: [cc-devel] Unable to add Creative Commons HTML code to my
> blog
>
>
>
> Try not filling out any of the attribution fields. You'll get something
> like
>
>
>
> <a rel="license" href="" > http://creativecommons.org/licenses/by/4.0/deed.en_US"><img alt="Creative
> Commons License" style="border-width:0" src="" > http://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is
> licensed under a <a rel="license" href="" > http://creativecommons.org/licenses/by/4.0/deed.en_US">Creative Commons
> Attribution 4.0 International License</a>.
>
>
>
> none of which any software ought complain about.
>
>
>
> Side note: the chooser output ought be upgraded to output RDFa 1.1 Lite
> for the attribution stuff, which might decrease such problems.
>
>
>
> Mike
>
>
>
> On Sat, Feb 22, 2014 at 1:31 PM, Harris Schneiderman <
> harris AT htechsolutions.biz> wrote:
>
>  Hello,
>
>
>
> I recently visited the website http://creativecommons.org and selected a
> license for my blog content.  I used the website to generate the HTML
> code.  I have made ZERO modifications to the HTML that is generated.
>
>
>
> I would like to add this HTML code to my blog which is built using
> SharePoint Online.  For some reason, the HTML code from your website does
> not appear to be compatible.  I am unable to save any blog entries which
> contain this code.  I have tested other snippets of HTML code which work
> fine with SharePoint Online.  So there is something about the HTML code
> from http://creativecommons.org which is not compatible.
>
>
>
> Can someone please help me troubleshoot this issue?
>
>
>
>
>
>
>
> Thank you,
>
>
>
> Harris Schneiderman
>
>
>
>
>
>
> _______________________________________________
> cc-devel mailing list
> cc-devel AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/cc-devel
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ibiblio.org/pipermail/cc-devel/attachments/20140225/0ce88dd3/attachment.html

------------------------------

_______________________________________________
cc-devel mailing list
cc-devel AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/cc-devel


End of cc-devel Digest, Vol 93, Issue 7
***************************************


_______________________________________________
cc-devel mailing list
cc-devel AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/cc-devel



_______________________________________________
cc-devel mailing list
cc-devel AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/cc-devel





Archive powered by MHonArc 2.6.24.

Top of Page