dblume commited on 2023-03-16 08:08:18
Showing 1 changed files, with 5 additions and 5 deletions.
... | ... |
@@ -1,13 +1,13 @@ |
1 | 1 |
# Family Photos |
2 | 2 |
|
3 | 3 |
Family Photos is a test [channel for Roku devices](http://sdkdocs.roku.com/display/sdkdoc/Getting+Started). |
4 |
-It uses the BrightScript language. |
|
4 |
+It uses the deprecated SDK BrightScript style. New channels cannot be made this way anymore. |
|
5 | 5 |
|
6 | 6 |
# Getting the project |
7 | 7 |
|
8 | 8 |
You can get a copy of this project by clicking on the |
9 |
-[ZIP](http://git.dlma.com/roku_family_photos.git/zipball/main) |
|
10 |
-or [TAR](http://git.dlma.com/roku_family_photos.git/tarball/main) buttons |
|
9 |
+[ZIP](https://git.dlma.com/roku_family_photos.git/zipball/main) |
|
10 |
+or [TAR](https://git.dlma.com/roku_family_photos.git/tarball/main) buttons |
|
11 | 11 |
near the top right of the GitList web page. |
12 | 12 |
|
13 | 13 |
If you're me, and you want to contribute to the repo, then you can clone it like so: |
... | ... |
@@ -17,7 +17,7 @@ If you're me, and you want to contribute to the repo, then you can clone it like |
17 | 17 |
# Building it |
18 | 18 |
|
19 | 19 |
[Ensure you can sideload a dev channel](http://sdkdocs.roku.com/display/sdkdoc/Loading+and+Running+Your+Application+Walkthrough). |
20 |
-Then see the "build_systems" command in Family Photos.sublime-project to see how the channel is zipped and deployed. |
|
20 |
+Then see the "build\_systems" command in Family Photos.sublime-project to see how the channel is zipped and deployed. |
|
21 | 21 |
|
22 | 22 |
# Is it any good? |
23 | 23 |
|
... | ... |
@@ -29,4 +29,4 @@ Then see the "build_systems" command in Family Photos.sublime-project to see how |
29 | 29 |
|
30 | 30 |
# Licence |
31 | 31 |
|
32 |
-This software uses the [MIT license](http://git.dlma.com/roku_family_photos.git/blob/main/LICENSE.txt). |
|
32 |
+This software uses the [MIT license](https://git.dlma.com/roku_family_photos.git/blob/main/LICENSE.txt). |
|
33 | 33 |