Shrink file structure

This commit is contained in:
JeremyStar™ 2024-11-30 15:34:23 +01:00
parent 2bfeb1ed0f
commit 53c5dafc21
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -5,27 +5,27 @@ All files on here are located at [fs.staropensource.de](https://fs.staropensourc
```text
F = File | D = Directory | S = Symlink
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
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
```