1static char *readmeText =
2"sol - X11 solitaire card game\n"
3"=============================\n"
4"\n"
5"Sol is a card game for lonely persons, highly inspired by the game\n"
6"bundeled with a well known non-Unix \"operating system\".\n"
7"\n"
8"I assume the motive of the game is well known, so I won't go into any\n"
9"details here, but rather explain the controls of this particular\n"
10"implementation.\n"
11"\n"
12"To select new cards from the upper left pile, click on the back of the\n"
13"pile.  When the pile is empty, click on the outline to turn it.  The\n"
14"number of cards to draw may be either one or three, selectable from\n"
15"the Options menu.  You may turn the pile as many times you like.\n"
16"\n"
17"Cards may be moved in a drag--drop fashion.  Click on a card with\n"
18"button 1 (normally the left button), drag the card to the destination\n"
19"pile, and release the button.  You may drag several cards at once:\n"
20"Pointing at a card not at the top of a pile, will move the chosen\n"
21"card, and all cards above (or below, depending on how you see it) it.\n"
22"\n"
23"You may double-click on a card to move it to one of the four upper\n"
24"right target piles.  The program will locate the correct pile, if any.\n"
25"You may also use button 2 or 3 for the same purpose.\n"
26"\n"
27"The game features a site-wide highscore file, containing the top 200\n"
28"players.  Each user may appear only once in the highscore table.  The\n"
29"highscore list is sorted on the time taken to bring the game to a\n"
30"solution.  Chose the Highscores menu to bring up a window containing\n"
31"the list.  The window is updated every now and then.  If you don't\n"
32"want to be part of the race, you may avoid being included in the\n"
33"highscore list from the Options menu.\n"
34"\n"
35"All options are stored in .solrc in your home directory, along with a\n"
36"count of games played, and the time used for playing.  The latter two\n"
37"may be viewed from the About menu.\n"
38"\n"
39"\n"
40"Author\n"
41"------\n"
42"\n"
43"The program is written by\n"
44"\n"
45"        Sverre H. Huseby        shh@thathost.com\n"
46"        Lofthusvn. 11 B         http://shh.thathost.com/\n"
47"        N-0587 Oslo\n"
48"        Norway\n"
49"\n"
50"\n"
51"License\n"
52"-------\n"
53"\n"
54"This program is released under the Artistic License:\n"
55"\n"
56"  http://www.opensource.org/licenses/artistic-license.html\n"
57"\n"
58"Comments (even as simple as \"I use your program\") are very welcome.\n"
59"If you insist on paying something, please donate some money to an\n"
60"organization that strives to make the world a better place for\n"
61"everyone.\n"
62"\n"
63"I don't like bugs, so please help me removing them by reporting\n"
64"whatever you find!\n"
65"\n"
66;
67