[MOBY-guts] biomoby commit

Gary Schiltz gss at pub.open-bio.org
Sat Nov 5 00:46:33 UTC 2005


gss
Fri Nov  4 19:46:33 EST 2005
Update of /home/repository/moby/s-moby/ref-impl/semanticmoby.org/WebRoot/developer
In directory pub.open-bio.org:/tmp/cvs-serv28343/WebRoot/developer

Modified Files:
	dev-tools.jsp 
Log Message:
Fixed URIs

s-moby/ref-impl/semanticmoby.org/WebRoot/developer dev-tools.jsp,1.3,1.4
===================================================================
RCS file: /home/repository/moby/s-moby/ref-impl/semanticmoby.org/WebRoot/developer/dev-tools.jsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/s-moby/ref-impl/semanticmoby.org/WebRoot/developer/dev-tools.jsp	2005/11/04 20:39:40	1.3
+++ /home/repository/moby/s-moby/ref-impl/semanticmoby.org/WebRoot/developer/dev-tools.jsp	2005/11/05 00:46:33	1.4
@@ -13,7 +13,7 @@
     Convert a Graph to a Different Format
 </h3>
 
-<form method="post" action= "http://www.semanticmoby.org/dev/convert-graph">
+<form method="post" action= "/developer/convert-graph">
 
     Paste a graph, select its input format, and press "Convert Graph" to
     convert to the other format
@@ -48,61 +48,6 @@
 
 </form>
 
-<br>
-
-<h3>
-    List All Statements in the S-MOBY Metadata Repository
-</h3>
-
-<form name="List statements" action="http://www.semanticmoby.org/dev/print-repository"
-    method="get">
-
-    <input type="submit" value="List Statements in Repository">
-
-</form>
-
-<br>
-
-<h3>
-    Validate an OWL Graph using Jena
-</h3>
-
-<form method="post" action="http://www.semanticmoby.org/dev/validate-owl-graph">
-
-    Paste a graph in RDF/XML format and press "Validate" to see what type of
-    OWL the graph represents
-
-    <textarea name="graph" rows="15" cols="100"></textarea>
-
-    <br>
-    <br>
-
-    <input type="submit" value="Validate">
-
-</form>
-
-<br>
-
-<h3>
-    Validate an OWL Graph for MOBY Canonical Form
-</h3>
-
-<form method="post" action="http://www.semanticmoby.org/dev/validate-canonical-graph">
-
-    Paste a graph in RDF/XML format and press "Validate" to see if it is MOBY
-    canonical form
-
-    <textarea name="graph" rows="15" cols="100"></textarea>
-
-    <br>
-    <br>
-
-    <input type="submit" value="Validate">
-
-</form>
-
-<br>
-
 </body>
 
 <%@ include file="/footer.jsp" %>




More information about the MOBY-guts mailing list