# /fs/ All files on here are located at [fs.staropensource.de](https://fs.staropensource.de), served by [Copyparty](https://github.com/9001/copyparty). # Folder structure ```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 S imgs/StarOpenSource.png -> StarOpenSource logo, no transparency S imgs/StarOpenSource_Transparent.png -> StarOpenSource logo, transparent D imgs/branding/ -> Branding files D imgs/branding/engine/ -> Branding files for sos!engine D imgs/branding/engine/current/ -> Current branding files for sos!engine (preferred, use this!) S imgs/branding/engine/current/full.png -> Current 'full'-variant sos!engine icon S imgs/branding/engine/current/round.png -> Current 'round'-variant sos!engine icon S imgs/branding/engine/current/silhouette.png -> Current 'silhouette'-variant sos!engine icon S imgs/branding/engine/current/extended-white.png -> Current 'white'-variant sos!engine extended icon S imgs/branding/engine/current/extended-black.png -> Current 'black'-variant sos!engine extended icon S imgs/branding/engine/current/extended-brand.png -> Current 'brand color'-variant sos!engine extended icon D imgs/branding/engine/v2/ -> 2nd iteration of the StarOpenSource Engine branding F imgs/branding/engine/v2/full.png -> 2nd iteration 'full'-variant sos!engine icon F imgs/branding/engine/v2/full.xcf -> 2nd iteration 'full'-variant sos!engine icon (design file) F imgs/branding/engine/v2/round.png -> 2nd iteration 'round'-variant sos!engine icon F imgs/branding/engine/v2/silhouette.png -> 2nd iteration 'silhouette'-variant sos!engine icon F imgs/branding/engine/v2/extended.png -> 2nd iteration 'white'-variant sos!engine extended icon (design file) F imgs/branding/engine/v2/extended-white.png -> 2nd iteration 'white'-variant sos!engine extended icon F imgs/branding/engine/v2/extended-black.png -> 2nd iteration 'black'-variant sos!engine extended icon F imgs/branding/engine/v2/extended-brand.png -> 2nd iteration 'brand color'-variant sos!engine extended icon D imgs/branding/staropensource/ -> Branding files for StarOpenSource D imgs/branding/staropensource/current/ -> Current branding files for StarOpenSource (preferred, use this!) S imgs/branding/staropensource/current/full.png -> Current 'full'-variant StarOpenSource icon S imgs/branding/staropensource/current/round.png -> Current 'round'-variant StarOpenSource icon S imgs/branding/staropensource/current/silhouette.png -> Current 'silhouette'-variant StarOpenSource icon D imgs/branding/staropensource/v3/ -> 3rd iteration of the StarOpenSource Engine branding F imgs/branding/staropensource/v3/explode.gif -> 3rd iteration 'explode'-variant StarOpenSource icon F imgs/branding/staropensource/v3/full.png -> 3rd iteration 'full'-variant StarOpenSource icon F imgs/branding/staropensource/v3/full.xcf -> 3rd iteration 'full'-variant StarOpenSource icon (design file) F imgs/branding/staropensource/v3/round.png -> 3rd iteration 'round'-variant StarOpenSource icon F imgs/branding/staropensource/v3/silhouette.png -> 3rd iteration 'silhouette'-variant StarOpenSource icon F imgs/branding/staropensource/v3/transparent.png -> 3rd iteration 'transparent'-variant StarOpenSource icon 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 imgs/profiledecorations -> Profile Decorations for sos!sky F imgs/profiledecorations/:3.png -> ":3" profile decoration F imgs/profiledecorations/d60532.png -> "#d60532" profile decoration F imgs/profiledecorations/d60532.xcf -> "#d60532" profile decoration (design file) F imgs/profiledecorations/uwu.png -> "uwu" profile decoration D test/ -> Used for unit tests requiring files to be downloaded off the internet D test/core/ -> Test files for the CORE Framework (legacy) 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 ```