[FFmpeg-devel] [PATCH 2/5] web/rss: add tag item/description

Alexander Strasser eclipse7 at gmx.net
Fri May 23 00:17:27 CEST 2014


After addition of tag item/content:encoded, the W3C validator
recommends to have a description tag before it.

Signed-off-by: Alexander Strasser <eclipse7 at gmx.net>
---
 gen-rss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gen-rss b/gen-rss
index b808509..b6d8c91 100755
--- a/gen-rss
+++ b/gen-rss
@@ -22,6 +22,7 @@ while (<>) {
         <title>$date, $title</title>
         <link>http://ffmpeg.org/index.html#$id</link>
         <guid>http://ffmpeg.org/index.html#$id</guid>
+        <description>$title</description>
         <content:encoded><![CDATA[
 ";
     $closing_tags = "        ]]></content:encoded>
-- 


More information about the ffmpeg-devel mailing list