Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9349420
layout.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
5 KB
Subscribers
None
layout.html
View Options
{% comment %}
Copyright (C) 2015-2018 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 %}
<!DOCTYPE html>
{% load static %}
{% load render_bundle from webpack_loader %}
<
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, shrink-to-fit=no"
>
<
title
>
{% block title %}{% endblock %}
</
title
>
{% render_bundle 'vendors' %}
{% render_bundle 'webapp' %}
<
script
src
=
"{% url 'js_reverse' %}"
type
=
"text/javascript"
></
script
>
{% block header %}{% endblock %}
<
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' %}"
/>
</
head
>
<
body
class
=
"hold-transition sidebar-mini"
>
<
div
class
=
"wrapper"
>
<
a
id
=
"top"
></
a
>
<
div
class
=
"swh-top-bar"
>
<
ul
>
<
li
>
<
a
href
=
"https://www.softwareheritage.org"
>
Home
</
a
>
</
li
>
<
li
>
<
a
class
=
"swh-current-site"
href
=
"https://archive.softwareheritage.org"
>
Archive
</
a
>
</
li
>
<
li
>
<
a
href
=
"https://forge.softwareheritage.org/"
>
Development
</
a
>
</
li
>
<
li
>
<
a
href
=
"https://docs.softwareheritage.org/devel/"
>
Documentation
</
a
>
</
li
>
<
li
class
=
"swh-donate-item"
>
<
a
class
=
"swh-donate-link"
href
=
"https://www.softwareheritage.org/donate"
>
Donate
</
a
>
</
li
>
</
ul
>
</
div
>
<
nav
class
=
"main-header navbar navbar-expand-lg navbar-light navbar-static-top"
id
=
"swh-navbar"
>
<
div
class
=
"navbar-header"
>
<
a
class
=
"nav-link swh-push-menu"
data-widget
=
"pushmenu"
href
=
"#"
><
i
class
=
"fa fa-bars"
></
i
></
a
>
</
div
>
<
div
class
=
"navbar"
>
<
div
class
=
"swh-navbar-content"
>
{% block navbar-content %}{% endblock %}
</
div
>
</
div
>
</
nav
>
</
div
>
<
aside
class
=
"swh-sidebar main-sidebar sidebar-light-primary elevation-4"
>
<
a
href
=
"{% url 'swh-web-homepage' %}"
class
=
"brand-link"
>
<
img
class
=
"brand-image"
src
=
"{% static 'img/swh-logo-archive.png' %}"
alt
=
"SWH Logo"
>
<
div
class
=
"brand-text sitename"
href
=
"{% url 'swh-web-homepage' %}"
>
<
span
class
=
"first-word"
>
Software
</
span
>
<
span
class
=
"second-word"
>
Heritage
</
span
>
</
div
>
</
a
>
<
div
class
=
"sidebar"
>
<
nav
class
=
"mt-2"
>
<
ul
class
=
"nav nav-pills nav-sidebar flex-column"
data-widget
=
"treeview"
role
=
"menu"
data-accordion
=
"false"
>
<
li
class
=
"nav-header"
>
Archive Access
</
li
>
<
li
class
=
"nav-item swh-api-item"
title
=
"Query the archive programmatically using a RESTful API"
>
<
a
href
=
"{% url 'api-homepage' %}"
class
=
"nav-link swh-api-link"
>
<
img
class
=
"nav-icon"
src
=
"{% static 'img/swh-api.png' %}"
/>
<
p
>
Web API
</
p
>
</
a
>
</
li
>
<
li
class
=
"nav-item swh-browse-item"
title
=
"Explore the archive using a dedicated web interface"
>
<
a
href
=
"{% url 'browse-search' %}"
class
=
"nav-link swh-browse-link"
>
<
img
class
=
"nav-icon"
src
=
"{% static 'img/swh-browse.png' %}"
/>
<
p
>
Browse
</
p
>
</
a
>
</
li
>
<
li
class
=
"nav-header"
>
Features
</
li
>
<
li
class
=
"nav-item swh-search-item"
title
=
"Search software origins to browse"
>
<
a
href
=
"{% url 'browse-search' %}"
class
=
"nav-link swh-search-link"
>
<
i
style
=
"color: #e20026;"
class
=
"nav-icon fa fa-search"
></
i
>
<
p
>
Search
</
p
>
</
a
>
</
li
>
<
li
class
=
"nav-item swh-vault-item"
title
=
"Download archive content from the Vault"
>
<
a
href
=
"{% url 'browse-vault' %}"
class
=
"nav-link swh-vault-link"
>
<
img
class
=
"nav-icon"
src
=
"{% static 'img/swh-vault.png' %}"
/>
<
p
>
Vault
</
p
>
</
a
>
</
li
>
<
li
class
=
"nav-header"
>
Miscellaneous
</
li
>
<
li
class
=
"nav-item swh-help-item"
title
=
"How to browse the archive ?"
>
<
a
href
=
"{% url 'browse-help' %}"
class
=
"nav-link swh-help-link"
>
<
i
style
=
"color: #e20026;"
class
=
"nav-icon fa fa-question"
></
i
>
<
p
>
Help
</
p
>
</
a
>
</
li
>
</
ul
>
</
nav
>
</
div
>
</
aside
>
<
div
class
=
"content-wrapper"
>
<
section
class
=
"content"
>
<
div
class
=
"container"
>
{% block content %}{% endblock %}
</
div
>
</
section
>
</
div
>
<
footer
class
=
"footer"
>
<
div
class
=
"container text-center"
>
<
a
href
=
"https://www.softwareheritage.org"
>
Software Heritage
</
a
>
—
Copyright (C) 2015
–
{% now "Y" %}, 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
/>
<
a
href
=
"https://www.softwareheritage.org/software-heritage-api-terms-of-use/"
>
Terms of use
</
a
>
-
<
a
href
=
"https://www.softwareheritage.org/contact/"
>
Contact
</
a
>
.
</
div
>
</
footer
>
<
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
Jul 4 2025, 7:22 PM (7 w, 10 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3374959
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment