website/conservancy/static/about/license/index.html

28 lines
1.3 KiB
HTML
Raw Normal View History

2010-10-04 02:28:24 +00:00
{% extends "base_about.html" %}
{% block subtitle %}License and Sources - {% endblock %}
{% block submenuselection %}License{% endblock %}
{% block content %}
<h1>License and Source For This Website</h1>
<p>The software running this website is licensed under
the <a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPLv3</a>-or-later.
You can find a <a href="/source/">full copy of the sources hosted on
2015-12-01 16:12:04 +00:00
this site</a>, but it may be more interesting to know that the site
is running on stock Debian 8 with Apache, Django, mod_python,
2015-12-01 16:12:04 +00:00
and sqlite installed, and that the main sources for the site's code
2017-10-05 17:59:59 +00:00
itself are <a href="https://k.sfconservancy.org/website">available in
2015-12-01 16:12:04 +00:00
a git repository</a>.</p>
2010-10-04 02:28:24 +00:00
<p>The documents on this website are
2017-10-05 18:01:51 +00:00
licensed as <a href="https://creativecommons.org/licenses/by-sa/4.0">CC-By-SA-4.0</a>. In some cases, the documents are dual-licensed
(AGPLv3-or-later|CC-By-SA-4.0), to make it more
2010-10-04 02:28:24 +00:00
convenient to intermix the document with code.</p>
<p>Conservancy's Logo is also licensed
2017-10-05 18:01:51 +00:00
under <a href="https://creativecommons.org/licenses/by-sa/4.0">CC-By-SA
4.0</a>. A <a href="/img/conservancy-logo_package.zip">Conservancy logo
package in ZIP format is available, which includes high quality SVG, PNG
and other formats</a>.</p>
2010-10-04 02:28:24 +00:00
{% endblock %}