Moved the remaining help files for the text client out of the server and into the...
[citadel.git] / textclient / src / include / help.h
index b49c6426b41adcf268af0e31e5bb591def5cfefd..c373dc36220911028c967ff70c4dab4098268f85 100644 (file)
@@ -1,6 +1,6 @@
 //
 // Help files for the text client are now embedded directly into the client.
-// Copyright (c) 1988-2016 by Art Cancro and the citadel.org developers.
+// Copyright (c) 1988-2017 by Art Cancro and the citadel.org developers.
 // This program is gleefully made available to the world under the terms of
 // the GNU General Public License v3, with the following three modifications:
 // 1. The name of our favorite operating system is 'Linux,' not 'GNU/Linux.'
@@ -9,17 +9,53 @@
 //
 
 char *helpnames[] = {
+       "help",
        "admin",
        "floors",
        "intro",
        "mail",
        "network",
-       "policy",
        "software"
 };
 
 char *helptexts[] = {
 
+"                          Citadel Help Menu\n"
+"  \n"
+" ?         Help. (Typing a '?' will give you a menu almost anywhere)\n"
+" A         Abandon this room where you stopped reading, goto next room.\n"
+" C         Chat (multiuser chat, where available)\n"
+" D         Prints directory, if there is one in the current room.\n"
+" E         Enter a message.\n"
+" F         Read all messages in the room, forward.\n"
+" G         Goto next room which has UNREAD messages.\n"
+" H         Help. Same as '?'\n"
+" I         Reads the Information file for this room.\n"
+" K         List of Known rooms.\n"
+" L         Reads the last five messages in the room.\n"
+" N         Reads all new messages in the room.\n"
+" O         Reads all old messages, backwards.\n"
+" P         Page another user (send an instant message)\n"
+" R         Reads all messages in the room, in reverse order.\n"
+" S         Skips current room without making its messages old.\n"
+" T         Terminate (logout)\n"
+" U         Ungoto (returns to the last room you were in)\n"
+" W         Displays who is currently logged in.\n"
+" X         Toggle eXpert mode (menus and help blurbs on/off)\n"
+" Z         Zap (forget) room. (Removes the room from your list)\n"
+" + -       Goto next, previous room on current floor.\n"
+" > <       Goto next, previous floor.\n"
+" *         Enter any locally installed 'doors'.\n"
+"   \n"
+" In addition, there are dot commands. You hit the . (dot), then press the\n"
+"first letter of each word of the command. As you hit the letters, the words\n"
+"pop onto your screen. Exceptions: after you hit .Help or .Goto, the remainder\n"
+"of the command is a help file name or room name.\n"
+"    \n"
+"      *** USE  .<H>elp ?    for additional help *** \n"
+
+,
+
 "The following commands are available only to Admins.  A subset of these\n"
 "commands are available to room aides when they are currently in the room\n"
 "they are room aide for.\n"
@@ -262,10 +298,6 @@ char *helptexts[] = {
 
 ,
 
-" < this new user policy resides in ./messages/newuser > \n"
-
-,
-
 "   Citadel is the premier 'online community' (i.e. Bulletin Board System)\n"
 "software.  It runs on all POSIX-compliant systems, including Linux.  It is an\n"
 "advanced client/server application, and is being actively maintained.\n"