Talk:PubMan Web Syndication Feeds

From MPDLMediaWiki
Jump to navigation Jump to search

Feed for search results[edit]

  • each advanced search for the logged in user
Question: Why restricting this functionality to logged in users? --Inga 14:41, 17 September 2008 (UTC)
Vlad : Agree, can be extended for the case.

Naming[edit]

feedermanager sounds somewhat weird to my ears. wouldn't syndication_manager be better? Robert 11:21, 23 September 2008 (UTC)


Interfaces[edit]

Implementation[edit]

  • must the structured export manager be redesigned to deal with feed information?
    • the idea is - this to be done in SyndicationManager and the structured export manager to only deal with feed-entries transformation i.e. like mapping to any metadata format --Natasa 14:00, 13 November 2008 (UTC)
      • agree --Makarenko 14:39, 13 November 2008 (UTC)
    • StructuredExportManager should distinguish the context (e.g. Faces, PubMan, VIRR) to be able to apply correct transformations since MD sets are different for applications. Possible solutions: *** XSLT parses the item list and applies appropriate transformation for the item
        • Advantages: the only XSLT should be changed and not the service.
        • Disadvantages: pure possibilities for string processing in XPATH