go-pkg-rss/src
jim teeuwen 31d02da4ae Fixed bugs in channel/item identification 2010-12-18 19:11:37 +01:00
..
Makefile Fix for recent Go release. 2010-08-25 21:31:56 +02:00
atom.go Fixed bugs in channel/item identification 2010-12-18 19:11:37 +01:00
author.go Fixed code according to new Go release requirements. 2010-05-23 16:21:30 +02:00
category.go Fixed code according to new Go release requirements. 2010-05-23 16:21:30 +02:00
channel.go Did some significant reworking of the Rss and Atom internals. The Feed object now supports passing in 2 funciton handlers which notify your app of any new Channels or Items. These functions are called whenever the feed is updated and new channels or items are found which previously did not exist. See src/feed_test.go for examples. This change also made it prudent to change some of the struct definitions. In particular the fields referencing other structs. They have been changed from Value to Pointer definitions. So beware that this may break some of your existing code. At the very least, the feeder.New() function now takes 2 extra parameters. 2010-12-18 00:25:16 +01:00
cloud.go Fixed code according to new Go release requirements. 2010-05-23 16:21:30 +02:00
content.go Fixed code according to new Go release requirements. 2010-05-23 16:21:30 +02:00
enclosure.go Fixed code according to new Go release requirements. 2010-05-23 16:21:30 +02:00
feed.go Added Feed.LastUpdate() method. It returns the timestamp of the last time the feed was updated. Value is returned in seconds. 2010-12-18 18:19:53 +01:00
feed_test.go Added Feed.LastUpdate() method. It returns the timestamp of the last time the feed was updated. Value is returned in seconds. 2010-12-18 18:19:53 +01:00
generator.go Fixed code according to new Go release requirements. 2010-05-23 16:21:30 +02:00
image.go Fixed code according to new Go release requirements. 2010-05-23 16:21:30 +02:00
input.go Fixed code according to new Go release requirements. 2010-05-23 16:21:30 +02:00
item.go Did some significant reworking of the Rss and Atom internals. The Feed object now supports passing in 2 funciton handlers which notify your app of any new Channels or Items. These functions are called whenever the feed is updated and new channels or items are found which previously did not exist. See src/feed_test.go for examples. This change also made it prudent to change some of the struct definitions. In particular the fields referencing other structs. They have been changed from Value to Pointer definitions. So beware that this may break some of your existing code. At the very least, the feeder.New() function now takes 2 extra parameters. 2010-12-18 00:25:16 +01:00
link.go Fixed code according to new Go release requirements. 2010-05-23 16:21:30 +02:00
rss.go Fixed bugs in channel/item identification 2010-12-18 19:11:37 +01:00
source.go Fixed code according to new Go release requirements. 2010-05-23 16:21:30 +02:00
subtitle.go Fixed code according to new Go release requirements. 2010-05-23 16:21:30 +02:00