Skip to content

Commit

Permalink
fix typos in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetom committed Dec 2, 2024
1 parent e45bdbc commit 163092c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Requirements
------------

* tool_opencast
* Recommended: block_opencast
* Optional: filter_opencast
* *Recommended:* block_opencast
* *Optional:* filter_opencast


Installation
Expand All @@ -43,14 +43,14 @@ Admin Settings
As an administrator you can set the default values instance-wide on the settings page for
administrators in the opencast repository module:

* Name: Name of the repository instance.
* Opencast instance: The Opencast instance, from which the repository retrieves videos.
* Opencast default author: The default author, that is displayed for a video, if the creator is not given. Empty by default.
* Opencast channelid:: The channel id of the publication in Opencast. With a default Opencast installation you can use engage-player.
* Preferred flavor to get thumbnail:: The flavor for the thumbnail. Leave empty for the Opencast default.
* Fallback flavor to get thumbnail: Fallback flavor for the thumbnail, if there is no thumbnail for the preferred flavor.
* Embedd URL to player instead of media file: Whether the URL to the Opencast player should be embedded. If this box is not checked, a direct link to a video file will be embedded.
* Flavor to get video: The flavor of the video. Leave empty, to use the Opencast default.
* *Name:* Name of the repository instance.
* *Opencast instance:* The Opencast instance, from which the repository retrieves videos.
* *Opencast default author:* The default author, that is displayed for a video, if the creator is not given. Empty by default.
* *Opencast channelid:* The channel id of the publication in Opencast. With a default Opencast installation you can use engage-player.
* *Preferred flavor to get thumbnail:* The flavor for the thumbnail. Leave empty for the Opencast default.
* *Fallback flavor to get thumbnail:* Fallback flavor for the thumbnail, if there is no thumbnail for the preferred flavor.
* *Embedd URL to player instead of media file:* Whether the URL to the Opencast player should be embedded. If this box is not checked, a direct link to a video file will be embedded.
* *Flavor to get video:* The flavor of the video. Leave empty, to use the Opencast default.


Documentation
Expand Down
1 change: 1 addition & 0 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
$plugin->release = 'v4.5-r2';
$plugin->version = 2024111101;
$plugin->requires = 2024100700; // Requires Moodle 4.5+.
$plugin->supported = [405, 405];
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'tool_opencast' => 2024111100,
Expand Down

0 comments on commit 163092c

Please sign in to comment.