From 5362c6263e51dd5e921eca44ac41ac868234c8a3 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Mon, 20 Jan 2025 11:36:14 +0000 Subject: [PATCH] make all directories lower-case --- .../entries/Action-language-walkthrough.md | 0 {Atari => atari}/entries/assembler-for-beginners.md | 0 {Atari => atari}/entries/two-plus-two.md | 0 {Atari => atari}/entries/various-atari-basic.md | 0 {Atari => atari}/index.md | 0 {Blog => blog}/entries/a-linux-update.md | 0 {Blog => blog}/entries/ffmpeg-scrapbook.md | 0 {Blog => blog}/entries/nextcloud-caldav-fix.md | 0 {Blog => blog}/entries/soaping-with-rest.md | 0 {Blog => blog}/entries/the-linux-alternative.md | 0 .../entries/ubiquitous-internet-lost-selves.md | 0 {Blog => blog}/index.md | 0 dev-deploy | 11 ++++++----- {DOS => dos}/entries/dosbox-config.md | 0 {DOS => dos}/index.md | 0 footer.html | 10 +++++----- {Linux => linux}/entries/debian.md | 0 {Linux => linux}/entries/mandriva.md | 0 {Linux => linux}/entries/tuxedo.md | 0 {Linux => linux}/index.md | 0 {MVS => mvs}/entries/basic.md | 0 {MVS => mvs}/entries/tk5-setup.md | 0 {MVS => mvs}/index.md | 0 publish | 10 +++++----- 24 files changed, 16 insertions(+), 15 deletions(-) rename {Atari => atari}/entries/Action-language-walkthrough.md (100%) rename {Atari => atari}/entries/assembler-for-beginners.md (100%) rename {Atari => atari}/entries/two-plus-two.md (100%) rename {Atari => atari}/entries/various-atari-basic.md (100%) rename {Atari => atari}/index.md (100%) rename {Blog => blog}/entries/a-linux-update.md (100%) rename {Blog => blog}/entries/ffmpeg-scrapbook.md (100%) rename {Blog => blog}/entries/nextcloud-caldav-fix.md (100%) rename {Blog => blog}/entries/soaping-with-rest.md (100%) rename {Blog => blog}/entries/the-linux-alternative.md (100%) rename {Blog => blog}/entries/ubiquitous-internet-lost-selves.md (100%) rename {Blog => blog}/index.md (100%) rename {DOS => dos}/entries/dosbox-config.md (100%) rename {DOS => dos}/index.md (100%) rename {Linux => linux}/entries/debian.md (100%) rename {Linux => linux}/entries/mandriva.md (100%) rename {Linux => linux}/entries/tuxedo.md (100%) rename {Linux => linux}/index.md (100%) rename {MVS => mvs}/entries/basic.md (100%) rename {MVS => mvs}/entries/tk5-setup.md (100%) rename {MVS => mvs}/index.md (100%) diff --git a/Atari/entries/Action-language-walkthrough.md b/atari/entries/Action-language-walkthrough.md similarity index 100% rename from Atari/entries/Action-language-walkthrough.md rename to atari/entries/Action-language-walkthrough.md diff --git a/Atari/entries/assembler-for-beginners.md b/atari/entries/assembler-for-beginners.md similarity index 100% rename from Atari/entries/assembler-for-beginners.md rename to atari/entries/assembler-for-beginners.md diff --git a/Atari/entries/two-plus-two.md b/atari/entries/two-plus-two.md similarity index 100% rename from Atari/entries/two-plus-two.md rename to atari/entries/two-plus-two.md diff --git a/Atari/entries/various-atari-basic.md b/atari/entries/various-atari-basic.md similarity index 100% rename from Atari/entries/various-atari-basic.md rename to atari/entries/various-atari-basic.md diff --git a/Atari/index.md b/atari/index.md similarity index 100% rename from Atari/index.md rename to atari/index.md diff --git a/Blog/entries/a-linux-update.md b/blog/entries/a-linux-update.md similarity index 100% rename from Blog/entries/a-linux-update.md rename to blog/entries/a-linux-update.md diff --git a/Blog/entries/ffmpeg-scrapbook.md b/blog/entries/ffmpeg-scrapbook.md similarity index 100% rename from Blog/entries/ffmpeg-scrapbook.md rename to blog/entries/ffmpeg-scrapbook.md diff --git a/Blog/entries/nextcloud-caldav-fix.md b/blog/entries/nextcloud-caldav-fix.md similarity index 100% rename from Blog/entries/nextcloud-caldav-fix.md rename to blog/entries/nextcloud-caldav-fix.md diff --git a/Blog/entries/soaping-with-rest.md b/blog/entries/soaping-with-rest.md similarity index 100% rename from Blog/entries/soaping-with-rest.md rename to blog/entries/soaping-with-rest.md diff --git a/Blog/entries/the-linux-alternative.md b/blog/entries/the-linux-alternative.md similarity index 100% rename from Blog/entries/the-linux-alternative.md rename to blog/entries/the-linux-alternative.md diff --git a/Blog/entries/ubiquitous-internet-lost-selves.md b/blog/entries/ubiquitous-internet-lost-selves.md similarity index 100% rename from Blog/entries/ubiquitous-internet-lost-selves.md rename to blog/entries/ubiquitous-internet-lost-selves.md diff --git a/Blog/index.md b/blog/index.md similarity index 100% rename from Blog/index.md rename to blog/index.md diff --git a/dev-deploy b/dev-deploy index 8430197..9871388 100755 --- a/dev-deploy +++ b/dev-deploy @@ -12,11 +12,12 @@ echo "Rsync content files" echo "-------------------" rsync --super -ahr -e ssh ./txt/* gmgauthier@plato:/var/www/oldcomputernerd.com/txt/ rsync --super -ahr -e ssh ./htm/* gmgauthier@plato:/var/www/oldcomputernerd.com/htm/ -rsync --super -ahr -e ssh ./Atari/* gmgauthier@plato:/var/www/oldcomputernerd.com/Atari/ -rsync --super -ahr -e ssh ./MVS/* gmgauthier@plato:/var/www/oldcomputernerd.com/MVS/ -rsync --super -ahr -e ssh ./DOS/* gmgauthier@plato:/var/www/oldcomputernerd.com/DOS/ -rsync --super -ahr -e ssh ./Linux/* gmgauthier@plato:/var/www/oldcomputernerd.com/Linux/ -rsync --super -ahr -e ssh ./Blog/* gmgauthier@plato:/var/www/oldcomputernerd.com/Blog/ + +rsync --super -ahr -e ssh ./atari/* gmgauthier@plato:/var/www/oldcomputernerd.com/atari/ +rsync --super -ahr -e ssh ./mvs/* gmgauthier@plato:/var/www/oldcomputernerd.com/mvs/ +rsync --super -ahr -e ssh ./dos/* gmgauthier@plato:/var/www/oldcomputernerd.com/dos/ +rsync --super -ahr -e ssh ./linux/* gmgauthier@plato:/var/www/oldcomputernerd.com/linux/ +rsync --super -ahr -e ssh ./blog/* gmgauthier@plato:/var/www/oldcomputernerd.com/blog/ rsync --super -ahr -e ssh ./JUNK/* gmgauthier@plato:/var/www/oldcomputernerd.com/JUNK/ echo "-------------------" diff --git a/DOS/entries/dosbox-config.md b/dos/entries/dosbox-config.md similarity index 100% rename from DOS/entries/dosbox-config.md rename to dos/entries/dosbox-config.md diff --git a/DOS/index.md b/dos/index.md similarity index 100% rename from DOS/index.md rename to dos/index.md diff --git a/footer.html b/footer.html index 5d4fa16..068a32c 100644 --- a/footer.html +++ b/footer.html @@ -11,19 +11,19 @@ diff --git a/Linux/entries/debian.md b/linux/entries/debian.md similarity index 100% rename from Linux/entries/debian.md rename to linux/entries/debian.md diff --git a/Linux/entries/mandriva.md b/linux/entries/mandriva.md similarity index 100% rename from Linux/entries/mandriva.md rename to linux/entries/mandriva.md diff --git a/Linux/entries/tuxedo.md b/linux/entries/tuxedo.md similarity index 100% rename from Linux/entries/tuxedo.md rename to linux/entries/tuxedo.md diff --git a/Linux/index.md b/linux/index.md similarity index 100% rename from Linux/index.md rename to linux/index.md diff --git a/MVS/entries/basic.md b/mvs/entries/basic.md similarity index 100% rename from MVS/entries/basic.md rename to mvs/entries/basic.md diff --git a/MVS/entries/tk5-setup.md b/mvs/entries/tk5-setup.md similarity index 100% rename from MVS/entries/tk5-setup.md rename to mvs/entries/tk5-setup.md diff --git a/MVS/index.md b/mvs/index.md similarity index 100% rename from MVS/index.md rename to mvs/index.md diff --git a/publish b/publish index ccee106..70ad61f 100755 --- a/publish +++ b/publish @@ -16,11 +16,11 @@ echo "-------------------" rsync --super -avhr -e ssh ./txt/* gmgauthier@socrates:/var/www/oldcomputernerd.com/txt/ rsync --super -avhr -e ssh ./htm/* gmgauthier@socrates:/var/www/oldcomputernerd.com/htm/ -rsync --super -avhr -e ssh ./Atari/* gmgauthier@socrates:/var/www/oldcomputernerd.com/Atari/ -rsync --super -avhr -e ssh ./MVS/* gmgauthier@socrates:/var/www/oldcomputernerd.com/MVS/ -rsync --super -avhr -e ssh ./DOS/* gmgauthier@socrates:/var/www/oldcomputernerd.com/DOS/ -rsync --super -avhr -e ssh ./Linux/* gmgauthier@socrates:/var/www/oldcomputernerd.com/Linux/ -rsync --super -avhr -e ssh ./Blog/* gmgauthier@socrates:/var/www/oldcomputernerd.com/Blog/ +rsync --super -avhr -e ssh ./atari/* gmgauthier@socrates:/var/www/oldcomputernerd.com/atari/ +rsync --super -avhr -e ssh ./mvs/* gmgauthier@socrates:/var/www/oldcomputernerd.com/mvs/ +rsync --super -avhr -e ssh ./dos/* gmgauthier@socrates:/var/www/oldcomputernerd.com/dos/ +rsync --super -avhr -e ssh ./linux/* gmgauthier@socrates:/var/www/oldcomputernerd.com/linux/ +rsync --super -avhr -e ssh ./blog/* gmgauthier@socrates:/var/www/oldcomputernerd.com/blog/ rsync --super -avhr -e ssh ./JUNK/* gmgauthier@socrates:/var/www/oldcomputernerd.com/JUNK/ echo "-------------------"