Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0

feat: add RSS/Atom/JSON meta to all HTML pages

This commit is contained in:
Bauke 2019-07-05 23:09:46 +02:00
parent 4d5031075c
commit 2ad2b53611
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
16 changed files with 64 additions and 0 deletions

View File

@ -4,6 +4,9 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tildes Issue Log</title>
<link rel="alternate" type="application/rss+xml" href="./feed.rss" title="Tildes Issue Log (RSS 2.0)">
<link rel="alternate" type="application/atom+xml" href="./feed.atom" title="Tildes Issue Log (Atom 1.0)">
<link rel="alternate" type="application/json" href="./feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/index.css">
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
@ -117,6 +120,22 @@
<a href="posts/template.html">Post Template (for devs/writers)</a>
</h2>
</article>
<h1>Feeds</h1>
<article class="post">
<h2>
<a href="./feed.atom">Atom 1.0</a>
</h2>
</article>
<article class="post">
<h2>
<a href="./feed.json">JSON Feed 1.0</a>
</h2>
</article>
<article class="post">
<h2>
<a href="./feed.rss">RSS 2.0</a>
</h2>
</article>
</section>
<footer id="footer">
<h3>

View File

@ -6,6 +6,9 @@
<title>April 2019</title>
<link rel="stylesheet" href="../css/common.css">
<link rel="stylesheet" href="../css/post.css">
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">

View File

@ -6,6 +6,9 @@
<title>August 2018</title>
<link rel="stylesheet" href="../css/common.css">
<link rel="stylesheet" href="../css/post.css">
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">

View File

@ -6,6 +6,9 @@
<title>December 2018</title>
<link rel="stylesheet" href="../css/common.css">
<link rel="stylesheet" href="../css/post.css">
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">

View File

@ -6,6 +6,9 @@
<title>February 2019</title>
<link rel="stylesheet" href="../css/common.css">
<link rel="stylesheet" href="../css/post.css">
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">

View File

@ -6,6 +6,9 @@
<title>January 2019</title>
<link rel="stylesheet" href="../css/common.css">
<link rel="stylesheet" href="../css/post.css">
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">

View File

@ -6,6 +6,9 @@
<title>July 2018</title>
<link rel="stylesheet" href="../css/common.css">
<link rel="stylesheet" href="../css/post.css">
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">

View File

@ -6,6 +6,9 @@
<title>June 2018</title>
<link rel="stylesheet" href="../css/common.css">
<link rel="stylesheet" href="../css/post.css">
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">

View File

@ -6,6 +6,9 @@
<title>June 2019</title>
<link rel="stylesheet" href="../css/common.css">
<link rel="stylesheet" href="../css/post.css">
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">

View File

@ -6,6 +6,9 @@
<title>March 2019</title>
<link rel="stylesheet" href="../css/common.css">
<link rel="stylesheet" href="../css/post.css">
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">

View File

@ -6,6 +6,9 @@
<title>May 2018</title>
<link rel="stylesheet" href="../css/common.css">
<link rel="stylesheet" href="../css/post.css">
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">

View File

@ -6,6 +6,9 @@
<title>May 2019</title>
<link rel="stylesheet" href="../css/common.css">
<link rel="stylesheet" href="../css/post.css">
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">

View File

@ -6,6 +6,9 @@
<title>November 2018</title>
<link rel="stylesheet" href="../css/common.css">
<link rel="stylesheet" href="../css/post.css">
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">

View File

@ -6,6 +6,9 @@
<title>October 2018</title>
<link rel="stylesheet" href="../css/common.css">
<link rel="stylesheet" href="../css/post.css">
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">

View File

@ -6,6 +6,9 @@
<title>September 2018</title>
<link rel="stylesheet" href="../css/common.css">
<link rel="stylesheet" href="../css/post.css">
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">

View File

@ -6,6 +6,9 @@
<title>Month Year</title>
<link rel="stylesheet" href="../css/common.css">
<link rel="stylesheet" href="../css/post.css">
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">