Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9340387
content.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
content.html
View Options
{% extends "layout.html" %}
{% block title %}Content information{% endblock %}
{% block content %}
{% if message is not none %}
<
p
>
{{ message }}
</
p
>
{% endif %}
{% if content is not none %}
{% for key in ['sha1', 'sha256', 'sha1_git', 'status', 'length', 'ctime',
'licenses', 'language', 'mimetype', 'encoding'] %}
<
div
class
=
"row"
>
<
div
class
=
"col-md-2"
>
{{ key }}
</
div
>
<
div
class
=
"col-md-6"
>
{{ content[key] }}
</
div
>
</
div
>
{% endfor %}
{% if content['data_url'] is not none %}
<
div
class
=
"row"
>
<
div
class
=
"col-md-2"
>
data_url
</
div
>
<
div
class
=
"col-md-10"
><
a
href
=
"{{ content['data_url'] }}"
>
Download data
</
a
></
pre
></
div
>
</
div
>
{% endif %}
{% if content['ctags'] is not none %}
<
div
class
=
"row"
>
<
div
class
=
"col-md-2"
>
ctags
</
div
>
<
div
class
=
"col-md-10"
>
<
table
>
{% for ctag_row in content['ctags'] %}
<
tr
>
{% for ctag in ctag_row %}
<
td
>
{{ ctag | safe }}
</
td
>
{% endfor %}
</
tr
>
{% endfor %}
</
table
>
</
div
>
</
div
>
{% endif %}
{% if content['data'] is not none %}
<
div
class
=
"row"
>
<
div
class
=
"col-md-2"
>
data
</
div
>
<
div
class
=
"col-md-10"
>
{{ content['data'] | highlight_source }}
</
div
>
</
div
>
{% endif %}
{% if 'decoding_failures' in content %}
<
div
class
=
"row"
>
<
div
class
=
"col-md-10"
>
(some decoding errors)
</
div
>
</
div
>
{% endif %}
{% endif %}
{% endblock %}
File Metadata
Details
Attached
Mime Type
text/html
Expires
Jul 4 2025, 10:36 AM (4 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3270438
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment