From 9870d1e29474258a04dd6844c432d3de033251a5 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 8 May 2018 15:33:54 +0100 Subject: [PATCH] use url --- config.jsonc | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/config.jsonc b/config.jsonc index 9df12f7..c375e2e 100644 --- a/config.jsonc +++ b/config.jsonc @@ -572,7 +572,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "find": true, "sort": true }, - { "id": "version", "title": "Version", @@ -1158,14 +1157,14 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. the system (from). */ "site": { - "description": "This is a demo of pan.do/ra - a free, open source media archive. It allows you to manage large, decentralized collections of video, to collaboratively create metadata and time-based annotations, and to serve your archive as a cutting-edge web application.", + "description": "CineMuseSpace: A Cinematic Musée Imaginaire of Spatial Cultural Differences", "email": { // E-mail address in contact form (to) - "contact": "system@pandora.local", - "footer": "-- \npan.do/ra - http://pan.do/ra", - "prefix": "pan.do/ra News -", + "contact": "system@pandora.cinemusespace.org", + "footer": "-- \npandora.cinemusespace.org", + "prefix": "CineMuseSpace News -", // E-mail address uses by the system (from) - "system": "system@pandora.local" + "system": "system@pandora.cinemusespace.org" }, "https": false, "id": "cms", @@ -1173,7 +1172,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. // Set to true to allow search engines to index the site "public": false, "sendReferrer": true, - "url": "pandora.local" + "url": "pandora.cinemusespace.org" }, /* "sitePages" defines the sections of the main site dialog. If "news" is @@ -1196,7 +1195,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. */ "sites": [ {"name": "0xDB", "url": "0xdb.org", "https": true}, - {"name": "Pad.ma", "url": "pad.ma", "https": true}, + //{"name": "Pad.ma", "url": "pad.ma", "https": true}, {"name": "Indiancine.ma", "url": "indiancine.ma", "https": true} ], /* @@ -1390,7 +1389,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "videoLoop": false, "videoMuted": false, "videoPoints": {}, - "videoResolution": 240, + "videoResolution": 720, "videoScale": "fit", "videoSize": "small", "videoSubtitles": true, @@ -1422,9 +1421,9 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. */ "video": { "downloadFormat": "mp4", - "formats": ["webm", "mp4"], + "formats": ["mp4"], "previewRatio": 1.77777777777777777777, "resolutions": [240, 720], - "torrent": true + "torrent": false } -} +} \ No newline at end of file