[FFmpeg-devel] [PATCH 2/2] add content to rss-file
Michael Niedermayer
michaelni at gmx.at
Fri Apr 11 23:45:17 CEST 2014
On Fri, Apr 11, 2014 at 11:37:09PM +0200, Gerion Entrup wrote:
> applies to ffmpeg-web
>
> syntax of rss-file taken from netzpolitik.org rss feed
> tested with akregator and opera
> ---
> Makefile | 26 +++++++++++++++++++++-----
> 1 file changed, 21 insertions(+), 5 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index db2ac28..86922cd 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -19,19 +19,35 @@ htdocs/%.html: src/% src/%_title $(PAGE_DEPS)
>
> htdocs/main.rss: htdocs/index.html
> echo '<?xml version="1.0" encoding="UTF-8" ?>' > $@
> - echo '<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">' >>
> $@
> + echo '<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"
> xmlns:content="http://purl.org/rss/1.0/modules/content/">' >> $@
> echo '<channel>' >> $@
> echo ' <title>FFmpeg RSS</title>' >> $@
> echo ' <link>http://ffmpeg.org</link>' >> $@
the patch appears to have been hit by some sort of 80col wrap
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The real ebay dictionary, page 1
"Used only once" - "Some unspecified defect prevented a second use"
"In good condition" - "Can be repaird by experienced expert"
"As is" - "You wouldnt want it even if you were payed for it, if you knew ..."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140411/179b8827/attachment.asc>
More information about the ffmpeg-devel
mailing list