misuzu/docs/source.md

30 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2023-07-10 23:07:48 +00:00
# Source Code Repositories
2023-11-09 20:58:56 +00:00
Below are a number of links to source code repositories related to Flashii.net and its services.
## Websites & Services
2023-11-20 19:04:59 +00:00
- [Misuzu](https://patchii.net/flashii/misuzu): Backend of the main website.
- [Sharp Chat](https://patchii.net/flashii/sharp-chat): Chat Server software.
- [Futami](https://patchii.net/flashii/futami): Common data shared between the chat clients.
2024-01-18 20:31:08 +00:00
- [Mami](https://patchii.net/flashii/mami): Web client for chat.
- [Ami](https://patchii.net/flashii/ami): Web client for chat for older browsers.
2023-11-20 19:04:59 +00:00
- [EEPROM](https://patchii.net/flashii/eeprom): Service for file uploading.
- [Uiharu](https://patchii.net/flashii/uiharu): Service for looking up URL metadata.
- [Seria](https://patchii.net/flashii/seria): Software used by the downloads tracker.
- [Mince](https://patchii.net/flashii/mince): Source code for the Minecraft servers subwebsite.
- [Awaki](https://patchii.net/flashii/awaki): Redirect service hosted on fii.moe.
2023-11-09 20:58:56 +00:00
## Tools & Software
2023-11-20 19:04:59 +00:00
- [SoFii](https://patchii.net/flashii/sofii): Launcher for Soldier of Fortune 2
- [MCExts](https://patchii.net/flashii/mcexts): Minecraft Client and Server extensions.
- [Backup Tools](https://patchii.net/flashii/backup-tools): Scripts that run every day at 12:00am UTC to back up any user generated content.
2023-11-09 20:58:56 +00:00
## First-Party Libraries
2023-11-20 19:04:59 +00:00
- [Index](https://patchii.net/flash/index): Base library used in almost any component of the website that uses PHP.
- [Sasae](https://patchii.net/flash/sasae): Extension to the Twig templating library.
- [Syokuhou](https://patchii.net/flash/syokuhou): Configuration library.
2023-11-09 20:58:56 +00:00
## Historical
2023-11-20 19:04:59 +00:00
- [AJAX Chat (fork)](https://patchii.net/flashii/ajax-chat): Old chat software (2013-2015). Still kept on life support for the nostalgia.
- [Hajime](https://patchii.net/flash/hajime): Cleaned up source of an older version of the website (2014-2015).