+++ /dev/null
-
-function getDefaultParam(name)
-{
- switch (name) {
- case "processorURL":
- return "http://mowgli.cs.unibo.it:8081/helm/servlet/uwobo/";
- case "getterURL":
- 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,normal,no";
- }
-
- return "???";
-}
-