]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/on-line/javascript/defaults.js
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / on-line / javascript / defaults.js
index f6abf7f875984de5bdf6f08e8592415860e2b629..c8f89a77e5817739f0e2b64e9169047fe9948aca 100644 (file)
@@ -3,15 +3,23 @@ function getDefaultParam(name)
 {
   switch (name) {
   case "processorURL":
-    return "http://phd.cs.unibo.it:8080/helm/servlet/uwobo/";
+    return "http://mowgli.cs.unibo.it:8081/helm/servlet/uwobo/";
   case "getterURL":
-    return "http://phd.cs.unibo.it:8081/"; 
+    return "http://mowgli.cs.unibo.it:48081/"; 
+  case "uri_set_queueURL":
+    return "http://mowgli.cs.unibo.it:48082/"; 
+  case "draw_graphURL":
+    return "http://mowgli.cs.unibo.it:48083/"; 
+  case "proofcheckerURL":
+    return "http://mowgli.cs.unibo.it:48084/"; 
+  case "UNICODEvsSYMBOL":
+    return "symbol";
   case "cicuri":
     return "cic:/";
   case "theoryuri":
     return "theory:/";
   case "mode":
-    return "processed,cic,html,yes,no";
+    return "processed,cic,html,yes,no,normal,no";
   }
   
   return "???";