Project

General

Profile

Feature #141

Should FeedView support multiple feeds?

Added by Stephen Burrows almost 13 years ago. Updated almost 13 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Penfield
Target version:
-
Start date:
05/16/2011
Due date:
% Done:

0%

Estimated time:

Description

Currently, FeedView can only supply one type of feed; however, it would be fairly trivial to supply both rss and atom feeds as well as a "default". The exact implementation can be discussed separately, but does this seem like something to consider?

Associated revisions

Revision 1ff9f3bd (diff)
Added by Stephen Burrows almost 13 years ago

Improved penfield docstrings. Added urlpatterns and support for all registered feed types. Resolves issue #141.

Revision 2a3bb0d2
Added by Joseph Spiros almost 13 years ago

Merge branch 'develop' of git://github.com/melinath/philo into develop

  • 'develop' of git://github.com/melinath/philo:
    Added winer doc file. Improved the docstrings for FeedView from the penfield version.
    Renamed syndication to winer.
    Added information about request context processor to shipherd docs. See issue #160.
    Minor correction to shipherd howto.
    Moved a migration after the master migrations.
    Tweaked FeedView to more correctly generate links vs feed urls.
    Improved penfield docstrings. Added urlpatterns and support for all registered feed types. Resolves issue #141.
    Initial implementation of a separate syndication contrib app based on penfield's FeedView, updated to use a registry instead of a dict.
    Moved sobol's search registry into core as a generic registry utility. Added support for RegistryIterators directly to SlugMultipleChoiceField since it is a common use case.
    Made views optional on nodes; nodes without views will raise a 404 when rendering and will return False for accepting and handling subpaths. Implements feature #131.

History

#1

Updated by Stephen Burrows almost 13 years ago

  • Status changed from Feedback to Resolved

Went ahead and implemented this in the syndication branch - commit 1ff9f3bdbf09e3a7d2a478472ddd5ad73af1d45e.

Also available in: Atom PDF