{# Copyright (C) 2013 The Debsources developers . See the AUTHORS file at the top-level directory of this distribution and at https://salsa.debian.org/qa/debsources/blob/master/AUTHORS License: GNU Affero General Public License, version 3 or above. #} {# copied from templates/doc.html #} {% extends "sources/base.html" %} {% import "doc/_macros_pubs.html" as macro %} {% block title %}Documentation{% endblock %} {% block breadcrumbs %}doc{% endblock %} {% block content %}

{{ self.title() }}

Publications

Debsources has been featured in the following scientific papers: {{ macro.render_biblio() }}

Misc

Raphael Geissert has developed a plugin to enable source code edition in your browser. {% endblock %}