From: <ik...@us...> - 2009-09-05 09:36:35
|
Revision: 47 http://webfetch.svn.sourceforge.net/webfetch/?rev=47&view=rev Author: ikluft Date: 2009-09-05 09:36:27 +0000 (Sat, 05 Sep 2009) Log Message: ----------- add id field Modified Paths: -------------- branches/v0.13/lib/WebFetch/Input/Atom.pm Modified: branches/v0.13/lib/WebFetch/Input/Atom.pm =================================================================== --- branches/v0.13/lib/WebFetch/Input/Atom.pm 2009-09-05 09:35:33 UTC (rev 46) +++ branches/v0.13/lib/WebFetch/Input/Atom.pm 2009-09-05 09:36:27 UTC (rev 47) @@ -50,6 +50,7 @@ "summary", "content", "xml" ]; # defined which fields match to which "well-known field names" $self->{data}{wk_names} = { + "id" => "id", "title" => "title", "url" => "link", "date" => "updated", This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |