diff --git a/frontend/app.js b/frontend/app.js index 840257d4..a75d0bd0 100644 --- a/frontend/app.js +++ b/frontend/app.js @@ -9,7 +9,7 @@ var express = require('express') var ConfigProvider = require('./configprovider').ConfigProvider; var MongoDBProvider = require('./mongodbprovider').MongoDBProvider; var mongoDBProvider = new MongoDBProvider(process.env.DBHOST || 'localhost', 27017); -var configApp = new ConfigProvider('../config.json'); +var configApp = new ConfigProvider('./config.json'); var app = express(); @@ -25,7 +25,7 @@ app.use(app.router); app.use(express.static(path.join(__dirname, 'public'))); app.use('/dumps',express.static('/usr/local/sparqles/dumps')); -// set default timezon in London +// set the default timezone to London process.env.TZ = 'Europe/London'; // development only diff --git a/config.json b/frontend/config.json similarity index 100% rename from config.json rename to frontend/config.json diff --git a/frontend/public/styles/style_ext.css b/frontend/public/styles/style_ext.css index 75647e65..214a96c8 100644 --- a/frontend/public/styles/style_ext.css +++ b/frontend/public/styles/style_ext.css @@ -1314,7 +1314,6 @@ p a var { width: 1500px; margin-left: -750px; left: 50%; - width: 100%; line-height: 38px; } diff --git a/frontend/views/footer.jade b/frontend/views/footer.jade index c9472b6b..2a06f6e0 100644 --- a/frontend/views/footer.jade +++ b/frontend/views/footer.jade @@ -26,7 +26,7 @@ footer#footer b Publications ul.xoxo.blogroll li - a(href='https://www.semanticscholar.org/paper/SPARQLES%3A-Monitoring-public-SPARQL-endpoints-Vandenbussche-Umbrich/8e4248fcffed6d28f1b9f4547243a611e3be097b', title='Semantic Web J. (2017)', target='_blank') + a(href='https://www.semanticscholar.org/paper/SPARQLES%3A-Monitoring-public-SPARQL-endpoints-Vandenbussche-Umbrich/8e4248fcffed6d28f1b9f4547243a611e3be097b', target='_blank') Semantic Web J. (2017) .wrpl //- a#mt(href='http://www.wu.ac.at/infobiz/en/', target='_blank') //- div diff --git a/frontend/views/layout.jade b/frontend/views/layout.jade index 4554f0df..151188c9 100644 --- a/frontend/views/layout.jade +++ b/frontend/views/layout.jade @@ -2,8 +2,8 @@ doctype html html(lang='en') include head body.home - |
This is a re-host of the service and is not affiliated with TU Wien.
- //- |
We are currently rewriting parts of the software and certain services may be unresponsive and/or inaccurate.
+ |
This is a re-host of the service and is not affiliated with TU Wien.
+ //- |
We are currently rewriting parts of the software and certain services may be unresponsive and/or inaccurate.
.container include header block content