2022-08-01 02:25:15 +00:00
<!-- % PROCESS 'shared - avatar.tpl.html' % -->
2022-08-02 00:19:44 +00:00
<!-- % PROCESS 'shared - utils.tpl.html' % -->
2022-09-18 20:23:35 +00:00
<!-- % PROCESS 'shared - listen - now.tpl.html' % -->
2023-02-24 23:58:56 +00:00
<!-- % PROCESS 'shared - show - transcript.tpl.html' % -->
2022-11-11 03:14:55 +00:00
<!-- % PROCESS 'shared - call_for_shows.tpl.html' % -->
2022-10-16 22:56:13 +00:00
<!-- % INCLUDE 'content - index - announcement.tpl.html' % -->
2022-11-27 18:54:14 +00:00
<!-- % PROCESS "queries - index - ${constants.database}.tpl.html" % -->
2022-07-02 02:07:06 +00:00
< hr >
< article >
< header >
2022-08-19 01:19:32 +00:00
< h3 > Welcome to HPR the Community Podcast< / h3 >
2022-07-02 02:07:06 +00:00
< / header >
2022-09-06 00:26:12 +00:00
<!-- % days_till_next_episode = 0 % -->
<!-- % USE DBI(constants.driver, constants.user, constants.password) % -->
2022-11-27 18:54:14 +00:00
<!-- % FOREACH next_available_episode_result IN DBI.query(query_next_available_episode)
2022-09-06 00:26:12 +00:00
%-->
<!-- % USE date % -->
<!-- % calc = date.calc % -->
<!-- % days_till_next_episode = calc.Delta_Days(date.format(date.now, '%Y'),date.format(date.now, '%m'),date.format(date.now, '%d'),next_available_episode_result.last_year,next_available_episode_result.last_month,next_available_episode_result.last_day + 1) % -->
<!-- % END % -->
2022-07-18 22:25:25 +00:00
<!-- % USE date % -->
<!-- % delta = date.calc.N_Delta_YMD(2005,9,19, date.format(date.now, '%Y'),date.format(date.now, '%m'),date.format(date.now, '%d')) % -->
2022-09-17 21:28:39 +00:00
< p > We started producing shows as < a href = "<!--% absolute_path(baseurl) %-->eps/index.html#twat_episodes" > < em > Today with a Techie< / em > < / a > on 2005-09-19, <!-- % delta.0 % --> years, <!-- % delta.1 % --> months, <!-- % delta.2 % --> days ago. our shows are produced by < a href = "<!--% absolute_path(baseurl) %-->correspondents/index.html" > listeners< / a > like you and can be on any < a href = "<!--% absolute_path(baseurl) %-->eps/index.html" > topic< / a > that < strong > "are of interest to < a href = "https://en.wikipedia.org/wiki/hacker_(hobbyist)" > hackers< / a > "< / strong > . if you listen to HPR then please consider contributing one show a year. if you < a href = "<!--% absolute_path(baseurl) %-->contribute.html" > record< / a > your show now it could be < a href = "https://www.hackerpublicradio.org/calendar.php" > released< / a > in < strong > <!-- % days_till_next_episode % --> < / strong > days.< / p >
2022-11-11 03:14:55 +00:00
< / article >
<!-- % display_call_for_shows() % -->
< article >
< h4 > Meet the team< / h4 >
2022-07-02 02:07:06 +00:00
< p >
< audio controls preload = "none" > ";
2022-08-19 01:26:57 +00:00
< source src = "<!--% absolute_path(baseurl) %-->media/promos/all-hpr-hosts.ogg" type = "audio/ogg" >
< source src = "<!--% absolute_path(baseurl) %-->media/promos/all-hpr-hosts.mp3" type = "audio/mpeg" >
2022-07-02 02:07:06 +00:00
< / audio >
< / p >
< / article >
< hr >
2022-08-01 03:09:00 +00:00
<!-- % PROCESS 'shared - episode - summary.tpl.html' % -->
2022-08-19 01:19:32 +00:00
< h1 > Latest Shows< / h1 >
2022-11-27 18:54:14 +00:00
<!-- % FOREACH latest_episodes IN DBI.query(query_latest_episodes)
2022-07-02 21:10:27 +00:00
%-->
2022-07-02 02:07:06 +00:00
< hr >
< article >
< header >
2022-08-05 21:50:03 +00:00
< h1 > < a href = "<!--% absolute_path(baseurl) %-->eps/hpr<!--% zero_pad_left(latest_episodes.id) %-->/index.html" > hpr<!-- % latest_episodes.id % --> :: <!-- % latest_episodes.title % --> < / a > < / h1 >
2022-07-18 01:13:46 +00:00
< h3 > <!-- % latest_episodes.summary% --> < / h3 >
2022-08-04 18:21:54 +00:00
< p class = "meta" $ > <!-- % IF get_avatar(latest_episodes.hostid) != 'hpr_logo.png' % -->
2022-08-05 21:50:03 +00:00
< img src = "<!--% absolute_path(baseurl) %-->images/<!--% get_avatar(latest_episodes.hostid) %-->" height = "80" width = "80" alt = "" / > < / a > <!-- % END % -->
2022-08-08 00:04:20 +00:00
< br > Hosted by < a href = "<!--% absolute_path(baseurl) %-->correspondents/<!--% zero_pad_left(latest_episodes.hostid) %-->.html" > <!-- % latest_episodes.host % --> < / a > on <!-- % latest_episodes.date % --> is flagged as <!-- % display_explicit(latest_episodes.explicit) % --> and released under a <!-- % latest_episodes.license % --> license. < br >
2022-09-02 02:58:24 +00:00
<!-- % display_tags(latest_episodes.tags) % --> < br >
2022-09-02 22:21:15 +00:00
< small > <!-- % display_listen_in(latest_episodes.id) % --> <!-- % show_series(latest_episodes.series, latest_episodes.seriesid) % --> |
2022-09-02 03:05:59 +00:00
<!-- % display_comments_tally(latest_episodes.id, latest_episodes.eps_tally) % --> < / small >
2022-07-02 02:07:06 +00:00
< / p >
< / header >
2022-07-18 01:13:46 +00:00
<!-- % latest_episodes.notes % -->
2022-07-02 02:07:06 +00:00
< footer >
2023-02-24 23:58:56 +00:00
<!-- % show_transcript(latest_episodes, "hpr", baseurl, media_baseurl) % -->
<!-- % listen_now(latest_episodes, "hpr", baseurl, media_baseurl) % -->
2022-07-02 02:07:06 +00:00
< / footer >
< / article >
<!-- % END % -->
< article >
< header >
< hr >
< h1 > Previous five weeks< / h1 >
< / header >
2022-11-27 18:54:14 +00:00
<!-- % FOREACH last_5_weeks_episodes IN DBI.query(query_last_5_weeks_episodes)
2022-07-04 02:47:59 +00:00
%-->
2022-08-01 03:09:00 +00:00
<!-- % show_summary(last_5_weeks_episodes) % -->
2022-07-04 02:47:59 +00:00
<!-- % END % -->
2022-07-02 02:07:06 +00:00
< / article >
< h1 > Older Shows< / h1 >
< p >
2022-08-05 21:50:03 +00:00
Get a < a href = "<!--% absolute_path(baseurl) %-->eps/index.html" > full list< / a > of all our shows.
2022-07-02 02:07:06 +00:00
< / p >