home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 391.lha / AmigaUser / src / keys.h < prev    next >
Text File  |  1990-07-06  |  3KB  |  57 lines

  1. key_struct keywords[] = {
  2.   { 1.0,"Telecommunications","General" },
  3.   { 1.1,"Sysoping","I run a bbs, I would like to run a bbs" },
  4.   { 1.2,"BBS","General. Can answer most questions about a bbs." },
  5.   { 1.3,"Protocols","Know abouy XYZ-modem etc." },
  6.   { 1.4,"FidoNet Finatic","I might be able to help set one up for you" },
  7.   { 2.0,"Business","General" },
  8.   { 2.1,"Accounting","Spreadsheets, finance packages etc." },
  9.   { 2.2,"DataBases","SuperBase, etc." },
  10.   { 3.0,"Word Processing","General" },
  11.   { 3.1,"Desktop Publishing","Info on packages, WordPerfect, etc." },
  12.   { 4.0,"Desktop Video","Using commercial packages, genlock, etc." },
  13.   { 5.0,"Games","General" },
  14.   { 5.1,"Action","shoot-em-up games, Emerald Mine, cheats, etc." },
  15.   { 5.2,"Adventure","Dungeon Master, Deja-vu, spoilers, etc." },
  16.   { 5.3,"Designing","ideas, algorithms, what is needed to do this? etc." },
  17.   { 5.4,"Educational","math helpers, typing tutors, etc." },
  18.   { 5.5,"Simulation","Falcon, Jet, Sub simulations, Simcity, etc." },
  19.   { 5.6,"Strategy","Shanghai, Empire, ChessMaster etc.." },
  20.   { 6.0,"Graphics","General" },
  21.   { 6.1,"Animation","using commercial packages, asking for objects, etc." },
  22.   { 6.2,"Art","pictures, Digi-paint, Deluxe Paint, etc." },
  23.   { 6.3,"Overview","ray-tracing, bump maps, texturing, A-Buffer, etc." },
  24.   { 7.0,"Hardware","General" },
  25.   { 7.1,"500","500 specific hardware, problems with the 500" },
  26.   { 7.2,"1000","1000 specific hardware, problems with the 1000" },
  27.   { 7.3,"2000","2000 specific hardware, problems with the 2000" },
  28.   { 7.4,"Designing","Will this design work? " },
  29.   { 7.5,"Drives","hard, floppy, controllers, partitioning, etc." },
  30.   { 7.6,"Expansion","memory, Co-processor, serial, midi cards etc." },
  31.   { 7.7,"Monitor","cables, Sony monitors, cleaning, etc." },
  32.   { 7.8,"Printers","drivers, ribbons, etc." },
  33.   { 7.9,"Networking","how to set up one. would like to talk about it." },
  34.   { 8.0,"Mail Order","dealings with,horror stories,excellent deals, etc." },
  35.   { 9.0,"Music","General" },
  36.   { 9.1,"Midi","hardware setup for midi, Dr T series, etc." },
  37.   { 9.2,"Playing","using commercial packages, DCMS, Sonix, etc." },
  38.   {10.0,"PD Software","General" },
  39.   {10.1,"Fish Disks","What is on disk 132?" },
  40.   {10.2,"Other","Where can I find fonts? I have fonts, etc." },
  41.   {11.0,"Programming","General" },
  42.   {11.1,"ARexx","Rexx, how do I send a file to rexxcomm?" },
  43.   {11.2,"Asm","how do I read the keyboard in asm?" },
  44.   {11.3,"C","how do I open a font? how do you open a file?" },
  45.   {11.4,"Graphics","Amiga specific, bobs, sprites, etc." },
  46.   {11.5,"Other","Pascal, Modula2, C++, etc." },
  47.   {11.6,"Sound","Amiga specific, how do you play a note?" },
  48.   {11.7,"Utilities","GOMF, PowerWindows, etc." },
  49.   {11.8,"Basic","Programs and such. " },
  50.   {11.9,"Mathmatics","Calulators, algorithms, Maple, Mathmatica.." },
  51.   {12.0,"User Groups"," " },
  52.   {12.1,"Member","Member of an Amiga group" },
  53.   {12.2,"Exec","Executive member" },
  54.   {12.3,"Liason","Contact me to arrange communications between" },
  55.   { 0 },
  56. };
  57.