Commit Graph

16 Commits

Author SHA1 Message Date
an e9675e5214 'atom.go' ändern 2018-02-22 08:20:54 +00:00
an 03ecbdf8d4 Changed atom.go 2018-02-22 08:20:35 +00:00
KEANO3 caca5df203 differentiate between published and updated 2015-07-26 23:04:53 +02:00
maiconio e6102549be adding categories to atom 2014-05-11 20:48:21 -03:00
Harm Aarts e345751986 Removes new Item notification 2013-12-05 14:21:32 +01:00
Harm Aarts 73442f806a Makes atom replace channels and items, thus making it stateless 2013-12-05 14:08:41 +01:00
Harm Aarts cc25852f30 Revert "Implements check if item is already present"
This reverts commit d79101645d.
2013-12-05 12:55:59 +01:00
Harm Aarts d79101645d Implements check if item is already present 2013-12-02 14:25:45 +01:00
Jim Teeuwen 7b1a94122f Runs go fmt on all code. 2013-11-28 10:23:49 +01:00
Matthew Dawson 20d050f908 Fix Atom/RSS feed parsing due to changes in jteeuwen/go-pkg-xmlx.
Due to recent changes involving how values are dealt with in xmlx, update
the RSS/Atom parsing.  Instead of using the Value property of an xmlx Node,
use the new GetValue function offered in PR jteeuwen/go-pkg-xmlx#15.
2013-09-30 01:23:51 -04:00
Matthew Dawson 9123b6bc67 Remove the haveItem check for RSS and Atom
The haveItem check for RSS and Atom causes the feeds to act unexpectedly.
For RSS, the checked tags don't necessarily have to be unique.  For atom,
it is allowed to have duplicate items (including duplicated ids) in one feed,
so this shouldn't be stopped either.
2013-07-07 12:03:24 -04:00
Chris Grindstaff c8e23415d1 Read author for atom item 2013-03-27 16:05:18 -03:00
jim teeuwen 957d827135 Fix bug introduced in commit 09a1cbe77d 2012-02-29 10:48:17 +01:00
jim teeuwen e31aff8084 gofix error 2011-11-02 16:51:04 +01:00
jim teeuwen 09a1cbe77d Changed depracated xmlx Node api to new one. 2011-05-11 17:40:56 +02:00
jim teeuwen 1a851548db Making package easily usable with goinstall. Including the reference to go-pkg-xmlx and the build target in the makefile. 2011-01-20 22:57:04 +01:00
Renamed from src/atom.go (Browse further)