Mosaic: -- List of FAQ's (Frequently Asked Questions)

This document is neither a manual nor a tutorial for the Mosaic WWW brower. That's available by selecting the various options of the Help menu. What you find in this document is information on local usage and peculiarities. See also YAB (Yet Another Bug) list.

How to convert a PS picture into GIF (for inlining) ?
Pictures are usually produced as PostScript files in our environment and there is often the need to convert them into GIF format to use them as inlined pictures.

This can be done with the GhostScript program using the flags

    -q            quiet startup
    -dNOPAUSE     disables the prompt and pause at the end of each page
    -dSAFER       disables the deletefile and renamefile operators
    -sDEVICE=     selects driver, use either
                     gifmono     for black and white
                     gif8        8 plane colour
    -OutputFile=  output filename, can be either simple filename
                     test.gif
                  or a template to generate one file per page
                     test%d.gif       -->  test1.gif  test2.gif  ...
                     test%02d.gif     -->  test01.gif test02.gif ...
    
Note, that under VMS one has to use quotes to preserve the case, so the final DCL command to convert foo.eps into foo.gif reads: $ gs -q "-dNOPAUSE" "-dSAFER" "-sDEVICE=gifmono" "-sOutputFile=foo.gif" foo.eps Note also, that gs enters a command mode with the prompt "GS>" after processing the input files. Just type ^Z to terminate the program.

For more help use gs -h or inspect the file use.doc in the path of the gs image ( check with sho sym gs).


How to search for a string in a document ?
To search for a word of phrase in the current document select Find in Current... in the File menu.

How to obtain a local copy of a document ?
The easiest and most convenient way depends on the type of the document and the way it's displayed:

How to remote control VMS MOSAIC?
From the README.VMS-2.0-10 file by Bjorn S. Nilsson, CERN:
   8. Mosaic can be controlled remotely. If you start the program a -mbx
      switch it will act on commands sent to a mailbox named MOSAIC_username.
      The logical name for the mailbox can also be set with an argument
      following a -mbx_name switch. Finally, the mailbox name can be entered
      in your group name table with a -mbx_grp switch, provided you have
      GRPNAM priv.
      The commands are defined and acted upon in the routine
      mo_process_external_directive in [.src]gui.c The possible commands are:
            goto|URL newwin pagedown pageup scrolldown scrollup
	    flushimagecache backnode forwardnode reloaddocument
	    reloadimages refresh
      The goto command must be followed by a vertical bar and then the URL
      of the page to display.
Example: Start Mosaic with mosaic -mbx -mbx_name my_mosiac -mbx_grp and use create my_mosiac: to write commands into the mailbox.

Are there hot keys defined ?
From the NCSA MOSAIC documentation:

Hotkeys

While the mouse pointer is in the hypertext viewing area, the following hotkeys (keyboard shortcuts for common actions) are active. Note that Mosaic is case-sensitive, but either case will usually work. a A Annotate m M Mail to b B Back n N New window c C Clone o O Open URL d D Document source p P Print f F Forward r Reload h window History R Refresh H Hotlist s S find in document (Search) l L open Local ESC Close the current window.

Movement Keys

Up and Down arrow keys Scroll up and down one line Left and Right arrow keys Scroll left and right Page Up/Prior/Backspace/Delete Scroll up one page Page Down/Next/Return/Tab/Space Scroll down one page

Back to KP3 Computing home page
Last updated: October 10nd, 1994
Walter F.J. Müller

Imprint ---- Data privacy protection ---- Haftungsausschluss