diff options
author | thatlittlegit <personal@thatlittlegit.tk> | 2020-02-14 14:17:47 -0500 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-02-15 20:46:10 +0100 |
commit | a55b96a1ea05dc5751a64648fe30aca95a1e9b06 (patch) | |
tree | 1fa09a15819977ba1a5e2fdca4341cea72d00769 /Base/res/welcome.txt | |
parent | 7caa8b753111fe81ecaf717a2c2dab836c4e3902 (diff) | |
download | serenity-a55b96a1ea05dc5751a64648fe30aca95a1e9b06.zip |
Welcome: Separate text from source code by parsing
This allows modification at runtime, as well as easier editing than C++
structures.
Diffstat (limited to 'Base/res/welcome.txt')
-rw-r--r-- | Base/res/welcome.txt | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Base/res/welcome.txt b/Base/res/welcome.txt new file mode 100644 index 0000000000..ce7fd219d0 --- /dev/null +++ b/Base/res/welcome.txt @@ -0,0 +1,41 @@ +* Welcome +> Welcome to SerenityOS! +Welcome to the exciting new world of Serenity, where the year is 1998 and the +leading OS vendor has decided to merge their flagship product with a Unix-like +kernel. + +Sit back and relax as you take a brief tour of the options available on this +screen. + +If you want to explore an option, just click it. + +* Registration +> Register now! +Registering your copy of Serenity opens the doors to full integration of +Serenity into your life, your being, and your soul. + +By registering Serenity, you enter into the draw to win a lifetime supply of +milk, delivered fresh each day by a mystical horse wearing a full tuxedo. + +To register, simply write your contact details on a piece of paper and hold it +up to your monitor. + +* Internet +> Connect to the Internet! +On the Internet, you can correspond through electronic mail (e-mail), get the +latest news and financial information, and visit Web sites around the world, +most of which will make you really angry. + +Serenity includes several internet applications, such as an IRC (Internet relay +chat) client, 4chan browser, telnet server, and basic utilities like ping. + +Come chat with us today! How bad can it be? + +* Fun & Games +> Play some games! +Serenity includes several games built right into the base system. These include +the classic game Snake and the anti-productivity mainstay Minesweeper. + +With a little extra effort, you can even play the original id Software hit DOOM, +albeit without sound. No sound just means you won't alert your boss, so it's +more of a feature than a limitation. |