mpercivalxyz

this website!
Log | Files | Refs | README

commit 7191c9c77dd7856c1b83be9e29aa936dab045db5
parent 904db11a96be774fda2809cc31c67a6e4520bf33
Author: mpizzzle <m@michaelpercival.xyz>
Date:   Tue, 30 Jun 2020 13:53:21 +0100

test blog rss update

Diffstat:
M2020.html | 6++++++
Mblog.html | 1+
Mblog/.htaccess | 1+
Ablog/a-fourth-test-post.html | 15+++++++++++++++
Mrss.xml | 10++++++++++
5 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/2020.html b/2020.html @@ -7,6 +7,12 @@ <!-- LB --> <div class='entry'> +<h2 id='a-fourth-test-post'>a fourth test post</h2> +<small>[<a href='#a-fourth-test-post'>link</a>&mdash;<a href='blog/a-fourth-test-post.html'>standalone</a>]</small> +I have my rss feed working, I want to see if this post will generate everything correctly +<small>mar, 30 jun 2020 13:53:02 +0100</small> +</div> +<div class='entry'> <h2 id='a-third-test-post'>A third test post.</h2> <small>[<a href='#a-third-test-post'>link</a>&mdash;<a href='blog/a-third-test-post.html'>standalone</a>]</small> test to see if rss feed generates correctly. diff --git a/blog.html b/blog.html @@ -6,6 +6,7 @@ </head> <!-- LB --> +<li>2020 jun 30 &ndash; <a href="blog/a-fourth-test-post.html">a fourth test post</a></li> <li>2020 Jun 30 &ndash; <a href="blog/a-third-test-post.html">A third test post.</a></li> <li>2020 Jun 30 &ndash; <a href="blog/another-test-post.html">Another Test Post!!</a></li> <li>2020 jun 30 &ndash; <a href="blog/test-blog-post.html">Test blog post</a></li> diff --git a/blog/.htaccess b/blog/.htaccess @@ -2,3 +2,4 @@ Options +Indexes AddDescription "Test blog post" "test-blog-post.html" #Tue, 30 Jun 2020 13:27:16 +0100 AddDescription "Another Test Post!!" "another-test-post.html" #Tue, 30 Jun 2020 13:31:51 +0100 AddDescription "A third test post." "a-third-test-post.html" #Tue, 30 Jun 2020 13:31:56 +0100 +AddDescription "a fourth test post" "a-fourth-test-post.html" #Tue, 30 Jun 2020 13:53:02 +0100 diff --git a/blog/a-fourth-test-post.html b/blog/a-fourth-test-post.html @@ -0,0 +1,14 @@ +<html> +<head> +<title>a fourth test post</title> +<link rel='stylesheet' type='text/css' href='../style.css'> +<meta charset='utf-8'/> +</head> +<body> +<h1>a fourth test post</h1> +<small>[<a href='../2020.html#a-fourth-test-post'>link</a>&mdash;<a href='a-fourth-test-post.html'>standalone</a>]</small> +I have my rss feed working, I want to see if this post will generate everything correctly +<footer>by <strong><a href='https://michaelpercival.xyz/'>Michael Percival</a></strong></footer> +</body> + +</html>+ No newline at end of file diff --git a/rss.xml b/rss.xml @@ -11,6 +11,16 @@ Updates from Michael Percival. Give this file to your RSS feeder to receive blog <!-- LB --> <item> +<title>a fourth test post</title> +<guid>https://michaelpercival.xyz/2020.html#a-fourth-test-post</guid> +<pubDate>Tue, 30 Jun 2020 13:53:02 +0100</pubDate> +<description><![CDATA[ +I have my rss feed working, I want to see if this post will generate everything correctly +]]></description> +</item> + + +<item> <title>A third test post.</title> <guid>https://michaelpercival.xyz/2020.html#a-third-test-post</guid> <pubDate>Tue, 30 Jun 2020 13:31:56 +0100</pubDate>