From dc4377d58842e89b10188583c9beee904108a57a Mon Sep 17 00:00:00 2001
From: Roan Horning
Date: Sat, 1 Apr 2023 19:29:00 -0400
Subject: [PATCH 1/8] Add arial-title attribute to episode download links
---
templates/shared-episode-summary.tpl.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates/shared-episode-summary.tpl.html b/templates/shared-episode-summary.tpl.html
index 7ac1b84..d190088 100644
--- a/templates/shared-episode-summary.tpl.html
+++ b/templates/shared-episode-summary.tpl.html
@@ -19,11 +19,11 @@ from the series
Listen in
-ogg,
-spx,
+ogg,
+spx,
or
-mp3 format.
+mp3 format.
From f045cdd32fc3ffcb06f940c60ad385414f055bc4 Mon Sep 17 00:00:00 2001
From: Roan Horning
Date: Sat, 1 Apr 2023 19:34:09 -0400
Subject: [PATCH 2/8] Update display_comments_tally MACRO
Display on the number of comments. Show a message
when the show has now comments.
---
templates/shared-episode-summary.tpl.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/shared-episode-summary.tpl.html b/templates/shared-episode-summary.tpl.html
index d190088..5020bf2 100644
--- a/templates/shared-episode-summary.tpl.html
+++ b/templates/shared-episode-summary.tpl.html
@@ -27,7 +27,7 @@ or
-Comments ().
+(Be the first).
From 24c2f9044e0adabc067e1936974d394e714d67d8 Mon Sep 17 00:00:00 2001
From: Roan Horning
Date: Sat, 1 Apr 2023 19:37:38 -0400
Subject: [PATCH 3/8] Update show_meta MACRO
Display comments as part of the show meta data
---
templates/shared-episode-summary.tpl.html | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/templates/shared-episode-summary.tpl.html b/templates/shared-episode-summary.tpl.html
index 5020bf2..377b6f1 100644
--- a/templates/shared-episode-summary.tpl.html
+++ b/templates/shared-episode-summary.tpl.html
@@ -31,8 +31,14 @@ or
- . . .
-
+ .
+ .
+ .
+
+
+
+
+
From a9c4388cb01067ea00dd2d74ce3994c3619be667 Mon Sep 17 00:00:00 2001
From: Roan Horning
Date: Sat, 1 Apr 2023 19:56:11 -0400
Subject: [PATCH 4/8] Update listen_now MACRO
The ability to download and play the episode is being moved up in the episode description. Display content in a more condensed form.
---
templates/shared-listen-now.tpl.html | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/templates/shared-listen-now.tpl.html b/templates/shared-listen-now.tpl.html
index a6f961a..9aaafac 100644
--- a/templates/shared-listen-now.tpl.html
+++ b/templates/shared-listen-now.tpl.html
@@ -1,16 +1,12 @@
-
- Listen Now
- Duration:
+
+
+
+ Play now:
-
-
- - ogg:
- - spx:
-
- - mp3:
-
+
+ Duration:
From c6e909523f7e8f01ad7098a2a3cb8b284bade2d3 Mon Sep 17 00:00:00 2001
From: Roan Horning
Date: Sun, 2 Apr 2023 07:24:43 -0400
Subject: [PATCH 5/8] Add requested audio links
Have links to an episodes auido files appear in the Last 5 weeks section of the index page, on the full index page, and on individual host pages.
---
templates/content-correspondent.tpl.html | 6 ++++--
templates/content-episodes.tpl.html | 1 +
templates/content-index.tpl.html | 1 +
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/templates/content-correspondent.tpl.html b/templates/content-correspondent.tpl.html
index afe67a6..a99ce48 100644
--- a/templates/content-correspondent.tpl.html
+++ b/templates/content-correspondent.tpl.html
@@ -62,11 +62,13 @@
-
-
+
+
+
+
Become a Correspondent
diff --git a/templates/content-episodes.tpl.html b/templates/content-episodes.tpl.html
index ca5153d..f830dad 100644
--- a/templates/content-episodes.tpl.html
+++ b/templates/content-episodes.tpl.html
@@ -11,6 +11,7 @@
+
Today With a Techie Archived Shows
diff --git a/templates/content-index.tpl.html b/templates/content-index.tpl.html
index c5f6308..8fce278 100644
--- a/templates/content-index.tpl.html
+++ b/templates/content-index.tpl.html
@@ -84,6 +84,7 @@
+
Older Shows
From 1c94855de26698d441c0b0ba365cb922190cddbb Mon Sep 17 00:00:00 2001
From: Roan Horning
Date: Sun, 2 Apr 2023 08:50:04 -0400
Subject: [PATCH 6/8] Update location of comments
The listen_now MACRO formating changed, requiring an update to the postion of the comments reference.
---
templates/content-episode.tpl.html | 6 +++---
templates/content-index.tpl.html | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/templates/content-episode.tpl.html b/templates/content-episode.tpl.html
index 163eff5..cd46463 100644
--- a/templates/content-episode.tpl.html
+++ b/templates/content-episode.tpl.html
@@ -18,10 +18,10 @@
Hosted by on is flagged as and is released under a license.
-
+
+
+
- |
-
diff --git a/templates/content-index.tpl.html b/templates/content-index.tpl.html
index 8fce278..c6491f5 100644
--- a/templates/content-index.tpl.html
+++ b/templates/content-index.tpl.html
@@ -63,10 +63,10 @@
Hosted by on is flagged as and released under a license.
-
+
+
+
- |
-
From a2863e5d848581e51ad328f0801615c3c2abd16e Mon Sep 17 00:00:00 2001
From: Roan Horning
Date: Sun, 2 Apr 2023 08:53:07 -0400
Subject: [PATCH 7/8] Update layout of episode summary information.
---
public_html/css/hpr.css | 5 +++++
templates/shared-episode-summary.tpl.html | 10 ++++------
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css
index e51cf87..1654cc9 100644
--- a/public_html/css/hpr.css
+++ b/public_html/css/hpr.css
@@ -248,6 +248,11 @@ pre.comment {
line-height: 1.2rem;
}
+h3.title { margin: 1.25rem 0 0.75rem 0 }
+p.meta { margin: 0.25rem 0 }
+p.summary { margin: 0.25rem 0 }
+p.listen-in { margin-top: 0 }
+
@media only screen and (max-width: 680px) {
#container {width: 95%;}
img#hprlogo {float: left; max-width: 85px; padding: .35em;}
diff --git a/templates/shared-episode-summary.tpl.html b/templates/shared-episode-summary.tpl.html
index 377b6f1..3ac1b96 100644
--- a/templates/shared-episode-summary.tpl.html
+++ b/templates/shared-episode-summary.tpl.html
@@ -47,9 +47,8 @@ or
hosted by
-
-
-
+
+
@@ -58,8 +57,7 @@ or
hosted by
-
-
-
+
+
From ebced513adda5a977825923b1408ebb4934404e6 Mon Sep 17 00:00:00 2001
From: Roan Horning
Date: Sun, 2 Apr 2023 09:06:57 -0400
Subject: [PATCH 8/8] Add audio links to the episodes on a series page
---
templates/content-series_episode.tpl.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/templates/content-series_episode.tpl.html b/templates/content-series_episode.tpl.html
index 943132f..417303c 100644
--- a/templates/content-series_episode.tpl.html
+++ b/templates/content-series_episode.tpl.html
@@ -22,5 +22,6 @@
+