diff --git a/swh/deposit/templates/homepage.html b/swh/deposit/templates/homepage.html index 764f789c..7d6c3316 100644 --- a/swh/deposit/templates/homepage.html +++ b/swh/deposit/templates/homepage.html @@ -1,44 +1,45 @@ {% 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** (**S**imple **W**eb-Service **O**ffering **R**epository -**D**eposit) is an interoperability standard for digital file deposit. +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.

Documentation

{% endblock %}