Skip to content

Commit 03cb71a

Browse files
depr: remove webui plugin (#1255)
depr: remove webui plugin as it has been replaced with tutor-deck
1 parent 7eb2bdf commit 03cb71a

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ci-test-bundle: ## Run basic tests on bundle
9898
yes "" | ./dist/tutor config save --interactive
9999
./dist/tutor config save
100100
./dist/tutor plugins list
101-
./dist/tutor plugins enable android discovery forum license mfe minio notes webui xqueue
101+
./dist/tutor plugins enable android discovery forum license mfe minio notes xqueue
102102
./dist/tutor plugins list
103103
./dist/tutor license --help
104104

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Features
4444
* 100% `open source <https://github.com/overhangio/tutor>`__
4545
* Runs entirely on Docker
4646
* World-famous 1-click `installation and upgrades <https://docs.tutor.edly.io/install.html>`__
47-
* Comes with batteries included: `theming <https://github.com/overhangio/indigo>`__, `SCORM <https://github.com/overhangio/openedx-scorm-xblock>`__, `HTTPS <https://docs.tutor.edly.io/configuration.html#ssl-tls-certificates-for-https-access>`__, `web-based administration interface <https://github.com/overhangio/tutor-webui>`__, `mobile app <https://github.com/overhangio/tutor-android>`__, `custom translations <https://docs.tutor.edly.io/configuration.html#adding-custom-translations>`__...
47+
* Comes with batteries included: `theming <https://github.com/overhangio/indigo>`__, `SCORM <https://github.com/overhangio/openedx-scorm-xblock>`__, `HTTPS <https://docs.tutor.edly.io/configuration.html#ssl-tls-certificates-for-https-access>`__, `mobile app <https://github.com/overhangio/tutor-android>`__, `custom translations <https://docs.tutor.edly.io/configuration.html#adding-custom-translations>`__...
4848
* Extensible architecture with `plugins <https://docs.tutor.edly.io/plugins/index.html>`__
4949
* Works with `Kubernetes <https://docs.tutor.edly.io/k8s.html>`__
5050
* No technical skill required with the `zero-click Tutor AWS image <https://docs.tutor.edly.io/install.html#zero-click-aws-installation>`__
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
💥[Deprecation] Remove deprecated WebUI plugin in favor of Tutor Deck. (by @Abdul-Muqadim-Arbisoft)

requirements/plugins.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ tutor-jupyter@git+https://github.com/overhangio/tutor-jupyter@main
1010
tutor-mfe@git+https://github.com/overhangio/tutor-mfe@main
1111
tutor-minio@git+https://github.com/overhangio/tutor-minio@main
1212
tutor-notes@git+https://github.com/overhangio/tutor-notes@main
13-
tutor-webui@git+https://github.com/overhangio/tutor-webui@main
1413
tutor-xqueue@git+https://github.com/overhangio/tutor-xqueue@main

tutor/plugins/v0.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ class OfficialPlugin(BasePlugin):
287287
"mfe",
288288
"minio",
289289
"notes",
290-
"webui",
291290
"xqueue",
292291
]
293292

0 commit comments

Comments
 (0)