GPL for Books?
teebo writes "I'm am currently creating a large tutorial for Perl to take the place of many books in print on this subject. My goal is to have it be one of "the best" books there is on Perl. To achieve that goal, once it is written it will need constant updating and revision by The Community, perhaps even employing a cvs system. I would like to use some sort of license on it like GPL, but of course I cannot use that as it is for programs. What advice could you friendly smart cool people give me?" A similar question was asked with regards to databases and I mentioned the possibility of an Open Content License. Would such a thing help this issue as well?
I think this is what you're looking for.
Hit send a little quickly (why can't the preview button and the submit button be on opposite sides of the page, I'm a clumsy clicker).
Anyway, this looks pretty good to me, but why not release it into the public domain? It's not like some evil corporation can grab chunks of text and hide them away where you can't see it, like when you compile source code into binaries. Sure, they could claim their ownership of their own changes, but what are the odds of that ever mattering?
-- Eythain
Richard Stallman is drafting a GNU Free Documentation License as can be read in the Debian Legal mailinglist archive:t ml.
t ml.
http://www.debia n.org/Lists-Archives/debian-legal-0001/msg00077.h
You might want to read the whole thread about Updating the OpenContent license which starts at:
http://www.debia n.org/Lists-Archives/debian-legal-0001/msg00064.h
If you like the terms of the GPL and want it to apply to text, just (not to be taken seriously):
/* { Body of text here } */
:-)
main(){
}
And then GPL the sucker
"You saved 1968." - Ms. Valerie Pringle to the crew of Apollo 8
The issue has been cited with the existing Perl man pages that they have grown to an unmanagable size. The problem is that anyone can contribute material to them, but there is a genuine reluctance to cut anything written by another author. They are clearly huge and it is obviously hard for some newbiews to find a starting point. This issue is discussed at the Open Content web site.
This problem could be solved by finding individuals willing to act as the editors for particular sections. Make it clear to your contributors that their contributions will be proofread. They may not be accepted, or they may be reworded to make them more concise. Such a move will probably discourage some contributors, but it is probably the necessary balance to maintain a good book over time.
By the way, the home of the Open Content License is here.
The net will not be what we demand, but what we make it. Build it well.