Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9339182
revision-directory.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
revision-directory.html
View Options
{% extends "layout.html" %}
{% block title %}Browse revision at path{% endblock %}
{% block content %}
{% if message is not none %}
{{ message }}
{% endif %}
{% if result is not none %}
<
p
>
Browse revision '{{ revision }}' with {{ result['type'] }}path '{{ path }}':
</
p
>
{% if result['type'] == 'dir' %}
{% if result['content'] is not none %}
{% for e in result['content'] %}
{% if e.type == 'dir' %}
<
div
>
<
p
>
<
a
class
=
"link{{e.type}}"
href
=
"{{e.dir_url}}"
>
{{ e.name }}
</
a
>
{% if 'decoding_failures' in e %}(some decoding errors){% endif %}
</
p
>
</
div
>
{% else %}
<
div
>
<
p
>
<
a
class
=
"link{{e.type}}"
href
=
"{{e.file_url}}"
>
{{ e.name }}
</
a
>
{% if 'decoding_failures' in e %}(some decoding errors){% endif %}
</
p
>
</
div
>
{% endif %}
{% endfor %}
{% endif %}
{% else %}
{% if result['content'] is not none %}
{% for key in ['sha1', 'sha256', 'sha1_git', 'status', 'length', 'ctime'] %}
<
div
class
=
"row"
>
<
div
class
=
"col-md-2"
>
{{ key }}
</
div
>
<
div
class
=
"col-md-6"
>
{{ result['content'][key] }}
</
div
>
</
div
>
{% endfor %}
{% endif %}
{% if result['content']['data_url'] is not none %}
<
div
class
=
"row"
>
<
div
class
=
"col-md-2"
>
data_url
</
div
>
<
div
class
=
"col-md-10"
><
a
href
=
"{{ result['content']['data_url'] }}"
>
Download data
</
a
></
pre
></
div
>
</
div
>
{% endif %}
{% if result['content']['data'] is not none %}
<
div
class
=
"row"
>
<
div
class
=
"col-md-2"
>
data
</
div
>
<
div
class
=
"col-md-10"
><
pre
>
{{ result['content']['data'] }}
</
pre
></
div
>
</
div
>
{% endif %}
{% if 'decoding_failures' in result %}
<
div
class
=
"row"
>
<
div
class
=
"col-md-10"
>
(some decoding errors)
</
div
>
</
div
>
{% endif %}
{% endif %}
{% endif %}
{% endblock %}
File Metadata
Details
Attached
Mime Type
text/html
Expires
Jul 4 2025, 9:29 AM (5 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3292602
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment