An open API service indexing awesome lists of open source software.

https://github.com/thinkphp/rsscreator

A collection of scripts and demos to create your own valid RSS 2.0 feeds with PHP.
https://github.com/thinkphp/rsscreator

Last synced: 3 months ago
JSON representation

A collection of scripts and demos to create your own valid RSS 2.0 feeds with PHP.

Awesome Lists containing this project

README

          

RSSCreator
==========

RSS (Really Simple Sindication) is a family of web feed formats
used to publish frequently updated works - such as blog entries
news headlines, audio and video - in a standardized format.




RSS Title
PHP Articles and jQuery stuff
http://thinkphp.ro
Mon, 06 Sep 2010 00:01:00 +0000
Mon, 08 Sep 2010 16:45:00 +0000

My title Item
My description Item
My link Item
My quid Item
Mon, 06 Sep 2010 12:45:00 +0000


Example
=======

//feed.php file.

getFeed();

?>