{% 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 squeeze 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 %}