{% extends "layout.html" %} {% comment %} Copyright (C) 2022-2023 The Software Heritage developers See the AUTHORS file at the top-level directory of this distribution License: GNU Affero General Public License version 3, or any later version See top-level LICENSE file for more information {% endcomment %} {% load render_bundle from webpack_loader %} {% load static %} {% block header %} {% render_bundle 'add_forge_now' %} {% endblock header %} {% block page_title %} Add forge now {% endblock page_title %} {% block navbar-content %}
“Add forge now” provides a service for Software Heritage users to save a complete forge in the Software Heritage archive by requesting the addition of the forge URL into the list of regularly visited forges.
If you submit an Add Forge Now request, please avoid submitting the forge repositories at the same time in Save Code Now, which is designed for the punctual archival of single repositories. We process regularly the Add Forge Now requests, ensuring they will be processed rapidly. If there is a strong deadline due to a risk of source code loss (forge to be closed soon for example), please mention it explicitly in your submission message, so that we will prioritize your request.
{% if not user.is_authenticated %}You can submit an “Add forge now” request only when you are authenticated, please login to submit the request.
{% endif %}