From 3991c95533f924bad715c2ed62f2cc4f33347ae4 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Thu, 7 Aug 2025 20:57:00 -0400 Subject: [PATCH] Finish moving syndication page to card format --- public_html/css/hpr.css | 1 + templates/content-syndication.tpl.html | 59 ++++++++++++++------------ 2 files changed, 33 insertions(+), 27 deletions(-) diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index fc00ab5..0cec606 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -287,6 +287,7 @@ article > p, margin: 0; font-weight: bold; font-size: 1.45rem; + color: var(--background-primary); } .lane > article > header a { color: var(--link-secondary); diff --git a/templates/content-syndication.tpl.html b/templates/content-syndication.tpl.html index 3beedb2..f378905 100644 --- a/templates/content-syndication.tpl.html +++ b/templates/content-syndication.tpl.html @@ -6,15 +6,15 @@
+

rss logo The Community News Summary

-

One show a month

+

One show a month

+
-

- If you get overwhelmend by the amount of shows we produce, then this is a good place to start. -

-

- Every month, the HPR Janitors put down their mops had have a chat about all the shows, and what else has been going on in the HPR community. This is a regular show scheduled for the first Monday of the month. -

+

If you get overwhelmend by the amount of shows we produce, then this is a good place to start.

+ +

Every month, the HPR Janitors put down their mops had have a chat about all the shows, and what else has been going on in the HPR community. This is a regular show scheduled for the first Monday of the month.

+
+

rss logo Two week Audio feed

-

5 shows a week

+

5 shows a week

+

Use these feeds to keep up to date with the latest HPR Episodes. @@ -76,6 +78,7 @@


Other Download Options

+

Site Replication Sources

@@ -108,25 +111,27 @@
-

Download Archive

+

Download Archive

+

Please be aware that our Archive exceeds 200Gb. We are happy for you to download them, but please make sure that you are not going to incur additional bandwidth charges on your side.

We will be happy to physically send episodes anywhere in the world if bandwidth is an issue.

-
-

Full Episode Guide

-

- The compete episode guide is available to you, and it lists all the shows on one page going right back to the very first episode. -

-

Command line download

-

- You can download the audio of the episodes directly from the command line using the following commands: -

-
    -
  • ogg:
    - curl 'eps/hpr[0001-].ogg' -o "hpr#1.ogg"
  • -
  • spx:
    - curl 'eps/hpr[0001-].spx' -o "hpr#1.spx"
  • -
  • mp3:
    - curl 'eps/hpr[0001-].mp3' -o "hpr#1.mp3"
  • -
-
+ +
+

Full Episode Guide

+

The compete episode guide is available to you, and it lists all the shows on one page going right back to the very first episode.

+
+ +
+

Command line download

+

You can download the audio of the episodes directly from the command line using the following commands:

+
    +
  • ogg:
    + curl 'eps/hpr[0001-].ogg' -o "hpr#1.ogg"
  • +
  • spx:
    + curl 'eps/hpr[0001-].spx' -o "hpr#1.spx"
  • +
  • mp3:
    + curl 'eps/hpr[0001-].mp3' -o "hpr#1.mp3"
  • +
+
+