diff --git a/swh/web/static/img/swh-api.png b/swh/web/static/img/swh-api.png index 82448f1f..1a20ad30 100644 Binary files a/swh/web/static/img/swh-api.png and b/swh/web/static/img/swh-api.png differ diff --git a/swh/web/static/img/swh-browse.png b/swh/web/static/img/swh-browse.png index afa483cf..21502c01 100644 Binary files a/swh/web/static/img/swh-browse.png and b/swh/web/static/img/swh-browse.png differ diff --git a/swh/web/static/img/swh-support.png b/swh/web/static/img/swh-support.png new file mode 100644 index 00000000..68f8f657 Binary files /dev/null and b/swh/web/static/img/swh-support.png differ diff --git a/swh/web/templates/homepage.html b/swh/web/templates/homepage.html index c3ca9e07..ecedd4dc 100644 --- a/swh/web/templates/homepage.html +++ b/swh/web/templates/homepage.html @@ -1,102 +1,105 @@ {% extends "layout.html" %} {% 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 static %} {% block title %}Welcome to the Software Heritage archive{% endblock %} {% block navbar-content %}

Welcome to the Software Heritage archive

{% endblock %} {% block content %}

Overview

The long term goal of the Software Heritage initiative is to collect all publicly available software in source code form together with its development history, replicate it massively to ensure its preservation, and share it with everyone who needs it. The Software Heritage archive is growing over time as we crawl new source code from software projects and development forges. We will incrementally release archive search and browse functionalities — as of now you can check whether source code you care about is already present in the archive or not.

+

+

+ + + +
+

+

Content

A significant amount of source code has already been ingested in the Software Heritage archive. It currently includes:

Size

As of today the archive already contains and keeps safe for you the following amount of objects:

Source files
Commits
Projects

Note: the counters and graphs above are based on heuristics that might not reflect the exact size of the archive. While the long-term trends shown and ballpark figures are reliable, individual point-in-time values might not be.

-

Access

- -

-

-
- - -
-
-

- {% endblock %}