-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Friday 07 February 2003 12:12, Aaron J. Seigo wrote:
> On Thursday 06 February 2003 05:08, [EMAIL PROTECTED] wrote:
> > I will provide a new and improved version of CLUGG KNOPPIX at
> > installfest.
> >
> > 2. Static web index page and linked static site (of clug origin)
>
> would this provide what you are looking for?
>
> wget -m http://calgary.linux.ca
so i tried this this afternoon... and i realized the problem: all those nasty
?s and other crud... so here's a very ugly and very silly little script to
run in the directory you download all the files to:
#!/bin/sh
perl -pi -e 's/php\?/php\./g' index.php*
perl -pi -e 's/(index\.php[^"]*)/\1.html/g' index.php*
perl -pi -e 's/%20/ /g' index.php*
perl -pi -e 's/%26/&/g' index.php*
for i in index.php*
do
mv "${i}" "${i/index.php?/index.php.}.html"
done
- --
Aaron J. Seigo
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43
KDE: The 'K' is for 'kick ass'
http://www.kde.org http://promo.kde.org/3.1/feature_guide.php
If this helped you, please take the time to rate the value of this post:
http://svcs.affero.net/rm.php?r=aseigo&p=KDE
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE+RBNd1rcusafx20MRAq5uAJ4porhecXORokveh+lmw/FKlxpgHQCeJTs9
uavzpmKrPgt+92B2Pvk78bE=
=3MQK
-----END PGP SIGNATURE-----