diff --git a/site-generator b/site-generator index dfdf1f8..80fce08 100755 --- a/site-generator +++ b/site-generator @@ -67,18 +67,21 @@ Perl Template Toolkit. - GRANT EXECUTE ON `hpr_hpr`.* TO 'hpr-generator'@'localhost'; Install the needed Perl modules using preferred method (distribution packages, CPAN, etc.) - * GetOpt - * Pod::Usage * Config::Std - * Template - * Template::Plugin::File - * Template::Plugin::DBI - * Template::Plugin::HTML::Strip - * DBI - * Tie::DBI * DBD::SQLite or DBD:mysql + * DBI + * Data::Dumper * Date::Calc + * GetOpt::Long + * HTML::Entities + * Pod::Usage + * Template + * Template::Plugin::DBI + * Template::Plugin::Date + * Template::Plugin::File + * Template::Plugin::HTML::Strip * Text::CSV_XS + * Tie::DBI =head1 AUTHOR @@ -115,7 +118,8 @@ use Getopt::Long qw(:config auto_help); use Pod::Usage; use Config::Std; use Text::CSV_XS; -use HTML::Entities qw(encode_entities_numeric); +#use HTML::Entities qw(encode_entities_numeric); +use HTML::Entities qw(encode_entities); use Date::Calc; use DBI; use DBD::SQLite; @@ -425,7 +429,8 @@ sub parse_csv { sub xml_entity { my ($text) = @_; - encode_entities_numeric( $text ); +# encode_entities_numeric( $text ); + encode_entities( $text ); return $text; } diff --git a/site.cfg b/site.cfg index 0c7aea7..4a4e280 100644 --- a/site.cfg +++ b/site.cfg @@ -29,6 +29,7 @@ content: page.tpl.html #baseurl: OPTIONAL [i.e. file://] #baseurl: file:///home/roan/Development/hpr/website/hpr_generator/public_html/ baseurl: https://hackerpublicradio.org/ +http_baseurl: http://hackerpublicradio.org/ hub_baseurl: https://hub.hackerpublicradio.org/ media_baseurl: https://archive.org/download/hpr$eps_id/ generator_name: The HPR Robot diff --git a/templates/content-about.tpl.html b/templates/content-about.tpl.html index 8a9a6b0..5ee6458 100644 --- a/templates/content-about.tpl.html +++ b/templates/content-about.tpl.html @@ -40,7 +40,7 @@

Hacker Public Radio (HPR) is an Internet Radio show (podcast) that releases shows every weekday Monday through Friday. HPR has a long lineage going back to Radio FreeK America, Binary Revolution Radio & Infonomicon, - and it is a direct continuation of Twatech radio. + and it is a rename of Today With a Techie radio. Please listen to StankDawg's " Introduction to HPR" for more information.

diff --git a/templates/content-episodes.tpl.html b/templates/content-episodes.tpl.html index 6010185..26f0330 100644 --- a/templates/content-episodes.tpl.html +++ b/templates/content-episodes.tpl.html @@ -17,7 +17,7 @@

Creative Commons License
The following work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License.

-

T.W.A.T. Radio was brought to you by The Infonomicon Computer Club

+

Today With a Techie Radio was brought to you by The Infonomicon Computer Club

comments.rss">Listener contributed comments to the episodes +
+

Other Download Options

Site Replication Sources

diff --git a/templates/page.tpl.html b/templates/page.tpl.html index f83a4fa..8c166b8 100644 --- a/templates/page.tpl.html +++ b/templates/page.tpl.html @@ -75,7 +75,7 @@
  • Radio Freek America
  • BinRev Radio
  • Infonomicon
  • -
  • Talk With a Techie
  • +
  • Today With a Techie