diff --git a/frontend/templates/attribution.html b/frontend/templates/attribution.html index 95ffd433..1abc46bd 100644 --- a/frontend/templates/attribution.html +++ b/frontend/templates/attribution.html @@ -1,40 +1,40 @@ {% extends "base.html" %} -{% block title %}DocuElevate - Third-Party Attributions{% endblock %} +{% block title %}{{ _("attribution.page_title") }}{% endblock %} {% block content %}
-

Third-Party Software Attributions

+

{{ _("attribution.heading") }}

- DocuElevate uses several open source libraries and tools. We are grateful to the - developers of these projects for their contributions to open source software. + {{ _("attribution.intro") }}

- +

- Special Attribution: This software includes Paramiko, which is licensed under LGPL. The source code for Paramiko is available at + {{ _("attribution.special_title") }} + {{ _("attribution.special_source_pre") }} https://github.com/paramiko/paramiko - . - A copy of the LGPL license can be found + {{ _("attribution.special_source_post") }} + {{ _("attribution.special_lgpl_pre") }} - here - . + {{ _("attribution.special_lgpl_link") }} + {{ _("attribution.special_lgpl_post") }}

-

Python Dependencies

+

{{ _("attribution.section_python") }}

-

Docker Images

+

{{ _("attribution.section_docker") }}

-

Frontend Dependencies

+

{{ _("attribution.section_frontend") }}