2014-09-05 20:00:28 +00:00
|
|
|
# Copyleft and GPL Tutorial Materials
|
|
|
|
|
|
|
|
This repository contains various tutorial materials regarding the suite of GNU General
|
|
|
|
Public Licenses and copyleft (as applied to software).
|
|
|
|
|
|
|
|
The primary item of interest is an omnibus book on copyleft that is built
|
|
|
|
from the comprehensive-GPL-guide.tex file.
|
|
|
|
|
2014-11-06 17:34:18 +00:00
|
|
|
You can build this project with the following command:
|
2014-09-05 20:00:28 +00:00
|
|
|
|
2014-11-06 17:34:18 +00:00
|
|
|
$ make
|
|
|
|
|
|
|
|
HTML output will be in the public_html directory and a PDF file will be in comprehensive-gpl-guide.pdf.
|
2014-09-05 20:00:28 +00:00
|
|
|
|
2014-11-06 18:21:39 +00:00
|
|
|
You may need to first install texlive, tex4ht and a few other things. On
|
|
|
|
Debian-based systems, this command may work as root:
|
|
|
|
|
|
|
|
# aptitude install texlive-full make tex4ht
|
|
|
|
|
2014-11-16 15:55:46 +00:00
|
|
|
You may also
|
|
|
|
[browse the current version of the guide on copyleft.org](https://copyleft.org/guide/),
|
|
|
|
and [download a PDF of the Guide as well](http://copyleft.org/guide/comprehensive-gpl-guide.pdf).
|
2014-09-05 20:00:28 +00:00
|
|
|
|
|
|
|
Note the
|
2014-10-21 23:15:52 +00:00
|
|
|
[canonical repository for this project is on gitorious](https://gitorious.org/copyleft-org/tutorial/source/master:).
|
|
|
|
Typically, copies of this repository on sites other than gitorious are for informational and backup
|
|
|
|
purposes only.
|
2014-09-05 20:00:28 +00:00
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
|
|
|
Patches to this project are welcome. Please
|
2014-11-07 19:36:59 +00:00
|
|
|
[submit a merge request on Gitorious](https://gitorious.org/copyleft-org/merge_requests).
|
2014-10-21 23:15:52 +00:00
|
|
|
If you cannot use that, you may email patches directly to Bradley. You can
|
2014-09-05 20:00:28 +00:00
|
|
|
find his email address in the commit logs.
|