From 6d879cb8b830852643779a846bdcd8d7ad654971 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Mon, 5 Mar 2018 13:12:12 -0800 Subject: [PATCH] docs: fix typos in memento docs (#307) - URI-M instead of URL-M - remove mention of vary: accept-datetime for URI-M --- docs/manual/memento.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/manual/memento.rst b/docs/manual/memento.rst index 58b84d30..8b128eb6 100644 --- a/docs/manual/memento.rst +++ b/docs/manual/memento.rst @@ -38,7 +38,7 @@ TimeGate API The TimeGate API for any pywb collection is ``//``, eg. ``/my-coll/http://example.com/`` -The timegate can either be a non-redirecting timegate (URL-M, 200-style negotiation) and return a URL-M response, or a redirecting timegate (302-style negotiation) and redirect to a URL-M. +The timegate can either be a non-redirecting timegate (URI-M, 200-style negotiation) and return a URI-M response, or a redirecting timegate (302-style negotiation) and redirect to a URI-M. .. _memento-no-redirect: @@ -48,7 +48,7 @@ Non-Redirecting TimeGate (Memento Pattern 2.2) This behavior is consistent with `Memento Pattern 2.2 `_ and is the default behavior. To avoid an extra redirect, the TimeGate returns the requested memento directly (200-style negotiation) without redirecting to its canonical, timestamped url. -The 'canonical' URL-M is included in the ``Content-Location`` header and should be used to reference the memento in the future. +The 'canonical' URI-M is included in the ``Content-Location`` header and should be used to reference the memento in the future. (For HTML Mementos, the rewriting system also injects the url and timestamp into the page so that it can be displayed to the user). This behavior optimizes network traffic by avoiding unneeded redirects. @@ -61,18 +61,17 @@ This behavior is consistent with `Memento Pattern 2.3