-
papit01 committed revision 17 to the Feedcreator - PHP feeds creator SVN repository, changing 1 files.
2007-02-01 22:44:37 UTC in Feedcreator - PHP feeds creator
-
papit01 committed revision 13 to the Feedcreator - PHP feeds creator SVN repository, changing 1 files.
2007-01-18 19:27:40 UTC in Feedcreator - PHP feeds creator
-
papit01 committed revision 12 to the Feedcreator - PHP feeds creator SVN repository, changing 2 files.
2007-01-18 18:47:12 UTC in Feedcreator - PHP feeds creator
-
description, content, summary will not be truncated if
$item->descriptionHtmlSyndicated = true;
this is to ensure that no invalid html code generated.
2007-01-18 12:55:33 UTC in Feedcreator - PHP feeds creator
-
done..
all you need to to is to use $namespace like this
$feed->namespace= Array('content' =>'http://purl.org/rss/1.0/modules/content/','photo'=>'http://search.yahoo.com/mrss/');
it will be all fit nicely.. however i recommended you create a class that extends RSSCreator20 in order to use this easily.
p/s: i'll post example class soon.
2007-01-18 12:14:30 UTC in Feedcreator - PHP feeds creator
-
done..
2007-01-18 11:40:53 UTC in Feedcreator - PHP feeds creator
-
namespaces and modules indeed in RSS 1.0 (http://web.resource.org/rss/1.0/). However I couldn't find a good reference on RSS 0.91 (even on netscape site) to verify this.
To be safe, i've altered the code, so feedcreator wont display additional element on RSS 0.91.
2007-01-18 11:38:41 UTC in Feedcreator - PHP feeds creator
-
i'm aware of that, i've examined their improvements and most of them are outdated than 1.8.0.
2007-01-18 11:13:56 UTC in Feedcreator - PHP feeds creator
-
unfortunately yes, because RSS has no equivalent tags :(
from the published rss standard, tag is comparable to atom . RSS has no tag to store news content.
2007-01-18 11:12:22 UTC in Feedcreator - PHP feeds creator
-
fixed.
2007-01-18 11:09:32 UTC in Feedcreator - PHP feeds creator