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.
- Host: GitHub
- URL: https://github.com/thinkphp/rsscreator
- Owner: thinkphp
- Created: 2010-09-22T07:34:27.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-09-22T09:02:01.000Z (over 15 years ago)
- Last Synced: 2024-04-14T14:54:28.865Z (almost 2 years ago)
- Language: PHP
- Homepage: http://thinkphp.ro/apps/php-hacks/RSSCreator/1/feed.php
- Size: 102 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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();
?>