home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma63.dms / ma63.adf / MWM / Docs / MWM_eng.DOC next >
Text File  |  1996-07-03  |  26KB  |  853 lines

  1.  
  2. Version 1.08
  3.  
  4.  
  5.       +--- -  -                 -  - ---+--- -  -                -  -  ---+
  6.  
  7.       |   ! Welcome to the first very easy-to-use HTML file generator !   |
  8.  
  9.       +--- -  -                 -  - ---+--- -  -                -  -  ---+
  10.  
  11.  
  12.                       __   __   __             __   __   __
  13.                      /  \_/  \  \ \           / /  /  \_/  \
  14.                     / /\   /\ \  \ \    _    / /  / /\   /\ \
  15.                    / /  \_/  \ \  \ \  / \  / /  / /  \_/  \ \
  16.                   / /         \ \  \ \/ _ \/ /  / /         \ \
  17.                  /_/           \_\  \__/ \__/  /_/           \_\
  18.  
  19.                -->*  Magic WWW  (World-Wide Web) files Maker  *<--
  20.                      _______________________________________
  21.                                         |
  22.                                         |
  23.                                        \|/
  24.                                         X
  25.                        ___________________________________
  26.                       |                                   |
  27.                       | from an idea of  Maurizio Fabiani |
  28.                       |    developed by  Massimo Baglione |
  29.                       |___________________________________|
  30.  
  31.  
  32. 1. INTRODUCTION
  33.  
  34. One day my friend Maurizio asked me: "Hey Max, do you think that it's
  35. possible to write a program to create files in HTML format by just loading a
  36. simple ASCII text and using the mouse to define the final HTML file?"
  37.  
  38. I said: "Oh my God! Miracles are not my speciality!"... but he was right!
  39.  
  40. Well, the final result is near.
  41.  
  42. MWM allows you to load a normal text file and you can attach images, texts,
  43. lists and many other HTML object to the selected lines and/or words just by
  44. using the mouse.
  45.  
  46. The GUI is essentially composed of:
  47.  
  48.     - The Main Window
  49.       This will show the normal text file.  If a part of text is defined by
  50.       an action, it will be highlighted with a different color from the rest
  51.       of the text.  Like some word processors, this window contains a lot of
  52.       small graphic gadgets linked to different actions.
  53.  
  54.     - The Single Line Window
  55.  
  56.     - The Labels Window
  57.       This will show all labels included in an HTML file to be linked.
  58.  
  59.     - The Help Window (or Log Window)
  60.  
  61.     - The "What is?" Window
  62.  
  63.  
  64. 2. THE MAIN WINDOW
  65.  
  66. Once a simple text file is loaded, you will see it in the Main Window.
  67.  
  68. Use the left mouse button to select part of the text, either by dragging, or
  69. by clicking.  Then select one of the Action Gadgets to attach an action to it
  70. the selected text.  The action can be lists, texts, images, hyperlinks, or
  71. many other things permitted by the HTML 3.0 specs.
  72.  
  73. If you need to attach an action to a single word on a line, just double-click
  74. on the line.  Your desired line will appear in the Single Line Window.  Then
  75. you can drag select only the desired word(s).
  76.  
  77. Different actions will create objects that are shown in different colors in
  78. the Main Window.
  79.  
  80. All created objects are numbered in order of creation.  By selecting the
  81. object, you can see information about it in the Log Window.
  82.  
  83.  
  84. Keys
  85. ====
  86. If the text is larger than the the window, you can scroll it by pressing the
  87. arrows keys or using the scroll gadgets.
  88.  
  89. The arrow keys, by themselves, will scroll one line or column.
  90. Shifted arrow keys will scroll one page up / down / left / right.
  91. Pressing the alt key with the arrow keys will go to the beginning / end, or
  92. to the top left / top right.
  93. Pressing the control key with the arrow keys will attempt to resize the
  94. window to fit the text.
  95.  
  96. The help key will open or close the Log Window.
  97.  
  98. The del key will open or close the "What is?" Window.
  99.  
  100. Pressing enter will edit the first selected line.
  101.  
  102. Pressing return will insert an empty line.
  103.  
  104. The Action gadgets
  105. ==================
  106. Starting from the left, the Action gadgets are:
  107.  
  108. TEXT Gadget
  109.  
  110.    This action will define a particular type of text for selected lines.
  111.  
  112.    If you are working in the Single Line Window, MWM will show the following
  113.    choices:
  114.  
  115.        - It's a link to a previously defined label into the current document.
  116.  
  117.        - It's a link to another document.
  118.  
  119.          A web browser like AMosaic will highlight this part of the text.
  120.          If the user click on this object, a new text defined by this action
  121.          will called.
  122.  
  123.          After choosing the file to be linked, MWM will ask you if you need
  124.          to refer to a particular label into the linked text.  If so, a
  125.          listview will show all of the labels.  Just double-click to choose
  126.          one.
  127.  
  128.        - It's a link to a site.
  129.  
  130.          MWM will show a requester to find out where it can go to read the
  131.          site name.  You can choose from:
  132.  
  133.            - Selected line
  134.  
  135.              If the site name is the current selected text, MWM will
  136.              concatenate all the selected lines.
  137.  
  138.            - Keyboard
  139.  
  140.              The site name will be defined manually from the keyboard.
  141.  
  142.            - PATH:file
  143.  
  144.              The site name is defined in the site file.
  145.  
  146.              You may define a list of sites in advance for MWM to use.
  147.              The list MUST look like this:
  148.  
  149.                 www.vol.it
  150.                 agnus.livewire.com
  151.                 www.lycos.com
  152.                 www.yahoo.com
  153.                 ...
  154.  
  155.              If the location of the site list has not been previously
  156.              defined, MWM will look for it in "PROGDIR:MWM.sites".  You may
  157.              define a different location for the site file using the
  158.              "PREFS" gadget, "Sites list" item.
  159.  
  160.  
  161.          MWM will give you the following list of link types:
  162.  
  163.             file://localhost/
  164.             http://
  165.             ftp://
  166.             mailto:
  167.             news:
  168.             gopher:
  169.             telnet:
  170.  
  171.          Once you have chosen a link type, you will be asked to add the
  172.          complete name of the site.  If you chose:
  173.  
  174.             - Selected line
  175.  
  176.               You're done with the current link.
  177.  
  178.             - Keyboard.
  179.  
  180.               MWM will ask you to enter the complete name of the site.
  181.  
  182.             - PATH:file
  183.  
  184.               MWM will present the choices in the site file, and ask you to
  185.               choose one.
  186.  
  187.        - It's a simple text.
  188.  
  189.    Otherwise, if you are working in the Main Window with one or more selected
  190.    lines, MWM will add the following choices to the previous choices:
  191.  
  192.        - It's a preformatted text.
  193.  
  194.          Selected lines will be included between <PRE> and </PRE>.
  195.          They will usually be displayed in a fixed width (typewriter) font.
  196.  
  197.        - It's a paragraph.
  198.  
  199.          Selected lines will be included between <P> and </P>.
  200.          MWM will ask you to choose an alignment:
  201.  
  202.             DEFAULT, LEFT, RIGHT, JUSTIFY.
  203.  
  204.        - It's information about you.
  205.  
  206.          Selected lines will be included between <ADDRESS> and </ADDRESS>.
  207.  
  208.  
  209. IMAGE Gadget
  210.  
  211.    This action will _REPLACE_ selected text with an image.
  212.  
  213.    A file requester will ask you to select the image file.
  214.  
  215.    Next, MWM will ask you to choose what kind of alignment you want for the
  216.    image.  The possible choices are:
  217.  
  218.         - BOTTOM
  219.         - MIDDLE
  220.         - TOP
  221.  
  222.   Then, MWM will ask you what type of image you desire:
  223.  
  224.        - It's a link to an already defined label into the current document.
  225.  
  226.        - It's a link to an other document.  (See the TEXT Gadget, above)
  227.  
  228.        - It's a link to a site.  (See the TEXT Gadget, above)
  229.  
  230.        - It's a MAP image.
  231.  
  232.        - It's a simple image.
  233.  
  234.  
  235. LIST Gadget
  236.  
  237.    This action will define selected lines as a list.
  238.  
  239.    There are three types of lists:
  240.  
  241.       - Unnumbered, for example:
  242.  
  243.            * it's cold
  244.            * it's warm
  245.            * it's rain
  246.  
  247.       - Numbered, for example:
  248.  
  249.            1- Don't drink if you must drive
  250.            2- Don't drive if you have drunk
  251.            3- Cappuccino is more greedy than beer
  252.            4- Milk is finish, give me a beer!
  253.  
  254.       - Definition, for example:
  255.  
  256.            Colors
  257.                Red
  258.                Green
  259.                Blue
  260.  
  261.            Planets
  262.                Mercury
  263.                Mars
  264.                Jupiter
  265.                Earth
  266.                ...
  267.  
  268.    After choosing the type of list you want, MWM will ask you if you
  269.    want to add more infos to every element of the list.
  270.  
  271.    If you select no, the list will become a simple list of words.
  272.  
  273.    If you select yes, MWM will show you line by line the selected text,
  274.    and ask you how you want to define it:
  275.  
  276.        - It's a link to an already defined label into the current
  277.          document.
  278.  
  279.        - It's a link to an other document. (See TEXT and IMAGE)
  280.  
  281.        - It's a link to a site.  (See above on the TEXT part)
  282.  
  283.        - It's a simple text.
  284.  
  285.  
  286. FORM Gadget
  287.  
  288.    This action is composed by two steps:
  289.  
  290.    In the first step you define the part of the text that will become the
  291.    FORM.  MWM will ask you for the type.  The possible responses are:
  292.  
  293.        - GET
  294.        - POST
  295.        - Cancel
  296.  
  297.    After this, MWM needs to know the desired Action (a URL, for instance).
  298.    This is an example of an Action: "http://x/y/sample".
  299.  
  300.    You will see that the color of the selected text has changed.
  301.    With FORM objects you may select one or more lines for each group.
  302.  
  303.    In the second step you get to define all other parts of the FORM.
  304.    Select as many or as few of the previously selected lines as you wish, and
  305.    select the FORM Gadget again.  MWM will ask you to choose between the
  306.    following possibilities:
  307.  
  308.        - It's a simple text.
  309.  
  310.          This is useful to describe some other more important objects.
  311.  
  312.        - It's an INPUT.
  313.  
  314.          This choice will open a requester with the following type of INPUTs:
  315.  
  316.               1. Text          7. File
  317.               2. Password      8. Hidden
  318.               3. Checkbox      9. Submit
  319.               4. Radio        10. Image
  320.               5. Range        11. Reset
  321.               6. Scribble
  322.  
  323.          If you choose number 4 (RADIO) MWM will check if you
  324.          have selected more than one line.  In so, MWM will ask you if you
  325.          want to include these into the same RADIO group.
  326.  
  327.          If yes, the RADIO group will have the same field name.
  328.          In this way, a program like AMosaic can be sure that one, and only
  329.          one, of them can be selected by the user.
  330.  
  331.        - It's a list of INPUTs
  332.  
  333.          This won't work if you are working in the Single Line Window.
  334.          Any single INPUTs to define will be included in a list.
  335.  
  336.    Every element of the FORM (except that inserted in a list) will be saved
  337.    into the final HTML file prefixed by the <P> string in order to print each
  338.    line separately.
  339.  
  340.    If you need to insert two or more element of the FORM into the same line,
  341.    you can double-click on it in the Single Line Window.
  342.  
  343.  
  344. MORE Gadget
  345.  
  346.    This action changes depending if you are working in the Main Window or in
  347.    the Single Line window.
  348.  
  349.    If you are working in the Main Window:
  350.  
  351.        If the selected text is uninitialized (in other words, without
  352.        objects), MWM will consider the first selected line and ask
  353.        you what you want to do with this line.  The possibilities are:
  354.  
  355.            - Insert label here                 (<ID>) for hyperlinks;
  356.            - Insert comment here               (<!-- -->);
  357.            - Define title for current document (<TITLE>).
  358.            - Define the background image       (<BODY BACKGROUND>).
  359.            - Insert empty line.                (<P>)
  360.            - Insert horizontal graphic line    (<HR>).
  361.  
  362.        If the selected text has been initialized, MWM will add the following
  363.        choices to the previous choices (not for HEAD):
  364.  
  365.            - Citation (Typically in italic).   (CITE)
  366.            - Emphasis                          (EM)
  367.            - Strong emphasis                   (STRONG)
  368.            - Code                              (CODE)
  369.              Looks like preformatted text,
  370.              for example: 1 + 1 = 2.
  371.            - Author                            (AU)
  372.              For an author of a book, etc.
  373.            - Person                            (PERSON)
  374.              For a generic person name.
  375.            - Sequence of chars.                (SAMP)
  376.            - Keyboarded text.                  (KBD)
  377.            - Variable name.                    (VAR)
  378.            - Definition.                       (DFN)
  379.            - Short quote.                      (Q)
  380.            - Acronyms.                         (ACRONYM)
  381.            - Abbreviations.                    (ABBREV)
  382.            - Inserted text.                    (INS)
  383.            - Deleted text.                     (DEL)
  384.            - Bold text.                        (B)
  385.            - Italic text.                      (I)
  386.            - Typewriter text.                  (TT)
  387.            - Underscored text.                 (U)
  388.            - "Lined" text.                     (S)
  389.            - Big text.                         (BIG)
  390.            - Small text.                       (SMALL)
  391.            - To understand (;-)).              (SUB)
  392.            - To understand (;-)).              (SUP)
  393.  
  394.        If the selected text is a link to a site, a requester will ask you if
  395.        you want to:
  396.  
  397.            - Link to a document into this site
  398.  
  399.              This  action  allows  you  to  edit  _MANUALLY_  the  name of the
  400.              document to be linked into desired site.
  401.  
  402.        If the selected lines are part of the HEAD, a different requester will
  403.        ask you if you want to:
  404.  
  405.            - Attach a BANNER
  406.  
  407.              With this action you can choose an HTML file to be a fixed
  408.              banner.
  409.  
  410.              Example: <LINK REL=Banner HREF=mypath:mybanner.HTML>
  411.  
  412.    If you are working in the Single Line Window, and a previously created and
  413.    currently selected text object is present, MWM will show you these choices:
  414.  
  415.        - Citation (Typically in italic).   (CITE)
  416.        - Emphasis                          (EM)
  417.        - Strong emphasis                   (STRONG)
  418.        - Code                              (CODE)
  419.          Looks like preformatted text,
  420.          for example: 1 + 1 = 2.
  421.        - Author                            (AU)
  422.          For an author of a book, etc.
  423.        - Person                            (PERSON)
  424.          For a generic person name.
  425.        - Sequence of chars.                (SAMP)
  426.        - Keyboarded text.                  (KBD)
  427.        - Variable name.                    (VAR)
  428.        - Definition.                       (DFN)
  429.        - Short quote.                      (Q)
  430.        - Acronyms.                         (ACRONYM)
  431.        - Abbreviations.                    (ABBREV)
  432.        - Inserted text.                    (INS)
  433.        - Deleted text.                     (DEL)
  434.        - Bold text.                        (B)
  435.        - Italic text.                      (I)
  436.        - Typewriter text.                  (TT)
  437.        - Underscored text.                 (U)
  438.        - "Lined" text.                     (S)
  439.        - Big text.                         (BIG)
  440.        - Small text.                       (SMALL)
  441.        - To understand (;-)).              (SUB)
  442.        - To understand (;-)).              (SUP)
  443.  
  444.        If the selected text is a link to a site, a requester will ask you if
  445.        you want to:
  446.  
  447.            - Link to a document into this site
  448.  
  449.              This  action  allows  you  to  edit  _MANUALLY_  the  name of the
  450.              document to be linked into desired site.
  451.  
  452.  
  453. HEAD Gadget
  454.  
  455.    This action will define selected lines as the HEAD.
  456.  
  457.    The HEAD consists of the TITLE of the document, some other information,
  458.    and the selected text.
  459.  
  460.    By using MORE action you can insert a banner.
  461.  
  462.  
  463. SIZE Gadget
  464.  
  465.    With this action you can modify the font size of the selected lines.
  466.    The following choices are possible:
  467.  
  468.       - <H1> Very large font, bold.
  469.       - <H2> Large font, bold.
  470.       - <H3> Large font, italic..
  471.       - <H4> Normal font, bold.
  472.       - <H5> Normal font, italic.
  473.       - <H6> Small font.
  474.  
  475.    Note that these values are just an indication.  Depending on what browser
  476.    they are using, and how the browser and their system is set up, your text
  477.    may look different on each system.
  478.  
  479.    MWM sets this value to <H5> for all lines defined as simple text.
  480.    Use the "HTML defaults" option in PREFS action to change this default.
  481.  
  482.    Once the size has been chosen, you can select an alignment:
  483.  
  484.       - LEFT (default)
  485.       - CENTER
  486.       - LEFT
  487.       - JUSTIFY
  488.  
  489.  
  490. VIEW Gadget
  491.  
  492.    This action allows you to call a program like AMosaic to see how the page
  493.    looks at any time.  The program that will be called is defined by using
  494.    the "Prefs" gadget.
  495.  
  496.  
  497. PREFS Gadget
  498.  
  499.    This action will open the following list of options:
  500.  
  501.      - Texts path
  502.        Define a common path for all text files.
  503.  
  504.      - Images path
  505.        Define a common path for all image files.
  506.  
  507.      - Work dir
  508.        Define your favorite working directory (RAM:T, for example).
  509.  
  510.      - Browser
  511.        Choose the preview program, for example AMosaic, AWeb or IBrowse.
  512.  
  513.      - Sites list
  514.        Choose the file containing the list of sites.
  515.  
  516.      - Screen prefs
  517.        Change the graphic mode for MWM's screen.  I like CUSTOM mode.
  518.  
  519.      - Select new font
  520.        Change the current font in the Main Window.
  521.  
  522.      - Edit log window
  523.        Allows you to personalize the Log Window.
  524.  
  525.      - HTML defaults
  526.        Allows you to personalize some defaults in the final HTML file.
  527.  
  528.        This action will open the following requester:
  529.  
  530.            - Heading size;
  531.  
  532.              when  you  load  an  ASCII text, MWM assign to every line a value
  533.              equal to zero (default) so, if you need to change default heading
  534.              size, MWM saves the selected value instead of zero.
  535.  
  536.              If you want a different heading size, select one of:
  537.  
  538.                  H1 H2 H3 H4 H5 H6
  539.  
  540.              in the listview.
  541.  
  542.  
  543. 3. THE "What is?" WINDOW
  544.  
  545. The "What is?" Window is always to the left of the Main Window.  It's purpose
  546. is to provide short descriptions of the object(s) on that line.  Here are
  547. some examples of object descriptions:
  548.  
  549.    +-----------++----------------------------------+
  550.    | What is?  || MWM Edit Window                  |
  551.    +-----------++----------------------------------+
  552.    | ......... || Uninitialized text               |
  553.    | Text Hn X || Initialized Text                 |
  554.    | Head      || Text of the <HEAD> block         |
  555.    | Form ABC_1|| Text of the <FORM> block         |
  556.    | Preformat || Preformatted text <PRE>          |
  557.    | Address   || Text of the <ADDRESS> block      |
  558.    | Paragraph || Paragraph text <P>               |
  559.    | List XL   || Text of the <LIST> block         |
  560.    | Image     || Text that will be an image       |
  561.    | To site   || Hyperlink to a site              |
  562.    | Multi obj || Text including more objects      |
  563.    | Label     || There is a label <ID>            |
  564.    | Comment   || There is a comment  <!-- ... --> |
  565.    | Lab & Com || There is both label and comment  |
  566.    +-----------++----------------------------------+
  567.  
  568. Key to object descriptions:
  569.  
  570.       Hn = Heading <H1> to <H6>, <HD> for default value
  571.  
  572.       X = Alignment: L = LEFT, C = CENTER, R = RIGHT, J = JUSTIFY
  573.  
  574.       XL = List type: UL = Unnumbered, OL = Numbered, DL = Definition
  575.  
  576.       ABC_1 = Form method: GET or POST
  577.  
  578.  
  579. 4. THE MENUS
  580.  
  581. When the Main Window is active, you can use the menus.  They contain the
  582. following items:
  583.  
  584.    * Project Menu
  585.  
  586.      - Load text
  587.  
  588.        Allows you to load a normal ASCII text file.
  589.  
  590.        If a text file was previously loaded, MWM will ask if you want to
  591.        replace it, or to insert the new file into the old one.  If the
  592.        latter, MWM will ask where you want it to be inserted:
  593.  
  594.            - To the beginning;
  595.            - To the end;
  596.            - After the first selected line.
  597.  
  598.      - Save html
  599.  
  600.        Allows you to save the work you've done creating the HTML file.
  601.  
  602.        MWM will ask if you also want to save all uninitialized text.  If not,
  603.        than only created objects, labels and comments will be included in the
  604.        HTML file.  If so, all uninitialized text will be saved as simple text
  605.        and the string <BR> will be added to the end of each line.
  606.  
  607.        After this, MWM will check for title and, if one doesn't exist, a
  608.        requester will help you.
  609.  
  610.      - Load saved work
  611.  
  612.        Load a previously saved work.
  613.  
  614.      - Save work
  615.  
  616.        Save the entire work in a file to be recalled at any time so that the
  617.        development of it may continue.
  618.  
  619.      - Delete all
  620.  
  621.        Delete all current work or only all objects.
  622.        (Handle with care!).
  623.  
  624.      - Help keys
  625.  
  626.        List of all magic keys.
  627.  
  628.      - About
  629.  
  630.        The MWM's brain and arm! (;-))
  631.  
  632.      - Quit
  633.  
  634.        End of work.
  635.        MWM will save the preferences and the last size/position of the
  636.        "Main window" into "MWM.prefs" in ENV: and ENVARC:.
  637.  
  638.    * Edit Menu
  639.  
  640.      - Cut
  641.  
  642.        A requester will ask if you want to:
  643.  
  644.             - Completely kill all selected lines
  645.  
  646.               Deleted text will be copied to clipboard.
  647.  
  648.             - Kill only the created infos.
  649.  
  650.             - Cancel
  651.  
  652.      - Copy
  653.  
  654.        This action copies all selected lines to clipboard.
  655.  
  656.      - Paste
  657.  
  658.        Insert text from the clipboard to after the first selected line.
  659.  
  660.        If you are using KCON: for the log window, for example, you can type
  661.        whatever you need into this window, select all your text with the
  662.        mouse and press "Amiga+C" to copy all text into the clipboard.
  663.  
  664.        NOTE: Remember to hit return after the last line otherwise the console
  665.              will block and MWM won't be able to write messages.
  666.  
  667.        Afterwards, select MWM's main window and press "Amiga+V".
  668.  
  669.        This also works with the ConClip and ConPaste commodities.
  670.  
  671.      - Search new
  672.  
  673.        Search for a new string.
  674.  
  675.      - Search again.
  676.  
  677.        Search for the next instance of the same string.
  678.  
  679.      - Edit selected lines
  680.  
  681.        This action allows you to modify the selected text.  If the selected
  682.        line is not a multi-object, the previously created objects will NOT be
  683.        touched.  Otherwise, if you edit the line, all objects in it will be
  684.        deleted.
  685.  
  686.    * Special Menu
  687.  
  688.      - Go to label
  689.  
  690.        This action allows you to go to a previously defined label into the
  691.        current document.
  692.  
  693.      - Mark location 1, 2 and 3
  694.  
  695.        Mark three positions in the current text.
  696.  
  697.      - Jump to mark 1, 2 and 3
  698.  
  699.        Jump to the previously marked position.
  700.  
  701.    * Action Menu
  702.  
  703.      - Text   \
  704.      - Image   \
  705.      - List     \
  706.      - Form      \___\  Same functions as the Gadgets in Main Window.
  707.      - More      /   /
  708.      - Head     /
  709.      - Size    /
  710.      - Viev   /
  711.      - Prefs /
  712.  
  713. 5. WHAT CAN MWM DO ?
  714.  
  715. MWM is able to do all the following HTML 3.0 things:
  716.  
  717.    - HEAD LINK REL=Banner
  718.    - TITLE
  719.    - BODY
  720.    - ADDRESS
  721.    - A HREF="...#..."
  722.    - A ID="..."
  723.    - IMG ISMAP ALIGN=TOP|MIDDLE|BOTTOM SRC="..." ALT="..."
  724.    - UL LI
  725.    - OL LI
  726.    - DL DT DD
  727.    - <!-- comment -->
  728.    - BR
  729.    - HR
  730.    - P ALIGN=LEFT|RIGHT|JUSTIFY
  731.    - CITE
  732.    - CODE
  733.    - EM
  734.    - STRONG
  735.    - AUTHOR
  736.    - PERSON
  737.    - SAMP
  738.    - KBD
  739.    - VAR
  740.    - DFN
  741.    - Q
  742.    - ACRONYM
  743.    - ABBREV
  744.    - INS
  745.    - DEL
  746.    - B
  747.    - I
  748.    - TT
  749.    - U
  750.    - S
  751.    - BIG
  752.    - SMALL
  753.    - SUB
  754.    - SUP
  755.    - < > & "
  756.      Á À Â Ã Å Ä Æ Ç
  757.      É È Ê Ë Í Ì Î Ï
  758.      Ð Ñ Ó Ò Ô Õ Ö Ø
  759.      Ú Ù Û Ü Ý Þ
  760.      ß á à â ã ã ä æ
  761.      ç é è ê ë í ì î
  762.      ï ð ñ ó ò ô õ ö
  763.      ø ú ù û ü ý ÿ þ
  764.    - URL for the links
  765.    - FORM METHOD=GET|POST
  766.    - INPUT TYPE=TEXT|PASSWORD|CHECKBOX|RADIO|RANGE|SCRIBBLE|FILE|HIDDEN|
  767.                 SUBMIT|IMAGE|RESET
  768.            NAME,VALUE,SIZE,MAXLENGTH,CHECKED,MIN,MAX,SRC,ACCEPT
  769.    - List of INPUTs
  770.    - Headings: <H1|H2|H3|H4|H5|H6 ALIGN=LEFT|CENTER|RIGHT|JUSTIFY>
  771.  
  772.  
  773. 6. GENERAL INFORMATION
  774.  
  775. MWM needs version 3.0 of the OS or greater.
  776.  
  777. This program was constructed following the HTML specs included in the archive
  778. HTML30GU.LHA. This archive can be found on any BBS and on Aminet.
  779.  
  780. This version of MWM is Copyright ©1996 Massimo Baglione.
  781. World Rights Reserved.
  782.  
  783. If you like this program, and you would like to use the disabled functions,
  784. you can send me US$25 to the following address:
  785.  
  786.     Massimo Baglione
  787.     Via Della Chiesa 1
  788.     67019  Civitatomassa
  789.     Scoppito  L' AQUILA  (Italy)
  790.  
  791. Please specify where I should send the KEY file.
  792.  
  793.  
  794. For any suggestions, ideas or mail bombs, you can contact us faster by:
  795.  
  796.     Massimo Baglione            Maurizio Fabiani
  797.                               (MAUI for Amiga BBS)
  798.  
  799.           39:102/1.5  AmigaNet  39:102/1
  800.           39:102/2.5            39:102/2
  801.  
  802.          2:335/602.5  FidoNet   2:335/602
  803.          2:335/607.5            2:335/607
  804.  
  805.                       InterNet
  806.  
  807.          (Maurizio Fabiani)  maui@mbox.vol.it
  808.  
  809.  
  810. 7. CREDITS
  811.  
  812. I want to thank all my beta testers for their good bug reports about MWM.
  813. In particular, I want to quote:
  814.  
  815.    Troy Bouchard (Snowy Hill) and Mel Greer for their incredible minds!
  816.  
  817.    Alessandro Di Michele for his advices about the GUI.
  818.  
  819.    Kirk Strauser for his various and detailed report.
  820.  
  821.    Girish V Nath for his very professional reports. (waiting for the beer.;-)
  822.  
  823.    Paul Stevens (another beer dependent..(;-))
  824.  
  825.    Arnold Schwarzenegger ... (Hey Arnie, are you really you or it's just the
  826.                               effect of the beer ? (;-))
  827.  
  828.  
  829. and, for the rest of MWM developement:
  830.  
  831.    Ross Delaforce      for his FTP support.
  832.  
  833.    Jeff Lavin          for his great help about this doc!
  834.  
  835.    David Putzier       for his wonderful MWMlogo.iff, just see it!
  836.  
  837.    Pierluigi Sferrella for the italian amigaguide docs.
  838.  
  839.    Mike Handley        for the English Amigaguide docs.
  840.  
  841. Moreover, a big kiss (!) is flying to my Boss (Maurizio Fabiani) for his
  842. never ending patience!
  843.  
  844. The last credit is reserved to Amiga: (all together) ...THANKS AMIGA!!!
  845.  
  846.                             -----+-----
  847.  
  848.       -=> * \X/ Amiga!  \X/ MAUI BBS!  \X/ Love and Beer! * <=-
  849.  
  850.                 _The revenge of the italian products_
  851.  
  852. ...enjoy this program!!!
  853.