2023-09-11 01:40:14 +02:00
|
|
|
# /fs/
|
2023-10-06 15:20:43 +02:00
|
|
|
All files on here are located at [fs.staropensource.de](https://fs.staropensource.de), served by [Copyparty](https://github.com/9001/copyparty).
|
2023-09-11 01:40:14 +02:00
|
|
|
|
|
|
|
# Folder structure
|
|
|
|
```text
|
2023-10-06 15:20:43 +02:00
|
|
|
F = File | D = Directory | S = Symlink
|
2023-09-11 01:40:14 +02:00
|
|
|
|
2024-11-30 15:34:23 +01:00
|
|
|
F LICENSE-CODE -> /fs/ license for code
|
|
|
|
F LICENSE-MEDIA -> /fs/ license for media
|
|
|
|
F README.md -> This very file
|
|
|
|
D imgs/ -> Images
|
|
|
|
F imgs/credit.txt -> Image credits
|
|
|
|
F imgs/FediverseWallpaper.jpg -> Wallpaper for sos!sky
|
|
|
|
F imgs/JeremyStarTM.png -> JeremyStarTM logo, no transparency
|
|
|
|
F imgs/JeremyStarTM_Transparent.png -> JeremyStarTM logo, transparent
|
|
|
|
F imgs/StarOpenSource.png -> StarOpenSource logo, no transparency
|
|
|
|
F imgs/StarOpenSource_Transparent.png -> StarOpenSource logo, transparent
|
|
|
|
D imgs/profiledecorations -> Profile Decorations for sos!sky
|
|
|
|
S imgs/profiledecorations/d60532.png -> "#d60532" profile decoration
|
|
|
|
S imgs/profiledecorations/d60532.xcf -> "#d60532" profile decoration (source file)
|
|
|
|
D imgs/emotes/ -> Various emotes we at StarOpenSource like to use
|
|
|
|
D imgs/emotes/neocat/ -> Neocats! Made by Volpeon, see https://volpeon.ink/emojis/neocat/
|
|
|
|
D imgs/emotes/neofox/ -> Neofoxes! Made by Volpeon, see https://volpeon.ink/emojis/neofox/
|
|
|
|
D test/ -> Used for unit tests requiring files to be downloaded off the internet
|
|
|
|
D test/core/ -> Test files for the CORE Framework
|
|
|
|
F test/core/erm-text -> A text file used for verifying that the 'erm' module can process text data.
|
|
|
|
F test/core/erm-binary -> A text file used for verifying that the 'erm' module can process binary data.
|
|
|
|
D vinf/ -> Short for "Version Information"
|
|
|
|
D vinf/unsafe/ -> Contains lists of "unsafe commits"
|
|
|
|
F vinf/unsafe/androot_develop -> Unsafe commits list for androot
|
2023-09-11 01:40:14 +02:00
|
|
|
```
|