caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Online documentation for Core now available
@ 2009-11-12 12:30 Yaron Minsky
  2009-11-12 14:51 ` [Caml-list] " Stefano Zacchiroli
  0 siblings, 1 reply; 5+ messages in thread
From: Yaron Minsky @ 2009-11-12 12:30 UTC (permalink / raw)
  To: caml-list

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

People have been asking for this since our last release, and now we've
finally got it done.  Here's the link:

   http://www.janestreet.com/ocaml/janestreet-ocamldocs/

Enjoy!

y

[-- Attachment #2: Type: text/html, Size: 280 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] Online documentation for Core now available
  2009-11-12 12:30 Online documentation for Core now available Yaron Minsky
@ 2009-11-12 14:51 ` Stefano Zacchiroli
  2009-11-12 15:06   ` Yaron Minsky
  2009-11-12 15:07   ` Till Varoquaux
  0 siblings, 2 replies; 5+ messages in thread
From: Stefano Zacchiroli @ 2009-11-12 14:51 UTC (permalink / raw)
  To: caml-list

On Thu, Nov 12, 2009 at 07:30:42AM -0500, Yaron Minsky wrote:
> People have been asking for this since our last release, and now we've
> finally got it done.  Here's the link:
> 
>    http://www.janestreet.com/ocaml/janestreet-ocamldocs/

I, thanks a lot for the doc!
Can you please comment on the licensing problems I've highlighted in
this mail:
http://lists.debian.org/debian-ocaml-maint/2009/11/msg00101.html ?

BTW, it would be nice to have a clear(er) contact point for that doc on
the web.

Thanks again!
Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
zack@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] Online documentation for Core now available
  2009-11-12 14:51 ` [Caml-list] " Stefano Zacchiroli
@ 2009-11-12 15:06   ` Yaron Minsky
  2009-11-12 15:07   ` Till Varoquaux
  1 sibling, 0 replies; 5+ messages in thread
From: Yaron Minsky @ 2009-11-12 15:06 UTC (permalink / raw)
  To: caml-list

[-- Attachment #1: Type: text/plain, Size: 1442 bytes --]

Ralph (who you already emailed) is the right contact person.
opensource@janestreet is a good place to ask us about any aspect of our
released libraries.

y

On Thu, Nov 12, 2009 at 9:51 AM, Stefano Zacchiroli <zack@upsilon.cc> wrote:

> On Thu, Nov 12, 2009 at 07:30:42AM -0500, Yaron Minsky wrote:
> > People have been asking for this since our last release, and now we've
> > finally got it done.  Here's the link:
> >
> >    http://www.janestreet.com/ocaml/janestreet-ocamldocs/
>
> I, thanks a lot for the doc!
> Can you please comment on the licensing problems I've highlighted in
> this mail:
> http://lists.debian.org/debian-ocaml-maint/2009/11/msg00101.html ?
>
> BTW, it would be nice to have a clear(er) contact point for that doc on
> the web.
>
> Thanks again!
> Cheers.
>
> --
> Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
> zack@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
> Dietro un grande uomo c'č ..|  .  |. Et ne m'en veux pas si je te tutoie
> sempre uno zaino ...........| ..: |.... Je dis tu ą tous ceux que j'aime
>
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>

[-- Attachment #2: Type: text/html, Size: 2431 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] Online documentation for Core now available
  2009-11-12 14:51 ` [Caml-list] " Stefano Zacchiroli
  2009-11-12 15:06   ` Yaron Minsky
@ 2009-11-12 15:07   ` Till Varoquaux
  2009-11-12 16:07     ` Stefano Zacchiroli
  1 sibling, 1 reply; 5+ messages in thread
From: Till Varoquaux @ 2009-11-12 15:07 UTC (permalink / raw)
  To: caml-list

FWIW: It is not recommended to license documentation with the same
kind of license as source code; a lot of restrictions that apply to
source code do not make any sense when it comes to documentation. When
licencing a project it is good to consider a three pronged approach:
1) Licensing the main code of the project. This might be split in:
   1.1) The exported library
   1.2) The tools (test suites etc.)
2) Licensing the documentation
3) Licensing the included examples

A typical example would be:

1)
  1.1) LGPL + linking exception
  1.2) GPL
2) FDL
3) Public domain

Of course which licenses you choose is entirely up to you... Creative
commons [1] provides an easy interface to choose licenses...

Till

[1] http://creativecommons.org/choose/

On Thu, Nov 12, 2009 at 9:51 AM, Stefano Zacchiroli <zack@upsilon.cc> wrote:
> On Thu, Nov 12, 2009 at 07:30:42AM -0500, Yaron Minsky wrote:
>> People have been asking for this since our last release, and now we've
>> finally got it done.  Here's the link:
>>
>>    http://www.janestreet.com/ocaml/janestreet-ocamldocs/
>
> I, thanks a lot for the doc!
> Can you please comment on the licensing problems I've highlighted in
> this mail:
> http://lists.debian.org/debian-ocaml-maint/2009/11/msg00101.html ?
>
> BTW, it would be nice to have a clear(er) contact point for that doc on
> the web.
>
> Thanks again!
> Cheers.
>
> --
> Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
> zack@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
> Dietro un grande uomo c'č ..|  .  |. Et ne m'en veux pas si je te tutoie
> sempre uno zaino ...........| ..: |.... Je dis tu ą tous ceux que j'aime
>
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] Online documentation for Core now available
  2009-11-12 15:07   ` Till Varoquaux
@ 2009-11-12 16:07     ` Stefano Zacchiroli
  0 siblings, 0 replies; 5+ messages in thread
From: Stefano Zacchiroli @ 2009-11-12 16:07 UTC (permalink / raw)
  To: caml-list

On Thu, Nov 12, 2009 at 10:07:04AM -0500, Till Varoquaux wrote:
> FWIW: It is not recommended to license documentation with the same
> kind of license as source code; a lot of restrictions that apply to

I don't want to drift too much in this discussion (OT here), but notice
that in this specific case the documentation in question is
*generated*. While in general what you say about different concerns
among doc and code is true, in such a case way more concerns of code
apply also to (generated) documentations; of course some still remain
different (e.g. linking concerns).

Whether or not the amount of similarities between generated doc and
source code warrants identical licensing is of course up to the
authors. For distributions, it generally eases several maintenance
aspects.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
zack@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-11-12 16:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-12 12:30 Online documentation for Core now available Yaron Minsky
2009-11-12 14:51 ` [Caml-list] " Stefano Zacchiroli
2009-11-12 15:06   ` Yaron Minsky
2009-11-12 15:07   ` Till Varoquaux
2009-11-12 16:07     ` Stefano Zacchiroli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).