website-filesystem/README.md

29 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

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
F LICENSE-CODE -> /fs/ license for code
F LICENSE-MEDIA -> /fs/ license for media
F README.md -> This very file
D imgs/ -> Images
2024-02-28 19:35:21 +01:00
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
2024-02-28 19:35:21 +01:00
F imgs/StarOpenSource.png -> StarOpenSource logo, no transparency
F imgs/StarOpenSource_Transparent.png -> StarOpenSource logo, transparent
2024-02-08 20:36:14 +01:00
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 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
```