A significant amount of source code has already been ingested in the Software Heritage
- archive. It notably includes the following software origins.
+ archive, see the
+ Archive Changelog for notable changes to
+ the archive over time.
+ It currently includes the following software origins.
{% for origins_type, origins_data in origins.items %}
{{ origins_type }}
{{ origins_data.info | safe }}
{% for origins in origins_data.origins %}
{% with 'img/logos/'|add:origins.type.lower|add:'.png' as png_logo %}
{% endwith %}
{% if "instances" in origins %}
instance |
type |
count |
search |
{% for instance, visit_types in origins.instances.items %}
{% for visit_type, data in visit_types.items %}
{% if data.count %}
{{ instance }} |
{{ visit_type }} |
{{ data.count }} |
{% if data.search_url %}
{% endif %}
|
{% endif %}
{% endfor %}
{% endfor %}
{% else %}
instance |
type |
search |
{% for visit_type, search_url in origins.search_urls.items %}
{{ origins.type }} |
{{ visit_type }} |
{% if search_url %}
{% endif %}
|
{% endfor %}
{% endif %}
{% endfor %}
{% endfor %}