From 642755ba919b282457bd7c3d9d216711d30afc97 Mon Sep 17 00:00:00 2001 From: Jorge Maldonado Ventura Date: Thu, 19 Jul 2018 17:46:49 +0200 Subject: [PATCH] Remove information about FeedBurner --- docs/settings.rst | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/docs/settings.rst b/docs/settings.rst index a4fc0ba5..a106cbc6 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -960,26 +960,6 @@ If you don't want to generate some or any of these feeds, set the above variable .. [2] ``%s`` is replaced by name of the category / author / tag. -FeedBurner ----------- - -If you want to use FeedBurner for your feed, you will likely need to decide -upon a unique identifier. For example, if your site were called "Thyme" and -hosted on the www.example.com domain, you might use "thymefeeds" as your -unique identifier, which we'll use throughout this section for illustrative -purposes. In your Pelican settings, set the ``FEED_ATOM`` attribute to -``thymefeeds/main.xml`` to create an Atom feed with an original address of -``http://www.example.com/thymefeeds/main.xml``. Set the ``FEED_DOMAIN`` -attribute to ``http://feeds.feedburner.com``, or ``http://feeds.example.com`` if -you are using a CNAME on your own domain (i.e., FeedBurner's "MyBrand" feature). - -There are two fields to configure in the `FeedBurner -`_ interface: "Original Feed" and "Feed -Address". In this example, the "Original Feed" would be -``http://www.example.com/thymefeeds/main.xml`` and the "Feed Address" suffix -would be ``thymefeeds/main.xml``. - - Pagination ==========