[MOBY-guts] biomoby commit
Mark Wilkinson
mwilkinson at dev.open-bio.org
Thu Mar 6 18:04:35 UTC 2008
mwilkinson
Thu Mar 6 13:04:35 EST 2008
Update of /home/repository/moby/moby-live/Perl/MOBY-Server/lib/MOBY/Client
In directory dev.open-bio.org:/tmp/cvs-serv28462
Modified Files:
Central.pm
Log Message:
updating docs
moby-live/Perl/MOBY-Server/lib/MOBY/Client Central.pm,1.2,1.3
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY-Server/lib/MOBY/Client/Central.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/Perl/MOBY-Server/lib/MOBY/Client/Central.pm 2008/02/21 17:15:40 1.2
+++ /home/repository/moby/moby-live/Perl/MOBY-Server/lib/MOBY/Client/Central.pm 2008/03/06 18:04:35 1.3
@@ -80,14 +80,15 @@
ENV & PROXY : you can set environment variables to change the defaults.
By default, a call to 'new' will initialize MOBY::Client::Central
- to connect to the MOBY Central registry at:
- http://mobycentral.cbr.nrc.ca/cgi-bin/MOBY05/mobycentral.pl
+ to connect to the default MOBY Central registry. The location of
+ this registry can be determined by examining the redirect from:
+ http://biomoby.org/mobycentral
If you wish to chose another registry by default, or if you need
to set up additional connection details (e.g. PROXY) then you may
set the following environment variables to whatever you
require:
- MOBY_SERVER (default http://mobycentral.cbr.nrc.ca/cgi-bin/MOBY05/mobycentral.pl)
- MOBY_URI (default http://mobycentral.cbr.nrc.ca/MOBY/Central)
+ MOBY_SERVER (default http://moby.ucalgary.ca/moby/MOBY-Central.pl)
+ MOBY_URI (default http://moby.ucalgary.ca/MOBY/Central)
MOBY_PROXY (no default)
Args : user_agent - optional. The name of your software application
@@ -104,8 +105,8 @@
}
- by default this becomes
{mobycentral => {
- URL => 'http://mobycentral.cbr.nrc.ca/cgi-bin/MOBY05/mobycentral.pl',
- URI => 'http://mobycentral.cbr.nrc.ca/MOBY/Central'}
+ URL => 'http://moby.ucalgary.ca/moby/MOBY-Central.pl',
+ URI => 'http://moby.ucalgary.ca/MOBY/Central'}
}
Discussion: Each registry must have a different
NAME. If you have more than one
More information about the MOBY-guts
mailing list