Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8393537
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>
{% load static %}
<
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 %}
</
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
=
"{% static 'css/bootstrap-responsive.min.css' %}"
>
<
link
rel
=
"stylesheet"
href
=
"https://cdn.datatables.net/1.10.13/css/jquery.dataTables.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
>
<
script
src
=
"https://cdn.datatables.net/1.10.13/js/jquery.dataTables.min.js"
></
script
>
<!-- END: bootstrap -->
<
link
rel
=
"stylesheet"
href
=
"{% static 'css/pygment.css' %}"
>
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"{% static 'css/style.css' %}"
/>
<
link
rel
=
"icon"
href
=
"{% static 'img/icons/swh-logo-32x32.png' %}"
sizes
=
"32x32"
/>
<
link
rel
=
"icon"
href
=
"{% static 'img/icons/swh-logo-archive-192x192.png' %}"
sizes
=
"192x192"
/>
<
link
rel
=
"apple-touch-icon-precomposed"
href
=
"{% static 'img/icons/swh-logo-archive-180x180.png' %}"
/>
<
meta
name
=
"msapplication-TileImage"
content
=
"{% static 'img/icons/swh-logo-archive-270x270.png' %}"
/>
<
script
>
document
.
domain
=
"softwareheritage.org"
;</
script
>
</
head
>
<
body
>
<
a
id
=
"top"
></
a
>
<
div
class
=
"jumbotron"
>
<
nav
class
=
"navbar navbar-default"
id
=
"swh-navbar-collapse"
>
<
div
class
=
"navbar-header"
>
<
button
type
=
"button"
class
=
"navbar-toggle collapsed"
data-toggle
=
"collapse"
data-target
=
"#swh-navbar-collapse"
aria-expanded
=
"false"
>
<!-- screen-reader -->
<
span
class
=
"sr-only"
>
Toggle navigation menu
</
span
>
<
span
class
=
"icon-bar"
></
span
>
<
span
class
=
"icon-bar"
></
span
>
<
span
class
=
"icon-bar"
></
span
>
</
button
>
<
div
class
=
"logo"
>
<
a
class
=
"navbar-brand"
href
=
"{% url 'api_homepage' %}"
>
<!-- logo -->
<
img
alt
=
"SWH Archive"
src
=
"{% static 'img/swh-logo-archive.png' %}"
class
=
"swh-logo"
/>
</
a
>
<
a
class
=
"navbar-brand sitename"
href
=
"{% url 'api_homepage' %}"
>
<
span
class
=
"first-word"
>
Software
</
span
>
<
span
class
=
"second-word"
>
Heritage
</
span
>
</
a
>
</
div
>
</
div
>
</
nav
>
</
div
>
<
div
class
=
"container"
>
<
div
class
=
"container"
>
<
h1
>
{{ self.title }}
</
h1
>
</
div
>
<
div
class
=
"container content"
>
{% block content %}{% endblock %}
</
div
>
</
div
>
<
div
id
=
"footer"
class
=
"panel-footer"
>
<
a
href
=
"https://www.softwareheritage.org"
>
Software Heritage
</
a
>
—
Copyright (C) 2015
–
2017, The Software Heritage developers.
License:
<
a
href
=
"https://www.gnu.org/licenses/agpl.html"
>
GNU
AGPLv3+
</
a
>
.
<
br
/>
The source code of Software Heritage
<
em
>
itself
</
em
>
is available on
our
<
a
href
=
"https://forge.softwareheritage.org/"
>
development
forge
</
a
>
.
<
br
/>
The source code files
<
em
>
archived
</
em
>
by Software
Heritage are available under their own copyright and licenses.
<
br
/>
Contact: see
our
<
a
href
=
"https://www.softwareheritage.org/contact/"
>
contact page
</
a
>
.
</
div
>
<
div
id
=
"back-to-top"
>
<
a
href
=
"#top"
><
img
alt
=
"back to top"
src
=
"{% static 'img/arrow-up-small.png' %}"
/></
a
>
</
div
>
</
body
>
</
html
>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Wed, Jun 4, 7:14 PM (4 d, 21 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3296386
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment