2022-08-01 02:25:15 +00:00
<!-- % PROCESS 'shared - avatar.tpl.html' % -->
2022-07-02 02:07:06 +00:00
< hr >
< article >
< header >
< h3 > welcome to hpr the community podcast< / h3 >
< / header >
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')) % -->
< p > we started producing shows as < a href = "/twat.php" > < 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 = "/correspondents.php" > listeners< / a > like you and can be on any < a href = "/index_full.php" > 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 = "/contribute.php" > record< / a > your show now it could be < a href = "/calendar.php" > released< / a > in < strong > 13< / strong > days.< / p >
2022-07-02 02:07:06 +00:00
< h4 > meet the team< / h4 >
< p >
< audio controls preload = "none" > ";
< source src = "../media/promos/all-hpr-hosts.ogg" type = "audio/ogg" >
< source src = "../media/promos/all-hpr-hosts.mp3" type = "audio/mpeg" >
< / audio >
< / p >
< p >
please help out < a href = "/report_missing_tags.php" > tagging< / a > older shows !
< / p >
< / article >
< hr >
2022-08-01 03:09:00 +00:00
<!-- % PROCESS 'shared - episode - summary.tpl.html' % -->
2022-07-02 02:07:06 +00:00
< h1 > latest shows< / h1 >
<!-- % USE DBI(constants.driver, constants.user, constants.password) % -->
2022-07-02 21:10:27 +00:00
<!-- % FOREACH latest_episodes IN DBI.query('
2022-07-04 02:46:07 +00:00
SELECT
2022-07-18 01:13:46 +00:00
substr(\'0000\' || eps.id, -4, 4) AS [id],
CASE eps.explicit WHEN 1 THEN \'Explicit\' ELSE \'Clean\' END AS explicit ,
eps.date, eps.license, eps.duration,
eps.title, eps.summary, eps.tags,
2022-08-01 22:33:32 +00:00
eps.notes,
2022-08-01 02:25:15 +00:00
hosts.local_image,
hosts.hostid,
2022-08-01 22:33:32 +00:00
hosts.host, hosts.email,
miniseries.name AS series
FROM eps
INNER JOIN hosts ON eps.hostid = hosts.hostid
INNER JOIN miniseries ON eps.series = miniseries.id
WHERE eps.date < date ( \ ' now \ ' , \ ' + 1 days \ ' )
ORDER BY date DESC
LIMIT 10
')
2022-07-02 21:10:27 +00:00
%-->
2022-07-02 02:07:06 +00:00
< hr >
< article >
< header >
< h1 > < a href = "episodes/hpr<!--% latest_episodes.id %-->.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-01 02:25:15 +00:00
< p class = "meta" $ > < img src = "./images/<!--% get_avatar(latest_episodes.local_image, latest_episodes.hostid) %-->" height = "80" width = "80" alt = "" / > < / a > < br > Hosted by < a href = "correspondents/host<!--% latest_episodes.host_id %-->.html" > <!-- % latest_episodes.host % --> < / a > on <!-- % latest_episodes.date % --> is flagged as <!-- % latest_episodes.explicit % --> and released under a <!-- % latest_episodes.license % --> license. < br >
2022-07-18 01:13:46 +00:00
< strong > Tags:< / strong > <!-- % latest_episodes.tags % --> < em > < / em > .< br >
2022-07-21 03:09:03 +00:00
< small > listen in < a href = "local/hpr<!--% latest_episodes.id %-->.ogg" > ogg< / a > , < a href = "local/hpr<!--% latest_episodes.id %-->.spx" > spx< / a > , or < a href = "local/hpr<!--% latest_episodes.id %-->.mp3" > mp3< / a > format. <!-- % show_series(latest_episodes.series) % -->
< a href = "eps.php?id=3628#comments" > comments (0)< / a > < / 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 >
< h2 > listen now< / h2 >
2022-07-18 01:13:46 +00:00
< p > Duration: <!-- % latest_episodes.duration % --> < / p >
2022-07-02 02:07:06 +00:00
< audio controls preload = "none" >
2022-07-04 02:46:07 +00:00
< source src = "local/hpr<!--% latest_episodes.id %-->.ogg" type = "audio/ogg" >
< source src = "local/hpr<!--% latest_episodes.id %-->.mp3" type = "audio/mpeg" >
2022-07-02 02:07:06 +00:00
< / audio >
< ul >
2022-07-04 02:46:07 +00:00
< li > ogg: < a href = "local/hpr<!--% latest_episodes.id %-->.ogg" > /local/hpr<!-- % latest_episodes.id % --> .ogg< / a > < / li >
< li > spx: < a href = "local/hpr<!--% latest_episodes.id %-->.spx" > /local/hpr<!-- % latest_episodes.id % --> .spx< / a > < / li >
< li > mp3: < a href = "local/hpr<!--% latest_episodes.id %-->.mp3" > /local/hpr<!-- % latest_episodes.id % --> .mp3< / a > < / li >
2022-07-02 02:07:06 +00:00
< / ul >
< / footer >
< / article >
<!-- % END % -->
< article >
< header >
< hr >
< h1 > Previous five weeks< / h1 >
< / header >
2022-07-04 02:47:59 +00:00
<!-- % FOREACH last_5_weeks_episodes IN DBI.query('
SELECT
2022-07-18 01:13:46 +00:00
substr(\'0000\' || eps.id, -4, 4) AS [id],
CASE eps.explicit WHEN 1 THEN \'Explicit\' ELSE \'Clean\' END AS explicit ,
eps.date, eps.license, eps.title, eps.summary,
2022-08-01 22:33:32 +00:00
eps.duration, eps.notes, eps.tags,
2022-07-18 01:13:46 +00:00
substr(\'0000\' || hosts.hostid, -4, 4) AS [hostid],
2022-08-01 22:33:32 +00:00
hosts.host, hosts.email, hosts.local_image,
miniseries.name AS series
FROM eps
INNER JOIN hosts ON eps.hostid = hosts.hostid
INNER JOIN miniseries ON eps.series = miniseries.id
WHERE eps.date < date ( \ ' now \ ' , \ ' + 1 days \ ' )
2022-07-18 01:13:46 +00:00
ORDER BY date DESC
2022-08-01 22:33:32 +00:00
LIMIT 30 OFFSET 10
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 >
Get a < a href = "../index_full.php" > full list< / a > of all our shows.
< / p >