KB's RSS Generator

KB's RSS feed generator

To make podcasts RSS feeds, use this version.

If you are starting from scratch, you will need to make your RSS channel. You only need to do this once, and when it's done you'll only need to make your items

As defined in the specification, all elements of an item are optional, but it must contain either a title or description. I recommend including all of these (except stated otherwise):

Item/Article data
If you don't want to use the current date, please change the <pubDate> tag with a RFC 2822 date. You can use timestamp­generator.

TODO/Future enhancements (in order of importance):

  1. ✓ DONE! Support channel's image tag
  2. ✓ DONE! Support skipDays and skipHours tags
  3. ✓ DONE! Support ttl tag (caching indicator)
  4. ✓ DONE! Added comprehensive list of ISO 639-1 language codes for ease
  5. ✗ Wont do: Detect relative URL's on Content field and notify the user (The Regular Expressions are so complicated it doesn't make sense, the user can validate using the RSS Board Validator, which implements them, and most readers should be able to resolve relative paths based on the feed channel properties anyways)
  6. Support comments tag
  7. Support enclosure tag (for podcasts visit this version)

Privacy notice: This demo runs entirely within your browser. In other words, no data is sent to me, the code is sent to your browser and runs locally. You could theoretically load the page, cut your network connection and then start it.