From 2df2695f936660fc2796dc2b207c24addfed94f6 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Mon, 21 Jul 2014 21:18:00 -0400 Subject: [PATCH] Update README.rst Add paragraph to "Using TUF" section. --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 897b4e7f..31c1a324 100644 --- a/README.rst +++ b/README.rst @@ -222,6 +222,14 @@ with TUF; upstream servers, who will largely be responsible for care and feeding of repositories; and integrators, who do the work of putting TUF into existing projects. +A low-level integration requires importing a single module and calling +particular methods to perform updates. A high-level integration, on the +other hand, can handle TUF-related updates transparently. The client +populates a configuration file and the library interposes on urllib calls. +Generating metadata files stored on upstream servers can be handled by the +repository tool, covered in ``Creating a Repository``. + + - `Creating a Repository `_ - `Low-level Integration `_