Mercurial > hg > dbtune-rdf-services
annotate magnatune/sparql-archived/SeRQL/run.pl @ 27:d95e683fbd35 tip
Enable CORS on urispace redirects as well
author | Chris Cannam |
---|---|
date | Tue, 20 Feb 2018 14:52:02 +0000 |
parents | df9685986338 |
children |
rev | line source |
---|---|
Chris@0 | 1 #!/home/jan/bin/pl -g serql_welcome -L128m -G128m -T128m -s |
Chris@0 | 2 /* This file is part of ClioPatria. |
Chris@0 | 3 |
Chris@0 | 4 Author: |
Chris@0 | 5 HTTP: http://e-culture.multimedian.nl/ |
Chris@0 | 6 GITWEB: http://gollem.science.uva.nl/git/ClioPatria.git |
Chris@0 | 7 GIT: git://gollem.science.uva.nl/home/git/ClioPatria.git |
Chris@0 | 8 GIT: http://gollem.science.uva.nl/home/git/ClioPatria.git |
Chris@0 | 9 Copyright: 2007, E-Culture/MultimediaN |
Chris@0 | 10 |
Chris@0 | 11 ClioPatria is free software: you can redistribute it and/or modify |
Chris@0 | 12 it under the terms of the GNU General Public License as published by |
Chris@0 | 13 the Free Software Foundation, either version 2 of the License, or |
Chris@0 | 14 (at your option) any later version. |
Chris@0 | 15 |
Chris@0 | 16 ClioPatria is distributed in the hope that it will be useful, |
Chris@0 | 17 but WITHOUT ANY WARRANTY; without even the implied warranty of |
Chris@0 | 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
Chris@0 | 19 GNU General Public License for more details. |
Chris@0 | 20 |
Chris@0 | 21 You should have received a copy of the GNU General Public License |
Chris@0 | 22 along with ClioPatria. If not, see <http://www.gnu.org/licenses/>. |
Chris@0 | 23 */ |
Chris@0 | 24 |
Chris@0 | 25 :- load_files([ load |
Chris@0 | 26 ], |
Chris@0 | 27 [ silent(true) |
Chris@0 | 28 ]). |
Chris@0 | 29 |
Chris@0 | 30 server :- |
Chris@0 | 31 serql_server([]). |
Chris@0 | 32 |
Chris@0 | 33 server(Port) :- |
Chris@0 | 34 serql_server([port(Port)]). |