Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9124659
readme-display.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
readme-display.html
View Options
{% comment %}
Copyright (C) 2017-2019 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 %}
{% if readme_name %}
<
div
id
=
"readme-panel"
class
=
"card"
>
<
div
class
=
"card-header bg-gray-light"
>
<
h4
>
{{ readme_name }}
</
h4
>
</
div
>
<
div
class
=
"swh-readme card-body"
>
</
div
>
</
div
>
{% if readme_html %}
<
script
>
$
(
'.swh-readme'
).
html
(
swh
.
webapp
.
filterXSS
({{
readme_html
|
jsonify
}}));
</
script
>
{% elif readme_name.lower == 'readme' or readme_name.lower == 'readme.txt' %}
<
script
>
swh
.
webapp
.
renderTxt
(
'.swh-readme'
,
'{{ readme_url }}'
);
</
script
>
{% elif readme_name.lower == 'readme.org' %}
<
script
>
swh
.
webapp
.
renderOrg
(
'.swh-readme'
,
'{{ readme_url }}'
);
</
script
>
{% else %}
<
script
>
swh
.
webapp
.
renderMarkdown
(
'.swh-readme'
,
'{{ readme_url }}'
);
</
script
>
{% endif %}
{% endif %}
File Metadata
Details
Attached
Mime Type
text/html
Expires
Sat, Jun 21, 7:22 PM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3239565
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment