Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9123160
layout.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Subscribers
None
layout.html
View Options
<!DOCTYPE html>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
meta
http-equiv
=
"X-UA-Compatible"
content
=
"IE=edge"
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1"
>
<
title
>
{% block title %}{% endblock %} - The Software Heritage Archive
</
title
>
<!-- BEGIN: bootstrap -->
<
link
rel
=
"stylesheet"
href
=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"
integrity
=
"sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ=="
crossorigin
=
"anonymous"
>
<
link
rel
=
"stylesheet"
href
=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css"
integrity
=
"sha384-aUGj/X2zp5rLCbBxumKTCw2Z50WgIr1vs/PFN4praOTvYXWlVyh2UtNUU0KAUhAX"
crossorigin
=
"anonymous"
>
<
link
rel
=
"stylesheet"
href
=
"{{ url_for('static', filename='css/pygment.css') }}"
>
<
link
rel
=
"stylesheet"
href
=
"{{ url_for('static', filename='css/bootstrap-responsive.min.css') }}"
>
<
script
src
=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></
script
>
<
script
src
=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"
integrity
=
"sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ=="
crossorigin
=
"anonymous"
></
script
>
<!-- END: bootstrap -->
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"{{ url_for('static', filename='css/style.css') }}"
/>
<
script
>
document
.
domain
=
"softwareheritage.org"
;</
script
>
</
head
>
<
body
>
<
div
class
=
"jumbotron"
>
<
div
class
=
"container"
>
<
h1
>
{{ self.title() }}
</
h1
>
<
nav
class
=
"navbar navbar-default"
>
<
div
class
=
"navbar-header"
>
<
button
type
=
"button"
class
=
"navbar-toggle collapsed"
data-toggle
=
"collapse"
data-target
=
"#swh-navbar-collapse"
aria-expanded
=
"false"
>
<
span
class
=
"sr-only"
>
Toggle navigation menu
</
span
>
<
span
class
=
"icon-bar"
></
span
>
<
span
class
=
"icon-bar"
></
span
>
<
span
class
=
"icon-bar"
></
span
>
</
button
>
<
a
class
=
"navbar-brand"
href
=
"{{ url_for('homepage') }}"
>
SWH Archive
</
a
>
</
div
>
<
div
class
=
"collapse navbar-collapse"
id
=
"swh-navbar-collapse"
>
<
ul
class
=
"nav navbar-nav"
>
<
li
><
a
href
=
"https://www.softwareheritage.org"
>
Main site
</
a
></
li
>
<
li
role
=
"separator"
class
=
"divider"
></
li
>
<
li
><
a
href
=
"{{ url_for('browse') }}"
>
Browse
</
a
></
li
>
<
li
role
=
"separator"
class
=
"divider"
></
li
>
<
li
><
a
href
=
"{{ url_for('browse_api_doc') }}"
>
API
</
a
></
li
>
<
li
role
=
"separator"
class
=
"divider"
></
li
>
<
li
><
a
href
=
"{{ url_for('about') }}"
>
About
</
a
></
li
>
</
ul
>
</
div
>
</
nav
>
</
div
>
</
div
>
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
<
div
class
=
"container messages"
>
{% for category, message in messages %}
<
div
class
=
"alert alert-{{ category }}"
role
=
"alert"
>
{{ message }}
</
div
>
{% endfor %}
</
div
>
{% endif %}
{% endwith %}
<
div
class
=
"container content"
>
{% block content %}{% endblock %}
</
div
>
</
body
>
</
html
>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Sat, Jun 21, 5:07 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3397179
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment