Skip to content

Commit

Permalink
[#2226,doc][xs]: add license to footer of page along with open button.
Browse files Browse the repository at this point in the history
  • Loading branch information
rufuspollock committed Mar 18, 2012
1 parent 0145526 commit 21397ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/_templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

<p>
Related Projects:
<a href="http://thedatahub.org/">TheDataHub.org</a>
<a href="http://thedatahub.org/">The DataHub</a>
&mdash;
<a href="http://datacatalogs.org">DataCatalogs.org</a>
&mdash;
<a href="http://openspending.org">OpenSpending.org</a>
&mdash;
<a href="http://datapatterns.org">DataPatterns.org</a>
<a href="http://opendatahandbook.org">Open Data Handbook</a>
</p>

9 changes: 8 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,14 @@
# General information about the project.
project = u'CKAN Data Management System Documentation'
project_short_name = u'CKAN'
copyright = u'&copy; Copyright 2009-2012, Open Knowledge Foundation'
copyright = u'''&copy; 2009-2012, <a href="http://okfn.org/">Open Knowledge Foundation</a>.
Licensed under <a
href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons
Attribution ShareAlike (Unported) v3.0 License</a>.<br />
<img src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" alt="CC License Logo" />
<a href="http://opendefinition.org/"><img src="http://assets.okfn.org/images/ok_buttons/oc_80x15_blue.png" border="0"
alt="{{ _('Open Content') }}" /></a>
'''
html_show_sphinx = False

# The version info for the project you're documenting, acts as replacement for
Expand Down

0 comments on commit 21397ef

Please sign in to comment.