diff --git a/swh/deposit/templates/homepage.html b/swh/deposit/templates/homepage.html index 7d6c3316..063966b1 100644 --- a/swh/deposit/templates/homepage.html +++ b/swh/deposit/templates/homepage.html @@ -1,45 +1,42 @@ {% extends "layout.html" %} {% load static %} {% block title %}The Software Heritage Deposit{% endblock %} {% block content %}

Welcome to the Software Heritage deposit

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.

What's the deposit?

This is Software Heritage's SWORD 2.0 Server implementation. S.W.O.R.D (Simple Web-Service Offering Repository Deposit) is an interoperability standard for digital file deposit. -This implementation will permit interaction between a client (a -repository, e.g. hal) and a server -(SWH repository) to -permit deposits of software source code archives with associated -metadata. - +This implementation allows a client (a repository, e.g. hal) to deposit +software source archives and its associated metadata to the (SWH archive).

Documentation

{% endblock %}