Added FEED + FEED operator to merge two feeds.

Added FEED sorting routine.
Added FEED_ITEM.link: detachable FEED_LINK that represents the main feed link.
Comments.
This commit is contained in:
2015-10-08 10:10:08 +02:00
parent f7a7afccd6
commit 5fee483fd9
8 changed files with 58 additions and 8 deletions

View File

@@ -61,6 +61,21 @@ feature -- Access
date: detachable DATE_TIME
-- Publishing date.
link: detachable FEED_LINK
-- Main link for the entry, if any.
do
if attached links as l_links then
Result := l_links.item ("")
across
l_links as ic
until
Result /= Void
loop
Result := ic.item
end
end
end
links: STRING_TABLE [FEED_LINK]
-- Url indexed by relation