-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Editor Deployment Bot
committed
Sep 21, 2023
1 parent
67890cc
commit d02fd1e
Showing
21 changed files
with
244 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"files": { | ||
"main.css": "/1097/2023-09-21_09-50-49/static/css/main.a84e00ff.css", | ||
"main.js": "/1097/2023-09-21_09-50-49/static/js/main.cb23cfe6.js", | ||
"static/media/roboto-flex-latin-wght-normal.woff2": "/1097/2023-09-21_09-50-49/static/media/roboto-flex-latin-wght-normal.83de0d79c4a86cd0ff67.woff2", | ||
"static/media/roboto-flex-latin-ext-wght-normal.woff2": "/1097/2023-09-21_09-50-49/static/media/roboto-flex-latin-ext-wght-normal.0a64156a046519332be3.woff2", | ||
"static/media/roboto-flex-cyrillic-wght-normal.woff2": "/1097/2023-09-21_09-50-49/static/media/roboto-flex-cyrillic-wght-normal.e01e801d0da4e2c5c87d.woff2", | ||
"static/media/roboto-flex-greek-wght-normal.woff2": "/1097/2023-09-21_09-50-49/static/media/roboto-flex-greek-wght-normal.8c7ed9a2be8db3cfb207.woff2", | ||
"static/media/roboto-flex-cyrillic-ext-wght-normal.woff2": "/1097/2023-09-21_09-50-49/static/media/roboto-flex-cyrillic-ext-wght-normal.855aac27c348befd9126.woff2", | ||
"static/media/roboto-flex-vietnamese-wght-normal.woff2": "/1097/2023-09-21_09-50-49/static/media/roboto-flex-vietnamese-wght-normal.3ee9d0e0273d21090dce.woff2", | ||
"static/media/opencast-editor.svg": "/1097/2023-09-21_09-50-49/static/media/opencast-editor.88f921ce2e4aa0c5d2a5347e7083b881.svg", | ||
"index.html": "/1097/2023-09-21_09-50-49/index.html", | ||
"static/media/trash-restore.svg": "/1097/2023-09-21_09-50-49/static/media/trash-restore.4cc371110ef61af169066457b8c1885e.svg", | ||
"static/media/subtitle.svg": "/1097/2023-09-21_09-50-49/static/media/subtitle.4743d81c98c89d2230930c419731ef9e.svg", | ||
"main.a84e00ff.css.map": "/1097/2023-09-21_09-50-49/static/css/main.a84e00ff.css.map", | ||
"main.cb23cfe6.js.map": "/1097/2023-09-21_09-50-49/static/js/main.cb23cfe6.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/css/main.a84e00ff.css", | ||
"static/js/main.cb23cfe6.js" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
#### | ||
# Opencast Stand-alone Video Editor | ||
## | ||
|
||
# This file contains configuration meant for development and demonstration. | ||
# New features should be enabled in here to make testing easier. | ||
|
||
# ⚠️ Please do not use this for production deployments. | ||
|
||
|
||
# Pick a default event identifier which should be on develop.opencast.org | ||
id = 'ID-dual-stream-demo' | ||
|
||
[opencast] | ||
# Connect to develop.opencast.org and use the default demo user | ||
url = 'https://develop.opencast.org' | ||
name = "admin" | ||
password = "opencast" | ||
|
||
|
||
[metadata] | ||
show = true | ||
|
||
[trackSelection] | ||
show = true | ||
|
||
[subtitles] | ||
show = true | ||
mainFlavor = "captions" | ||
|
||
[subtitles.languages] | ||
german = { lang = "de-DE" } | ||
english = { lang = "en-US", type = "closed-caption" } | ||
spanish = { lang = "es" } | ||
|
||
|
||
[subtitles.icons] | ||
"de-DE" = "DE" | ||
"en-US" = "EN" | ||
"es" = "ES" | ||
|
||
[thumbnail] | ||
show = true |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!doctype html><html lang="en"><head><meta name="git-commit" content="e0eccd2609a5e0bfc3d9c8967c1b37707f42a020"><meta name="build-date" content="Thu Sep 21 09:51:41 UTC 2023"><meta charset="utf-8"/><link rel="icon" href="/1097/2023-09-21_09-50-49/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Opencast's video editor"/><link rel="manifest" href="/1097/2023-09-21_09-50-49/manifest.json"/><title>Opencast Editor</title><style>@keyframes loading-rotation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}body,html{margin:0;padding:0;height:100%;min-height:100%}.loading-indicator{width:100vw;height:100vh;justify-content:center;align-items:center;display:flex}.loading-indicator>svg{max-width:120px;max-height:120px;width:30vw;height:30vh;animation:2s linear infinite none loading-rotation}.loading-indicator>svg>circle{fill:none;stroke:black;stroke-width:10;stroke-dasharray:167;stroke-linecap:round}</style><script defer="defer" src="/1097/2023-09-21_09-50-49/static/js/main.cb23cfe6.js"></script><link href="/1097/2023-09-21_09-50-49/static/css/main.a84e00ff.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"><div class="loading-indicator"><svg viewbox="0 0 100 100"><circle cx="50" cy="50" r="40"/></svg></div></div></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"short_name": "Opencast Editor", | ||
"name": "Web-based cutting tool for Opencast", | ||
"icons": [ | ||
{ | ||
"src": "favicon.ico", | ||
"sizes": "64x64 32x32 24x24 16x16", | ||
"type": "image/x-icon" | ||
} | ||
], | ||
"start_url": ".", | ||
"display": "minimal-ui", | ||
"theme_color": "#000000", | ||
"background_color": "#ffffff" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# https://www.robotstxt.org/robotstxt.html | ||
User-agent: * | ||
Disallow: |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.