some fixes

This commit is contained in:
Jacob 2023-07-01 18:22:44 +02:00
parent 59bccdb9e7
commit 6dfc93363d
5 changed files with 12 additions and 9 deletions

View file

@ -15,3 +15,6 @@ RewriteRule ^ /%1 [NC,L,R]
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^ %{REQUEST_URI}.php [NC,L]
# 404
ErrorDocument 404 /php/404.php

View file

@ -1,6 +1,6 @@
# The Wayland experience
2022-06-17
2023-06-17
Today I want to talk about my experience using Wayland compositors and software,
as well as developing Wayland clients for Wayland using the `wayland-client` library.

View file

@ -1 +1 @@
2022-06-17
2023-06-17

View file

@ -1,6 +1,7 @@
<!doctype html>
<!DOCTYPE html>
<html>
<head>
<?php include 'header.php';?>
<meta charset="UTF-8">
<meta name="description" content="Page not found.">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
@ -10,11 +11,10 @@
</head>
<body>
<div class="main">
<p>The page you requested was not found. It's possible that it was deleted, moved, or never existed in the first place. If you're unsure, you might want to check the wiki commit history.</p>
<h1>404</h1>
<p>The page you requested was not found. It's possible that it was deleted, moved, or never existed in the first place. If you're unsure, you might want to check the wiki commit history.</p>
<ul>
<li><a href="/index.php">Home</a></li>
<li><a href="https://git.speedie.site/speedie/spmenu">spmenu Git repository</a></li>
<li><a href="https://git.speedie.site/speedie/spmenu-wiki">spmenu wiki Git repository</a></li>
<li><a href="https://speedie.site">Home</a></li>
</ul>
</div>
</body>

View file

@ -192,12 +192,12 @@ software in the main repositories? I'm interested to hear about it. Have a good
<title>The Wayland experience</title>
<link>/blog.php/The+Wayland+experience</link>
<guid>/blog.php/The+Wayland+experience</guid>
<pubDate>Fri, 17 Jun 2022 00:00:00 +0000</pubDate>
<pubDate>Sat, 17 Jun 2023 00:00:00 +0000</pubDate>
<description>
<![CDATA[
<h1>The Wayland experience</h1>
<p>2022-06-17</p>
<p>2023-06-17</p>
<p>Today I want to talk about my experience using Wayland compositors and software,
as well as developing Wayland clients for Wayland using the <code>wayland-client</code> library.