From 093af865d746b159fa0c61fd32622926ba0c29bb Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 10 May 2025 03:24:02 -0600 Subject: Working on the site move --- .htaccess | 1 - README.md | 2 +- blog/feed.xml | 24 ++++++++++++------------ blog/generate_feed.scm | 16 +++++++++------- cgi-bin/guest_book.cgi | 2 +- 5 files changed, 23 insertions(+), 22 deletions(-) delete mode 100644 .htaccess diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 3fb030a..0000000 --- a/.htaccess +++ /dev/null @@ -1 +0,0 @@ -ErrorDocument 404 /error/404.html \ No newline at end of file diff --git a/README.md b/README.md index 910a614..50003de 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # nathansmith117Website -The website I made http://nathansmith117.beevomit.org +The website I made https://shittyweb.org diff --git a/blog/feed.xml b/blog/feed.xml index 6997e3c..05aecdb 100644 --- a/blog/feed.xml +++ b/blog/feed.xml @@ -3,16 +3,16 @@ Nathan's shitty blog The coffee powered blog of chaos - http://nathansmith117.beevomit.org/blog + https://shittyweb.org - http://nathansmith117.beevomit.org/images/icon.png + https://shittyweb.org/images/icon.png Nathan's shitty blog - http://nathansmith117.beevomit.org/blog + https://shittyweb.org/blog Second place - http://nathansmith117.beevomit.org/blog#second_place + https://shittyweb.org/blog#second_place Wed, 30 Apr 2025 10:23:12 GMT Case against identity - http://nathansmith117.beevomit.org/blog#case_against_identity + https://shittyweb.org/blog#case_against_identity Thu, 24 Apr 2025 19:20:02 GMT The project - http://nathansmith117.beevomit.org/blog#the_project + https://shittyweb.org/blog#the_project Sun, 20 Apr 2025 23:05:22 GMT Fakism - http://nathansmith117.beevomit.org/blog#fakism + https://shittyweb.org/blog#fakism Mon, 14 Apr 2025 05:58:51 GMT Fuck aba therapy - http://nathansmith117.beevomit.org/blog#fuck_aba_therapy + https://shittyweb.org/blog#fuck_aba_therapy Fri, 11 Apr 2025 10:22:54 GMT Dogs against doge - http://nathansmith117.beevomit.org/blog#dogs_against_doge + https://shittyweb.org/blog#dogs_against_doge Sat, 5 Apr 2025 23:17:25 GMT On the issue of wikipedia - http://nathansmith117.beevomit.org/blog#wikipedia + https://shittyweb.org/blog#wikipedia Mon, 31 Mar 2025 10:55:00 GMT Dream log 1 - http://nathansmith117.beevomit.org/blog#dreamlog1 + https://shittyweb.org/blog#dreamlog1 Sun, 30 Mar 2025 01:51:00 GMT Overthinking - http://nathansmith117.beevomit.org/blog#overthinking + https://shittyweb.org/blog#overthinking Sat, 29 Mar 2025 11:42:00 GMT \n\ ~a\n\ - http://nathansmith117.beevomit.org/blog#~a\n\ + ~a/blog#~a\n\ ~a\n\ - \n" title name pub-date) + \n" title site-url name pub-date) (get-description file) (display " \n") (display " \n"))) @@ -36,17 +38,17 @@ ;; Generate rss feed (define (generate-feed) ;; Display the rss header - (display "\n\ + (format #t "\n\ \n\ \n\ Nathan's shitty blog\n\ The coffee powered blog of chaos\n\ - http://nathansmith117.beevomit.org/blog\n\ + ~a\n\ \n\ - http://nathansmith117.beevomit.org/images/icon.png\n\ + ~a/images/icon.png\n\ Nathan's shitty blog\n\ - http://nathansmith117.beevomit.org/blog\n\ - \n") + ~a/blog\n\ + \n" site-url site-url site-url) (call-with-input-file "articles.xml" (lambda (fp) diff --git a/cgi-bin/guest_book.cgi b/cgi-bin/guest_book.cgi index 39f091e..97a7403 100755 --- a/cgi-bin/guest_book.cgi +++ b/cgi-bin/guest_book.cgi @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 import cgi import json -- cgit v1.2.3