[FFmpeg-devel] [PATCH 0/5] web: Extend RSS
Alexander Strasser
eclipse7 at gmx.net
Fri May 23 00:15:43 CEST 2014
Hi,
while including content would be feasibly possible by
extending the current embedded-into-Makefile approach,
adding other feature, like some of which are contained
in this patch series, would not really fit well. So in
the first patch, I re-implemented the RSS generation
code in perl.
As this would introduce a program that is executed
automatically on the server on push, we would need to
think about including it into the security checks.
Testing and comments welcome!
Alexander Strasser (5):
web/rss: Include content of the news article
web/rss: add tag item/description
web/rss: Translate relative links to absolute in item/content:encoded
web/index: Format all news dates consistently
web/rss: Write tag item/pubDate
Makefile | 17 +----------------
gen-rss | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
src/index | 4 ++--
3 files changed, 54 insertions(+), 18 deletions(-)
create mode 100755 gen-rss
--
More information about the ffmpeg-devel
mailing list