You are viewing a plain text version of this content. The canonical link for it is here.
Posted to legal-discuss@apache.org by Greg Brown <gk...@mac.com> on 2009/07/16 14:50:27 UTC

Using hosted LGPL JavaScript

Hi all,

We're working on enhancing Pivot's documentation (http://incubator.apache.org/pivot 
), and it would be nice to use a syntax highlighter to make the code  
samples more readable. One such highlighter is available and quite  
easy to use, but it is released under LGPL:

http://alexgorbatchev.com/wiki/SyntaxHighlighter

Obviously, we can't include this code in our distribution, but the  
author apparently offers a hosted version:

http://alexgorbatchev.com/wiki/SyntaxHighlighter:Hosting

Would it be OK to link to this version from our documentation, or  
would that also violation of the Apache license terms? For example,  
the following would appear in the <head> tag of our documentation pages:

<script type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js 
"></script>
<script type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJava.js 
"></script>
<script type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushXml.js 
"></script>
<link type="text/css" rel="stylesheet" href="http://alexgorbatchev.com/pub/sh/current/styles/shCore.css 
"/>
<link type="text/css" rel="stylesheet" href="http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css 
"/>
<script type="text/javascript">
     SyntaxHighlighter.all();
</script>

Thanks,
Greg


---------------------------------------------------------------------
To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org
For additional commands, e-mail: legal-discuss-help@apache.org


Re: Using hosted LGPL JavaScript

Posted by Greg Brown <gk...@mac.com>.
Done. Thanks!

On Jul 16, 2009, at 11:21 AM, Sam Ruby wrote:

> On Thu, Jul 16, 2009 at 10:49 AM, Greg Brown<gk...@mac.com> wrote:
>> Slightly different, but I believe the implications may be the same.  
>> It would
>> seem that using the hosted JS files in our documentation is OK  
>> (though,
>> based on Sam's comment, we should probably flag the relevant  
>> includes with
>> comments so a reader could easily remove them).
>>
>> Does anyone else see a different potential interpretation?
>
> I'm happy with that.
>
>> Greg
>>
>> On Jul 16, 2009, at 10:37 AM, Ralph Goers wrote:
>>
>>> Is this any different than the answer given in
>>> https://issues.apache.org/jira/browse/LEGAL-19?
>>>
>>> On Jul 16, 2009, at 5:50 AM, Greg Brown wrote:
>>>
>>>> Hi all,
>>>>
>>>> We're working on enhancing Pivot's documentation
>>>> (http://incubator.apache.org/pivot), and it would be nice to use  
>>>> a syntax
>>>> highlighter to make the code samples more readable. One such  
>>>> highlighter is
>>>> available and quite easy to use, but it is released under LGPL:
>>>>
>>>> http://alexgorbatchev.com/wiki/SyntaxHighlighter
>>>>
>>>> Obviously, we can't include this code in our distribution, but  
>>>> the author
>>>> apparently offers a hosted version:
>>>>
>>>> http://alexgorbatchev.com/wiki/SyntaxHighlighter:Hosting
>>>>
>>>> Would it be OK to link to this version from our documentation, or  
>>>> would
>>>> that also violation of the Apache license terms? For example, the  
>>>> following
>>>> would appear in the <head> tag of our documentation pages:
>>>>
>>>> <script type="text/javascript"
>>>> src="http://alexgorbatchev.com/pub/sh/current/scripts/ 
>>>> shCore.js"></script>
>>>> <script type="text/javascript"
>>>> src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJava.js 
>>>> "></script>
>>>> <script type="text/javascript"
>>>> src="http://alexgorbatchev.com/pub/sh/current/scripts/ 
>>>> shBrushXml.js"></script>
>>>> <link type="text/css" rel="stylesheet"
>>>> href="http://alexgorbatchev.com/pub/sh/current/styles/shCore.css"/>
>>>> <link type="text/css" rel="stylesheet"
>>>> href="http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css 
>>>> "/>
>>>> <script type="text/javascript">
>>>>  SyntaxHighlighter.all();
>>>> </script>
>>>>
>>>> Thanks,
>>>> Greg
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org
>>>> For additional commands, e-mail: legal-discuss-help@apache.org
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org
>>> For additional commands, e-mail: legal-discuss-help@apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org
>> For additional commands, e-mail: legal-discuss-help@apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org
> For additional commands, e-mail: legal-discuss-help@apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org
For additional commands, e-mail: legal-discuss-help@apache.org


Re: Using hosted LGPL JavaScript

Posted by Sam Ruby <ru...@intertwingly.net>.
On Thu, Jul 16, 2009 at 10:49 AM, Greg Brown<gk...@mac.com> wrote:
> Slightly different, but I believe the implications may be the same. It would
> seem that using the hosted JS files in our documentation is OK (though,
> based on Sam's comment, we should probably flag the relevant includes with
> comments so a reader could easily remove them).
>
> Does anyone else see a different potential interpretation?

I'm happy with that.

> Greg
>
> On Jul 16, 2009, at 10:37 AM, Ralph Goers wrote:
>
>> Is this any different than the answer given in
>> https://issues.apache.org/jira/browse/LEGAL-19?
>>
>> On Jul 16, 2009, at 5:50 AM, Greg Brown wrote:
>>
>>> Hi all,
>>>
>>> We're working on enhancing Pivot's documentation
>>> (http://incubator.apache.org/pivot), and it would be nice to use a syntax
>>> highlighter to make the code samples more readable. One such highlighter is
>>> available and quite easy to use, but it is released under LGPL:
>>>
>>> http://alexgorbatchev.com/wiki/SyntaxHighlighter
>>>
>>> Obviously, we can't include this code in our distribution, but the author
>>> apparently offers a hosted version:
>>>
>>> http://alexgorbatchev.com/wiki/SyntaxHighlighter:Hosting
>>>
>>> Would it be OK to link to this version from our documentation, or would
>>> that also violation of the Apache license terms? For example, the following
>>> would appear in the <head> tag of our documentation pages:
>>>
>>> <script type="text/javascript"
>>> src="http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js"></script>
>>> <script type="text/javascript"
>>> src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJava.js"></script>
>>> <script type="text/javascript"
>>> src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushXml.js"></script>
>>> <link type="text/css" rel="stylesheet"
>>> href="http://alexgorbatchev.com/pub/sh/current/styles/shCore.css"/>
>>> <link type="text/css" rel="stylesheet"
>>> href="http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css"/>
>>> <script type="text/javascript">
>>>  SyntaxHighlighter.all();
>>> </script>
>>>
>>> Thanks,
>>> Greg
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org
>>> For additional commands, e-mail: legal-discuss-help@apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org
>> For additional commands, e-mail: legal-discuss-help@apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org
> For additional commands, e-mail: legal-discuss-help@apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org
For additional commands, e-mail: legal-discuss-help@apache.org


Re: Using hosted LGPL JavaScript

Posted by Greg Brown <gk...@mac.com>.
Slightly different, but I believe the implications may be the same. It  
would seem that using the hosted JS files in our documentation is OK  
(though, based on Sam's comment, we should probably flag the relevant  
includes with comments so a reader could easily remove them).

Does anyone else see a different potential interpretation?

Greg

On Jul 16, 2009, at 10:37 AM, Ralph Goers wrote:

> Is this any different than the answer given in https://issues.apache.org/jira/browse/LEGAL-19?
>
> On Jul 16, 2009, at 5:50 AM, Greg Brown wrote:
>
>> Hi all,
>>
>> We're working on enhancing Pivot's documentation (http://incubator.apache.org/pivot 
>> ), and it would be nice to use a syntax highlighter to make the  
>> code samples more readable. One such highlighter is available and  
>> quite easy to use, but it is released under LGPL:
>>
>> http://alexgorbatchev.com/wiki/SyntaxHighlighter
>>
>> Obviously, we can't include this code in our distribution, but the  
>> author apparently offers a hosted version:
>>
>> http://alexgorbatchev.com/wiki/SyntaxHighlighter:Hosting
>>
>> Would it be OK to link to this version from our documentation, or  
>> would that also violation of the Apache license terms? For example,  
>> the following would appear in the <head> tag of our documentation  
>> pages:
>>
>> <script type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js 
>> "></script>
>> <script type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJava.js 
>> "></script>
>> <script type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushXml.js 
>> "></script>
>> <link type="text/css" rel="stylesheet" href="http://alexgorbatchev.com/pub/sh/current/styles/shCore.css 
>> "/>
>> <link type="text/css" rel="stylesheet" href="http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css 
>> "/>
>> <script type="text/javascript">
>>   SyntaxHighlighter.all();
>> </script>
>>
>> Thanks,
>> Greg
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org
>> For additional commands, e-mail: legal-discuss-help@apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org
> For additional commands, e-mail: legal-discuss-help@apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org
For additional commands, e-mail: legal-discuss-help@apache.org


Re: Using hosted LGPL JavaScript

Posted by Ralph Goers <ra...@dslextreme.com>.
Is this any different than the answer given in https://issues.apache.org/jira/browse/LEGAL-19?

On Jul 16, 2009, at 5:50 AM, Greg Brown wrote:

> Hi all,
>
> We're working on enhancing Pivot's documentation (http://incubator.apache.org/pivot 
> ), and it would be nice to use a syntax highlighter to make the code  
> samples more readable. One such highlighter is available and quite  
> easy to use, but it is released under LGPL:
>
> http://alexgorbatchev.com/wiki/SyntaxHighlighter
>
> Obviously, we can't include this code in our distribution, but the  
> author apparently offers a hosted version:
>
> http://alexgorbatchev.com/wiki/SyntaxHighlighter:Hosting
>
> Would it be OK to link to this version from our documentation, or  
> would that also violation of the Apache license terms? For example,  
> the following would appear in the <head> tag of our documentation  
> pages:
>
> <script type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js 
> "></script>
> <script type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJava.js 
> "></script>
> <script type="text/javascript" src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushXml.js 
> "></script>
> <link type="text/css" rel="stylesheet" href="http://alexgorbatchev.com/pub/sh/current/styles/shCore.css 
> "/>
> <link type="text/css" rel="stylesheet" href="http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css 
> "/>
> <script type="text/javascript">
>    SyntaxHighlighter.all();
> </script>
>
> Thanks,
> Greg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org
> For additional commands, e-mail: legal-discuss-help@apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org
For additional commands, e-mail: legal-discuss-help@apache.org