{# Copyright (C) 2015 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. #} {% extends "sources/base.html" %} {% block head %} {{ super() }} {% endblock %} {% block title %}URL scheme{% endblock %} {% block breadcrumbs %}doc / url scheme{% endblock %} {% block content %}

Table of contents

{% if sources %} {% include "sources/doc_url.html" %} {% endif %} {% if copyright %} {% include "copyright/doc_url.html" %} {% endif %} {% if patches%} {% include "patches/doc_url.html" %} {% endif %} {% endblock %}