Make stylesheet file name parametric
authorAntonio Ospite <ospite@studenti.unina.it>
Sat, 27 Jul 2013 11:24:44 +0000 (13:24 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Sat, 27 Jul 2013 11:24:44 +0000 (13:24 +0200)
The host is encoded in the file name, this is in order to support more
sites with no changes to the code, all that is needed is just new
stylesheets with the host in their filename following the scheme will:

  rss_converter_HOST.xsl

Where HOST has the meaning of the "host" field in the return value of
the PHP parse_url() function.


No differences found