Repository: trafficserver Updated Branches: refs/heads/master e978ff1e4 -> 8ec35f2c7
docs: Turn on Docutils setting to autolink RFC references Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/fffef4bb Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/fffef4bb Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/fffef4bb Branch: refs/heads/master Commit: fffef4bbf47fe5e63833f148c6093b05b56ff715 Parents: e978ff1 Author: Jack Bates <[email protected]> Authored: Mon Aug 11 10:32:56 2014 -0700 Committer: Jack Bates <[email protected]> Committed: Mon Aug 11 10:32:56 2014 -0700 ---------------------------------------------------------------------- doc/docutils.conf | 2 ++ doc/reference/configuration/ssl_multicert.config.en.rst | 2 +- doc/reference/plugins/metalink.en.rst | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/fffef4bb/doc/docutils.conf ---------------------------------------------------------------------- diff --git a/doc/docutils.conf b/doc/docutils.conf new file mode 100644 index 0000000..d35769c --- /dev/null +++ b/doc/docutils.conf @@ -0,0 +1,2 @@ +[restructuredtext parser] +rfc_references: on http://git-wip-us.apache.org/repos/asf/trafficserver/blob/fffef4bb/doc/reference/configuration/ssl_multicert.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/ssl_multicert.config.en.rst b/doc/reference/configuration/ssl_multicert.config.en.rst index 298899b..f044868 100644 --- a/doc/reference/configuration/ssl_multicert.config.en.rst +++ b/doc/reference/configuration/ssl_multicert.config.en.rst @@ -91,7 +91,7 @@ ssl_ca_name=FILENAME (optional) :ts:cv:`proxy.config.ssl.CA.cert.path` configuration variable. ssl_ticket_enabled=1|0 (optional) - Enable :rfc:`5077` stateless TLS session tickets. To support this, + Enable RFC 5077 stateless TLS session tickets. To support this, OpenSSL should be upgraded to version 0.9.8f or higher. This option must be set to `0` to disable session ticket support. http://git-wip-us.apache.org/repos/asf/trafficserver/blob/fffef4bb/doc/reference/plugins/metalink.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/plugins/metalink.en.rst b/doc/reference/plugins/metalink.en.rst index 20a53fd..dc4a60a 100644 --- a/doc/reference/plugins/metalink.en.rst +++ b/doc/reference/plugins/metalink.en.rst @@ -27,9 +27,9 @@ improves cache efficiency and speeds up users' downloads. It takes standard headers and knowledge about objects in the cache and potentially rewrites those headers so that a client will use a URL that's already cached instead of one that isn't. The headers are -specified in :rfc:`6249` (Metalink/HTTP: Mirrors and Hashes) and -:rfc:`3230` (Instance Digests in HTTP) and are sent by various -download redirectors or content distribution networks. +specified in RFC 6249 (Metalink/HTTP: Mirrors and Hashes) and RFC 3230 +(Instance Digests in HTTP) and are sent by various download +redirectors or content distribution networks. A lot of download sites distribute the same files from many different mirrors and users don't know which mirrors are already cached. These @@ -107,7 +107,7 @@ headers. The :mailheader:`Digest: SHA-256=...` header is also more efficient than :mailheader:`Link: <...>; rel=duplicate` headers because it -involves a constant number of cache lookups. :rfc:`6249` requires a +involves a constant number of cache lookups. RFC 6249 requires a :mailheader:`Digest: SHA-256=...` header or :mailheader:`Link: <...>; rel=duplicate` headers MUST be ignored:
