diff options
Diffstat (limited to 'Meta/Websites/serenityos.org/faq/index.html')
-rw-r--r-- | Meta/Websites/serenityos.org/faq/index.html | 44 |
1 files changed, 5 insertions, 39 deletions
diff --git a/Meta/Websites/serenityos.org/faq/index.html b/Meta/Websites/serenityos.org/faq/index.html index 72edd24966..30801480f4 100644 --- a/Meta/Websites/serenityos.org/faq/index.html +++ b/Meta/Websites/serenityos.org/faq/index.html @@ -1,43 +1,9 @@ <html> -<head><title>SerenityOS FAQ</title></head> +<head> + <meta http-equiv="refresh" content="1;https://github.com/SerenityOS/serenity/blob/master/Documentation/FAQ.md"> + <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> - + <a href="https://github.com/SerenityOS/serenity/blob/master/Documentation/FAQ.md">SerenityOS FAQ</a> </body> </html> |