guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Web site update


From: Ludovic Courtès
Subject: Web site update
Date: Tue, 10 Jul 2007 19:09:55 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Hi,

I updated the web pages so that they use the GNU CSS (using the attached
script).  This adds a bit of "eye candy", which is always a good thing.
;-)

I may also update the project list one of these days.

Thanks,
Ludovic.

#!/bin/sh
# CSSify Guile web pages.

for page in $@
do
  ed "$page" <<EOF
/<link REV="made"
p
i
  <link REL="stylesheet" TYPE="text/css" HREF="/gnu.css">
.
/Please send FSF
-4
d
i

<BR>
<DIV CLASS="copyright">
.
/body
p
i
</DIV>

.
wq
EOF

  if grep "HHMTS" "$page" > /dev/null
  then
      ed "$page" <<EOF
/HHMTS START
.,+3d
wq
EOF
  fi
done

reply via email to

[Prev in Thread] Current Thread [Next in Thread]