[MOBY-guts] biomoby commit

Mark Wilkinson mwilkinson at pub.open-bio.org
Wed Feb 19 21:12:16 UTC 2003


mwilkinson
Wed Feb 19 16:12:16 EST 2003
Update of /home/repository/moby/moby-live
In directory pub.open-bio.org:/tmp/cvs-serv8137

Modified Files:
	README 
Removed Files:
	moby_classes.txt 
Log Message:
cleaning up the repository
moby-live README,1.2,1.3 moby_classes.txt,1.4,NONE
===================================================================
RCS file: /home/repository/moby/moby-live/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/README	2003/02/01 00:23:46	1.2
+++ /home/repository/moby/moby-live/README	2003/02/19 21:12:16	1.3
@@ -1,71 +1,73 @@
-Matt Links
-links at cs.usask.ca
-Jan. 31, 2003
-
-This is an attempt at a table of contents 
-(we'll see how long this stays upto date)
-
-General Structure of the repository
-
-$CVSROOT/moby-live/howto
-	- place for howtos on common tasks
-
-$CVSROOT/moby-live/Example_Code
-	- contributed examples
-
-$CVSROOT/moby-live/Java
-	- contributed Java code
-
-$CVSROOT/moby-live/moby_classes.txt
-	- talking point on objects
-
-$CVSROOT/moby-live/Objects
-	- xsd for objects
-
-$CVSROOT/moby-live/Perl
-	- contirbuted Perl code
-	
-
-#############################
- Empty as of Jan. 31, 2003
-	- removed for carity
-#############################
-
-$CVSROOT/moby-live/BioMOBY
-	- nothing of note
-
-$CVSROOT/moby-live/Central
-$CVSROOT/moby-live/Central/MOBY
-		- nothing of note
-
-$CVSROOT/moby-live/Classes
-	- nothing of note
-
-$CVSROOT/moby-live/Client
-$CVSROOT/moby-live/Client/MOBY
-		- nothing of note
-		
-$CVSROOT/moby-live/Ishmael
-	- nothing of note
-	
-$CVSROOT/moby-live/port_defs 
-	- nothing of note
-
-$CVSROOT/moby-live/Namespaces
-	- nothing of note
-
-$CVSROOT/moby-live/Server
-	- nothing of note
-
-$CVSROOT/moby-live/Tools
-	- nothing of note
-
-$CVSROOT/moby-live/UseCases
-$CVSROOT/moby-live/UseCases/MOBY
-		- nothing of note
-$CVSROOT/moby-live/UseCases/mw
-$CVSROOT/moby-live/UseCases/mw/Scenarios
-		- nothing of note
-$CVSROOT/moby-live/UseCases/mw/UseCases
-		- nothing of note
-
+README
+#
+# Revision History
+#
+# 18/02/2003 - Richard Bruskiewich [r.bruskiewich at cgiar.org] - 
+#              README replaced @ the Singapore BioHackethon
+#
+# 31/01/2003 - Matt Links [links at cs.usask.ca] - original README
+#
+
+INTRODUCTION
+
+MOBY is a "Web Services" architecture for bioinformatic
+information, using a combination of common internet
+web services technology (i.e. SOAP, XML, WSDL, etc.)
+and suitable XML ontologies for biological datatypes
+and related services.
+
+For full current information, go to the official
+project web site: http://www.biomoby.org. This file
+merely provides a basic road map to the MOBY
+distribution to get a basic installation installed.
+
+At the highest level, this MOBY distribution is 
+structured into subdirectories corresponding to:
+
+* Docs: general (non-language specific) 
+        documentation about MOBY, including datatype
+        and service ontologies, plus related information
+        (i.e. standard datatype schemas)
+
+* Database: database configuration files (i.e. Central SQL, etc.)
+
+* Specific language implementations for MOBY: Perl, Java
+     
+MOBY essentially consists of three interacting web
+software systems:
+
+* MOBY Service Providers - internet agents providing
+  bioinformatics information and/or services
+  using MOBY service transaction protocols
+
+* MOBY Central - the "yellow pages" of MOBY services
+  to which Service Providers have previously registered
+  the details of their web services
+
+* MOBY Client - any software that can make, using
+  MOBY service transaction protocols, service
+  requests to MOBY Service Providers using service
+  information it obtains from a MOBY Central registry.
+
+Under each language specific directory, there is a
+README specific to that implementation, which directs
+you to the language-specific commissioning procedures 
+for MOBY Service Provider, Central or Client systems, 
+under that given language binding. 
+
+If you are an administrator of a database or 
+computational service that you wish to share in 
+the MOBY work, consult the "Service_Provider" 
+documentation.
+
+If you are interested in developing user applications 
+or interfaces to the MOBY world, the "Client" 
+documentation is all you need.
+
+In both cases, you may not need to set up your own 
+MOBY Central, as there may be existing public 
+MOBY Central servers to which you can register your 
+new services or that your new client can query.  
+However, should you wish to set up your own Central, 
+instructions are provided under each language
+binding.

rcsdiff: /home/repository/moby/moby-live/RCS/moby_classes.txt,v: No such file or directory



More information about the MOBY-guts mailing list