source: trunk/packs/config/Dash.fallback @ 9872

Revision 9872, 104.8 KB checked in by ghudson, 27 years ago (diff)
Update.
Line 
1!    name               title                   contains                contained in                   callback                                 ;
2
3menu up:                "up"                    {up}                    [NULL]                                                                  ;
4menu root:      +h      "Dash"                  {root}                  [NULL]                                                                  ;
5menu Dash:              "Dash"                  {dash}                  [root]                                                                  ;
6menu help:              "Help"                  {help}                  [root/20]                                                               ;
7menu courseware:        "Courseware"            {courseware}            [root/30]                                                               ;
8menu communication:     "Communication"         {communication}         [root/40]                                                               ;
9menu writeedit:         "Text/Graphics"         {editing}               [root/50]                                                               ;
10menu nummath:           "Numerical/Math"        {numeric,math}          [root/60]                                                               ;
11menu programming:       "Programming"           {programming}           [root/70]                                                               ;
12menu special:           "Special"               {misc}                  [root/80]                                                               ;
13
14item yhelp:             "About Dash"                                    [dash/01]                                                               ;
15item qhelp:             "How to use Dash menus"                         [dash/02]                                                               ;
16menu screenaccs:        "Screen Accessories"    {screenaccs}            [dash/03]                                                               ;
17item lower:             "Lower menu bar"                                [dash/10]       -verify         lowerMenu()                             ;
18item hidemenus:         "Hide menus - read help first! ->"              [dash/20]       -verify         unmapTree("menuTree")                   ;
19item verify:            "Confirmation Off"                              [dash/20]       -verify         toggleVerify("* Confirmation On")       ;
20item helptoggle:        "Hide `?' Buttons"                              [dash/100]      -verify         toggleHelp("* Show `?' Buttons")        ;
21item restart:           "Restart Dash"                                  [dash/500]      -verify         restart()                               ;
22item quitopt:           "Quit Dash"                                     [dash/1000]     -verify         quit()                                  ;
23
24item xterm:             "New xterm window"                              [screenaccs][misc]              exec("xterm")                           ;
25item analogclock:       "Analog Clock"                                  [screenaccs/10]                 createTree("clockTree")                 ;
26item digitalclock:      "Digital Clock"                                 [screenaccs/10]                 exec("xclock -digital")                 ;
27item load:              "Workstation Load Gauge"                        [screenaccs/10]                 exec("xload")                           ;
28item xcalcti:           "Calculator (TI style)"                         [screenaccs/10][analysis/100]   exec("xcalc")                           ;
29item xcalchp:           "Calculator (HP style)"                         [screenaccs/10][analysis/100]   exec("xcalc -rpn")                      ;
30item calendar:          "Calendar"                                      [screenaccs/10]                 add("calendar"),exec("/mit/calendar/%B/xcal");
31item screensaver:       "Screen saver"                                  [screenaccs/10]                 add("sipb"),exec("xscreensaver")        ;
32item logoutbutton:      "Logout Button"                                 [screenaccs/100]                createMapTree("logoutButton"),mapTree("logoutButton");
33
34menu ehelp:             "Emergency help"                {ehelp}         [help/01]                                                               ;
35menu mhelp:             "Help on MIT"                   {mhelp}         [help/10]                                                               ;
36menu ahelp:             "Help on Athena"                {ahelp}         [help/20]                                                               ;
37menu chelp:             "Other computer help"           {chelp}         [help/30]                                                               ;
38
39item police:            "Campus police"                                 [ehelp/10]                                                              ;
40item deans:             "Dean's office"                                 [ehelp/20]                                                              ;
41item medical:           "Medical department"                            [ehelp/30]                                                              ;
42item nightline:         "Nightline"                                     [ehelp/40]                                                              ;
43item contactline:       "Contact Line"                                  [ehelp/50]                                                              ;
44item psych:             "Psychiatric services"                          [ehelp/60]                                                              ;
45
46item xinfo:             "Campus Map"                                    [mhelp/60]                      exec("xinfo") ;
47item techinfo:          "TechInfo"                                      [mhelp/50][misc]                exec("xtechinfo") ;
48! item lucy:            "Advice from Lucy"                              [mhelp/40]                                                              ;
49item mitdir:            "MIT Directory"                                 [mhelp/100]                     add("mitdir"),exec("xmitdir")           ;
50
51item olh:               "On Line Help"                                  [ahelp/10]                      exec("help")                            ;
52item olcstock:          "OLC Answers"                                   [ahelp/20]                      exec("xterm -e olc_answers")            ;
53item olc:               "On Line Consulting"                            [ahelp/30]                      exec("xterm -e olc")                    ;
54item xman:              "Manual Pages"                  -rsaix          [ahelp/40]                      exec("xman")                            ;
55menu minic_m:           "Athena Minicourses"    {minic}                 [ahelp/42]                                                              ;
56item hotline:           "Hardware Hotline"                              [ahelp/45][ehelp/70][misc/90]                                           ;
57item separator:         "___________________"                           [ahelp/50][misc/900][graphicsediting/10]                                ;
58item xcluster:          "Athena Cluster Map"                            [ahelp/70]                      exec("xcluster")                        ;
59item adir:              "Athena Directory"                              [ahelp/100]                                                             ;
60
61item minidesc:          "Minicourse Descriptions" -rsaix -decmips       [minic/5]   add("infoagents"),exec("htmlview http://web.mit.edu//minidev/Public/Misc/mini_desc.asc");
62item minicur:           "Current Schedule" -rsaix -decmips              [minic/10]  add("infoagents"),exec("htmlview http://web.mit.edu/minidev/Public/Misc/mini_curr.asc");
63item mininext:          "Next Session Schedule" -rsaix -decmips         [minic/20]  add("infoagents"),exec("htmlview http://web.mit.edu/minidev/Public/Misc/mini_next.asc");
64
65item ishelp:            "I/S Computing Help Desk"                       [chelp]                                                                 ;
66item mcsales:           "Microcomputer sales"                           [chelp]                                                                 ;
67item sipb:              "Student Information Processing Board"          [chelp]                                                                 ;
68
69menu mail:              "Mail"                  {email}                 [communication]                                                         ;
70menu zephyr_m:          "Zephyr"                {zephyr}                [communication/1]                                                       ;
71menu netnews_m:         "Netnews"               {netnews}               [communication/1]                                                       ;
72menu discuss_m:         "Discuss"               {discuss}               [communication/1]                                                       ;
73menu www_m:             "WorldWideWeb"          {www}                   [communication/1]                                                       ;
74!menu gopher_m:         "Gopher"                {gopher}                [communication/1]                                                       ;
75
76item aboutmh:           "About MH (Mail Handler)"                       [email]                                                                 ;
77item mh:                "Text-based MH programs"                        [email]                                                                 ;
78item xmh:               "X Mail Handler"                                [email/10]                      exec("xmh")                             ;
79item mh-rmail:          "Emacs Mail Handler"                            [email/20]                      exec("emacs -f mh-rmail")               ;
80item mailmaint:         "Mailmaint"                                     [email/30]                      exec("xterm -e mailmaint")              ;
81item listmaint:         "Listmaint"                                     [email/40]                      exec("xterm -e listmaint")              ;
82
83item aboutzephyr:       "About Zephyr"                                  [zephyr]                                                                ;
84item zwrite:            "Sending messages"                              [zephyr/5]                                                              ;
85item zlocate:           "Locating another user"                         [zephyr/10]                                                             ;
86! item zsub:            "Listening for messages"                        [zephyr]                                                                ;
87! menu zephyrvis:       "Zephyr Visibility"     {zephyrvis}             [privacy,zephyr]                                                        ;
88
89item zephhide:          "Hide location"                                 [zephyrvis]                     exec("zctl hide")                       ;
90item zephunhide:        "Unhide location"                               [zephyrvis]                     exec("zctl unhide")                     ;
91item zephannounce:      "Announce logins"                               [zephyrvis]                     exec("zctl set exposure realm-announced") ;
92item zephunannounce:    "Don't announce logins"                         [zephyrvis]                     exec("zctl set exposure realm-visible") ;
93item zephhidelogin:     "Hide location on login"                        [zephyrvis/1000]                exec("zctl set exposure none")          ;
94
95item aboutnews:         "About Netnews"                                 [netnews/0]                                                             ;
96item xrn:               "X News Reader"                                 [netnews/10]                    add("sipb"),exec("xrn")                 ;
97item rrn:               "Text-based News Reader"                        [netnews/15]                    add("sipb"),exec("xterm -e rrn")        ;
98item gnus:              "Emacs News Reader"                             [netnews/20]   attach("sipb"),exec("emacs -l /afs/athena/system/config/dash/emacs-gnus.el -f gnus");
99
100item aboutdiscuss:      "About Discuss"                                 [discuss/0]                                                             ;
101item xdsc:              "X Discuss Reader"                              [discuss/10]                    exec("xdsc")                            ;
102item discuss:           "Text-based Discuss Reader"                     [discuss/15]                    exec("xterm -e discuss")                ;
103item edsc:              "Emacs Discuss Reader"                          [discuss/20]                    exec("emacs -f discuss")                ;
104
105item aboutwww:          "About WorldWideWeb"                            [www/0]         ;
106menu wwwlynx:           "Lynx"          {lynx}                          [www/1] ;
107menu wwwmosaic:         "Mosaic"        {mosaic}                        [www/2] ;
108menu wwwnetscape:       "Netscape"      {netscape}                      [www/3] ;
109
110item lynxmit:           "Lynx - MIT Home Page"                          [lynx/10]                       add("infoagents"),exec("xterm -e lynx http://web.mit.edu/") ;
111item lynxsipb:          "Lynx - SIPB Home Page"                         [lynx/20]                       add("infoagents"),exec("xterm -e lynx http://www.mit.edu/") ;
112item lynxdefault:       "Lynx - default Home Page"                      [lynx/30]                       add("infoagents"),exec("xterm -e lynx") ;
113
114item mosaicmit:         "Mosaic - MIT Home Page"                        [mosaic/10]                     add("infoagents"),exec("Mosaic http://web.mit.edu/") ;
115item mosaicsipb:        "Mosaic - SIPB Home Page"                       [mosaic/20]                     add("infoagents"),exec("Mosaic http://www.mit.edu/") ;
116item mosaicdefault:     "Mosaic - default Home Page"                    [mosaic/30]                     add("infoagents"),exec("Mosaic") ;
117
118item netscapemit:       "Netscape - MIT Home Page"      -decmips        [netscape/10]                   add("infoagents"),exec("netscape http://web.mit.edu/");
119item netscapesipb:      "Netscape - SIPB Home Page"     -decmips        [netscape/20]                   add("infoagents"),exec("netscape http://www.mit.edu/");
120item netscapedefault:   "Netscape - default Home Page"  -decmips        [netscape/30]                   add("infoagents"),exec("netscape") ;
121
122
123
124!item aboutgopher:      "About Gopher"                                  [gopher/0]                                                              ;
125!item xgopher:          "X Gopher"                                      [gopher/15]                     add("gopher"),exec("xgopher")           ;
126!item gopher:           "Gopher"                                        [gopher/15]                     add("gopher"),exec("xterm -e gopher")   ;
127               
128menu textediting:       "Text"          {textediting}                   [editing/1]                                                             ;
129menu graphicsediting:   "Graphics"      {graphicsediting}               [editing/2]                                                             ;
130menu cad:               "CAD"           {cad}                           [editing/3]                                                             ;
131
132item emacs:             "Emacs"                                         [textediting/1]                 exec("emacs")                           ;
133item ez:                "EZ"                                            [textediting/2]                 exec("ez -d")                           ;
134item latex:             "LaTeX"                                         [textediting/3]                                                         ;
135menu framestuff5:       "FrameMaker V5 Products"        {framestuff5}   [textediting/4]                                                         ;
136menu framestuff4:       "FrameMaker V4 Products"        {framestuff4}   [textediting/5]                                                         ;
137
138item frame5:            "Maker"              -decmips -rsaix            [framestuff5/1]         add("frame"),exec("maker -ver 5.1")             ;
139item imaker5:           "Imaker"             -decmips -rsaix            [framestuff5/2]         add("frame"),exec("imaker -ver 5.1")            ;
140item imakergerman5:     "German Imaker"      -decmips -rsaix            [framestuff5/3]         add("frame"),exec("imaker -ver 5.1 -lang deutsch")      ;
141item imakerfrench5:     "French Imaker"      -decmips -rsaix            [framestuff5/4]         add("frame"),exec("imaker -ver 5.1 -lang francais")     ;
142item framereader5:      "Reader (Viewer)"    -decmips -rsaix            [framestuff5/5]         add("frame"),exec("reader -ver 5.1")            ;
143
144
145item frame4:            "Maker"                                 [framestuff4/1]                 add("frame"),exec("maker -ver 4.0")             ;
146item imaker4:           "Imaker"                                [framestuff4/2]                 add("frame"),exec("imaker -ver 4.0")            ;
147item imakergerman4:     "German Imaker"                         [framestuff4/3]                 add("frame"),exec("imaker -lang deutsch -ver 4.0")      ;
148item imakerfrench4:     "French Imaker"                         [framestuff4/4]                 add("frame"),exec("imaker -lang francais -ver 4.0")     ;
149item frameviewer4:      "Viewer"                                [framestuff4/5]                 add("frame"),exec("viewer -ver 4.0")            ;
150
151item aboutpictures:     "About picture editors"                         [graphicsediting/0]                                                     ;
152item idraw:             "Idraw"                         -rsaix -sun4    [graphicsediting/1]                     add("sipb"),exec("idraw")       ;
153item xpaint:            "Xpaint"                                        [graphicsediting/4]                     add("graphics"),exec("xpaint")  ;
154item xfig:              "Xfig"                                          [graphicsediting/3]                     add("sipb"),exec("xfig")        ;
155item tgif:              "Tgif"                                          [graphicsediting/2]                     add("sipb"),exec("tgif")        ;
156item xv:                "XV"                                            [graphicsediting/6]                     add("graphics"),exec("xv")      ;
157item graphother:        "Other"                                         [graphicsediting/7]                                                     ;
158! item with weight 10 in this menu is a separator.                                                                                              ;
159item xwd:               "xwd/xwud"                                      [graphicsediting/30]                                                    ;
160item xdpr:              "xdpr"                                          [graphicsediting/30]                    exec("xdpr")                    ;
161item bitmap:            "bitmap"                                        [graphicsediting/20]                                                    ;
162
163item autocad13:         "AutoCAD 13"  -rsaix -decmips           [cad/10]   add("autocad"),exec("autocad -version 13")                        ;
164item autocad12:         "AutoCAD 12"                            [cad/20]   add("autocad"),exec("autocad -version 12")                         ;
165
166
167
168menu complanguages:     "Supported Languages"   {complanguages}         [programming/1]                                                         ;
169menu otherlanguages:    "Unsupported Languages"  {otherlanguages}       [programming/2]                                                         ;
170menu debuggers:         "Debuggers"             {debuggers}             [programming/10]                                                        ;
171menu toolslibs:         "Toolkits and Libraries" {toolkits,libraries}   [programming/10]                                                        ;
172
173item clang:             "C/C++"                                         [complanguages]                                                         ;
174item fortranlang:       "FORTRAN"                                       [complanguages]                                                         ;
175
176
177item pascal:            "Pascal"                                        [otherlanguages]                                                        ;
178item perl:              "Perl"                                          [otherlanguages]                                                        ;
179item ct:                "cT"                                            [otherlanguages]                                                        ;
180item lucid:             "Lucid Lisp"                                    [otherlanguages]                                                        ;
181item schemelang:        "Scheme"                                        [otherlanguages]                                                        ;
182item multi:             "Multi"                                         [otherlanguages]                                                        ;
183
184item saber:             "Saber/Codecenter"               -rsaix         [debuggers]                                                             ;
185item xlibs:             "X Libraries"                                   [libraries/5]                                                           ;
186item mathlib:           "Math Libraries"                                [libraries/7][analysis]                                                 ;
187item numrecipes:        "Numerical Recipes"                             [libraries/10]                                                          ;
188item lapack:            "LAPACK"                                        [libraries/11]                                                          ;
189
190
191
192menu spreadsheets:      "Spreadsheets"          {spreadsheets}          [numeric]                                                               ;
193menu analyplot:         "Analysis and Plotting"  {analysis,plotting}    [numeric]                                                               ;
194
195item aboutspreadsheets: "About spreadsheets"                            [spreadsheets/1]                                                        ;
196item sc:                "SC"                                            [spreadsheets/10]               add("sipb"),exec("xterm -e sc")         ;
197item xess:              "Xess"                                          [spreadsheets/10][201/40]       add("xess"),exec("xess")                ;
198
199item splus:             "S-PLUS"         -vax                   [analysis]                      add("splus"),exec("xterm -e splus")     ;
200item sas:               "SAS"           -vax -sgi                       [analysis,plotting]             add("sas"),exec("sas")                  ;
201item xmath:             "Xmath"         -sun4                           [plotting/5,math/3]             add("xmath"),exec("xterm -e xmath")     ;
202item prochart:          "ProChart"      -sun4                           [plotting]                      add("prochart"),exec("prochart")        ;
203!item maple:            "Maple"         -sun4                           [plotting]                      add("maple"),exec("/afs/athena/system/config/dash/maple");
204item maple:             "Maple V Release 3"      -vax           [plotting]                      add("maple"),exec("maple")              ;
205item tecplot:           "Tecplot"               -vax            [plotting]                      add("tecplot"),exec("tecplot")          ;
206item matlab:            "MATLAB"                                        [201/30][course6/5][course16][analysis,plotting]                add("matlab"),exec("matlab")    ;
207! item mathlib:         "Math Libraries"                                [analysis]                                                              ;
208
209item rights:            "Rights of Use"                                 [misc]                                                                  ;
210item sendbug:           "Send a bug report"                             [misc][ahelp/49]                        exec("xterm -e sendbug")        ;
211item library:           "MIT Libraries"                                 [misc/100]                              add("library"),exec("library");
212item sis:               "Student Info Svcs"                             [misc]                                  add("sis"),exec("xterm -e sis") ;
213item logout:            "Logout of Athena"                              [misc/1000]  -verify    createMapTree("logoutDialog"),mapTree("logoutDialog"),warpTree("logoutDialog") ;
214
215!item lucyann:          "Lucy is available"                             [announce]                                                              ;
216
217
218item aboutcw:           "About Courseware"                                              [courseware/1]                                                          ;
219item olta:              "On Line TA"                                                    [courseware/5]                  add("olta"),exec("xterm -e olta")       ;
220menu neos:              "NEOS"                                          {neos}          [courseware/7]                                                          ;
221menu esg:               "Experimental Study Group   (ESG)"              {esg}           [courseware/8]                                                          ;
222menu frosh:             "Freshman Seminars"                             {frosh}         [courseware/9]                                                          ;
223menu course1:           "1 Civil Engineering"                           {course1}       [courseware/10]                                                         ;
224menu course2:           "2 Mechanical Engineering"                      {course2}       [courseware/10]                                                         ;
225menu course3:           "3 Materials Science and Engineering"           {course3}       [courseware/10]                                                         ;
226menu course4:           "4 Architecture"                                {course4}       [courseware/10]                                                         ;
227menu course5:           "5 Chemistry"                                   {course5}       [courseware/10]                                                         ;
228menu course6:           "6 Electrical Engineering and Computer Science" {course6}       [courseware/10]                                                         ;
229menu course7:           "7 Biology"                                     {course7}       [courseware/10]                                                         ;
230menu course8:           "8 Physics"                                     {course8}       [courseware/10]                                                         ;
231menu course9:           "9 Brain and Cognitive Sciences"                {course9}       [courseware/10]                                                         ;
232menu course10:          "10 Chemical Engineering"                       {course10}      [courseware/20]                                                         ;
233menu course11:          "11 Urban Studies and Planning"                 {course11}      [courseware/20]                                                         ;
234menu course12:          "12 Earth, Atmospheric and Planetary Science"   {course12}      [courseware/20]                                                         ;
235menu course13:          "13 Ocean Engineering"                          {course13}      [courseware/20]                                                         ;
236menu course14:          "14 Economics"                                  {course14}      [courseware/20]                                                         ;
237menu course16:          "16 Aeronautical and Astronautical Engineering" {course16}      [courseware/20]                                                         ;
238menu course17:          "17 Political Science"                          {course17}      [courseware/20]                                                         ;
239menu course18:          "18 Mathematics"                                {course18}      [courseware/20]                                                         ;
240menu course21:          "21 Humanities"                                 {course21}      [courseware/30]                                                         ;
241menu course22:          "22 Nuclear Engineering"                        {course22}      [courseware/30]                                                         ;
242menu course24:          "24 Linguistics and Philosophy"                 {course24}      [courseware/30]                                                         ;
243menu courseHST:         "HST Health Sciences and Technology"            {courseHST}     [courseware/40]                                                         ;
244item northware:         "Dartmouth Northware"                                           [courseware/50]         setup("northware"),exec("xterm -n northware")   ;
245
246item aboutneos:         "About NEOS"                                    [neos] ;
247item eos:               "Eos"                                           [neos/10]                                                               exec("eos")     ;
248item grade:             "Grade"                                         [neos/10]                                                               exec("grade")   ;
249
250item fishwrap:          "Fishwrap"      -decmips                                [frosh/10][misc/90]                     add("infoagents"),exec("htmlview http://fishwrap.mit.edu/") ;
251help fishwrap:
252"This brings up the  Fishwrap home page in an existing web browser,
253or starts a new browser if one is not running.  Fishwrap is the MIT Media
254Laboratory's experimental interactive newspaper project.  The project
255tailors the content of your paper based on regional or topical interest from
256news wires like the AP, Reuters and Knight-Ridder.
257";
258
259item esg7.01:           "ESG 7.01 Hyper Textbook"                       [esg/1]                 add("infoagents"),exec("htmlview http://esg-www.mit.edu:8001/esgbio/7001main.html") ;
260
261menu 100:               "1.00"                          {100}           [course1]       ;
262 item 100homepage:      "1.00 Homepage"                                 [100/05]                add("infoagents"),exec("htmlview http://web.mit.edu/afs/athena.mit.edu/course/1/1.00/www/100.html") ;
263
264menu 1124:              "1.124"                         {1124}          [course1]       ;
265 item 1124homepage:     "1.124 Homepage"                                [1124/05]               add("infoagents"),exec("htmlview http://web.mit.edu/afs/athena.mit.edu/course/1/1.124/www/home.html") ;
266
267menu 1125:              "1.125"                         {1125}          [course1]       ;
268 item 1125homepage:     "1.125 Homepage"                                [1125/05]               add("infoagents"),exec("htmlview http://web.mit.edu/afs/athena.mit.edu/course/1/1.125/www/overview.html") ;
269
270item tunsim:            "Tunnel Simulator"      -rsaix  -sgi            [course1]               add("simsuper"),exec("xterm -title Tunnel_Simulator -e menu")   ;
271item assess:            "Assess"        -rsaix -sun4                    [course1]                               add("1.101"),exec("xterm -n Assess -e assess")  ;
272item growltiger:        "Growltiger"                                    [course1]                               add("growltiger"),exec("growltiger")            ;
273
274!item geologytutor:     "Geology Tutor" -rsaix  -sun4                   [course1]                       attach("1.38"),exec("xterm -e /mit/1.38/STARTUP")       ;
275
276item meweb:             "me.mit.edu ME Homepage"                        [course2/02]            add("infoagents"),exec("htmlview http://me.mit.edu/") ;
277 help meweb:
278"The WWW server for the Mechanical
279Engineering Department.
280";
281
282menu 2001:              "2.001"                         {2001}          [course2/05]                                                                            ;
283item 2001web:           "2.001 Home Page"                               [2001/10]               add("infoagents"),exec("htmlview http://web.mit.edu/afs/athena.mit.edu/course/2/2.001/www/home.html") ;
284
285 item 2001frame2d:      "Matrix Methods - Frame2d"      -rsaix -vax     [2001/15]                            add("2.01"),exec("frame2d");
286 item 2001truss2d:      "Matrix Methods - Truss2d"      -rsaix -vax     [2001/20]                            add("2.01"),exec("truss2d");
287
288
289menu 2004:              "2.004"                         {2004}          [course2/10]    ;
290 item 2004homepage:     "2.004 Homepage"                                [2004/05]       add("infoagents"),exec("htmlview http://web.mit.edu/afs/athena.mit.edu/course/2/2.004/www/home.html") ;
291
292menu 2010:              "2.010"                         {2010}          [course2/12]    ;
293 item 2010homepage:     "2.010 Homepage"                                [2010/05]       add("infoagents"),exec("htmlview http://web.mit.edu/afs/athena.mit.edu/course/2/2.010/www/index.html") ;
294
295menu 201:               "2.01"                          {201}           [course2/15]                                                                            ;
296
297! a MATLAB menu item appears here.  (from analysis,plotting);
298! an Xess menu item also appears here. (from spreadsheets);
299
300 item 201frame2d:       "Matrix Methods - Frame2d"      -rsaix -vax -sgi [201/10]                            add("2.01"),exec("frame2d");
301 item 201truss2d:       "Matrix Methods - Truss2d"      -rsaix -vax -sgi [201/20]                            add("2.01"),exec("truss2d");
302 item 201taxonomy:      "Matrix Methods - Taxonomy"     -rsaix -vax -sgi [201/20]                            add("2.01"),exec("Taxonomy");
303
304menu 2032:              "2.032"                         {2032}          [course2/17]    ;
305 item 2032homepage:     "2.032 Homepage"                        [2032/05]       add("infoagents"),exec("htmlview http://web.mit.edu/2.032/www/home.html") ;
306
307menu 206J:              "2.06J Mechanical Vibration"    {206J}          [course2/20]                                                                            ;
308
309item dorunp1:           "do_runp1"       -sun4                          [206J][1380J]                                   add("13.80"),exec("xterm -e do_runp1")  ;
310item dorunp2:           "do_runp2"       -sun4                          [206J][1380J]                                   add("13.80"),exec("xterm -e do_runp2")  ;
311item dorunp3:           "do_runp3"       -sun4                          [206J][1380J]                                   add("13.80"),exec("xterm -e do_runp3")  ;
312item dorunp4:           "do_runp4"       -sun4                          [206J][1380J]                                   add("13.80"),exec("xterm -e do_runp4")  ;
313item Norplot:           "Norplot"        -sun4                          [206J][1380J]                                   add("13.80"),exec("xterm -e Norplot")   ;
314
315menu 220:               "2.20 Fluid Mechanics"          {220}           [course2/25]                                                                            ;
316
317item 220info:           "Course Information"                            [220/10]        add("2.20"),sh("/mit/2.20/scripts/count_info") ;
318item 220help:           "Finding Help"                                  [220/20]        add("2.20"),sh("/mit/2.20/scripts/count_help") ;
319item 220news:           "New News"                                      [220/30]        add("2.20"),sh("/mit/2.20/scripts/count_news") ;
320
321menu 2660:              "2.670"                         {2670}          [course2/30]                                                    ;
322 item 2670page:         "2.670 Homepage"                                [2670/10]       add("infoagents"),exec("htmlview http://me.mit.edu/2.670");
323
324
325item adina:             "ADINA"                  -vax                   [course2/35]                                            add("adina"),exec("runaui");
326 help adina:
327"ADINA is a finite-element analysis package used in
328Mechanical Engineering graduate courses.  No support
329or assistance is available outside of those courses.
330Please direct all questions to your instructor or TA
331if appropriate.
332";
333
334item cat:               "CAT"           -rsaix  -sun4                   [course2/40]                                                    add("2.40"),exec("CAT") ;
335
336item mematlab:          "MATLAB"                                        [course2/45]    add("matlab"),exec("matlab");
337 help mematlab:
338"An interactive 'matrix laboratory' for manipulating
339matrices, plotting data sets, and general numerical
340computation.
341
342To run:  add matlab; matlab
343";
344
345item proeng:            "Pro/ENGINEER"                  -vax -decmips   [course2/50]    add("parametric"),exec("proeng");
346 help proeng:
347"Solid modelling software from Parametric
348Technologies, Inc.  For support/assistance
349contact your TA or advisor.
350
351To run:  add parametric; proeng
352";
353
354menu visdycon:          "Visdycon"              {visd}                  [course2/60]                                                    ;
355 item sysresp:          "System Response"                               [visd/05]                               add("visdycon"),exec("sysresp");
356 item rlocus:           "Root Locus"                                    [visd/10]                               add("visdycon"),exec("rlocus");
357 item lingraph:         "Linear Graph" -rsaix -sun4 -dec -sgi           [visd/15]                               add("visdycon");
358 item bodiag:           "Bode Diagrams" -rsaix -sun4 -dec -sgi          [visd/20]                               add("visdycon");
359 item visinfo:          "Information"                                   [visd/25]                               setup("visdycon"),exec("xterm -n Visdycon");
360 item vihelp:           "Visdycon Help"                                 [visd/30]                                                       ;
361
362
363menu 300:               "3.00"                  {300}                   [course3/10]                                                       ;
364  item 300phase:        "Phase"                 -vax  -sgi              [300]      add("3.00"),exec("phase")                            ;
365
366  help 300phase:
367"From a workstation type:
368
369    add 3.00
370    phase
371";
372
373menu 3041:              "3.041"                 {3041}                  [course3/20]                                                    ;
374  item 3041www:         "3.041 WWW Page"        [3041]   add("infoagents"),exec("htmlview http://web.mit.edu/course/3/3.041/html/homepage.html")        ;
375
376item 3091:              "3.091"                                         [course3/30]                            setup("3.091"),exec("xterm -n 3.091")   ;
377
378item 311:               "3.11 WWW Page"                                 [course3/50]  add("infoagents"),exec("htmlview http://web.mit.edu/course/3/3.11/www/home.html")  ;
379
380menu 3185:              "3.185"                 {3185}                  [course3/60]                                                                            ;
381
382 item 3185gas:          "Gas Properties"        -sun4                   [3185/10]  add("3.185"),exec("Propgas")                                                 ;
383 item 3185heat:         "Heat Transfer"         -sun4                   [3185/20]  add("3.185"),exec("Heattrans")                                               ;
384 item 3185fluid:        "Fluid Flow"            -sun4                   [3185/30]  add("3.185"),exec("Fluidflow")                                               ;
385 item 3185home:         "3.185 Homepage"                                [3185/40]  add("infoagents"),exec("htmlview http://web.mit.edu/3.185/www/")   ;
386
387 help 3185home:
388"This brings up the 3.185 World Wide
389 Web home page in an existing browser,
390 or starts a new browser if one is
391 not running. 
392
393";
394
395item 3s32:              "3-S32 WWW Page"                                [course3/80]    add("infoagents"),exec("htmlview http://web.mit.edu/3s32/www/index.html") ;
396
397item 353:               "3.53 WWW Page"                                 [course3/70]  add("infoagents"),exec("htmlview http://web.mit.edu/3.53/www/index.html")  ;
398
399menu 4.203:             "4.203"                 {4203}                  [course4/1]                                                                               ;
400  item 4023Manual:      "AutoCAD Manual"        -decmips                [4203/5]                add("autocad"),exec("/mit/autocad/bin/dtext");
401
402 item 4203tips:         "Helpful Tips"    -decmips -rsaix               [4203/10]               attach("4.203"),add("frame"),exec("reader +viewerIsServer -file /mit/4.203/Help/tips");
403 item 4203acad12:       "AutoCAD 12"    -sgi                    [4203/25]               add("4.203"),exec("/mit/4.203/bin/autocad -version 12")                     ;
404 item 4203acad13:       "AutoCAD 13"    -decmips -rsaix         [4203/20]               add("4.203"),exec("/mit/4.203/bin/autocad -version 13")                     ;
405
406 menu 4203Assign:       "Assignments"           {4203assign}            [4203/30]                                                                                 ;
407  item 4203Assign1:     "Assignment 1"  -rsaix -decmips -sun4   [4203assign]            attach("4.203"),exec("ez -geometry 580x600 /mit/4.203/Assignments/assignment1.ez");
408  item 4203Assign2:     "Assignment 2"  -rsaix -decmips -sun4   [4203assign]            attach("4.203"),exec("ez -geometry 580x600 /mit/4.203/Assignments/assignment2.ez");
409  item 4203Assign3:     "Assignment 3"  -rsaix -decmips -sun4   [4203assign]            attach("4.203"),exec("ez -geometry 580x600 /mit/4.203/Assignments/assignment3.ez");
410  item 4203Assign4:     "Assignment 4"  -rsaix -decmips -sun4   [4203assign]            attach("4.203"),exec("ez -geometry 580x600 /mit/4.203/Assignments/assignment4.ez");
411  item 4203Assign5:     "Assignment 5"  -rsaix -decmips -sun4   [4203assign]            attach("4.203"),exec("ez -geometry 580x600 /mit/4.203/Assignments/assignment5.ez");
412  item 4203Assign6:     "Assignment 6"  -rsaix -decmips -sun4   [4203assign]            attach("4.203"),exec("ez -geometry 580x600 /mit/4.203/Assignments/assignment6.ez");
413  item 4203Assign7:     "Assignment 7"  -rsaix -decmips -sun4   [4203assign]            attach("4.203"),exec("ez -geometry 580x600 /mit/4.203/Assignments/assignment7.ez");
414
415 menu 4203Handouts:     "Handouts"              {4203hand}              [4203/40]                                                                                 ;
416  item 4203Hand1:       "Handout 1"     -rsaix -decmips -sun4   [4203hand/1]            attach("4.203"),exec("ez -geometry 580x600 /mit/4.203/Handouts/handout1.ez");
417  item 4203Hand2:       "Handout 2"     -rsaix -decmips -sun4   [4203hand/2]            attach("4.203"),exec("ez -geometry 580x600 /mit/4.203/Handouts/handout2.ez");
418  item 4203Hand3:       "Handout 3"     -rsaix -decmips -sun4   [4203hand/3]            attach("4.203"),exec("ez -geometry 580x600 /mit/4.203/Handouts/handout3.ez");
419  item 4203Hand4:       "Handout 4"     -rsaix -decmips -sun4   [4203hand/4]            attach("4.203"),exec("ez -geometry 580x600 /mit/4.203/Handouts/handout4.ez");
420  item 4203Hand5:       "Handout 5"     -rsaix -decmips -sun4   [4203hand/5]            attach("4.203"),exec("ez -geometry 580x600 /mit/4.203/Handouts/handout5.ez");
421  item 4203Hand6:       "Handout 6"     -rsaix -decmips -sun4   [4203hand/6]            attach("4.203"),exec("ez -geometry 580x600 /mit/4.203/Handouts/handout6.ez");
422  item 4203Hand7:       "Handout 7"     -rsaix -decmips -sun4   [4203hand/7]            attach("4.203"),exec("ez -geometry 580x600 /mit/4.203/Handouts/handout7.ez");
423  item 4203Hand8:       "Handout 8"     -rsaix -decmips -sun4   [4203hand/8]            attach("4.203"),exec("ez -geometry 580x600 /mit/4.203/Handouts/handout8.ez");
424  item 4203Hand9:       "Handout 9"     -rsaix -decmips -sun4   [4203hand/9]            attach("4.203"),exec("ez -geometry 580x600 /mit/4.203/Handouts/handout9.ez");
425  item 4203Hand10:      "Handout 10"    -rsaix -decmips -sun4   [4203hand/10]           attach("4.203"),exec("ez -geometry 580x600 /mit/4.203/Handouts/handout10.ez");
426
427menu aboutcrl:          "About the CRL"         {aboutcrl}              [course4/2]                                                                     ;
428menu aboutcrl2:         "About the CRL"         {aboutcrl2}             [course11/2]                                                                    ;
429 item askcrl:           "Ask the Staff"                                 [aboutcrl/1][aboutcrl2/1]                                                       ;
430 help askcrl:
431"To get more help from CRL on any topic, send email
432to <crlhelp@mit.edu> and someone from the Lab Staff
433will get back to you as soon as possible." ;
434
435 item crlolh:           "Answers"       -rsaix -decmips                 [aboutcrl/2][aboutcrl2/2]       attach("crl"),add("frame"),exec("reader +viewerIsServer -file /mit/crl/Help/help/about-crl.doc")        ;
436
437item 511:               "5.11 Home Page"                                [course5/10]      add("infoagents"),exec("htmlview http://web.mit.edu/5.11/www/") ;
438
439item emf:               "6.013 Electromagnetic Fields and Energy"       [course6/10] -rsaix -decmips -sun4      attach("6.013"),exec("xterm -title 6.013 -e /mit/6.013/.attachrc");
440item 6012homepage:      "6.012 Homepage"        -decmips                [course6/20]            add("infoagents"),exec("htmlview http://web.mit.edu/6.012/www/home.html") ;
441item quantphys:         "6.021J Quantitative Physiology"                [course6/30]                            setup("6.021J"),exec("xterm -n qp")             ;
442! cvsim is placed onto the 6.022J menu further down in this file;
443menu 6022jcvsim:        "6.022J"                 {6022j}                [course6/40]                                                             ;
444  item 6022cvsim:       "CVSIM"                                         [6022j] -rsaix -sgi             add("hst"),exec("xterm -e cvsim")       ;
445
446item 6041:              "6.041/6.431 Probabilistic Systems Analysis"    [course6/50] -rsaix                         setup("6.041"),exec("xterm -n 6.041/6.431") ;
447item 6070homepage:      "6.070 Homepage"                                [course6/60]            add("infoagents"),exec("htmlview http://web.mit.edu/6.070/index.html") ;
448item 6071homepage:      "6.071 Homepage"                                [course6/70]            add("infoagents"),exec("htmlview http://web.mit.edu/6.071/www/home.html") ;
449item 6111:              "6.111 Digital Design Tools"                    [course6/80] -rsaix -sun4                                setup("6.111"),exec("xterm -n 6.111")  ;
450
451item 6270:              "6.270 Robot Design"                            [course6/90] -rsaix -sun4                       setup("6.270"),exec("xterm -n 6.270")           ;
452item 6728:              "6.728 Home Page"                               [course6/100]  add("infoagents"),exec("htmlview http://web.mit.edu/6.728/www/home.html");
453item 6730:              "6.730 Home Page"                               [course6/110]  add("infoagents"),exec("htmlview http://web.mit.edu/6.730/www/home.html");
454item 6965:              "6.965 Home Page"                               [course6/120]  add("infoagents"),exec("htmlview http://web.mit.edu/6.728/www/home.html");
455item 701:               "7.01x Home Page"                               [course7]       add("infoagents"),exec("htmlview http://web.mit.edu/7.01x/www");
456item 801:               "8.01 Home Page"                                [course8/05]    add("infoagents"),exec("htmlview http://web.mit.edu/8.01/www")  ;
457item 803:               "8.03 Home Page"                                [course8/10]    add("infoagents"),exec("htmlview http://web.mit.edu/8.03/Spring/Homepage.html");
458
459 item 804:              "8.04 Home Page"                                [course8/20]    add("infoagents"),exec("htmlview http://web.mit.edu/8.04/www/8.04.html");
460
461
462item pplot:             "Pplot"         -rsaix -decmips -sun4           [course10/40]           attach("10.001"),exec("xterm -e /mit/10.001/pplot/%M.bin/pplot");
463
464menu 10001:             "10.001"                {10001}                 [course10/10]                                                                           ;
465 item 10001web:         "10.001 Home Page"                              [10001/05]      add("infoagents"),exec("htmlview http://web.mit.edu/10.001/Web/10_001homepage.html") ;
466
467
468menu 10213web:          "10.213"                {10213}                 [course10/20]   ;
469 item 10213:            "10.213 Home Page"                              [course10/25]      add("infoagents"),exec("htmlview http://web.mit.edu/10.213/www/10213hp.html") ;
470
471menu 10490web:          "10.490"                {10490}                 [course10/28]                                                                           ;
472 item 10490:            "10.490 Home Page"                              [course10/29]      add("infoagents"),exec("htmlview http://web.mit.edu/10.490/Web/index.html") ;
473
474 item 10491:            "10.491 Home Page"                              [course10/30]      add("infoagents"),exec("htmlview http://web.mit.edu/10.491/Web/index.html") ;
475
476menu 10550:             "10.550"                {10550}                 [course10/31]   ;
477 item 10550control:     "10.550 Control Modules"                        [10550/10]      attach("10.550"),add("matlab"),exec("matlab /mit/10.550/Courseware/PCM")        ;
478
479 item xmap:             "MITMapper"     -sun4                           [course11/10]                           attach("crldata"),add("crlbin"),exec("mitmap")  ;
480 menu 11227:            "11.227"                        {11227}         [course11/20]                                                                           ;
481  item 11227tips:       "Helpful Tips"  -decmips -rsaix         [11227/10]      attach("crl"),add("frame"),exec("reader +viewerIsServer -file /mit/crl/Help/tips")      ;
482 menu 11520:            "11.520"                        {11520}         [course11/30]                                                                           ;
483  item 11520tips:       "Helpful Tips"  -decmips -rsaix                 [11520/10]      attach("11.520"),add("frame"),exec("reader +viewerIsServer -file /mit/11.520/Help/tips");
484 menu 11521:            "11.521"                        {11521}         [course11/40]                                                                           ;
485  item 11521tips:       "Helpful Tips"  -decmips -rsaix                 [11521/10]      attach("11.521"),add("frame"),exec("reader +viewerIsServer -file /mit/11.521/Help/tips");
486
487item mathematica:       "Mathematica"            -sun4                  [course12]                      add("math"),exec("mathematica");
488 help mathematica:
489"A limited number of Mathematica licenses are available on Athena. 
490The package is supported only on the context of a course; please
491contact your course TA for help. 
492
493Mathematica is ONLY available on Athena DECstations.
494
495To run on a workstation:
496
497   add math;  mathematica
498
499To run over dialup:
500
501   add math; math
502
503Other help:  add math; mathbook
504                         select entry under the `Help' menu
505                               (X-based version of the application)
506
507Bug reports:  use sendbug
508";
509
510menu 1300:              "13.00"                 {1300}                  [course13]                                                                              ;
511menu 1304:              "13.04"                 {1304}                  [course13]                                                                              ;
512menu 1380J:             "13.80J"                {1380J}                 [course13]                                                                              ;
513menu shipdesign:        "Ship Design"           {shipdesign}            [course13]                                                                              ;
514
515item ducksoup:          "Ducksoup"      -rsaix  -decmips -sun4  [1300]          attach("13.00"),cd("/mit/13.00/%Mbin/ducksoup.d"),exec("DUCKSOUP")      ;
516
517item prophd:            "PROP-HD"        -rsaix  -sun4          [1304]                          add("13.04"),exec("xterm -e /mit/13.04/%Mbin/prophd")   ;
518
519item SHCP:              "SHCP"          -rsaix -decmips -sun4   [shipdesign]    attach("13.ship"),exec("xterm -e /mit/13.ship/shcp/%Mbin/runshcp")      ;
520item ASSET:             "ASSET"         -rsaix -decmips -sun4   [shipdesign]    attach("13.ship"),exec("xterm -e /mit/13.ship/asset/runasset")          ;
521item RUNSUB:            "Runsub"        -rsaix  -sun4                   [shipdesign]    attach("13.ship"),exec("xterm -e /mit/13.ship/subs/%Mbin/runsub")       ;
522item PC01:              "PC01"          -rsaix -decmips -sun4   [shipdesign]    attach("13.ship"),exec("xterm -e /mit/13.ship/pc01/pc01.e")             ;
523item SEAKEEP:           "Seakeep"       -rsaix -decmips -sun4           [shipdesign]    attach("13.ship"),exec("xterm -e /mit/13.ship/seakeep/seakeep/%Mbin/seakeep") ;
524item TSS86:             "TSS86"         -rsaix -decmips -sun4           [shipdesign]    attach("13.ship"),exec("xterm -e /mit/13.ship/tss86/%Mbin/tss86")       ;
525item WIND:              "Wind"          -rsaix -decmips -sun4           [shipdesign]    attach("13.ship"),exec("xterm -e /mit/13.ship/wind/%Mbin/wind")         ;
526item NORPLOT:           "Norplot"       -rsaix  -sun4                   [shipdesign]    attach("13.ship"),exec("xterm -e /mit/13.ship/norplot/%Mbin/Norplot")   ;
527item VIEWDXF:           "Viewdxf"       -rsaix -decmips -sun4           [shipdesign]    attach("13.ship"),exec("xterm -e /mit/13.ship/autocad/%Mbin/viewdxf")   ;
528
529menu 1401:              "14.01"         {1401}                          [course14]                                                                      ;
530menu 1421j:             "14.21J"        {1421j}                         [course14]                                                                      ;
531menu 14a02:             "14a02"         {14a02}                         [course14]                                                                      ;
532
533item 14.01page:         "14.01 Home Page"                               [1401/10]       add("infoagents"),exec("htmlview http://web.mit.edu/14.01/www/")        ;
534item 1421jpage:         "14.21J Home Page"                              [1421j/10]      add("infoagents"),exec("htmlview http://web.mit.edu/14.21j/www/index.html");
535
536item 14a02page:         "14a02 Home Page"                               [14a02/10]      add("infoagents"),exec("htmlview http://web.mit.edu/14a02/www/index.html");
537
538item sst:               "SST"           -rsaix -decmips -sun4           [course17]                      add("econsst"),exec("xterm -e /mit/econsst/bin/sst")    ;
539
540menu 1803:              "18.03"         {1803}                          [course18]                                              ;
541! item ode:             "ODE"                   -rsaix -sgi             [1803]          add("18.03"),exec("ode")                ;
542 item 1803page:         "18.03 Home Page"                               [1803]          add("infoagents"),exec("htmlview http://www-math.mit.edu/18.03/");
543 item 1803maple:        "Maple"                                         [1803]          add("maple"),exec("maple")              ;
544 item 1803matlab:       "Matlab"                                        [1803]          add("matlab"),exec("matlab")            ;
545 item 1803x1:           "xphased 1"             -rsaix -decmips         [1803]          add("18.03"),exec("x1")         ;
546 item 1803x2:           "xphased 2"             -rsaix -decmips         [1803]          add("18.03"),exec("x2")         ;
547
548menu 18385:             "18.385"        {18385}                         [course18]                                                                              ;
549 item dstool:           "18.385 dstool" -rsaix  -sgi -decmips   [18385]         add("18.385"),exec("xterm -sb -e dstool")               ;
550
551 item xphased:          "18.385 xphased" -rsaix -decmips        [18385]         add("18.385"),exec("xphased")           ;
552
553menu 1806:              "18.06"         {1806}                          [course18]                                                                              ;
554item 1806page:          "18.06 Home Page"                               [1806]          add("infoagents"),exec("htmlview http://web.mit.edu/course/18/18.06/www/index.html");
555
556menu 1802s:             "18.02s"         {1802s}                        [course18]                                                                              ;
557 item 1802ssyll:        "Syllabus"                                      [1802s/10]  attach("18.02s"),exec("xdvi /mit/18.02s/syllabus.dvi")                      ;
558 item 1802sgeninfo:     "General Information"                           [1802s/20]  attach("18.02s"),exec("xdvi /mit/18.02s/general_info.dvi")                  ;
559
560menu french:            "French"        {french}                        [course21/5]                                                                            ;
561
562menu french2:           "French II"     {french2}                       [french]                                                                                ;
563
564item french2home:               "French II Home Page"                   [french2]       add("infoagents"),exec("htmlview http://web.mit.edu/course/21/21.french/francaisII/")                   ;
565
566menu japanese:          "Japanese"      {japanese}                      [course21/10]   ;
567
568item jmaterials:        "Japanese 1-4 Materials  (WWW)"                 [japanese/10]   attach("infoagents"),exec("/mit/infoagents/bin/Mosaic http://www-japan.mit.edu/mit/mit-materials/");
569item kquiz:             "Kanji Drill Software"          -vax            [japanese/20]   attach("21.japan"),exec("/mit/21.japan/bin/kanjiquiz")                                  ;
570item jutils:            "Utilization Q&A (JSL 1-24)"    -vax            [japanese/30]   attach("21.japan"),exec("/mit/21.japan/bin/jwork")                                      ;
571
572
573menu 21254:             "Advanced Japanese Materials" {21254}           [japanese/40]                                                                   ;
574item 21254syll:         "Advanced Japanese Syllabus"            [21254/10] attach("21.japan"),sh("ez 2>/dev/null -geometry 600x700 /mit/21.japan/class-materials/syllabi/SyllabusJ-Adv.ez");
575item 21254bull:         "Advanced Japanese Weekly Schedule"     [21254/20] attach("21.japan"),sh("ez 2>/dev/null -geometry 600x700 /mit/21.japan/class-materials/schedules/japanesea1/AdvancedWeekly.ez");
576menu 21254read:         "`Current Japanese' Texts" {21254read}  [21254/30]                                                                              ;
577
578item 21254read1:        "Lesson 1"  [21254read/10] attach("21.japan"),attach("babel"),exec("/mit/babel/bin/bigmule /mit/21.japan/class-materials/reading/current-japanese/current1");
579item 21254read2:        "Lesson 2"  [21254read/20] attach("21.japan"),attach("babel"),exec("/mit/babel/bin/bigmule /mit/21.japan/class-materials/reading/current-japanese/current2");
580item 21254read3:        "Lesson 3"  [21254read/30] attach("21.japan"),attach("babel"),exec("/mit/babel/bin/bigmule /mit/21.japan/class-materials/reading/current-japanese/current3");
581item 21254read4:        "Lesson 4"  [21254read/40] attach("21.japan"),attach("babel"),exec("/mit/babel/bin/bigmule /mit/21.japan/class-materials/reading/current-japanese/current4");
582item 21254read5:        "Lesson 5"  [21254read/50] attach("21.japan"),attach("babel"),exec("/mit/babel/bin/bigmule /mit/21.japan/class-materials/reading/current-japanese/current5");
583item 21254read6:        "Lesson 6"  [21254read/60] attach("21.japan"),attach("babel"),exec("/mit/babel/bin/bigmule /mit/21.japan/class-materials/reading/current-japanese/current6");
584item 21254read7:        "Lesson 7"  [21254read/70] attach("21.japan"),attach("babel"),exec("/mit/babel/bin/bigmule /mit/21.japan/class-materials/reading/current-japanese/current7");
585item 21254read8:        "Lesson 8"  [21254read/80] attach("21.japan"),attach("babel"),exec("/mit/babel/bin/bigmule /mit/21.japan/class-materials/reading/current-japanese/current8");
586
587
588item separator:         "___________________"                           [japanese/50]                                                                   ;
589item kterm:             "Kterm" -vax                                    [japanese/60]   attach("nihongo"),exec("/mit/nihongo/bin/kterm")                                        ;
590item bkterm:            "Kterm (large font)"            -vax            [japanese/70]   attach("nihongo"),exec("/mit/nihongo/bin/bigkterm")                                     ;
591item mule:              "Mule (multi-language emacs)"   -vax            [japanese/80]   attach("babel"),exec("/mit/babel/bin/mule")                                     ;
592item bmule:             "Mule (large font)"             -vax            [japanese/90]   attach("babel"),exec("/mit/babel/bin/bigmule")                                  ;
593item jdict:             "J/E, E/J, Kanji Dictionary"      -vax          [japanese/100]  attach("nihongo"),exec("/mit/nihongo/bin/kterm -e /mit/nihongo/bin/xjdic")                              ;
594item bjdict:            "Dictionary (large font)"         -vax          [japanese/110]  attach("nihongo"),exec("/mit/nihongo/bin/bigkterm -e /mit/nihongo/bin/xjdic")                   ;
595
596
597help jmaterials:
598"This menu item launches Mosaic, with the MIT Japanese Language Program
599materials page as its starting point.  You can start Mosaic yourself:
600
601          add infoagents
602          /mit/infoagents/bin/Mosaic &
603
604and simply open the URL:
605
606          http://www-japan.mit.edu/mit/mit-materials/
607
608to get to the same page.
609
610NOTE:  You should not use Netscape, or the version of Mosaic in the
611sipb locker  on Athena to browse the Japanese pages, as neither of
612them can display Japanese text.
613";
614
615help kquiz:
616"This launches the Kanji Quiz software package, useful for drilling
617your Kanji recognition skills.
618
619To run:  add 21.japan; kanjiquiz
620
621Other help:  Mosaic http://www-japan.mit.edu/mit/mit-materials/help/ &
622
623Bug-reports:  email to <bug-nihongo@mit.edu>
624";
625
626help jutils:
627"This launches a viewer for the Utilization exercises for chapters
6281-24 of `Japanese, the Spoken Language.'  From this application you
629can view the Utilization exercise questions, and view and print out
630the answers.
631
632To run:  add 21.japan; jwork
633
634Other help:  Mosaic http://www-japan.mit.edu/mit/mit-materials/help/ &
635
636Bug-reports:  email to <bug-nihongo@mit.edu>
637";
638
639help 21254syll:
640"This launches the Advanced Japanese course syllabus in an EZ window.
641
642To run:  attach 21.japan
643                 ez  /mit/21.japan/class-materials/syllabi/SyllabusJ-Adv.ez
644
645You can print the syllabus out from inside EZ by choosing the `Print'
646menu item from the `File' menu.
647
648Bug-reports:  email to <bug-nihongo@mit.edu>
649";
650
651help 21254bull:
652"This launches the Advanced Japanese weekly schedule in an EZ window.
653
654To run:  attach 21.japan
655                 ez  /mit/21.japan/class-materials/schedules/japanesea1/SyllabusJ-Adv.ez
656
657You can print the syllabus out from inside EZ by choosing the `Print'
658menu item from the `File' menu.
659
660Bug-reports:  email to <bug-nihongo@mit.edu>
661";
662
663
664help 21254read1:
665"This brings up a copy of Current Japanese, Lesson 1 in a mule
666window with a large, easy-to-read font.
667
668To run:  attach 21.japan
669            add babel; mule /mit/21.japan/class-materials/reading/current-japanese/current1 &
670
671To print the file (PRINTING AVAILABLE ON DECstations and RS/6000s ONLY):
672
673(inside mule while viewing the file) M-x print-mule-buffer
674                   
675(outside of mule) add babel; m2ps < /mit/21.japan/class-materials/reading/current-japanese/current1 | lpr
676
677Bug-reports:  email to <bug-nihongo@mit.edu>
678";
679
680help 21254read2:
681"This brings up a copy of Current Japanese, Lesson2  in a mule
682window with a large, easy-to-read font.
683
684To run:  attach 21.japan
685            add babel; mule /mit/21.japan/class-materials/reading/current-japanese/current2 &
686
687To print the file (PRINTING AVAILABLE ON DECstations and RS/6000s ONLY):
688
689(inside mule while viewing the file) M-x print-mule-buffer
690                   
691(outside of mule) add babel; m2ps < /mit/21.japan/class-materials/reading/current-japanese/current1 | lpr
692
693Bug-reports:  email to <bug-nihongo@mit.edu>
694";
695
696help 21254read3:
697"This brings up a copy of Current Japanese, Lesson 3 in a mule
698window with a large, easy-to-read font.
699
700To run:  attach 21.japan
701            add babel; mule /mit/21.japan/class-materials/reading/current-japanese/current3 &
702
703To print the file (PRINTING AVAILABLE ON DECstations and RS/6000s ONLY):
704
705(inside mule while viewing the file) M-x print-mule-buffer
706                   
707(outside of mule) add babel; m2ps < /mit/21.japan/class-materials/reading/current-japanese/current1 | lpr
708
709Bug-reports:  email to <bug-nihongo@mit.edu>
710";
711
712help 21254read4:
713"This brings up a copy of Current Japanese, Lesson4  in a mule
714window with a large, easy-to-read font.
715
716To run:  attach 21.japan
717            add babel; mule /mit/21.japan/class-materials/reading/current-japanese/current4 &
718
719To print the file (PRINTING AVAILABLE ON DECstations and RS/6000s ONLY):
720
721(inside mule while viewing the file) M-x print-mule-buffer
722                   
723(outside of mule) add babel; m2ps < /mit/21.japan/class-materials/reading/current-japanese/current1 | lpr
724
725Bug-reports:  email to <bug-nihongo@mit.edu>
726";
727
728help 21254read5:
729"This brings up a copy of Current Japanese, Lesson 5 in a mule
730window with a large, easy-to-read font.
731
732To run:  attach 21.japan
733            add babel; mule /mit/21.japan/class-materials/reading/current-japanese/current5 &
734
735To print the file (PRINTING AVAILABLE ON DECstations and RS/6000s ONLY):
736
737(inside mule while viewing the file) M-x print-mule-buffer
738                   
739(outside of mule) add babel; m2ps < /mit/21.japan/class-materials/reading/current-japanese/current1 | lpr
740
741Bug-reports:  email to <bug-nihongo@mit.edu>
742";
743
744help 21254read6:
745"This brings up a copy of Current Japanese, Lesson 6 in a mule
746window with a large, easy-to-read font.
747
748To run:  attach 21.japan
749            add babel; mule /mit/21.japan/class-materials/reading/current-japanese/current6 &
750
751To print the file (PRINTING AVAILABLE ON DECstations and RS/6000s ONLY):
752
753(inside mule while viewing the file) M-x print-mule-buffer
754                   
755(outside of mule) add babel; m2ps < /mit/21.japan/class-materials/reading/current-japanese/current1 | lpr
756
757Bug-reports:  email to <bug-nihongo@mit.edu>
758";
759
760help 21254read7:
761"This brings up a copy of Current Japanese, Lesson 7 in a mule
762window with a large, easy-to-read font.
763
764To run:  attach 21.japan
765            add babel; mule /mit/21.japan/class-materials/reading/current-japanese/current7 &
766
767To print the file (PRINTING AVAILABLE ON DECstations and RS/6000s ONLY):
768
769(inside mule while viewing the file) M-x print-mule-buffer
770                   
771(outside of mule) add babel; m2ps < /mit/21.japan/class-materials/reading/current-japanese/current1 | lpr
772
773Bug-reports:  email to <bug-nihongo@mit.edu>
774";
775
776help 21254read8:
777"This brings up a copy of Current Japanese, Lesson 8 in a mule
778window with a large, easy-to-read font.
779
780To run:  attach 21.japan
781            add babel; mule /mit/21.japan/class-materials/reading/current-japanese/current8 &
782
783To print the file (PRINTING AVAILABLE ON DECstations and RS/6000s ONLY):
784
785(inside mule while viewing the file) M-x print-mule-buffer
786                   
787(outside of mule) add babel; m2ps < /mit/21.japan/class-materials/reading/current-japanese/current1 | lpr
788
789Bug-reports:  email to <bug-nihongo@mit.edu>
790";
791
792
793
794
795
796help kterm:
797"Kterm is a kanji-capable variant of `xterm.'
798
799To run:  add nihongo; kterm &
800
801Other help:  man kterm
802
803Bug-reports:  email to <bug-nihongo@mit.edu>
804";
805
806help bkterm:
807"This launches a version of `kterm' with a large,
808easy-to-read font.
809
810To run:  add nihongo; bigkterm &
811
812Other help:  man kterm
813
814Bug-reports:  email to <bug-nihongo@mit.edu>
815";
816
817help mule:
818"Mule is a multi-language version of the emacs
819text editor.  When used with a special text-entry mode
820called `skk' it can be used to type Japanese text.
821
822To run:  add babel; mule &
823To invoke skk inside of mule:  M-x skk-mode
824
825Other help:  man mule
826
827                         Mosaic http://www-japan.mit.edu/mit/mit-materials/help/ &
828
829Bug-reports:  email to <bug-babel@mit.edu>
830";
831
832help bmule:
833"This invokes a version of Mule with an extra-large
834font, particularly well-suited for beginning learners
835of Japanese. 
836
837To run:  add babel; bigmule &
838To invoke skk inside of mule:  M-x skk-mode
839
840Other help:  man mule
841
842                         Mosaic http://www-japan.mit.edu/mit/mit-materials/help/ &
843
844Bug-reports:  email to <bug-babel@mit.edu>
845";
846
847help jdict:
848"This launches `xjdic,' a freeware English/Japanese,
849Japanese/English and Kanji dictionary. 
850
851To run:  add nihongo; kterm &
852                 in that kterm, type:  xjdic
853
854Other help:  man xjdic
855
856                        Mosaic http://www-japan.mit.edu/mit/mit-materials/help/ &
857
858Bug-reports:  email to <bug-nihongo@mit.edu>
859";
860
861help bjdict:
862"This launches `xjdic' in a large, easy-to-read font.
863
864To run:  add nihongo; bigkterm &
865                 in that kterm, type:  xjdic
866
867Other help:  man xjdic
868
869                        Mosaic http://www-japan.mit.edu/mit/mit-materials/help/ &
870
871Bug-reports:  email to <bug-nihongo@mit.edu>
872";
873
874
875
876menu filmstudies:       "Film and Media Studies"  {filmstudies}         [course21/15]   ;
877item flmstudpg:         "Film and Media Homepage"               [filmstudies/10]  add("infoagents"),exec("htmlview http://web.mit.edu/21fms/Program/home.html");
878menu flmcrs:            "Courses"               {flmcrs}        [filmstudies/20]        ;
879item 21L907:            "21L907 Media, Culture and Society"     [flmcrs/5]      add("infoagents"),exec("htmlview http://web.mit.edu/21fms/Courses/Theory/home.html")    ;
880
881menu humstudies:        "Writing and Humanistic Studies"  {humstudies}  [course21/20]  ;
882item 21w783page:        "21w.783 Homepage"                      [humstudies/10]  add("infoagents"),exec("htmlview http://web.mit.edu/21w783/www/home.html");
883item 21w794page:        "21w.794 Homepage"                      [humstudies/15]  add("infoagents"),exec("htmlview http://web.mit.edu/21w794/www/home.htm"l);
884
885item cvsim:             "CVSIM"                                         [courseHST] -rsaix -sgi         add("hst"),exec("xterm -e cvsim")       ;
886
887
888!these next 6 items dont do anything- they have no menus to be contained in.  Hmm.
889
890item xprint:            "Print file"                                    [printing]                              exec("xprint")                  ;
891item printpolicy:       "Athena printing policy"                        [printing,policy]                                                       ;
892
893item filequota:         "File Quota"                                    [quotas]                                                                ;
894item printquota:        "Printing Quota"                                [quotas]                                                                ;
895
896item fileprotections:   "File Protections"                              [privacy]                                                               ;
897item privacypolicy:     "Athena privacy policy"                         [privacy,policy]                                                        ;
898
899
900
901help yhelp:
902"Dash is the Athena Dashboard.  In addition to
903providing these menus, dash has several built-in
904accessories like clocks and a logout button.
905
906We invite you to browse through the menus - both
907for future reference and to get your opinions.
908
909To send a bug report about Dash or any other
910Athena software, type `sendbug' at the `athena%'
911prompt, or use the `Send a bug report' option
912under the Dash `Special' menu.
913
914Mail comments and questions to:
915
916              <software-suggestions@mit.edu>
917
918To run on a workstation:   dash &
919Other help:  man dash
920";
921
922help qhelp:
923"Click on the `?' (question mark icon) for info about an item.
924Click on the `->' (right arrow icon) for submenu of an item.
925
926`To run on a workstation:' gives the command that you can
927  type to run the item yourself while logged into a workstation.
928`To run on dialup:' gives the command that you can type
929  when you want to run a text-based application.
930`To run:' gives the command for both types of sessions.
931`Other help:' lists sources to check for more help.
932
933Menu items which are marked with a `*' (star) will start
934  programs or execute commands - dash will first pop up a
935  dialog box which asks you to confirm the action by
936  clicking a `yes' or `no' button.
937Other menu items are informational only - clicking on the
938  `?' will give help, but clicking on the item itself will
939  do nothing but close the menu.";
940
941help techinfo:
942"TechInfo is MIT's public information system, with information
943on course schedules and descriptions, Institute policies,
944activities, _Tech Talk_, network resources, and more.
945
946To run on a workstation:   xtechinfo &
947To run on dialup:   techinfo
948
949Other help: man techinfo
950                         man xtechinfo
951                         type `help' in techinfo
952                         `About TechInfo' menu within techinfo
953                         `Help' button in xtechinfo
954
955Bug reports: use sendbug
956";
957
958help xcluster:
959"Xcluster brings up a map of MIT showing the location
960of all public Athena clusters.  Users can click on a particular
961cluster to get information on availability of workstations and
962status of printers. 
963
964To run on a workstation:   xcluster &
965To run on dialup:                    cview
966
967Other help:  man xcluster
968                         `Help' button in xcluster
969                         man cview
970
971Bug reports:  use sendbug
972";
973
974help xinfo:
975"The xinfo program displays a map of the MIT campus and
976will display the location and important information
977for a large number of on-campus offices, services, and sites.
978
979To run on a workstation:   xinfo &
980
981Other help:  man xinfo
982                         `Help on XINFO' menu under `Help' in xinfo
983
984Bug reports:  use sendbug
985";
986 
987help olta:
988"The On-Line TA system works just like the OLC (Athena's On-line
989Consulting system) except for the fact that the `consultants' are the
990TA's for a course, and the `topics' are the course numbers themselves.
991Users can ask questions about their course assignments which will be
992answered by the TAs for that course.  Any course may use the system,
993but must contact the Faculty Liaison Office to set it up.
994
995To run:    add olta ; olta
996
997Other help: man olta
998                         OLTA on Athena Student Guide (AC-93) from the Faculty Liaisons
999                         OLTA on Athena TA Guide (AC-94) from the Faculty Liaisons
1000                           (both the above are available in OLH under the
1001                            Using Athena for Courses menu.)
1002                         type `help' within olta
1003
1004Bug reports:  use sendbug
1005";
1006
1007help olcstock:
1008"The OLC Stock Answers program allows you to browse
1009answers prepared for the questions most commonly asked of
1010On Line Consulting.
1011
1012To run:    olc_answers     or,
1013                     type `answers' at the olc> prompt
1014                     type `help @olc:answers_menu' at the athena% prompt
1015
1016Other help: man olc_answers
1017                         type `h' within olc_answers
1018
1019Bug reports:  use sendbug
1020";
1021
1022help olh:
1023"The On Line Help program contains documentation from many
1024sources about the Athena system and programs available,
1025either by browsing a tree of topics or by searching for
1026specific keywords.
1027
1028To run:    help
1029To start the text-based version on a workstation:    help -tty
1030
1031Other help: man olh
1032                         `Help' button in X version
1033                         type `h' in tty version
1034
1035Bug reports:  use sendbug
1036";
1037
1038help olc:
1039"The On Line Consulting facility is the place to ask
1040any sorts of questions you might have about Athena.
1041If no one is available immediately, your question will
1042be held until someone can help.  If you logout, you
1043may receive an answer by electronic mail.
1044
1045You can also contact the consultants by calling
1046x3-4435 or stopping by 11-115.
1047
1048To run:    olc
1049
1050Other help: man olc
1051                         type `?' inside olc for a list of commands
1052                         type `help' inside olc
1053
1054Bug reports:  use sendbug
1055";
1056
1057help xman:
1058"The manual page browser displays manual pages which
1059are stored on line for most programs and commands used
1060on Athena.
1061
1062To run on a workstation:   xman &
1063To run on dialup:                man programname
1064
1065Other help: man xman
1066                         man man
1067
1068Bug reports:  use sendbug
1069";
1070
1071help hotline:
1072"To report a problem with any Athena machine, cluster,
1073or any other Athena equipment, call the Hardware Hotline
1074at x3-1410.  You can also send mail to <hotline@mit.edu>.
1075       
1076In either case, please provide as much information on the
1077problem as you can (location of equipment, type of machine,
1078exact nature of the problem, any error messages you may
1079see, and your name and phone number if applicable.)";
1080
1081help minicur:
1082"Bring up a window displaying the schedule for the
1083current Athena minicourses.
1084
1085To view on a workstation:   
1086
1087    add infoagents
1088    Netscape http://web.mit.edu/minidev/Public/Misc/mini_curr.asc &
1089
1090To view as plain text (e.g. over dialup):
1091
1092    add infoagents
1093    lynx http://web.mit.edu/minidev/Public/Misc/mini_curr.asc &
1094
1095Other help: send email to <training@mit.edu>
1096
1097";
1098
1099
1100help mininext:
1101"Bring up a window displaying the schedule for the
1102next set of Athena minicourses.
1103
1104To run on a workstation: 
1105
1106    add infoagents
1107    Netscape http://web.mit.edu/minidev/Public/Misc/mini_next.asc &
1108
1109To view as plain text (e.g. over dialup):
1110
1111    add infoagents
1112    lynx http://web.mit.edu/minidev/Public/Misc/mini_next.asc &
1113
1114Other help: send email to <training@mit.edu>
1115
1116";
1117
1118help minidesc:
1119"Bring up a window displaying the descriptions of
1120all of the Athena minicourses.
1121
1122To run on a workstation:   
1123
1124    add infoagents
1125    Netscape http://web.mit.edu/minidev/Public/Misc/mini_desc.asc &
1126
1127To view as plain text (e.g. over dialup):
1128
1129    add infoagents
1130    lynx http://web.mit.edu/minidev/Public/Misc/mini_desc.asc &
1131
1132Other help: send email to <training@mit.edu>
1133
1134";
1135
1136help helptoggle:
1137"This option turns off the `?' icons and the
1138associated help panels (such as this one.) 
1139This option is a toggle -- it will replace itself
1140with its reverse function, `Show `?' Buttons.'";
1141
1142help sc:
1143"The spreadsheet calculator (sc) resembles many
1144other spreadsheet programs and has its own help
1145command.  It is usable both over dialup and on
1146a workstation.
1147
1148To run:    add sipb ; sc
1149
1150Other help: man sc
1151
1152Bug reports: send email to <bug-sipb@mit.edu>
1153";
1154
1155help splus:
1156"S-PLUS is an interactive environment for data
1157analysis and graphics. It grew out of the interests
1158and needs of people doing statistics research, and
1159is used extensively by statisticians.  S-PLUS is an
1160extended version of the product, S.
1161
1162S-PLUS is available on Athena on the DECstation,
1163Sun, SGI and RS/6000 platforms.
1164
1165To run:  add splus; splus
1166
1167Other help:  man Splus
1168                         more /mit/splus/README.athena
1169                         manuals available for browsing in 11-115
1170     
1171                         The NEW S Language, A Programming
1172                         Environment for Data Analysis and
1173                         Graphics, by Richard A. Becker,
1174                         John M. Chambers and Allan R. Wilks
1175                         (available at the MIT Coop)
1176       
1177Bug reports:  use sendbug
1178";
1179
1180
1181help prochart:
1182"ProChart is a menu-driven graphics presentation
1183program that lets you make x-y line charts,
1184bar charts, and pie charts, and easily modify
1185the chart's appearance.
1186
1187To run on a workstation:   add prochart ;  prochart &
1188
1189Other help:  man prochart
1190
1191Bug reports:  use sendbug
1192";
1193
1194help ez:
1195"EZ is a text editor and word processor which allows
1196multiple fonts, special symbols, and a variety of
1197formatting operations to be used with a nearly
1198`What-You-See-Is-What-You-Get' (WYSIWYG)
1199interface.  Press the middle mouse button over an ez
1200window to get a menu of commands, including help.
1201
1202To run on workstation:   ez
1203
1204Other help: man ez
1205                         ahelp ez
1206                         On-Line Help (under `Text and Graphics Software')
1207                         OLC stock answers
1208                         choose `Help' from the `ez' menu inside EZ
1209                         EZ on Athena (AC-46) from Graphic Arts
1210
1211Bug reports:  use sendbug
1212";
1213
1214help emacs:
1215"Emacs is a widely-used text editor which works
1216on many different computer systems, and is a
1217user-extensible system with hundreds of options.
1218In addition to text editing, you can read NetNews,
1219Discuss or your electronic mail inside of emacs.
1220
1221To run on a workstation:   emacs &
1222To run on dialup:                  emacs
1223
1224Other help:  man emacs
1225                         On-Line Help (under `Text and Graphics Software')
1226                         OLC stock answers
1227                         `Emacs on Athena' (AC-41) from Graphic Arts
1228                         emacs manuals in clusters and libraries
1229
1230                         Type Ctrl-h in an emacs window to get help inside emacs
1231                         Ctrl-h  t to start the emacs tutorial inside emacs
1232                         Ctrl-h  i to start the emacs INFO system inside emacs
1233
1234Bug reports:  use sendbug
1235";
1236
1237help latex:
1238"LaTeX is a program which formats text for printing.  It converts a
1239text file into a formatted document with a moderate amount of work on
1240the user's part.  LaTeX can typeset many foreign characters and very
1241complex mathematical text.
1242
1243To run: latex filename.tex
1244
1245Other help:  man latex
1246                         `Essential LaTeX on Athena' (AC-50) from Graphic Arts
1247                         `More LaTeX on Athena:  Reports and Advanced Topics' (AC-51)
1248                                  from Graphic Arts
1249                         `More LaTeX on Athena: MIT Thesis' (AC-52) from Graphic Arts
1250                         `Inessential LaTeX' from the SIPB
1251                         LaTeX User's Guide in clusters and libraries
1252                         On-Line Help (under `Text and Graphics Software')
1253                         OLC stock answers
1254
1255Bug reports:  use sendbug";
1256
1257help frame5:
1258"FrameMaker  5.1 is a full-featured and very powerful
1259document preparation system, suitable for creating
1260complex documents.  Because of its complexity, it
1261is not well-suited for writing simple documents
1262such as letters and memos, or non-formatted documents
1263such as email and dotfiles.
1264
1265FrameMaker 5.1 is available on Suns and SGIs.
1266
1267To run on a workstation: add frame; maker
1268
1269Other help: click on `Help' from the Frame startup menubar
1270                         choose the `Help' menu inside the Frame window
1271                         `FrameMaker on Athena' (AC-56) from Graphic Arts
1272                         FrameMaker manuals in clusters and libraries
1273                         On-Line Help (under `Text and Graphics Software')
1274                         OLC stock answers
1275
1276Bug reports:  use sendbug";
1277
1278help imaker5:
1279"Imaker 5.1 is the international version of the FrameMaker
1280document preparation system. Imaker provides access to
1281foreign language dictionaries.
1282
1283To run on a workstation: add frame; imaker
1284
1285Other help: see help for the `Maker' item
1286
1287Bug reports:  use sendbug
1288";
1289
1290help imakergerman5:
1291"German Imaker 5.1 is a version of Imaker with the user
1292interface (menus and dialog boxes) in German.
1293
1294To run on a workstation:   add frame; imakergerman
1295
1296Other help: see help for the `Maker' item
1297
1298Bug reports:  use sendbug
1299";
1300
1301help imakerfrench5:
1302"French Imaker 5.1 is a version of Imaker with the user
1303interface (menus and dialog boxes) in French.
1304
1305To run on a workstation:   add frame; imaker -lang francais
1306
1307Other help: see help for the `Maker' item
1308
1309Bug reports:  use sendbug
1310";
1311
1312help framereader5:
1313"FrameReader is a stripped down version of FrameMaker
1314which allows the user to preview Frame documents but
1315not make any changes to them.
1316
1317FrameReader has replaced FrameViewer as of release 5.0.
1318
1319To run on a workstation:   add frame; reader -f <filename>
1320
1321Other help: see help for the `Maker' item
1322
1323Bug reports:  use sendbug
1324";
1325
1326help frame4:
1327"FrameMaker 4.0 is a full-featured and very powerful
1328document preparation system, suitable for creating
1329complex documents.  Because of its complexity, it
1330is not well-suited for writing simple documents
1331such as letters and memos, or non-formatted documents
1332such as email and dotfiles.
1333
1334To run on a workstation: add frame; maker -ver 4.0
1335
1336Other help: click on `Help' from the Frame startup menubar
1337                         choose the `Help' menu inside the Frame window
1338                         `FrameMaker on Athena' (AC-56) from Graphic Arts
1339                         FrameMaker manuals in clusters and libraries
1340                         On-Line Help (under `Text and Graphics Software')
1341                         OLC stock answers
1342
1343Bug reports:  use sendbug
1344";
1345
1346help imaker4:
1347"Imaker version 4 is the international version of the
1348FrameMaker document preparation system. Imaker provides
1349access to foreign language dictionaries.
1350
1351Version 4.0 is available on all platforms but the
1352default is now version 5.1 on the Suns and SGIs.
1353
1354To run on a workstation: add frame; imaker -ver 4.0
1355
1356Other help: see help for the `Maker' item
1357
1358Bug reports:  use sendbug
1359";
1360
1361help imakergerman4:
1362"German Imaker version 4 is a version of Imaker with the
1363user interface (menus and dialog boxes) in German.
1364
1365Version 4.0 is available on all platforms but the
1366default is now version 5.1 on the Suns and SGIs.
1367
1368To run on a workstation:   add frame
1369                           imaker -lang deutsch -ver 4.0
1370
1371Other help: see help for the `Maker' item
1372
1373Bug reports:  use sendbug
1374";
1375
1376help imakerfrench4:
1377"French Imaker version 4.0 is a version of Imaker with
1378the user interface (menus and dialog boxes) in French.
1379
1380Version 4.0 is available on all platforms but the
1381default is now version 5.1 on the Suns and SGIs.
1382
1383To run on a workstation:   add frame
1384                           imaker -lang francais -ver 4.0
1385
1386Other help: see help for the `Maker' item
1387
1388Bug reports:  use sendbug
1389";
1390
1391help frameviewer4:
1392"FrameViewer version 4.0 is a stripped down version of
1393FrameMaker which allows the user to preview Frame documents
1394but not make any changes to them.
1395
1396Version 4.0 is available on all platforms but the default
1397is now version 5.1 on the Suns and SGIs.
1398
1399To run on a workstation:   add frame
1400                           viewer -f <filename> -ver 4.0
1401
1402Other help: see help for the `Maker' item
1403
1404Bug reports:  use sendbug
1405";
1406
1407help graphother:
1408"FrameMaker and TecPlot also have some graphics capabilities
1409and can generate PostScript figures suitable for inclusion
1410in documents.  See the application documentation for more
1411information.";
1412
1413help xfig:
1414"The Facility for Interactive Generation of Figures (xfig)
1415provides much of the same functionality as MacDraw,
1416and can write output files in several formats, including
1417LaTeX, PostScript, and troff, for inclusion into other
1418documents.  Many people prefer Idraw (see Idraw menu item.)
1419
1420To run on a workstation:   add sipb ; xfig &
1421
1422Other help: man xfig
1423
1424Bug reports: send email to <bug-sipb@mit.edu>
1425";
1426
1427help tgif:
1428"Tgif is an interactive 2-d drawing facility which   
1429supports  hierarchical  construction  of drawings and easy
1430navigation between sets of drawings.  It  can  also  be used
1431to launch applications and as a hyper-graphics (or
1432hyper-structured-graphics) browser on the WWW.
1433
1434To run on a workstation:  add sipb ; tgif &
1435
1436Other help:  man tgif
1437
1438Bug reports:  send email to <bug-sipb@mit.edu>
1439";
1440
1441help xpaint:
1442"Xpaint is another popular drawing program on Athena.
1443It provides much of the same functionality as MacDraw.
1444
1445To run on a workstation: add graphics; xpaint &
1446
1447Other help: man xpaint
1448                         click on `Help' button inside xpaint
1449
1450Bug reports: send email to <graphics@mit.edu>
1451";
1452
1453help idraw:
1454"Idraw is a popular drawing program on Athena.  It
1455provides much of the same functionality as MacDraw,
1456and writes output files in PostScript format.
1457Idraw drawings can be included in documents.
1458
1459Idraw is not available on Sun workstations.
1460
1461To run on a workstation:   add sipb ; idraw &
1462
1463Other help: man idraw
1464
1465Bug reports: send email to <bug-sipb@mit.edu>
1466";
1467
1468help xv:
1469"XV is an interactive image-processing program
1470which can read screendumps or picture files in several
1471different formats, alter them, and write them out in
1472any of several formats.
1473
1474To run on a workstation:   add graphics ; xv filename &
1475
1476Other help: man xv
1477
1478Bug reports: send email to <graphics@mit.edu>
1479";
1480
1481help xwd:
1482"xwd (X Window Dump) and xwud (X Window UnDump)
1483are two programs that can take snapshots of windows on
1484your screen.  To capture the image of a window, use
1485`xwd'.  To re-display it later, use `xwud'.  After typing
1486`xwd', the mouse cursor will change into a plus-sign (+),
1487then click on the window you want to photograph, or the
1488grey background if you want an image of the whole screen.
1489
1490To run on a workstation:   xwd -out filename
1491                                            xwud -in filename &
1492
1493Other help: man xwd
1494                         man xwud
1495
1496Bug reports:  use sendbug
1497";
1498
1499help autocad12:
1500"AutoCAD is a Computer-Aided Design
1501package from AutoDesk, Inc.
1502
1503To run on a workstation: add autocad; autocad -version 12&
1504
1505Other help:  AutoCAD Reference Manual in the libraries and 11-115
1506                         AutoCAD Tutorial in the libraries and 11-115
1507                         AutoCAD Extras Manual in the libraries and 11-115
1508
1509Bug reports:  use sendbug
1510";
1511
1512help autocad13:
1513"AutoCAD is a Computer-Aided Design
1514package from AutoDesk, Inc.
1515
1516To run on a workstation: add autocad; autocad -version 13&
1517
1518Other help:  AutoCAD Reference Manual in the libraries and 11-115
1519                         AutoCAD Tutorial in the libraries and 11-115
1520                         AutoCAD Extras Manual in the libraries and 11-115
1521
1522Bug reports:  use sendbug
1523";
1524
1525help xdpr:
1526"xdpr (X window Dump PRinter) sends a snapshot of one
1527of your windows to the printer.  The mouse cursor will
1528change into a plus-sign (+).  Click on the window you
1529want to photograph, or the grey background if you want
1530an image of the whole screen.
1531
1532To run on a workstation:   xdpr -Pprintername
1533
1534Other help: man xdpr
1535
1536Bug reports:  use sendbug
1537";
1538
1539help bitmap:
1540"bitmap is the bitmap editor.  You can draw and edit
1541bitmaps and save them out to files for use as icons
1542and background patterns.
1543
1544To run on a workstation:   bitmap filename &
1545
1546Other help: man bitmap
1547
1548Bug reports:  use sendbug
1549";
1550
1551help xlibs:
1552"Xlib, Xt, Xaw, and Motif are layered libraries that supply
1553X window programming functionality and widget sets for
1554building graphical objects in X. Libraries and other
1555resources are available in various lockers, including:
1556x11, x11r5, motif1.1 and motif1.2. Man pages exist for
1557various features (man X, man 3Xt <function> etc.). See the
1558document `Summary of Available Athena Software' (AC-13),
1559available from Graphic Arts, and the PostScript file
1560SunCompiling.ps in the info locker.";
1561
1562help saber:
1563"Codecenter (formerly Saber C) is an integrated C interpreter/debugger
1564which comes in window and command-line versions.  It has an on-line
1565help system that is fairly complete, and also has an on-line
1566tutorial available.
1567
1568To run on a DECstation (version 3.1.1):
1569
1570                         add saber; xcodecenter (X version),
1571                         add saber; codecenter (command-line version)
1572
1573To run on a Sun (version 4.0.2):
1574
1575                         add codecenter; xcodecenter (X version),
1576                         add codecenter; codecenter (command-line version)
1577
1578Other help: help inside program
1579                         man saber
1580                         man xcodecenter
1581                         man codecenter
1582
1583Bug reports:  use sendbug
1584";
1585
1586help clang:
1587"There are a number of C and C++ compilers on Athena, some of which
1588require attaching lockers to access. The standard name for the C
1589compiler under UNIX is `cc', but there are a number of exceptions to
1590this that are explained in the various documents listed below.
1591
1592Which implementation  of a C compiler you use depends on a variety of
1593considerations which are too complicated to go into here.  We suggest
1594starting with the compilers in the `cygnus' locker:
1595
1596        add cygnus
1597        /mit/cygnus/`machtype`bin/gcc      (C compiler)
1598        /mit/cygnus/`machtype`bin/g++      (C++ compiler)
1599
1600Other help: add cygnus; man gcc
1601                         add cygnus; info
1602
1603                         `Summary of Available Athena Software' (AC-13), sec. 6.1,
1604                                   from Graphic Arts
1605
1606                         OLH subtopics under `Programmingon Athena', and
1607                                   `Documentation Archives'
1608                                                  -> `Archive of Athena Documents...'
1609                                                                           -> `C Programming on Athena'
1610                                                                           -> `C Programming Tools on Athena'.
1611
1612                         For C and C++ on Suns, see the PostScript file SunCompiling.ps:
1613
1614                                                  attach info
1615                                                  add frame
1616                                                  reader -f  /mit/info/SunCompiling.doc
1617
1618                         OLH topics `Answers to Commonly Asked Questions' -> `C Answers'.
1619
1620
1621See also the Multi locker (add multi; cd /mit/multi) for C and C++ compilers
1622from Green Hills Software (DECstation, Sun) supplied with the Multi debugger.
1623
1624Bug reports:  use sendbug
1625";
1626
1627help fortranlang:
1628"There are a number of different FORTRAN compilers on Athena.  The standard name
1629for the FORTRAN compiler under UNIX is f77, but there are exceptions to this
1630that are explained in the documents below.
1631
1632Other help:  `Summary of Available Athena Software' (AC-13), sec. 6.1,
1633                                   from Graphics Arts (11-004 or E52-045)
1634
1635                         OLH topics `Answers to Commonly Asked Questions'
1636                                                  -> `FORTRAN  Answers'.
1637
1638                         For FORTRAN on Suns, see the PostScript file SunCompiling.ps:
1639
1640                                                  attach info 
1641                                                  add frame
1642                                                  reader -f /mit/info/SunCompiling.doc
1643
1644See also the Multi locker (add multi; cd /mit/multi) for the Green Hills
1645Software FORTRAN compiler (DECstation, Sun) supplied with the Multi debugger.
1646
1647Bug reports:  use sendbug
1648";
1649
1650help schemelang:
1651"Scheme is a dialect of Lisp taught in 6.001 at MIT. 
1652
1653Other help:  Scheme on Athena (AC-84) from Graphic Arts
1654                           Revised^3 Report on the Algorithmic Language Scheme, available
1655                                     from MIT AI Lab Publications office
1656                           C-Scheme Reference Manual, available from MIT AI Lab Publications office
1657                           Structure and Interpretation of Computer Programs at the Coop, MIT Press
1658                           OLC stock answers
1659
1660Bug reports: use sendbug";
1661
1662help analogclock:
1663
1664"The `Analog clock' starts a window with a clock with hands.  You can choose to
1665have a second hand, and set how often the hands update their position.
1666
1667To run on a workstation:   xclock -analog &
1668
1669Other help: man xclock
1670
1671Bug reports:  use sendbug
1672";
1673
1674help digitalclock: "The `Digital Clock' is simply the X clock with a 24-hour
1675numeric display.  You can set how often it updates the display, etc.
1676
1677To run on a workstation:   xclock -digital &
1678
1679Other help: man xclock
1680
1681Bug reports:  use sendbug
1682";
1683
1684help load: "This program displays a periodically updating histogram of the
1685system load average.  (This is actually a moving average of the number of jobs
1686in the CPU's run queue.  It can be a good indicator of how busy your machine
1687is.)
1688
1689To run on a workstation:   xload &
1690
1691Other help: man xload
1692
1693Bug reports:  use sendbug
1694";
1695
1696help xcalcti:
1697"Calculator with standard notation.
1698
1699To run on a workstation:   xcalc &
1700
1701Other help: man xcalc
1702
1703Bug reports:  use sendbug
1704";
1705
1706help xcalchp:
1707"Calculator with Reverse Polish
1708Notation like HP series calculators.
1709
1710To run on a workstation:   xcalc -rpn &
1711
1712Other help: man xcalc
1713
1714Bug reports:  use sendbug
1715";
1716
1717help xterm:
1718"Create a new window on the screen into which
1719you can type commands.
1720
1721To run on a workstation:   xterm &
1722
1723Other help: man xterm
1724
1725Bug reports:  use sendbug
1726";
1727
1728help matlab:
1729
1730"MATLAB is an interactive `matrix laboratory' for tasks involving matrices,
1731graphics, and general numerical computation.  It includes several subject area
1732`toolboxes', providing analysis tools in areas including Control, Robust
1733Control, Signal Processing, Optimization, and Splines.
1734
1735To run:    add matlab ; matlab
1736
1737Other help:  MATLAB on Athena (AC-71) from Graphic Arts
1738                         MATLAB User's Guide in libraries
1739                         man matlab
1740                         type help at the MATLAB `>>' prompt
1741
1742Bug reports:  use sendbug
1743";
1744
1745help mathlib:
1746
1747"The mathlibrary locker contains code libraries of various math tools such as
1748LAPACK. To access it, and find out more information, type:
1749
1750          add mathlibrary
1751          more /mit/mathlibrary/README
1752
1753Bug reports: use sendbug
1754";
1755
1756help tecplot:
1757"Tecplot is an interactive plotting program for plotting, visualizing and
1758analyzing numerical data.  With this application, you can create a wide variety
1759of mesh, light-source and surface shading, contour, vector, and scatter plots.
1760You can also use it to fit your data to curves of various types, including
1761polynomial, exponential, and spline curves.
1762
1763To run on a workstation:      add tecplot; tecplot
1764
1765Other help:  add tecplot; tecdemo    to run the tutorial program
1766                         `Tecplot on Athena' (AC-75) from Graphic Arts
1767                         OLH under `Numerical and Math Software'
1768                         vendor documentation in libraries and 11-115
1769
1770Bug reports:  use sendbug
1771
1772NOTE: When Tecplot starts up, your mouse cursor will become invisible.  You can
1773still use it to select among the Tecplot menu items (the menu items will
1774highlight as you move the now invisible mouse across them.)  To get your cursor
1775back, and temporarily freeze Tecplot, just click the middle mouse button.  To go
1776back to Tecplot, move the mouse over the window and click the middle button
1777again.";
1778
1779help numrecipes:
1780 "The Numerical Recipes library is a collection of about 200 numerical routines
1781documented in the book `Numerical Recipes (2nd Edition)', available in the
1782cluster documentation racks and at the Coop. Binary libraries are available for
1783all Athena platforms.
1784
1785Other help:  attach recipes; more /mit/recipes/README
1786
1787Bug reports:  use sendbug
1788";
1789
1790help lapack:
1791"LAPACK is a library of FORTRAN 77 subroutines for solving the most commonly
1792occurring problems in numerical linear algebra.  It is public-domain software,
1793and can be used freely. The libraries are available for all Athena platforms.
1794
1795Other help:  attach lapack;  more /mit/lapack/README
1796
1797Bug reports:  use sendbug
1798";
1799 
1800help restart:
1801"This option causes dash to exit and start again, rereading its configuration
1802files.  It is useful for immediately seeing changes made to the configuration
1803files.";
1804
1805help verify:
1806"Usually when you click on a menu item which runs a program, dash will pop up a
1807window which says `Start Program?' and has `Yes' and `No' buttons.
1808`Confirmation off' will disable these popup windows and replace `Confirmation
1809off' with `Confirmation on' in this menu.";
1810
1811help quitopt:
1812"This option causes dash to exit.
1813
1814                   ***     BE CAREFUL   ***
1815
1816if you use this option - if you are running xlogout, it will exit as well since
1817it is really just part of dash.  If all you want to do is hide the Dash menus,
1818select `Hide menus' above, instead.";
1819
1820help hidemenus:
1821"This option hides the Dash menu bar.
1822
1823To run on a workstation:      dash -hide  menubar
1824To restore menubar:               dash -show  menubar";
1825
1826help mitdir:
1827"The MIT Directory lists current employees and students.  To change your own
1828information, contact the registrar (students) or personnel office (MIT staff and
1829faculty.)
1830
1831To run on a workstation:     add mitdir; xmitdir
1832To look someone up via dialup, type:     finger  fname_lname@mit
1833     or:                                                                       finger username@mit
1834
1835Bug reports:  use sendbug
1836";
1837
1838help adir:
1839"The Athena directory lists all Athena users.
1840
1841To look someone up, type:                         finger  fname_lname@athena
1842          or:                                                                finger username@athena
1843
1844To change your own information, type:   chfn
1845
1846Bug reports:  use sendbug
1847";
1848
1849help calendar:
1850"The calendar program lets you schedule and review appointments.  You can
1851coordinate meetings with other users who use the program.
1852
1853To run on a workstation:   add calendar ; xtc &
1854
1855Other help: click on the `Help' menu item in the application
1856                         man xtc
1857
1858Bug reports:  use sendbug
1859";
1860
1861help police:
1862"IN AN EMERGENCY, dial 100
1863from any campus phone, or just
1864pick up any emergency phone
1865(marked by a blue light.)
1866
1867Regular CP business phone: x3-1212.";
1868
1869help medical:
1870"For 24-HOUR EMERGENCY MEDICAL CARE, call x3-1311.
1871
1872Phone x3-4481 for general information and
1873Internal Medicine appointments.
1874";
1875
1876help nightline:
1877"Nightline is a peer counseling service,
1878available from 7pm to 7am nightly during
1879the academic year.
1880
1881Phone x3-8800.
1882";
1883
1884help contactline:
1885"The Contact Line is a peer counseling
1886service focusing on sexuality issues.
1887The line is staffed from 8pm to midnight
1888Sunday through Wednesday.
1889
1890Phone x3-6460.
1891";
1892
1893help deans:
1894"Dean's office, Undergraduate Education and
1895Student Affairs.
1896
1897Phone x3-6776.
1898";
1899
1900help psych:
1901"Phone x3-2916.";
1902
1903help mcsales:
1904"MIT Computer Connection -- sales and service
1905of Apple, DEC, IBM, NeXT and SUN computers. 
1906Dial x3-7686 or stop by W20-021.";
1907
1908help ishelp:
1909"Macintosh questions    -- x3-1101
1910DOS/Windows/PC questions        -- x3-1102
1911Network/other questions -- x3-1104";
1912
1913help sipb:
1914"Student-staffed group that provides help
1915with SIPB-sponsored and other software
1916on Athena and other computers.  Open
1917most of the day and night.  Phone x3-7788
1918or stop by the office on the fifth floor
1919of the Student Center.";
1920
1921help aboutcw:
1922"Courseware is, for the most part, only supported by
1923the teaching staff for a particular course. If you have
1924problems with any courseware package (other than
1925widely used packages like MATLAB, Maple, etc.)
1926please contact the professor or TA for the course
1927instead of reporting it to Athena. 
1928
1929Consulting and OLC will probably not be able to
1930provide any detailed assistance.  Some courses
1931are registered to use the OLTA (On Line TA) system,
1932and may provide assistance there. 
1933(see On Line TA in this menu).
1934
1935Any problems with starting courseware from dash
1936should be directed via email to <f_l@mit.edu>";
1937
1938help screensaver:
1939"Use this program if you need to leave your workstation
1940unattended for less than 20 minutes.  It blanks and/or locks
1941your screen so that others cannot use the machine.
1942If the screen is locked, you must type in your
1943password to unlock it.
1944
1945It is against the Athena Rules of Use to attempt to lock up
1946a workstation for more than 20 minutes!  Cluster Patrol staff
1947will reboot any machine whose screensaver displays more than
194820 minutes of idle time, and will immediately reboot a workstation
1949whose screensaver has been hacked to not display any idle time.
1950
1951Please be courteous to your fellow users and abide by these rules.
1952
1953To run on a workstation:   add sipb ; xscreensaver
1954
1955Other help: man xscreensaver
1956
1957Bug reports:  send email to <bug-sipb@mit.edu>";
1958
1959help sendbug:
1960"This program is used to send bug reports
1961about software on the system.  You will be
1962asked for the name of the broken program,
1963then put into an editor to fill out the rest
1964of the form.  Please fill it out as completely
1965as possible.
1966
1967To run:    sendbug";
1968
1969help lower:
1970"This option will push the Dash menus below all
1971the other windows on your screen.  If some part
1972of the menu bar is still visible, moving the mouse
1973cursor into this area will make the entire menu
1974bar visible again.";
1975
1976help logout:
1977"This option will log you off of Athena.
1978You will be asked to verify that
1979you really want to logout.";
1980
1981help sis:
1982"The Student Information Services system lets you
1983see your financial and academic information, including
1984grades and registration information, your financial
1985aid information, and your student account statement.
1986You can also change your MIT directory information,
1987or link to the course catalog and lotteries.
1988
1989You must register for and use a special password
1990(separate from your login password) in order to view
1991any confidential information.  It will become
1992operational the day after you have registered.
1993
1994To register for your 'extra' password, type:
1995          add register; reg_extra
1996
1997To run on a workstation:  sis
1998
1999Send bugs to:  <sis@mit.edu>";
2000
2001help rights:
2002"Use of Athena facilities is restricted to authorized holders
2003of Athena accounts (MIT students, faculty, staff, and other
2004authorized guests.)  Questions on eligibility for account on
2005Athena should be directed via email to <accounts@mit.edu>.
2006
2007A set of files informing Athena end users of license
2008obligations has been installed in most Athena
2009third-party software lockers. To see these,
2010type (in most cases):
2011
2012            attach lockername
2013            more /mit/lockername/README.license
2014
2015or, for CodeCenter (saber) and Transcript (enscript):
2016
2017            man saber
2018            man enscript";
2019
2020help aboutpictures:
2021"Athena currently does not have a fully-supported drawing program like
2022MacDraw.  There are a few different packages available, but we may not be
2023able to fix bugs nor answer very detailed questions.  Consulting may be
2024able to answer your questions, but we cannot guarantee it.";
2025
2026help aboutspreadsheets:
2027
2028"Athena has several spreadsheet programs available.  Xess is the currently
2029supported product, but only runs on workstations.  "sc" which is supported
2030by the SIPB, runs over dialup.";
2031
2032help xmath:
2033"The xmath program creates x-y plots either from x-y data
2034or from functions.  xmath has its own help command.
2035
2036To run on a workstation:   add xmath ; xmath
2037
2038Bug reports:  use sendbug
2039";
2040
2041help aboutneos:
2042
2043"NEOS (Networked Educational On-line System) is a set of programs for
2044classroom oriented file exchange that is intended to mimic operations
2045normally performed with paper in and out of class.  With NEOS you can hand
2046in assignments, pickup graded assignments, handouts and papers and exchange
2047documents for peer review.";
2048
2049help eos:
2050"The eos program is an editor, using the full multi-media functionality of
2051EZ, which also allows students to turn in and pick up papers, where papers
2052can be assignments, handouts or papers for general viewing (Exchange
2053papers).
2054
2055To run on a workstation:   eos
2056
2057Other help: man eos
2058                         ahelp eos
2059                         click on the `Help' button in the application
2060
2061Bug reports:  use sendbug
2062";
2063
2064help grade:
2065"The grade program allows course instructors to view assignments turned in
2066by students, edit and annotate the work and to return it back to the
2067student.  It can also be used to create and review handouts for courses.
2068
2069To run on a workstation:   grade
2070
2071Other help: man grade
2072                         ahelp grade
2073                         click on the `Help' button in the application
2074
2075Bug reports:  use sendbug
2076";
2077
2078help aboutmh:
2079"MH (Mail Handler) is a set of utilities for reading mail.  You can run a
2080program to get your mail, another to read it, and another to send mail to
2081someone else, for example.  Or, you can run an X-based mail handler which
2082displays all of the functions on buttons, so you can point and click to do
2083what you want.  Or, if you prefer working inside emacs, you can receive,
2084read, and send mail while in emacs.  The options on this menu explain
2085how.";
2086
2087help mh:
2088"The mail handler (MH) system is really a set of commands.
2089The most commony used are:
2090  inc                      incorporate (get) new mail
2091  show                  show message(s)
2092  next                    show the next message
2093  prev                   show the previous message
2094  comp                  compose a new message
2095  repl                    reply to a message
2096  forw                   forward message(s) to another user
2097  rmm                  remove message(s)
2098  scan                   list messages, showing sender and subject
2099  send                   send a previously composed message
2100
2101To run one of the programs listed above, simply type the
2102  name of the command at the `athena%' prompt.
2103
2104Other help:  man mh
2105                          also man pages for each command, i.e. type `man comp' etc.
2106                          Electronic Mail on Athena (AC-31) from Graphic Arts
2107                          OLH under `Communicating With Other Users' ->
2108                                                   `Electronic Mail'
2109                   
2110Bug reports:  use sendbug
2111";
2112
2113help xmh:
2114"XMH is a graphical interface to MH.  Each command
2115is displayed on a button.  Simply click on the button of
2116the command you wish to run.  Many users prefer this
2117to the text-based versions of the same programs.
2118
2119To run on a workstation:   xmh &
2120
2121Other help:  man xmh
2122                          Electronic Mail on Athena (AC-31) from Graphic Arts
2123                          OLH under `Communicating With Other Users' ->
2124                                                  `Electronic Mail'
2125
2126Bug reports:  use sendbug
2127";
2128
2129help mh-rmail:
2130"Emacs has a built-in mode for reading mail called
2131`mh-rmail'.  You can get, read, delete, send, etc.,
2132usually with one or two keystrokes.  If you use
2133emacs a lot, you may find that reading mail in it is
2134preferable to either a text-based or X-based interface.
2135
2136To use it, type `Meta-X mh-rmail' while in emacs.
2137
2138Or to start up a new emacs running only mh-rmail:
2139
2140   on a workstation:   emacs -f mh-rmail &
2141   on dialup:                    emacs -f mh-rmail
2142
2143Other help:  type `Ctrl-h m' while in mh-rmail mode
2144                          Electronic Mail on Athena (AC-31) from Graphic Arts
2145                          OLH under `Communicating With Other Users' ->
2146                                              `Electronic Mail'
2147
2148Bug reports:  use sendbug
2149";
2150
2151help mailmaint:
2152"mailmaint is a text-based menu driven system for
2153manipulating mailing lists on Athena.  You should use
2154it to add or remove yourself from mailing lists.
2155
2156To run:  mailmaint
2157
2158Other help:  man mailmaint
2159
2160Bug reports:  use sendbug
2161";
2162
2163help listmaint:
2164"listmaint is a text-based, menu driven system for
2165manipulating mailing lists on Athena.  It is primarily
2166intended for maintainers of mailing lists and groups
2167to maintain the membership of the list or group.
2168
2169To run:  listmaint
2170
2171Other help:  man listmaint
2172
2173Bug reports:  use sendbug
2174";
2175
2176help aboutnews:
2177"Netnews is a worldwide forum where hundreds of
2178thousands of users post and read articles about
2179hundreds of topics.
2180
2181Help on netnews is available in On-Line Help.  All
2182three news readers on this menu are documented
2183there.  There is also a document on netnews
2184available from the SIPB.";
2185
2186help xrn:
2187"XRN is an X-based interface to netnews that lets you
2188subscribe to and browse newsgroups by clicking on buttons.
2189
2190To run on a workstation:   add sipb ; xrn &
2191
2192Other help: Some help is available in the program - moving the mouse over
2193                               a button will give a short help message about that button.
2194                          Netnews on Athena (AC-33)
2195                          OLH under `Communicating with Other Users'
2196                          Netnews: A One-Page Guide to the Usenet (SIPB)
2197                          man rn
2198
2199Bug reports: send email to <bug-sipb>
2200";
2201
2202help rrn:
2203"RRN is a text-based interface to netnews.
2204
2205To run:    add sipb ; rrn
2206
2207Other help:  Type `h' at any time for help.
2208                          Netnews on Athena (AC-33)
2209                          OLH under `Communicatin with Other Users'
2210                          Netnews: A One-Page Guide to the Usenet (SIPB)
2211                          man rn
2212
2213Bug reports: send email to <bug-sipb>
2214";
2215
2216help gnus:
2217"Emacs has a netnews interface (called GNUS),
2218which is similar to the mail-reading interface.
2219In order to use it, you'll need to modify your
2220emacs startup file (~/.emacs).  On-Line Help
2221contains instructions on how to do this.  Type
2222`help', then select `Communicating with Other
2223Users', `Network News', `News Readers', then
2224read the help file `gnus'.
2225
2226Simply selecting this option will start up a
2227new emacs in gnus mode, if you do not want to
2228go through all the work yourself.";
2229
2230help aboutdiscuss:
2231"Discuss is a networked conferencing system
2232similar to other bulletin boards.  Discussions
2233(called meetings) exist on hundreds of topics.
2234
2235Help on all versions of discuss (text-based,
2236emacs-based and X-window-based) is available
2237in On-Line Help.";
2238
2239help xdsc:
2240"xdsc is a graphical interface to discuss.
2241
2242To run on a workstation:   xdsc &
2243
2244Other help: man xdsc
2245                          Discuss on Athena (AC-32) from Graphic Arts
2246                          OLH under `Communicatin with Other Users'
2247                          click on the `HELP' button within the application
2248
2249Bug reports:  use sendbug
2250";
2251
2252help discuss:
2253"The text-based discuss reader is simply called
2254`discuss'.
2255
2256To run:    discuss
2257
2258Other help:  man discuss
2259                          Discuss on Athena (AC-32) from Graphic Arts
2260                          OLH under `Communicatin with Other Users'
2261                          type `help' or `?' within the application
2262
2263Bug reports:  use sendbug
2264";
2265
2266help edsc:
2267"Emacs has a discuss reader similar to mh-rmail
2268and the netnews reader (gnus).
2269
2270Simply selecting this option will start up a
2271new emacs in discuss mode.
2272
2273Bug reports:  use sendbug
2274";
2275
2276help aboutzephyr:
2277"Zephyr is an instantaneous messaging and location
2278system.  Using zephyr, you can send a message to
2279any user who is logged-in to Athena without having
2280to know where they are logged in.  The message is
2281sent immediately and shows up in a seperate window
2282on their screen.  If you receive a `zephyrgram',
2283you can get rid of it by simply clicking a mouse
2284button in it.
2285
2286You can find more help on zephyr in On-Line
2287Help, and there are manual pages for each of
2288the commands described below.";
2289
2290help zwrite:
2291"The basic command for sending a message is
2292`zwrite'.  To send a message to another user,
2293simply type:
2294
2295                          zwrite username
2296
2297Other help: man zwrite
2298                      Zephyr on Athena (AC-34) from Graphic Arts
2299                      OLH under `Communicating with Other Users'
2300   
2301Bug reports: use sendbug";
2302
2303! help zsub:
2304"You are automatically subscribed to messages
2305that are addressed directly to you.  However,
2306Zephyr has `instances' which are similar to
2307channels on a CB radio.  Anyone that wants
2308to listen may, and anyone may `broadcast'
2309to an instance.
2310
2311The program that is used to control your
2312subscriptions (what you listen to) is called
2313`zctl'.
2314
2315For more information on scubscriptions,
2316refer to On-Line Help or the manual page
2317for zctl.";
2318
2319help zlocate:
2320"Zephyr can tell you the name of the machine
2321where a person is logged in.
2322
2323To locate another user on the system,
2324type:   
2325
2326                      zlocate username
2327
2328Other help: man zlocate
2329                      Zephyr on Athena (AC-34) from Graphic Arts
2330                      OLH under `Communicating with Other Users'
2331
2332Bug reports: use sendbug
2333";
2334
2335help zephhide:
2336"This option will hide your location from
2337zephyr, so that people will not be able
2338to locate you.  You will still be able to
2339receive zephyrgrams, and it will not
2340change your visisbility for future sessions.
2341
2342To run:    zctl hide
2343
2344Bug reports:  use sendbug
2345";
2346
2347help zephunhide:
2348"This option will unhide your location from
2349zephyr, so that people can locate you.  It
2350will not change your visisbility for future
2351sessions.
2352
2353To run:    zctl unhide
2354
2355Bug reports:  use sendbug
2356";
2357
2358help zephannounce:
2359"This option sets your exposure to
2360`realm-announced', which means that each
2361time you login, your location will be broadcast.
2362Anyone that is interested in listening to
2363these broadcasts will be able to.
2364
2365To run:    zctl set exposure realm-announced";
2366
2367help zephunannounce:
2368"This option sets your exposure to
2369`realm-visible', which means that each time
2370you login, your location will not be broadcast,
2371but you will be locatable to anyone who is
2372interested in finding you.
2373
2374To run:    zctl set exposure realm-visible";
2375
2376help zephhidelogin:
2377"This option effectively turns zephyr off
2378altogether.  Your location will not be
2379announced, you will not be locatable by
2380other users, and you will not receive any
2381zephyrgrams.  It is not recommended that
2382you use this setting.
2383
2384To run:    zctl set exposure none";
2385
2386help aboutwww:
2387"The WorldWideWeb (WWW) is the `universe
2388of network-accessible information'. With
2389the client programs below, the Web is
2390easy to roam, browse, and contribute to.
2391There are also Mac and PC clients for
2392the Web.";
2393
2394help mosaicmit:
2395"Mosaic is a graphical WWW browser on
2396Athena. Starting this version will
2397connect you the the MIT Home Page. 
2398
2399To run on a workstation: add infoagents; Mosaic http://web.mit.edu &
2400
2401Other help: man Mosaic
2402                          click on the `Help' menu item in the application
2403
2404Bug reports: use sendbug
2405";
2406
2407help mosaicsipb:
2408"Mosaic is a graphical WWW browser on
2409Athena. Starting this version will
2410connect you the the SIPB Home Page. 
2411
2412To run on a workstation: add infoagents; Mosaic http://www.mit.edu &
2413
2414Other help: man Mosaic
2415                          click on the `Help' menu item in the application
2416
2417Bug reports: use sendbug
2418";
2419
2420help mosaicdefault:
2421"Mosaic is a graphical WWW browser on
2422Athena. Starting this version will, by default,
2423connect you the the MIT Home Page. 
2424(If you have set another page as your startup default,
2425it will start on that instead.)
2426
2427To run on a workstation: add infoagents; Mosaic &
2428
2429Other help: man Mosaic
2430                          click on the `Help' menu item in the application
2431
2432Bug reports: use sendbug
2433";
2434
2435help lynxmit:
2436"Lynx is the text-only version of Mosaic.
2437It can be run in an xterm or over dialup.
2438This version connects you to the MIT
2439Home Page.
2440
2441To run: add infoagents; lynx http://web.mit.edu/ &
2442
2443Other help: man lynx
2444                          type `h' in the application
2445
2446Bug reports: use sendbug
2447";
2448
2449help lynxsipb:
2450"Lynx is the text-only version of Mosaic.
2451It can be run in an xterm or over dialup.
2452This version will connect you to the SIPB
2453Home Page.
2454
2455To run: add infoagents; lynx http://www.mit.edu &
2456
2457Other help: man lynx
2458                          type `h' in the application
2459
2460Bug reports: use sendbug
2461";
2462
2463
2464help lynxdefault:
2465"Lynx is the text-only version of Mosaic.
2466It can be run in an xterm or over dialup.
2467This version will, by default, connect you to
2468the MIT Home Page.  (If you have set another
2469page as your startup default, it will start on
2470that instead.)
2471
2472To run: add infoagents; lynx &
2473
2474Other help: man lynx
2475                          type `h' in the application
2476
2477Bug reports: use sendbug
2478";
2479
2480
2481help netscapemit:
2482"Netscape is a graphical WWW browser on
2483Athena. This version connects
2484you to the MIT Home Page.
2485
2486To run: add infoagents; netscape http://web.mit.edu/ &
2487
2488Other help: man netscape
2489                          click on the `Help' menu item in the application
2490
2491Bug reports: use sendbug
2492";
2493
2494help netscapesipb:
2495"Netscape is a graphical WWW browser on
2496Athena. This version connects
2497you to the SIPB Home Page.
2498
2499To run: add infoagents; netscape http://www.mit.edu/ &
2500
2501Other help: man netscape
2502                          click on the `Help' menu item in the application
2503
2504Bug reports: use sendbug
2505";
2506
2507help netscapedefault:
2508"Netscape is a graphical WWW browser on
2509Athena. By default, this version
2510connects you to the MIT Home Page.
2511(If you have set another page as your startup default,
2512it will start on that instead.)
2513
2514To run: add infoagents; netscape &
2515
2516Other help: man netscape
2517                          click on the `Help' menu item in the application
2518
2519Bug reports: use sendbug
2520";
2521
2522!help aboutgopher:
2523"Gopher assists in retrieving information
2524from the Internet. It performs automatic
2525Telnetting and FTPing for you.";
2526
2527!help xgopher:
2528"This is a graphical version of Gopher,
2529featuring a point and click interface.
2530
2531To run on a workstation: add gopher; xgopher
2532
2533Other help: man xgopher
2534
2535";
2536
2537!help gopher:
2538"This is the -tty version of Gopher,
2539which can run in an xterm or over
2540dialup.
2541
2542To run: add gopher; gopher
2543
2544Other help: man gopher
2545
2546";
2547
2548help logoutbutton:
2549"Create a logout button which you can
2550click on when you want to log out of
2551Athena.  See also `Logout' on the
2552`Special' menu.";
2553
2554help pascal:
2555"The multi locker contains a Pascal compiler
2556supplied by Green Hills Software for use with
2557the Multi debugger. It is available for
2558DECstations and Suns. To run:
2559
2560add multi; gpc
2561
2562Bug reports:  use sendbug
2563";
2564
2565help perl:
2566"Perl is available on Athena in the
2567perl locker.  To read the man
2568page for perl, type:
2569
2570     add perl ;  man perl
2571
2572To run:   add perl ;  perl filename
2573
2574Bug reports:  use sendbug
2575";
2576
2577help ct:
2578"cT is a programming language whose code
2579is transportable between Macintosh, DOS,
2580and Unix workstation platforms.  Built
2581in are easy-to-use facilities for graphics,
2582pull-down menus, and acceptance
2583of mouse clicks.  It is useful for rapid
2584prototyping of applications, and for
2585building simple applications.  On-line
2586help is available.  To start it up, type:
2587
2588      add ct ;  runctb filename
2589
2590Some sample files may be found in
2591the /mit/ct/demos directory.
2592
2593Bug reports:  use sendbug
2594";
2595
2596help lucid:
2597"Lucid Common Lisp is available on Athena
2598DECstations (version 4.0), RS/6000s (version 4.01)
2599and Suns (version 4.1.1). To run:
2600
2601add lucidcl; lisp
2602
2603Lisp images with the Common Lisp Interface
2604manager (CLIM) are also available on the RS/6000
2605and DECstation. To run:
2606
2607add lucidcl; climlisp
2608
2609There is documentation available for
2610browsing by contacting the faculty
2611liaisons <f_l@mit.edu>.
2612
2613Bug reports:  use sendbug";
2614
2615help multi:
2616"Multi is an integrated debugging environment coupled
2617to a set of compilers (C, C++, Pascal, FORTRAN) from
2618Green Hills Software. It is unsupported and use is on
2619an `as is' basis. It is available on Athena Suns and
2620DECstations. To run:
2621
2622add multi; multi
2623
2624Bug reports:  use sendbug
2625";
2626
2627help maple:
2628"Maple, developed at the University of Waterloo,
2629performs numerical and symbolic computations
2630in addition to having extensive graphics
2631capabilities.
2632
2633It can manpulate real numbers and integers of
2634up to 10,000 digits, do formal and numerical
2635integration, solve algebraic or transcendental
2636systems and differential equations, and perform
2637series expansions and matrix manipulations.
2638
2639Help is available by typing `help();' while
2640inside maple.
2641
2642To run:    add maple ; maple
2643
2644Bug reports:  use sendbug
2645";
2646
2647help xess:
2648"Xess is an easy to learn and use spreadsheet
2649designed specifically for science and engineering
2650computing.  It provides a full range of
2651mathematical, statistical, matrix and string
2652functions while handling complex calculations
2653with the ease of a familiar spreadsheet
2654format.
2655
2656Help is available by pulling down the `Help'
2657menu on the menubar at the top of the Xess
2658window.
2659
2660To run:    add xess ; xess
2661
2662Bug reports:  use sendbug
2663";
2664
2665help sas:
2666"SAS is a system for controlling data.  It allows you to take
2667data in any form and access, manage, analyze, and present
2668according to your needs and level of computer expertise.
2669
2670SAS is available on Athena DECstations, RS/6000s and Suns.
2671
2672To run on a workstation:   add sas ; sas &
2673
2674Bug reports:  use sendbug
2675";
2676
2677help library:
2678"Connect to the Athena interface for the
2679MIT Libraries Services.
2680
2681To run:    add library; library";
2682
2683
2684help assess:
2685"Assess is an interactive program for utility assessment
2686of simulated decisions processes.
2687
2688To run:     add 1.101 ; assess";
2689
2690help growltiger:
2691 "GROWLTIGER is a structural analysis and design package
2692for 2/D linear structures which provides an interactive
2693environment for experimenting with structure behavior and
2694design.
2695
2696To run:     add growltiger; growltiger &";
2697
2698help vihelp:
2699"VISDYCON stands for VISual DYNamics and CONtrol.
2700The visdycon software is designed to teach and
2701reinforce classic control theory and basic lumped
2702parameter modelling techniques for dynamic systems.
2703
2704To use on athena:      add visdycon; visdycon
2705For more information:  http://lancet.mit.edu/idc/
2706                       man visdycon";
2707help sysresp:
2708"A playground for understanding linear system representations and methods
2709for analyzing linear dynamic systems.  Linear systems can be entered as
2710transfer functions, root lists, poles & zeros, state-space matrices,
2711linear graphs, or bond graphs.  Once the system has been entered (a 1 to
271230 second process), it can be analyzed using Bode plots, sinusoid, step,
2713ramp, and impulse responses, s-plane, transfer function, and state space
2714representations, and nyquist & nichols stability measures.";
2715
2716help rlocus:
2717"A quick method of determining the root locus of a system.  This program
2718generates the root locus of a system based upon the roots entered in the
2719s-plane.  You can easily see the effects of small changes by dragging
2720the roots of your system in the s-plane and watching the root locus
2721change in real time.  Rlocus also offers a step-by-step tutorial for
2722interactively explaining how to derive a root locus.";
2723
2724help lingraph:
2725"coming soon";
2726
2727help bodiag:
2728"coming soon"
2729help cat:
2730"CAT (Computer Aided Thermodynamics) is a modelling
2731package for use in gas-phase chemical kinetics calculations.
2732
2733To run on a workstation:   add 2.40 ; CAT";
2734
2735help emf:
2736"This will start up a set of programs that is used in
27376.013 (Electromagnetic Fields and Energy).
2738
2739To run:    setup 6.013";
2740
2741help 6111:
2742"This will set up your environment to run the software
2743tools for 6.111 Digital Design.
2744
2745To run: setup 6.111";
2746 
2747help 6270:
2748"This will set up your environment to run the software
2749for the 6.270 LEGO Robot Competition.
2750
2751To run: setup 6.270";
2752
2753help pplot:
2754"Pplot is a plotting package which includes curve fitting and axis
2755labelling routines.
2756
2757To run on a workstation:   attach 10.001
2758                                                        /mit/10.001/pplot/${hosttype}.bin/pplot";
2759
2760help xmap:
2761"MITMap is an X based thematic mapping program that will draw
2762and graphically overlay boundary, image, point and attribute
2763information.
2764
2765To run on a workstation:   attach crldata
2766                                                        add crlbin
2767                                                        mitmap";
2768
2769help ducksoup:
2770"Ducksoup is an interactive graphics program which explores
2771the characteristics of various methods of planar curve fitting.
2772
2773To run on a workstation:   attach 13.00
2774                                                        cd /mit/13.00/${hosttype}bin/ducksoup.d
2775                                                        DUCKSOUP";
2776
2777help sst:
2778"SST (Statistical Software Tools) performs a large variety of
2779statistical functions.  It has its own tutorial.
2780
2781To run:     attach econsst ;  /mit/econsst/bin/sst";
2782
2783help cvsim:
2784"The Cardiovascular Simulator (CVSIM) is a realtime physiological
2785simulation of cardiovascular hemodynamics and control.
2786
2787To run on a workstation:   add hst ;  cvsim";
2788
2789help quantphys:
2790"The Quantitative Physiology suite of programs
2791simulates different cell and tissue functions.
2792
2793To run on a workstation:   setup 6.021J";
2794
2795help northware:
2796"Northware is a suite of engineering applications developed by
2797Project Northstar at Dartmouth College, covering topics from
2798linear resistors to crystal lattices modelers to finite elements.
2799
2800PLEASE NOTE:  The Northware suite of software is unsupporetd! 
2801Athena Consulting may not be able to help with any questions.
2802
2803Send bug reports to: <bug-northware@mit.edu>
2804
2805To run on a workstation:   setup northware";
2806
2807!help ode:
2808!"ODE is a program built using cT which graphically depicts
2809!Ordinary Differential Equations.
2810!
2811!To run on a workstation:   add 18.03; ode";
2812
2813!help 301:
2814!"This launches the Mosaic interface to the 3.01
2815!World Wide Web home page. 
2816!
2817!If you're already running Mosaic, you can simply open
2818!the following URL:
2819!
2820!              http://web.mit.edu/course/3/3.01/html/homepage.html
2821!
2822!to view the page.
2823!";
2824
2825help 311:
2826"This launches the Mosaic interface to the 3.11
2827World Wide Web home page. 
2828
2829If you're already running Mosaic, you can simply open
2830the following URL:
2831
2832              http://web.mit.edu/course/3/3.11/www/home.html
2833
2834to view the page.
2835";
2836
2837help 3091:
2838"The 3.091 Courseware includes programs for modelling 3-D cubic
2839crystalline solids, data analysis for properties of the elements,
2840and other related applications.
2841
2842To run on a workstation:   setup 3.091";
2843
2844help 4203acad12:
2845"This version of autocad is for use
2846by students in 4.203.";
2847
2848help 4203acad13:
2849"This version of autocad is for use
2850by students in 4.203.";
2851
2852help crlolh:
2853"On-Line Help for the CRL displays a window with
2854information about the CRL.";
2855
2856help prophd:
2857"A collection of Propeller and Hydrofoil design and analysis
2858programs.
2859
2860Manuals for the various programs within PROP-HD can be
2861obtained through Prof. Kerwin or the propeller tunnel.
2862
2863PROP-HD runs on VAX and DECstations.
2864
2865To run on a workstation:   add 13.04 ; prophd &";
2866
2867help SHCP:
2868"Ship Hull Characteristics Program (SHCP) allows
2869one to conduct a study of the hydrostatic and
2870stability properties of a hull form.
2871
2872There are numerous help files within the system.
2873For further assistance, consult the SHCP users'
2874manual available in 7-321.
2875
2876SHCP runs only on VAXstations.
2877
2878To run:    attach 13.ship ;
2879                    /mit/13.ship/shcp/vaxbin/runshcp";
2880
2881help ASSET:
2882"ASSET is a ship synthesis model for performing
2883feasibility type designs using parametric
2884analysis.
2885
2886The ASSET manuals can be checked out from 5-317.
2887
2888ASSET runs only on VAXstations.
2889
2890To run:    attach 13.ship ;
2891                    /mit/13.ship/asset/runasset";
2892
2893help RUNSUB:
2894"Runsub is a program for executing a number of
2895submarine design programs.
2896
2897To run:    attach 13.ship ;
2898                    /mit/13.ship/subs/${hosttype}bin/runsub";
2899
2900help PC01:
2901"PC01 is a ship synthesis model for small surf";
2902
2903
Note: See TracBrowser for help on using the repository browser.