mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:47:46 +00:00
Meta: Import the serenityos.org website
It doesn't seem right to not have the website in version control. Also this way people can make changes to it. :^)
This commit is contained in:
parent
20e2700952
commit
4e99e013f0
152 changed files with 831 additions and 0 deletions
43
Meta/Websites/serenityos.org/faq/index.html
Normal file
43
Meta/Websites/serenityos.org/faq/index.html
Normal file
|
@ -0,0 +1,43 @@
|
|||
<html>
|
||||
<head><title>SerenityOS FAQ</title></head>
|
||||
<body>
|
||||
<h1>Frequently Asked Questions about SerenityOS</h1>
|
||||
|
||||
<p>
|
||||
<b>Will SerenityOS support $THING?</b>
|
||||
<br><br>
|
||||
Maybe. Maybe not. There is no plan.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>Will you implement $THING?</b>
|
||||
<br><br>
|
||||
Maybe. Maybe not. But you can do it yourself!
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>Where are the ISO images?</b>
|
||||
<br><br>
|
||||
There are no ISO images. This project does not cater to non-technical users.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>I did a <code>git pull</code> and now the build is broken! What do I do?</b>
|
||||
<br><br>
|
||||
If it builds on CI, it should build for you too. You may need to rebuild the toolchain. If that doesn't help, try it with a clean repo.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>Why don't you use $LIBRARY instead of implementing $FEATURE yourself?</b>
|
||||
<br><br>
|
||||
The SerenityOS project tries to maximize hackability, accountability, and fun(!) by implementing everything ourselves.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>Hey Andreas, have you thought about live-streaming?</b>
|
||||
<br><br>
|
||||
Yes. I prefer the highly focused and uninterrupted format of videos.
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue