From 037d9aa11b87d6f723fb58352ecab0e2830934cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 29 Oct 2017 18:24:57 +0100 Subject: [PATCH] Minimal documentation for the new *_ARCHIVE_URL settings. --- docs/settings.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/settings.rst b/docs/settings.rst index e5ce19f5..7f56babd 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -464,14 +464,29 @@ respectively. The location to save per-year archives of your posts. +.. data:: YEAR_ARCHIVE_URL = '' + + The URL to use for per-year archives of your posts. Used only if you have + the ``{url}`` placeholder in ``PAGINATION_PATTERNS``. + .. data:: MONTH_ARCHIVE_SAVE_AS = '' The location to save per-month archives of your posts. +.. data:: MONTH_ARCHIVE_URL = '' + + The URL to use for per-month archives of your posts. Used only if you have + the ``{url}`` placeholder in ``PAGINATION_PATTERNS``. + .. data:: DAY_ARCHIVE_SAVE_AS = '' The location to save per-day archives of your posts. +.. data:: DAY_ARCHIVE_URL = '' + + The URL to use for per-day archives of your posts. Used only if you have the + ``{url}`` placeholder in ``PAGINATION_PATTERNS``. + .. data:: SLUG_SUBSTITUTIONS = () Substitutions to make prior to stripping out non-alphanumerics when