script_name : sciencenow2rss script_author : Pieter Edelman license : Released under the terms of the GNU General Public License (GPL) Version 2. license : See http://www.gnu.org/ for details. comment : This script attempts to convert the sciencenow homepage to an RSS feed comment : Have fun! feed_title : ScienceNOW feed_uri : http://sciencenow.sciencemag.org/ feed_description : ScienceNOW by the science magazine feed_image_uri : # Left empty, so it will be ignored # We want the HTML to be filtered fix_html : true # Matches: [Stories] search : /\s*<\/a><\/td>/i match_start : // match : /(.*)<\/a>.*(.*)\s*<\/font>\s* / title : 2 title_prefix : title_postfix : link : 1 link_prefix : http://sciencenow.sciencemag.org link_postfix : description : 3 description_prefix : description_postfix : [Images] search : /\s*/ match : /(.*)<\/b><\/font>\s*(.*)\s*
/ link : http://sciencenow.sciencemag.org/ title : 2 title_prefix : IMAGE: description : <p><img src="http://sciencenow.sciencemag.org/feature/images/\1"></p><p>\3</p>