author | wenzelm |
Wed, 03 Jul 2013 23:02:00 +0200 | |
changeset 52516 | b5b3c888df9f |
parent 52057 | 69137d20ab0b |
child 52926 | 6415d95bf7a2 |
permissions | -rw-r--r-- |
(* Load this theory to start the WWW_Find server on port defined by environment variable "SCGIPORT". Used by the isabelle wwwfind tool. *) theory Start_WWW_Find imports WWW_Find begin ML {* YXML_Find_Theorems.init (); val port = Markup.parse_int (getenv "SCGIPORT"); ScgiServer.server' 10 "/" port; *} end