On Tue, 2008-12-16 at 00:07 +0000, Lyle wrote: > > An example of the aggregator script can be seen in widget form at > > http://blog.amias.org.uk/title/E_Democracy > From that page:- > "The box is fetched by as an included javascript which is actually a cgi > script that fetches rss feeds then outputs them as javascript code which > writes the html which you see in the box. oh and it drags in a css file > and some images as well ." > > I'd like the page to be SEO friendly. Does it have to use JS, or can it > just embed the CGI output with SSI or something?
the js is just there to do the embedding stuff , e.g <script language="JavaScript" src="http://bitter.ukcod.org.uk/~amias/feedread2.cgi?postcode=sw90nt"></script> The cgi script can easily be patched to output the html directly instead of writing javascript to do it. If people can give me a hash like below for their feeds i will set up a demo on one of my servers. { name => 'Amias', url => 'http://blog.amias.org.uk/rss', prefix => 'Amias -', }, Toodle-pip Amias _______________________________________________ BristolBathPM mailing list [email protected] http://mailman.bristolbath.org/mailman/listinfo/bristolbathpm
