2022-08-05 15:49:00 -04:00
<!-- % PROCESS 'shared - utils.tpl.html' % -->
2023-06-08 15:37:04 +02:00
<!-- % USE date % -->
2022-06-28 10:40:24 -04:00
<!DOCTYPE HTML>
< html lang = "en" >
< head >
< title > Hacker Public Radio ~ The Technology Community Podcast< / title >
2022-07-31 19:25:56 -04:00
<!-- % IF baseurl % -->
< base href = "<!--% baseurl %-->" >
<!-- % END % -->
2022-06-28 10:40:24 -04:00
< meta charset = "utf-8" / >
< meta http-equiv = "X-Clacks-Overhead" content = "GNU Terry Pratchett" / >
2023-06-08 15:37:04 +02:00
< meta http-equiv = "last-modified" content = "<!--% format_feed_date(date.now) %-->" >
2022-06-28 10:40:24 -04:00
< meta name = "keywords" content = "Technology, Tech News, Education, Training" / >
2023-07-23 17:03:27 +01:00
< meta name = "description" content = "Hacker Public Radio is a podcast that releases shows every weekday Monday through Friday. Our shows are produced by the community (you) and can be on any topic that is of interest to hackers and hobbyists." / >
2023-09-03 17:51:03 +02:00
< link rel = "shortcut icon" href = "<!--% absolute_url(baseurl) %-->hpr.ico" >
2025-01-26 16:40:19 +01:00
< link rel = "alternate" type = "application/rss+xml" title = "Hacker Public Radio Opus RSS" href = "<!--% absolute_path(baseurl) %-->hpr_opus_rss.php" / >
2023-06-17 22:04:35 +02:00
< link rel = "alternate" type = "application/rss+xml" title = "Hacker Public Radio Ogg Vorbis RSS" href = "<!--% absolute_path(baseurl) %-->hpr_ogg_rss.php" / >
< link rel = "alternate" type = "application/rss+xml" title = "Hacker Public Radio MP3 RSS" href = "<!--% absolute_path(baseurl) %-->hpr_mp3_rss.php" / >
< link rel = "alternate" type = "application/rss+xml" title = "Hacker Public Radio Comments RSS" href = "<!--% absolute_path(baseurl) %-->comments.rss" / >
2023-06-27 19:31:39 +02:00
< link rel = "license" title = "CC BY-SA 4.0" href = "https://creativecommons.org/licenses/by-sa/4.0/" / >
2024-12-30 14:40:47 +01:00
< link href = "/css/hpr.css" rel = "stylesheet" / >
2022-06-28 10:40:24 -04:00
<!-- [if IE]>
2024-12-30 14:40:47 +01:00
< link rel = "stylesheet" href = "/css/hpr.css" media = "screen" type = "text/css" / >
2022-06-28 10:40:24 -04:00
< script src = "/JavaScript/html5.js" > < / script >
<![endif]-->
2025-07-17 16:58:29 -04:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, user-scalable=yes" / >
2022-06-28 10:40:24 -04:00
< / head >
2025-07-14 20:13:06 -04:00
< body >
2025-08-23 22:38:53 -04:00
< div id = "top_navigation" class = "sr-only" >
2025-08-08 22:50:52 -04:00
< nav id = "accessible_menu" >
< menu >
2025-08-23 22:38:53 -04:00
< li > < a href = "#main_content" > Skip to Main Content< / a > < / li >
2025-08-08 22:50:52 -04:00
< li > < a href = "<!--% absolute_path(baseurl) %-->sitemap.html#main_content" > Site Map< / a > < / li >
< / menu >
< / nav >
2025-08-23 22:38:53 -04:00
< hr class = "no-css" >
2025-08-08 22:50:52 -04:00
< / div >
2025-07-17 16:58:29 -04:00
< header role = "banner" >
2025-08-08 21:36:21 -04:00
< hgroup id = "title" >
2025-08-23 23:03:17 -04:00
< h1 id = "site_acronym" > < a href = "<!--% absolute_path(baseurl) %-->index.html" > HPR< / a > < / h1 >
2025-08-08 21:36:21 -04:00
< p id = "site_name" >
2023-09-03 17:51:03 +02:00
< a href = "<!--% absolute_path(baseurl) %-->correspondents/index.html" > H< / a > acker
< a href = "<!--% absolute_path(baseurl) %-->comments_viewer.html" > P< / a > ublic
< a href = "<!--% absolute_path(baseurl) %-->syndication.html" > R< / a > adio
2025-08-08 21:36:21 -04:00
< / p >
< / hgroup >
< hgroup id = "tag_line" >
2025-08-23 23:03:17 -04:00
< h2 id = "tag1" > The Community Podcast< / h2 >
< p id = "tag2" > Sharing your ideas, projects, opinions since 2005< / p >
< p id = "tag3" > New episodes every weekday < / p >
2025-08-08 21:36:21 -04:00
< / hgroup >
2022-06-28 10:40:24 -04:00
< / header >
2025-07-17 16:58:29 -04:00
< main id = "main_content" role = "main" >
2022-06-28 10:40:24 -04:00
<!-- % INCLUDE $content % -->
< / main >
2025-07-17 16:58:29 -04:00
< footer role = "contentinfo" >
2025-08-03 22:45:01 -04:00
< hr class = "no-css" >
2022-06-28 10:40:24 -04:00
< div id = "copyright" >
2025-07-14 20:13:06 -04:00
< span > Unless otherwise stated, our shows are released under a < a rel = "license" href = "https://creativecommons.org/licenses/by-sa/4.0/" >
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)< / a > license.< / span >
< span >
2023-09-03 17:51:03 +02:00
The < span property = "dct:title" > HPR Website Design< / span > is released to the < a rel = "license" href = "https://creativecommons.org/publicdomain/mark/1.0/" > Public Domain< / a > .
2025-07-14 20:13:06 -04:00
< / span >
< / div >
< div id = "generated_by" > This page was < a href = "https://repo.anhonesthost.net/HPR/hpr_generator" > generated< / a > by < a href = "mailto:<!--% generator_email %-->" > <!-- % generator_name % --> < / a > at < time dateTime = "<!--% format_iso8601_date(date.now) %-->" > <!-- % format_feed_date(date.now) % --> < / time > < / em >
< / div >
2022-06-28 10:40:24 -04:00
< / footer >
2025-07-14 20:13:06 -04:00
< / body >
< / html >