web/posts/2023/02.html

33 lines
1.8 KiB
HTML
Raw Normal View History

2023-02-15 00:44:40 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
2023-06-12 18:57:35 +00:00
<title>2023 February Posts</title>
2023-02-26 18:04:46 +00:00
<meta name="2023 - February Posts" content="">
2023-02-15 00:44:40 +00:00
<meta name="Scott C. MacCallum" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<div class="container">
<div class="row">
2023-06-12 18:57:35 +00:00
<h3>2/28 Success</h3>
2023-02-28 13:49:56 +00:00
<p>My script is now working as it should be. I took the best of what I had written and turned it into functions. Finger, Gopher, and Gemini are all displaying correctly after conversion from two HTML files.
2023-06-12 18:57:35 +00:00
<h3>2/26 Gemini Fun</h3>
2023-02-27 02:02:02 +00:00
<p>I'm closer but I still don't have Gemini displaying properly. I was able to make a lot progress with my script in other ways though.</p>
2023-06-12 18:57:35 +00:00
<h3>2/21 Finger Posts Fixed</h3>
2023-11-23 21:02:02 +00:00
<p>I've fixed the issue where posts did not display when I was fingered on the SDF cluster and meta array. I'm now working on a fix for the posts link in Gemini.</p>
2023-06-12 18:57:35 +00:00
<h3>2/16 Display of Finger</h3>
2023-02-16 14:17:50 +00:00
<p>Yesterday, I came close to fixing the display result from Finger, which isn't displaying these posts. Related to this, I fixed multiple blank lines from being displayed at the top of the screen from Finger, Gopher and Gemini.</p>
2023-06-12 18:57:35 +00:00
<h3>2/14 Nearly There</h3>
2023-03-01 02:56:21 +00:00
<p>I'm nearly finished with a scripting solution that from one file produces multiple files for different protocols. These protocols are served from two different types of systems, NetBSD and Debian GNU/Linux, each with their own requirements.</p>
2023-06-12 18:57:35 +00:00
<h3>2/11 Progress</h3>
2023-02-15 00:44:40 +00:00
<p>I've made a lot of progress with making this site work with different protocols.</p>
2023-06-12 18:57:35 +00:00
<h3>2/8 A New Day</h3>
2023-02-15 00:44:40 +00:00
<p>Today is a new day! Goodbye WordPress and other over-engineered software.</p>
2023-03-02 13:04:28 +00:00
<p><a href="https://scm.sdf.org/">index</a></p>
2023-02-15 00:44:40 +00:00
</div>
</div>
</body>
</html>