Migrating SIG Web 1

Submitter: brinkley

The old web site is currently running on uvula at htt://sig.biostr.washington.edu. Most of the files for this are in CVS, so I could simply check these out from CVS on synpase.

cd /opt/resources/htdocs

cvs checkout -d sigweb1999 sigwebs/1999_01_06

This is now accessible as resources.si.washington.edu/sigweb1999

In doing this I had to modify the navbar code, which is in /etc/httpd/lib/perl/Apache/Wrap.pm

Looks like mod_perl adds this directory to its search path, or maybe httpd does.

This is also in CVS, so I cd'd to /etc/httpd/lib/perl/Apache, then did cvs checkout src/utilities/site_perl/Apache/Wrap.pm

The original Wrap.pm for wrtitten for mod_perl 1, but synapse has mod_per2. So I made changes in Wrap.pm to accomodate the changes from mod_perl 1 to 2, according to https://perl.apache.org/docs/2.0/user/porting/compat.html.

These are now checked back into CVS: http://resources.si.washington.edu/viewvc/cvsroot/utilities/site_perl/Apache/

I also had to modify /etc/httpd/conf.d/navbar.conf so that it is only turned on for certain directories in resources. I kept the original from uvula there for comparison.

TODO: Go through the old web site and fix or change links as needed.