Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8396302
browse.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
browse.html
View Options
{% extends "./layout.html" %}
{% comment %}
Copyright (C) 2017-2018 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 swh_templatetags %}
{% block title %}{{ heading }}
–
Software Heritage archive{% endblock %}
{% block navbar-content %}
{% if snapshot_context %}
<
h4
>
<
i
class
=
"{{ swh_object_icons|key_value:swh_object_name.lower }} fa-fw"
aria-hidden
=
"true"
></
i
>
Browse archived {{ swh_object_name.lower }}
{% if snapshot_context.origin_info %}
for origin
<
a
href
=
"{% url 'browse-origin' snapshot_context.origin_info.url %}"
>
{{ snapshot_context.origin_info.url }}
</
a
>
{% if snapshot_context.origin_info.url|slice:"0:4" == "http" %}
<
a
href
=
"{{ snapshot_context.origin_info.url }}"
title
=
"Go to origin"
>
<
i
class
=
"fa fa-external-link"
aria-hidden
=
"true"
></
i
>
</
a
>
{% endif %}
{% else %}
for snapshot
<
a
href
=
"{% url 'browse-swh-id' snapshot_context.snapshot_swhid %}"
>
{{ snapshot_context.snapshot_swhid }}
</
a
>
{% endif %}
</
h4
>
{% else %}
<
h4
>
<
i
class
=
"{{ swh_object_icons|key_value:swh_object_name.lower }} fa-fw"
aria-hidden
=
"true"
></
i
>
Browse archived {{ swh_object_name.lower }}
<
a
href
=
"{% url 'browse-swh-id' swh_object_id %}"
>
{{ swh_object_id }}
</
a
>
</
h4
>
{% endif %}
{% endblock %}
{% block browse-content %}
{% block swh-browse-before-content %}
{% if snapshot_context %}
{% include "includes/snapshot-context.html" %}
{% endif %}
{% endblock %}
{% block swh-browse-content %}{% endblock %}
{% block swh-browse-after-content %}{% endblock %}
<
script
>
swh
.
webapp
.
initPage
(
'browse'
);
</
script
>
{% endblock %}
File Metadata
Details
Attached
Mime Type
text/html
Expires
Jun 4 2025, 7:52 PM (12 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3337862
Attached To
R65 Staging repository
Event Timeline
Log In to Comment