Changeset - be1ca2691eda
[Not reviewed]
default
0 0 2
Branko Majic (branko) - 10 years ago 2013-10-11 20:40:55
branko@majic.rs
CONNT-22: Added the CC-BY-SA logo to static files, and custom template for documentation to include license information in built HTML documentation.
2 files changed with 21 insertions and 0 deletions:
0 comments (0 inline, 0 general)
docs/_static/cc-by-sa.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
docs/_templates/layout.html
Show inline comments
 
new file 100644
 
{% extends "!layout.html" %}
 

	
 
{% block footer %}
 
    <div class="footer">
 
    {%- if show_copyright %}
 
      {%- if hasdoc('copyright') %}
 
        {% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
 
      <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="_static/cc-by-sa.png" height="28" /></a>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
 
      {%- else %}
 
        {% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}.{% endtrans %}
 
      {%- endif %}
 
    {%- endif %}
 
    {%- if last_updated %}
 
      {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
 
    {%- endif %}
 
    {%- if show_sphinx %}
 
      {% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
 
    {%- endif %}
 
      <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0; vertical-align: middle; " src="{{ pathto('_static/cc-by-sa.png', 1) }}" height="16em" /></a><br/>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
 
    </div>
 
{% endblock %}
0 comments (0 inline, 0 general)