diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-02-04 05:36:31 +0000 |
commit | 1cff99cbe3656637b58d0bb2b0086476aa49ac2e (patch) | |
tree | 18b681547afdde16172f9a323f820bed8b952c07 /gen | |
parent | err (diff) | |
download | w-1cff99cbe3656637b58d0bb2b0086476aa49ac2e.tar w-1cff99cbe3656637b58d0bb2b0086476aa49ac2e.tar.gz w-1cff99cbe3656637b58d0bb2b0086476aa49ac2e.tar.bz2 w-1cff99cbe3656637b58d0bb2b0086476aa49ac2e.tar.xz w-1cff99cbe3656637b58d0bb2b0086476aa49ac2e.zip |
nift
Diffstat (limited to 'gen')
-rwxr-xr-x | gen | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gen b/gen deleted file mode 100755 index 31acfa4..0000000 --- a/gen +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/env sh -# generate site -find -name "m.htm" -exec sh -c ' - title=$(head -n1 ${1%/*}/m.htm | cut -d, -f1) - subdir=$(head -n1 ${1%/*}/m.htm | cut -d, -f2) - redirect=$(head -n1 ${1%/*}/m.htm | cut -d, -f3) - (cat h.htm; tail -n+2 ${1%/*}/m.htm; cat f.htm) >${1%/*}/index.html - sed -i "s,<title>,<title>$title," ${1%/*}/index.html - sed -i "s,href=\"//,href=\"http://,g" ${1%/*}/index.html - sed -i "s,href=\"/,href=\"$subdir,g" ${1%/*}/index.html - sed -i "s,src=\"/,src=\"$subdir,g" ${1%/*}/index.html - sed -zi "s,\n,,g" ${1%/*}/index.html - if [ "$(head -n1 ${1%/*}/m.htm | tr -cd ",")" = ",," ]; - then - sed -i "s,8\",8\"\ \/\>\<meta\ http-equiv=\"refresh\"\ content=\"0\;url=$redirect\"," ${1%/*}/index.html - fi -' sh {} \; -sed "s/\.\.\///g" e/index.html >err.html -cp err.html 404.html |