Recommend this page to a friend! |
Download .zip |
Info | View files (5) | Download .zip | Reputation | Support forum (2) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2022-10-28 (16 days ago) | Not yet rated by the users | Total: 199 This week: 1 | All time: 8,431 This week: 491 |
Version | License | PHP version | Categories | |||
salamcast-generator 4 | GNU General Publi... | 5.3 | XML, PHP 5 |
Description | Author | |
This class can generate RSS feeds for podcasts. |
# SalamCastGen - Podcast Generator class *** - [GPL 2.0 license](http://opensource.org/licenses/GPL-2.0) - [RSS 2.0](http://www.rssboard.org/rss-2-0) - [iTunes podcast spec and documentation](http://www.apple.com/itunes/podcasts/specs.html) - [Documentation](http://salamcast.github.com/SalamCastGenerator/docs/index.html) *** SalamCastGen and SalamCastGenItem are a fork of [Universal FeedWriter and FeedItem](http://www.phpclasses.org/package/4427-PHP-Generate-feeds-in-RSS-1-0-2-0-an-Atom-formats.html), by Anis uddin Ahmad <anisniit@gmail.com>. Generates an RSS2.0 (Channel elements that are not included are: rating, skipHours, skipDays) Feed with a mix of ATOM xmlns and built-in support for iTunes Podcast xmlns; other XML Name spaces can be added, but you will need to manually add the elements your self with the proper xmlns prefix. ### Some features include: - This feed generator has been targeted at iTunes, XMBC, iPhoto, any podcast (RSS 2.0) player/downloader - Not all tags are supported by all RSS readers, but they can be used for any clients you choose to create to comsume them - Support for XSLT templates for applying them to the RSS Feed. - Nothing is printed to the browser until you call $s->genarateFeed(); - The feed can be returned as a string and not printed out right away, using $s->getNewFeed() - All common functionality is stored in an abstract class - iTunes podcast category checking |
Files |
File | Role | Description |
---|---|---|
LICENCE.SalamCastGen.txt | Lic. | GPL 2.0 |
README | Doc. | README |
salamcast.class.php | Class | SalamCast Podcast Generator classes file |
tester.salamcast.php | Example | feed tester script, use a query value to test the XSLT template |
tester.salamcast.xsl | Data | XSLT template tester to basic HTML |
salamcast-generator-2022-10-28.zip 19KB | |
salamcast-generator-2022-10-28.tar.gz 17KB | |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
Documentation generation PHP Documentation |
RSS 2.0 RSS 2.0 XML spec documentation used |
iTunes podcast spec and documentation iTunes podcast spec and documentation used for this class |
Derived from Universal FeedWriter and FeedItem SalamCastGen and SalamCastGenItem are a fork of Universal FeedWriter and FeedItem |