This group is a community for XML::FeedPP users and developers. If you have a question about the module, let us share it. Of course, your patches and...
2
id.tiiop
Aug 17, 2006 9:37 pm
Hi. Thank you, u-suke. The FeedPP is a interesting perl module. but I'm not a programer. I will make a MT plugin for feed display. No, No, MT plugin, use ...
3
id.tiiop
Aug 17, 2006 10:35 pm
Sorry. I read your email, again. Now, understand. Movable Type Atom is different among the Atom feed. right? Thank you for your email....
4
Kawasaki Yusuke
kawa.kawa
Aug 18, 2006 3:00 am
In fact, the current version of XML::FeedPP module doesn't support all feature of Atom feed's various formats, content's type, escaping method and so on. I...
5
Kawasaki Yusuke
kawa.kawa
Aug 26, 2006 6:55 pm
Hi, I released the XML::FeedPP module version 0.15 today. http://www.kawa.net/works/perl/feedpp/feedpp-e.html This supports parsing some elements of Atom 1.0...
6
Kawasaki Yusuke
kawa.kawa
Dec 15, 2006 11:09 am
javiermm, Thank you for sending your patch. I'd like to announce XML::FeedPP version 0.17 is released and the bug was fixed. ...
7
Kawasaki Yusuke
kawa.kawa
Dec 16, 2006 1:14 pm
Hello again from Tokyo. I make an announcement that XML::FeedPP 0.19 is released today. http://www.kawa.net/works/perl/feedpp/feedpp-e.html An negative number...
8
Kawasaki Yusuke
kawa.kawa
Dec 26, 2006 1:46 am
Hi Patrik, See the "Podcast and Videopod" section in the Japanese doc page: http://www.kawa.net/works/perl/feedpp/feedpp.html#podcast This section is not...
9
Kawasaki Yusuke
kawa.kawa
Dec 29, 2006 10:47 am
Hi Patrik, The following get() method returns an url for MP3 file. my $mp3 = $item->get( 'media:content@url' ); OR my $mp3 = $item->get( 'enclosure@url' ); ...
10
Kawasaki Yusuke
kawa.kawa
Dec 29, 2006 3:03 pm
Hi Patrik, All pubDate elements of the feed don't have second columns like: <pubDate>Fri, 22 Dec 2006 06:47 GMT</pubDate> http://www.onthemedia.org/index.xml ...
11
Kawasaki Yusuke
kawa.kawa
Jan 21, 2007 4:46 pm
Today I'd like to announce XML::FeedPP version 0.21 is released! http://www.kawa.net/works/perl/feedpp/feedpp-e.html #1 - new() constructor method allows...
12
tjulo
Feb 6, 2007 7:41 am
I am getting a very slow response out of FeedPP, when i run the script in Linux the CPU (Xeon 2.4) goes to 100%, almost locks the server. This happens when...
13
Kawasaki Yusuke
kawa.kawa
Mar 16, 2007 4:53 am
The current version of XML::FeedPP requires <link rel="alternate" href="...." /> and ignores <link rel="alternative" href="...." />. To allow...
14
Kawasaki Yusuke
kawa.kawa
Jul 26, 2007 9:13 pm
Good morning from Hakata, Japan. I announce that XML::FeedPP version 0.22 is released. version 0.21 and before have a problem with summer time zone. ...
15
Kawasaki Yusuke
kawa.kawa
Jul 26, 2007 9:22 pm
Good morning again from Hakata, Japan. I'm re-announcing that XML::FeedPP version 0.22 is released. version 0.21 and before have a problem with summer time...
16
Kawasaki Yusuke
kawa.kawa
Aug 19, 2007 6:48 pm
I announce that XML::FeedPP version 0.30 released. ======================================================== # XML::FeedPP Changes 2007/08/20 (0.30) * Atom 1.0...
17
Kawasaki Yusuke
kawa.kawa
Jan 14, 2008 1:07 pm
... XML::FeedPP updated is available via following: http://xml-treepp.googlecode.com/svn/trunk/XML-FeedPP/lib/XML/FeedPP.pm ...
18
Kawasaki Yusuke
kawa.kawa
Feb 2, 2008 6:26 am
Antti and all, Hello from Japan. Thanks for your mail and suggestions. About the enclosure element for podcasting, I wrote an example only in the page below...
19
whitbygreg
Mar 2, 2008 4:49 am
Hi I was parsing a RSS 2.0 feed and was unable to get the pubDate from the items. I looked through the code and found in package ...
20
whitbygreg
Mar 2, 2008 5:41 am
Looks like the same is true for XML::FeedPP::RSS::Feed- ... Greg ... pubDate...
21
Kawasaki Yusuke
kawa.kawa
Mar 2, 2008 7:13 am
Greg, X::F::RSS::Item class does not have _w3cdtf function. However, The X::F::RSS::Item class inherits X::F::Item class which has _w3cdtf function. In this...
22
whitbygreg
Mar 2, 2008 4:57 pm
I'm not calling _w3cdtf from my code, here's an example of where it fails: use XML::FeedPP; my $source = 'http://rss.theweathernetwork.com/weather/caon0696'; ...
23
Kawasaki Yusuke
kawa.kawa
Mar 2, 2008 6:11 pm
I see. The feed has pubDate elements like: <pubDate>Sun, 02 March 2008 12:00:00 EST</pubDate> XML::FeedPP modules expects: <pubDate>Sun, 02 Mar 2008 12:00:00...
24
whitbygreg
Mar 2, 2008 6:53 pm
It returns a date now, but it's not exactly what I was expecting ... Is there a way to specify which date format is returned? I was expecting the native RSS...
25
whitbygreg
Mar 3, 2008 11:57 pm
Ok, I've worked out the date issue, now I have another one :) http://www.stargateworlds.com/rss/ Doens't have and XML tag around the feed, so of course it...
26
Caribe
vbuttazzo
Mar 14, 2008 4:03 pm
Hi Yusuke, I'm trying to build a feed aggregator and I've found your XML::FeedPP. It seems to be exactly what I need for my purposes: simple and powerful. But...
27
Victor Porton
victorporton
Apr 1, 2008 11:49 am
I need to install XML::FeedPP to a Web server, to which I don't have shell access, only FTP. How?...
28
Victor Porton
victorporton
Apr 1, 2008 12:09 pm
Currently FeedPP API allows only to set "isPermaLink". Should be also getter of this parameter (I think, it is forgotten)....
29
Victor Porton
victorporton
Apr 1, 2008 12:29 pm
In the help there are "METHODS FOR FEED" and "METHODS FOR CHANNEL". What is the difference of feed and channel? I have been thinking that there is one-to-one...
30
Kawasaki Yusuke
kawa.kawa
Oct 26, 2008 6:50 am
Note that XML::FeedPP version 0.36 was released. ======== 2008/10/26 (0.36) * RFC1123 and RSS spec allow two-digit date format ...