As Julian Lamb wrote:

> That webpage should redirect to http://gerbv.gpleda.org/index.html, 
> which is up to date.  I'm not sure how the redirect is done, but we 
> should probably just remove all the material on gerbv.sf.net so it 
> doesn't confuse anyone in case the redirect doesn't work.

sourceforge uses PHP, so the following should work:

Log into sf.net using

ssh -t thepurlieu,[email protected]

cd /home/grou*/g/ge/gerbv/htdocs

Back up everything that's there, and rm -rf it.
Place a single file named index.php there that consists of just

<? header('Location: http://gerbv.gpleda.org/index.html'); ?>

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Gerbv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gerbv-devel

Reply via email to