Ticket #5 (closed enhancement: invalid)

Opened 8 months ago

Last modified 7 months ago

Collection feed is missing app:collection element

Reported by: guest Assigned to: sylvain
Priority: minor Milestone:
Component: amplee Version: Current
Keywords: Cc: nikunj@tookri.com

Description

RFC 5023 Section 8.3.5 suggests that an app:collection element in a feed provides information about the backing collection of a feed. This is also the consensus best practice identified by the Atompub mailing list.

Change History

04/17/08 02:52:46 changed by sylvain

  • priority changed from major to minor.
  • status changed from new to closed.
  • resolution set to invalid.
  • type changed from defect to enhancement.

I don't disagree and there is already a way of doing that by passing the collection instance to init_public().

collection.feed_handler = FeedHandler()
# The collection feed
collection.feed_handler.set(collection.feed)
# The public feed
collection.feed_handler.init_public(collection, ...)