From fdbe7d36099ccc6cdd935f9274cafacc914b1a89 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Thu, 8 May 2025 23:55:31 +0200 Subject: update --- README.md | 11 +++++++++++ README.txt | 10 ---------- 2 files changed, 11 insertions(+), 10 deletions(-) create mode 100644 README.md delete mode 100644 README.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..83ded3c --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# A collection of scripts to manage my blog + +## bash scripts +- blogthis creates a blog article +- blogrss creates the rss.xml file +- blogsitemap creates the sitemap.xml file +- blogsend scp's the files modified in the past hour to the web server + +## php files +- index.php, sticky.php, search.php are the files used to display the blog on the web server + diff --git a/README.txt b/README.txt deleted file mode 100644 index d741d35..0000000 --- a/README.txt +++ /dev/null @@ -1,10 +0,0 @@ -This is a collection of scripts to manage my blog - -- blogthis creates a blog article -- blogrss creates the rss.xml file -- blogsitemap creates the sitemap.xml file -- blogsend scp's the files modified in the past hour to the web server - -- index.php, sticky.php, search.php are the files used - to display the blog on the web server - -- cgit v1.2.3