Skip to content

Commit 4589f98

Browse files
committed
Reorganised the structure to better reflect the videos making
1 parent 72a220a commit 4589f98

File tree

5 files changed

+10
-16
lines changed

5 files changed

+10
-16
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ This repository is organised in multiple "levels":
1313
* [Resources List](doc/RISCOSCodingResources.md)
1414
* [Ideas](doc/RISCOSCodingMeetingsIdeas.md) for meetings (we provide Zoom based monthly meetings with presentations on everything coding on RISC OS)
1515
* [Forums](doc/RISCOSCodingForums.md) where to ask questions related to code on RISC OS
16-
* [RISC OS Coding meetings](doc/RISCOSCodingMeetings.md) material
17-
* [Meetings Calendar](doc/RISCOSCodingMeetingsSchedule.md)
1816
* Useful [Code Snippets](src), which are organised by programming language and features.
17+
* [Ideas and suggestions for mini courses](doc/RISCOSCodingVideosIdeas.md) relative to Coding on RISC OS (and for RISC OS) videos for our YouTube channel.
1918

2019
## Contributing
2120

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
1-
# Everything coding on RISC OS meetings ideas
1+
# Everything coding on RISC OS videos ideas
22

3-
This document collects all the proposed ideas for the zoom meetings.
3+
This document collects all the proposed ideas for instructional videos on coding on RISC OS and for RISC OS.
44

5-
Each zoom meeting is divided in two parts:
5+
You can find all the videos already made and ready for consumption [here](https://www.youtube.com/@RiscosCommunityOnGithub/playlists). The link is organised in Play Lists.
66

7-
1) Beginners
8-
2) Advanced
7+
## Ideas for the mini courses
98

10-
In the beginner part we provide presentation and Q&A sections for whoever is learning how to code on RISC OS.
11-
In the advanced part more advanced presentation and coding discussions take place. Also the advanced part has a Q&A section at the end, in case it's a presentation.
12-
13-
## Ideas for the presentations and mini courses
9+
YouTube video mini courses should be organised in "Play Lists" each of which dedicated to different aspects of the activities of coding on RISC OS.
1410

1511
### Beginners
1612

@@ -23,7 +19,7 @@ In the advanced part more advanced presentation and coding discussions take plac
2319
* How to use !Simplegit on RISC OS (Cameron Cawley)
2420

2521
* Basics of coding on RISC OS
26-
* Example: Turning On and Off caps lock on the keyboard (and an led using the GPIO on the Raspberry Pi)
22+
* Example: Turning On and Off caps lock on the keyboard (and an led using the GPIO on the Raspberry Pi)
2723
* In BBC BASIC
2824
* In DDE C
2925
* In DDE C++
File renamed without changes.

src/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Code Snippets
1+
# Code Snippets
22

33
In this section we are collecting some useful code snippets that may help coding on RISC OS in various languages.
44

55
Each set of code snippets is organised by programming language name:
66

7-
```
7+
```text
88
src
99
|
1010
+-- BBC BASIC
@@ -15,11 +15,10 @@ src
1515
.
1616
.
1717
```
18+
1819
And, within the Language group they may be organised by activity, like:
1920

2021
- WIMP examples
2122
- Drawing sprites
2223
- Using Draw format
2324
- Toolbox Gadgets
24-
25-

0 commit comments

Comments
 (0)