#!/bin/sed -nf # # animeye2rss - Converts News from www.animeye.it to an RSS feed. # # For usage with http://www.animeye.it/main2.asp # # Copyright (c) 2004 Alexander Reiter # Released under the terms of the GNU General Public License (GPL) Version 2. # See http://www.gnu.org/ for details. 1i\ \ \ \ \ Animeye\ http://www.animeye.it/main2.asp\ Eyes on moving images s/€/EUR/g;s/̵[67];/'/g;s/̶[01];/"/g;s/&/\&/g;s/&\([^ ]\{2,7\};\)/\&\1/g;s/[ ]*<\/a>/\ http:\/\/www.animeye.it\/main2.asp#\1<\/link>/p; s/^]*> * *]*> *]*> *]*>\([^<]\+\)<\/font><\/div> *<\/td> *<\/tr><\/table> *]*> * *]*>]*>]*>\([^<]\+\)<\/font><\/td> *<\/tr> * *]*>]*>\(.*\)<\/font> *<\/td> *<\/tr> * *]*> *]*>]*>Posted by<\/font> *\([^<]\+\)<\/a><\/div> *<\/td> *<\/tr><\/table>/ \2<\/title>\ <description>\3<\/description>\ <\/item>/g;/description/{s/</\</g;s/>/\>/g;s/<\(\/\|\)\(description\|title\|item\)>/<\1\2>/gp;};$i\ <\/channel>\ <\/rss>