Updated info pages.
This commit is contained in:
parent
69d04a7929
commit
575b5e8271
4 changed files with 21 additions and 23 deletions
|
@ -5,7 +5,3 @@
|
|||
- PHP 8.1
|
||||
- MariaDB 10.6
|
||||
- [Composer](https://getcomposer.org/)
|
||||
|
||||
## Important
|
||||
|
||||
DON'T RUN ANYTHING IN THE `devel` FOLDER IN PRODUCTION UNLESS YOU SERIOUSLY WANT TO FUCK EVERYTHING UP.
|
||||
|
|
|
@ -1,21 +1,10 @@
|
|||
# Contact
|
||||
|
||||
If you need to reach us outside of this website, this is the page for you. Below are a few ways of contact.
|
||||
If there's any reason for you to contact the administrator through a private channel without signing up; on this page you can find the e-mail address through which you can do that.
|
||||
|
||||
## E-mail
|
||||
- [flash](mailto:flashii@flash.moe): Site Administrator
|
||||
Questions or reports regarding the site and its operation are welcome if you are unable or unwanting to ask these through the forum or the chat.
|
||||
Legal takedown notices (DMCA etc.) are also to be sent to this address.
|
||||
|
||||
## Twitter
|
||||
- [@flashiistatus](https://twitter.com/flashiistatus): Exclusively system status updates, posts by this accounts are generally retweeted by @flashiinet.
|
||||
E-mail: [flashii@flash.moe](mailto:flashii@flash.moe)
|
||||
|
||||
## Source Code
|
||||
- [Misuzu](https://git.flash.moe/flashii/misuzu): Backend of the main website.
|
||||
- [Sharp Chat](https://git.flash.moe/flashii/sharp-chat): Chat Server software.
|
||||
- [Backup Manager](https://git.flash.moe/flashii/backup-manager): Program that runs every day at 12:00am UTC to back up any user generated content.
|
||||
- [Index](https://git.flash.moe/flash/index): Base library used in almost any component of the website that uses PHP.
|
||||
- [Uiharu](https://git.flash.moe/flashii/uiharu): Service for looking up URL metadata.
|
||||
- [AJAX Chat (fork)](https://git.flash.moe/flashii/ajax-chat): Old chat software (2013-2015).
|
||||
- [Seria](https://git.flash.moe/flashii/seria): Software used by the torrent tracker.
|
||||
- [Mince](https://git.flash.moe/flashii/mince): Source code for the Minecraft servers subwebsite.
|
||||
- [Awaki](https://git.flash.moe/flashii/awaki): Redirect service hosted on fii.moe.
|
||||
- [Hamakaze](https://git.flash.moe/flash/hamakaze): HTTP and WebSocket library used by Sharp Chat and Satori.
|
||||
The list of source code repositories that could previously be found on this page is now [here](/info/source).
|
||||
|
|
12
docs/source.md
Normal file
12
docs/source.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Source Code Repositories
|
||||
|
||||
- [Misuzu](https://git.flash.moe/flashii/misuzu): Backend of the main website.
|
||||
- [Sharp Chat](https://git.flash.moe/flashii/sharp-chat): Chat Server software.
|
||||
- [Backup Manager](https://git.flash.moe/flashii/backup-manager): Program that runs every day at 12:00am UTC to back up any user generated content.
|
||||
- [Index](https://git.flash.moe/flash/index): Base library used in almost any component of the website that uses PHP.
|
||||
- [Uiharu](https://git.flash.moe/flashii/uiharu): Service for looking up URL metadata.
|
||||
- [Futami](https://git.flash.moe/flashii/futami): Common data shared between the chat clients.
|
||||
- [AJAX Chat (fork)](https://git.flash.moe/flashii/ajax-chat): Old chat software (2013-2015).
|
||||
- [Seria](https://git.flash.moe/flashii/seria): Software used by the torrent tracker.
|
||||
- [Mince](https://git.flash.moe/flashii/mince): Source code for the Minecraft servers subwebsite.
|
||||
- [Awaki](https://git.flash.moe/flashii/awaki): Redirect service hosted on fii.moe.
|
|
@ -12,16 +12,17 @@
|
|||
<h2>Flashii</h2>
|
||||
<ul>
|
||||
<li><a href="{{ url('info', {'title': 'rules'}) }}">Rules</a></li>
|
||||
<li><a href="{{ url('info', {'title': 'contact'}) }}">Contact</a></li>
|
||||
<li><a href="{{ url('info', {'title': 'source'}) }}">Source code repositories</a></li>
|
||||
</ul>
|
||||
<h2>Misuzu Project</h2>
|
||||
<ul>
|
||||
<li><a href="{{ url('info', {'title': 'misuzu'}) }}">Read me</a></li>
|
||||
<li><a href="{{ url('info', {'title': 'misuzu'}) }}">About</a></li>
|
||||
<li><a href="{{ url('info', {'title': 'misuzu/license'}) }}">Licence</a></li>
|
||||
<li><a href="{{ url('info', {'title': 'misuzu/code_of_conduct'}) }}">Code of Conduct</a></li>
|
||||
</ul>
|
||||
<h2>Index Project</h2>
|
||||
<ul>
|
||||
<li><a href="{{ url('info', {'title': 'index'}) }}">Read me</a></li>
|
||||
<li><a href="{{ url('info', {'title': 'index'}) }}">About</a></li>
|
||||
<li><a href="{{ url('info', {'title': 'index/licence'}) }}">Licence</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue