diff --git a/www/conservancy/static/about/license/index.html b/www/conservancy/static/about/license/index.html new file mode 100644 index 0000000000000000000000000000000000000000..905af8a3c756599c0efd66cab94a57869bf8c499 --- /dev/null +++ b/www/conservancy/static/about/license/index.html @@ -0,0 +1,30 @@ +{% extends "base_about.html" %} +{% block subtitle %}License and Sources - {% endblock %} +{% block submenuselection %}License{% endblock %} +{% block content %} +

License and Source For This Website

+ +

The software running this website is licensed under + the AGPLv3-or-later. + You can find a full copy of the sources hosted on + this site, but it may be more interesting to know that the site is + running on stock Debian lenny with Apache, Django, mod_python, and + sqlite installed, and that the main sources for the site's code itself + is hosted on + gitorious.

+ +

The documents on this website are + licensed as CC-By-SA-3.0 + Unported. In some cases, the documents are dual-licensed + (AGPLv3-or-later|CC-By-SA-3.0-Unported-or-later), to make it more + convenient to intermix the document with code.

+ +

Conservancy's Logo is also licensed + under CC-By-SA-3.0 + Unported. A high + quality PNG and an SVG + version are available. We would like to + thank Fabian A. Scherschel, who + designed the Conservancy logo.

+ +{% endblock %}