From 9555ef901b02310de51b31061e7186df4a16eed9 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 26 May 2012 21:54:42 -0400 Subject: Use relative paths in old Web pages. Editing commands: $ for file in old/*; do \ > mv ${file} ${file}.tmp; \ > sed 's@http://os.pehjota.net/@@' ${file}.tmp > ${file}; \ > rm ${file}.tmp; \ > done $ for file in old/*; do \ > mv ${file} ${file}.tmp; \ > sed 's@/main.css@main.css@' ${file}.tmp > ${file}; \ > rm ${file}.tmp; \ > done --- (limited to 'old/about.html') diff --git a/old/about.html b/old/about.html index 95adfb5..d95798d 100644 --- a/old/about.html +++ b/old/about.html @@ -4,7 +4,7 @@ Embedded Operating System Distribution – About the Distribution - +
@@ -19,14 +19,14 @@
  • - Contact Us + Contact Us
  • - Development + Development