Skip to content

Commit de7285c

Browse files
committed
use youtube-nocookie
Signed-off-by: Christoph Rueger <[email protected]>
1 parent e0cde43 commit de7285c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
You can install Bndtools via the [Marketplace](#marketplace) or directly install from the [Update Site](#update-site)
88

9-
<iframe width="560" height="315" src="https://www.youtube.com/embed/Ry6XNGm7C-k" frameborder="1" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
9+
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/Ry6XNGm7C-k" frameborder="1" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
1010

1111
To get then started with the [bndtools Workspace model](workspace.html), you can follow some videos that can get you started.
1212

workspace.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -31,29 +31,29 @@ If you like what you see in the videos, you can also read the [OSGi Starter PDF]
3131
The following video shows how to install a workspace from a template and start a _playground_ project with the
3232
Apache Felix Gogo shell.
3333

34-
<iframe width="560" height="315" src="https://www.youtube.com/embed/N5pX01XTCBE" frameborder="1" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
34+
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/N5pX01XTCBE" frameborder="1" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
3535

3636
### Hello World Gogo Command
3737

3838
At the end of the previous video, we had Gogo running. The following video shows how to write a simple Hello World
3939
Gogo command.
4040

41-
<iframe width="560" height="315" src="https://www.youtube.com/embed/0Z7EklHaugg" frameborder="1" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
41+
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/0Z7EklHaugg" frameborder="1" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
4242

4343
### API & Provider Project
4444

4545
The basic model of OSGi is to develop services that have a distinct, separate, API from the providers. This video shows
4646
how to create this API and a simple provider and then run the provider in the playground.
4747

48-
<iframe width="560" height="315" src="https://www.youtube.com/embed/s-erxgdkjlk" frameborder="1" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
48+
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/s-erxgdkjlk" frameborder="1" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
4949

5050
### External Dependencies
5151

5252
In this video an alternative implementation is developed that uses the API from the previous video but depends on
5353
Mozilla Rhino to do the execution of the evaluation expression. It shows how to add a dependency from Maven
5454
Central to the workspace.
5555

56-
<iframe width="560" height="315" src="https://www.youtube.com/embed/2lbDpldOn9I" frameborder="1" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
56+
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/2lbDpldOn9I" frameborder="1" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
5757
</iframe>
5858

5959
### Executable JARs
@@ -63,7 +63,7 @@ dependencies, including the framework. For this, we create an application projec
6363
testing, we export it to an executable JAR. This JAR is then verified from the command line and shown that you can
6464
extract the contents to the file system. As a bonus, the executable JAR is stored and ran as a Docker container.
6565

66-
<iframe width="560" height="315" src="https://www.youtube.com/embed/QYEhlWmvcyU" frameborder="1" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
66+
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/QYEhlWmvcyU" frameborder="1" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
6767
</iframe>
6868

6969
### Gradle Integration
@@ -74,7 +74,7 @@ implicit Gradle build. A plugin in Gradle ensures that whatever is done in the I
7474

7575
Although you rarely have to use Gradle as a normal developer, this video demonstrates how to run Gradle from the command line.
7676

77-
<iframe width="560" height="315" src="https://www.youtube.com/embed/YtUVSJQ2gwE" frameborder="1" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
77+
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/YtUVSJQ2gwE" frameborder="1" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
7878

7979

8080
### Github & Actions
@@ -84,7 +84,7 @@ and move it to a Github repository. The workspace template we used, [bndtools.wo
8484
contains a `.github/workflows/build.yml` file. This file is a trigger for Github Actions to automatically build the workspace
8585
on every pull request or build.
8686

87-
<iframe width="560" height="315" src="https://www.youtube.com/embed/c0OLbr7bwQg" frameborder="1" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
87+
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/c0OLbr7bwQg" frameborder="1" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
8888

8989

9090
## And Now?

0 commit comments

Comments
 (0)