Skip to content

Commit 50a70cf

Browse files
authored
Update and refresh (#58)
* Move section about audio upload to upstreamed features * Fix typos * Replace OStatus (not used anymore) by Fediverse
1 parent ff43d34 commit 50a70cf

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

contributing/frontend/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ It's incredibly disorganized but try to make do :bowing_woman:.
107107
With respect to files in the `mastodon` or `styles` folder, try to document your code, but keep things somewhat minimal so that we don't have conflicts with upstream.
108108
With files in the `glitch` folder, document everything liberally.
109109
I favour Markdown syntax inside of block comments, personally.
110-
If you feel up to it, include a OStatus username by your code so that people know who to contact if they have any questions :information_desk_person:.
110+
If you feel up to it, include a Fediverse username by your code so that people know who to contact if they have any questions :information_desk_person:.
111111

112112
I am of the opinion that someone should be able to figure out more-or-less everything a file does just by reading the comments (ie, without understanding a line of code), and this will make it much easier for others who come along to do [`glitch-soc/docs`](https://github.com/glitch-soc/docs/) documentation work, who might not be fluent programmers.
113113

features/doodle/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ The interface allow you to do basic drawings:
2525

2626
The controls are as follow:
2727
![A screenshot of the controls](doodle_controls.png)
28-
- Smoothing: the stroke will look less pixelated)
29-
- Adapatative:
30-
- Weight: how large the stroke will be.
28+
- Smoothing: the stroke will look less pixelated
29+
- Adaptative:
30+
- Weight: how large the stroke will be
3131
- Drop down: Choose the size of the image (square 500, tootbanner, 480p, SVGA, 16:9)
3232
- Pencil: draw lines
33-
- Shaower bath: draw the background
33+
- Shower bath: draw the background
3434
- Arrow: undo the last action
3535
- Bin: clean the drawing
3636
- Colour square: select a colour to draw with

features/media/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,3 @@ This option is configurable in [App Settings](../app-settings/).
3434
**Letterbox OFF**
3535

3636
![letterbox off](letterbox-off.png)
37-
38-
### Audio media
39-
40-
Users can upload audio-only media files. Supported formats are MP3, M4A, OGG, WAV.

index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Mastodon:
3737
- [Optional notification muting](./upstreamed-features/optional-notification-muting/)
3838
- [Custom profile metadata](./upstreamed-features/profile-metadata/)
3939
- [Bookmarks](./upstreamed-features/bookmarks/)
40+
- Upload of audio-only media
4041

4142
### How to install and update `glitch-soc`?
4243

0 commit comments

Comments
 (0)