Browse Source

Another attempt to properly have the RSS feed working

devel
Jean 9 months ago
parent
commit
d1b6e722ce
Signed by: easthighNerd <jean@easthighnerd.net> GPG Key ID: F4B3EACD21AEFFF4
4 changed files with 16 additions and 11 deletions
  1. +1
    -1
      podcast/easthighnerd_cast.conf
  2. +0
    -0
      podcast/feed/feed.rss
  3. +15
    -0
      podcast/feed/index.html
  4. +0
    -10
      podcast/index.html

+ 1
- 1
podcast/easthighnerd_cast.conf View File

@@ -2,7 +2,7 @@
PODCAST_TITLE="easthighNerd Cast"

# Non-file URL for where the RSS feed file is stored
PODCAST_FEED_URL="https://www.easthighnerd.net/podcast/"
PODCAST_FEED_URL="https://www.easthighnerd.net/podcast/feed/"

# URL for the main webpage for the podcast
PODCAST_PAGE_URL="https://www.easthighnerd.net/"


podcast/feed.rss → podcast/feed/feed.rss View File


+ 15
- 0
podcast/feed/index.html View File

@@ -0,0 +1,15 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>
Feed - easthighNerd Cast
</title>
<link href="/res/css/main.css" rel="stylesheet">
<link rel="icon" type="image/png" href="/res/img/favicon.png"/>
<!-- <meta http-equiv="refresh" content="0; URL=./feed.rss" /> -->
<link rel="alternate" type="application/rss+xml" title="Subscribe to the easthighNerd Cast" href="./feed.rss" />
</head>
<body>
<a title="feed.rss" href="./feed.rss">feed.rss</a>
</body>
</html>

+ 0
- 10
podcast/index.html View File

@@ -1,10 +0,0 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>
Feed - easthighNerd Cast
</title>
<link rel="icon" type="image/png" href="/res/img/favicon.png"/>
<meta http-equiv="refresh" content="0; URL=./feed.rss" />
</head>
</html>

Loading…
Cancel
Save