CheckeredFlag / Podcast-RSS-Editor

A simple Podcast RSS editor in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Podcast RSS Editor

Started a design podcast couple of years ago, and in the very beginning, I manually updated the RSS feed for every episode and very soon, I got sick of the 'tag dancing', so tried a little bit building this tool, a very simple Podcast RSS editor in PHP for myself.

Forked from https://github.com/JJYing/Podcast-RSS-Editor. Many thanks to JJ Ying!

01. Features

  • Add / Remove / Duplicate episodes from existing RSS feeds.
  • Analyzing publish date and episode duration information.

02. Usage

  • Copy the example.xml to a new file for each feed you want to maintain.
  • Edit all the channel information for each file.
  • Place the XML file in the feeds directory.
  • Ensure all the XML files in feeds as well as the config.php have write permissions by the web server (e.g. chmod 666 config.php feeds/example.xml).
  • To add and/or edit episodes, first select the desired feed in the 'Settings' panel.

03. Authentication

  • There's a very simple authentication done with .htaccess, so all you gotta do is to generate the .htpasswd file content in this site and replace it.
  • The parameter AuthUserFile of the .htaccess file is the path to the .htpasswd that must to be the real path. Be sure to change it as needed.
  • By default authentication is: user admin and password admin

04. Alternatives

05. Credits

About

A simple Podcast RSS editor in PHP

License:MIT License


Languages

Language:PHP 76.3%Language:CSS 22.5%Language:JavaScript 1.2%