update config for all sites

This commit is contained in:
j 2014-12-01 18:13:17 +01:00
commit 290994fceb
3 changed files with 244 additions and 0 deletions

View file

@ -4,9 +4,20 @@
You can edit this file.
*/
{
/*
"annotations" configures the annotation panel.
- showUsers: If true, include list of users in menu, so that
annotations by specific users can be turned on and off
*/
"annotations": {
"showUsers": true
},
/*
"cantPlay" sets the UI for videos that a user is not allowed to play.
icon: symbol name (see https://oxjs.org/#examples/symbols/live)
link: loaded on click
text: shown on hover
*/
"cantPlay": {
"icon": "",
"link": "",
@ -74,7 +85,14 @@
included in find annotations. // FIXME: the last bit is not implemented.
*/
"clipLayers": ["transcripts", "keywords", "places", "events", "descriptions"],
/*
"flags" sets if in filters, countries and languages have a flag icon.
*/
"flags": false,
/*
"help" specifies the sections of the help dialog.
There isn't much of a point in making changes to this.
*/
"help": [
{"id": "help", "title": "Help"},
{"id": "accounts", "title": "Accounts"},
@ -510,12 +528,29 @@
"sort": true
}
],
/*
"itemName" specifies the name of items ("movies", "videos", etc).
Note that anything excessively long may cause layout errors.
*/
"itemName": {
"singular": "Video",
"plural": "Videos"
},
/*
"itemRequiresVideo" specifies if items without video can be created.
If true, the only way to add an item is to upload a video.
*/
"itemRequiresVideo": true,
/*
"itemTitleKeys" list of itemKeys used to compose the title
via pandora.getItemTitle
*/
"itemTitleKeys": ["title", "director", "year"],
/*
"itemViews" is an ordered list of available item views.
Implemented views are "info", "documents", "player", "editor",
"timeline", "clips", "map", "calendar", "data" and "media".
*/
"itemViews": [
{"id": "info", "title": "Info"},
{"id": "player", "title": "Player"},
@ -528,8 +563,21 @@
{"id": "data", "title": "Data"},
{"id": "media", "title": "Media"}
],
/*
"language" is the default language for annotations of type "text".
Text in other languages can be added via markup, for example:
<span lang="fr">Voilà!</span>
*/
"language": "en",
/*
"languages" is the list of languages that the interface can be set to.
Currently, localization exists for "ar", "el", "en" and "hi". (???)
*/
"languages": ["ar", "el", "en", "hi"],
/*
"layers" define what annotation tracks are present.
(...)
*/
"layers": [
{
"id": "places",
@ -572,6 +620,8 @@
"type": "text"
}
],
/*
*/
"listViews": [
{"id": "list", "title": "as List"},
{"id": "grid", "title": "as Grid"},
@ -582,27 +632,41 @@
{"id": "map", "title": "on Map"},
{"id": "calendar", "title": "on Calendar"}
],
/*
*/
"media": {
"importPosters": false,
"importFrames": false
},
/*
*/
"menuExtras": [
"user",
//"locale",
"reload"
],
/*
*/
"personalLists": [
{"title": "Favorites"}
],
/*
*/
"posters": {
"ratio": 0.625
},
/*
*/
"rightsLevel": {"member": 2, "staff": 2, "admin": 2},
/*
*/
"rightsLevels": [
{"name": "Public", "color": [128, 255, 128]},
{"name": "Restricted", "color": [255, 192, 128]},
{"name": "Private", "color": [255, 128, 128]}
],
/*
*/
"site": {
"description": "Pad.ma is an online archive of densely text-annotated video material, primarily footage and not finished films. The entire collection is searchable and viewable online, and is free to download for non-commercial use.",
"email": {
@ -620,6 +684,8 @@
"url": "pad.ma",
"videoprefix": ""
},
/*
*/
"sitePages": [
{"id": "about", "title": "About"},
{"id": "news", "title": "News"},
@ -629,21 +695,31 @@
{"id": "license", "title": "License"},
{"id": "contact", "title": "Contact"}
],
/*
*/
"sites": [
{"name": "Indiancine.ma", "url": "indiancine.ma", "https": true},
{"name": "OxDB", "url": "0xdb.org", "https": true}
],
/*
*/
"textRightsLevels": [
{"name": "Public", "color": [128, 255, 128]},
{"name": "Private", "color": [255, 128, 128]}
],
/*
*/
"themes": ["oxlight", "oxmedium", "oxdark"],
/*
*/
"timelines": [
{"id": "antialias", "title": "Anti-Alias"},
{"id": "slitscan", "title": "Slit-Scan"},
{"id": "keyframes", "title": "Keyframes"},
{"id": "audio", "title": "Waveform"}
],
/*
*/
"totals": [
{"id": "items"},
{"id": "files", "capability": "canSeeMedia"},
@ -651,9 +727,13 @@
{"id": "size", "capability": "canSeeMedia"},
{"id": "pixels"}
],
/*
*/
"tv": {
"showLogo": false
},
/*
*/
"user": {
"level": "guest",
"ui": {
@ -793,7 +873,11 @@
"username": "",
"volumes": []
},
/*
*/
"userLevels": ["guest", "member", "staff", "admin"],
/*
*/
"video": {
"torrent": true,
"formats": ["webm", "mp4"],