File indexing completed on 2025-11-09 03:36:51
0001 <footer>
0002 {% if (theme_prev_next_buttons_location == 'bottom' or theme_prev_next_buttons_location == 'both') and (next or prev) %}
0003 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
0004 {% if next %}
0005 <a href="{{ next.link|e }}" class="btn btn-neutral float-right" title="{{ next.title|striptags|e }}" accesskey="n" rel="next"> <!-- {{ _('Next') }} --> <span class="fa fa-arrow-circle-right"></span></a>
0006 {% endif %}
0007 {% if prev %}
0008 <a href="{{ prev.link|e }}" class="btn btn-neutral" title="{{ prev.title|striptags|e }}" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> <!-- {{ _('Previous') }} --> </a>
0009 {% endif %}
0010 </div>
0011 {% endif %}
0012
0013 <hr/>
0014
0015 <div role="contentinfo">
0016 <p>
0017 {%- if show_copyright %}
0018 {%- if hasdoc('copyright') %}
0019 {% trans path=pathto('copyright'), copyright=copyright|e %}© <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
0020 {%- else %}
0021 {% trans %}© Copyright digiKam team 2001-2024 licensed under the <a href="https://spdx.org/licenses/GFDL-1.2-or-later.html">GNU FDL 1.2+ license</a> unless stated otherwise.{% endtrans %}
0022 {%- endif %}
0023 {%- endif %}
0024
0025 {%- if build_id and build_url %}
0026 {% trans build_url=build_url, build_id=build_id %}
0027 <span class="build">
0028 Build
0029 <a href="{{ build_url }}">{{ build_id }}</a>.
0030 </span>
0031 {% endtrans %}
0032 {%- elif commit %}
0033 {% trans commit=commit %}
0034 <span class="commit">
0035 Revision <code>{{ commit }}</code>.
0036 </span>
0037 {% endtrans %}
0038 {%- elif last_updated %}
0039 {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
0040 {%- endif %}
0041
0042 </p>
0043 </div>
0044
0045 {%- if show_sphinx %}
0046 {% trans %}Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org/">Read the Docs</a>.<br/>
0047 <a href="https://www.digikam.org" title="digiKam official website.">digiKam Website</a> |
0048 <a href="https://invent.kde.org/documentation/digikam-doc" title="The Gitlab instance to edit these pages and collaborate.">Git Repo</a> |
0049 <a href="https://l10n.kde.org/stats/gui/trunk-kf5/package/digikam-doc/" title="The documentation translations statistics by teams.">l10n Stats</a> |
0050 <a href="https://www.digikam.org/donate" title="Help digiKam project with donations.">Donate</a> |
0051 <a href="https://kde.org/privacypolicy/" title="To know more about the privacy policy">Privacy Policy</a> |
0052 <a href="https://www.kde.org/community/whatiskde/impressum-en.php" title="To know more about KDE, code of conduct and GDPR.">KDE Impressum</a>
0053 {% endtrans %}
0054 {%- endif %}
0055
0056 {%- block extrafooter %} {% endblock %}
0057
0058 </footer>
0059