This commit is contained in:
j 2018-05-08 15:33:54 +01:00
parent 0f9baaf4da
commit 9870d1e294

View File

@ -572,7 +572,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"find": true, "find": true,
"sort": true "sort": true
}, },
{ {
"id": "version", "id": "version",
"title": "Version", "title": "Version",
@ -1158,14 +1157,14 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
the system (from). the system (from).
*/ */
"site": { "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": { "email": {
// E-mail address in contact form (to) // E-mail address in contact form (to)
"contact": "system@pandora.local", "contact": "system@pandora.cinemusespace.org",
"footer": "-- \npan.do/ra - http://pan.do/ra", "footer": "-- \npandora.cinemusespace.org",
"prefix": "pan.do/ra News -", "prefix": "CineMuseSpace News -",
// E-mail address uses by the system (from) // E-mail address uses by the system (from)
"system": "system@pandora.local" "system": "system@pandora.cinemusespace.org"
}, },
"https": false, "https": false,
"id": "cms", "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 // Set to true to allow search engines to index the site
"public": false, "public": false,
"sendReferrer": true, "sendReferrer": true,
"url": "pandora.local" "url": "pandora.cinemusespace.org"
}, },
/* /*
"sitePages" defines the sections of the main site dialog. If "news" is "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": [ "sites": [
{"name": "0xDB", "url": "0xdb.org", "https": true}, {"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} {"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, "videoLoop": false,
"videoMuted": false, "videoMuted": false,
"videoPoints": {}, "videoPoints": {},
"videoResolution": 240, "videoResolution": 720,
"videoScale": "fit", "videoScale": "fit",
"videoSize": "small", "videoSize": "small",
"videoSubtitles": true, "videoSubtitles": true,
@ -1422,9 +1421,9 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
*/ */
"video": { "video": {
"downloadFormat": "mp4", "downloadFormat": "mp4",
"formats": ["webm", "mp4"], "formats": ["mp4"],
"previewRatio": 1.77777777777777777777, "previewRatio": 1.77777777777777777777,
"resolutions": [240, 720], "resolutions": [240, 720],
"torrent": true "torrent": false
} }
} }