map gopher gopher.pl &do_gopher($rest,$query)This makes the gopher module available to plexus.
set gopher_use_forms 0This variable says gopher.pl, whether it should generate <FORM> tags. These tags currently are only processed by the third prerelease of XMosaic 2.0. I don't recommend using this but for development. It is a logical variable, so 0 means no and 1 means yes.
set gopher_use_internal_images 0This variable says gopher.pl, whether it should use images, which are stored internal in XMosaic for the builtin gopher interface. These images are used as small icons indicating the type of the gopher menu entry. If this variable is set to true, a non-XMosaic client may do silly things.
The first part looks as usual, for instance : http://www.inf.tu-dresden.de/gopher/ . The second part contains the gopher descriptor. The tabs are replaced by &11 . This looks like &11&11gopher.inf.tu-dresden.de&1170&11&11 . The first and second field are empty for a root document. The third field contains the hostname, the fourth the port number.
Sven Rudolph