All, The Register recently changed their website rendering all previous .site files useless.
I've managed to write a pretty rudimentary .site file that uses their RSS feed. Maybe someone has something better or can tidy this up a bit? It should be quite clear that my understanding of regexps is limited :-) Here it is: # URL: http://www.theregister.co.uk/headlines.rss Name: The Register Levels: 2 ContentsFormat: rss StoryToPrintableSub: s,^(http://www.theregister.co.uk/.*),\1print.html, ### And here are some others I use which I have written: # URL: http://www.archaeology.org/online/news/index.html Name: Archaeology Org News Levels: 2 ContentsStart: <!--Begin main table--> ContentsEnd: <!-- End news--> StoryURL: http://.* ### URL: http://www.grahamhancock.com/news/index.php Name: Hancock Levels: 2 ContentsStart: <div class=newsItem id=newsItem> ContentsEnd: <a href="/news/index.php?archive=1" target="_top" title="News Desk Archive" class="text">News desk archive...</a> StoryURL: http://.* ### URL: http://www.slyck.com Name: Slyck Levels: 2 ContentsStart: <img src=pics/slyck_news.gif> ContentsEnd: <img src=pics/new_rel.gif usemap=#nrmap border=0> StoryURL: http://.* ### For Canberra, Australia residents. Could be adjusted for other Australian cities URL: http://www.yourmovies.com.au/handheld/session_times.cfm?&venue_id=21604,2248 49,93546,239722,224927,253443,90268&sort=movie Name: YourMovies Levels: 2 ### Regards Ken Russell _______________________________________________ Sitescooper-talk mailing list [EMAIL PROTECTED] http://sitescooper.org/mailman/listinfo/sitescooper-talk
